Search found 22 matches

by larryjamessmith
Wed Apr 12, 2023 1:41 am
Forum: Hardware Interface Issues
Topic: KFLOPS with Windows 11 - USB problem
Replies: 2
Views: 458

Re: KFLOPS with Windows 11 - USB problem and more

Tom, Yes, for sure I will recommend or buy Kogna hardware set for my next project. It looks sweet! I got my system fully converted over to KMotion version 5.0.6 running on Windows 11. In addition to the USB problem I found I needed to make several other changes to get it running: 1) Change the Windo...
by larryjamessmith
Sat Apr 08, 2023 1:47 am
Forum: Hardware Interface Issues
Topic: KFLOPS with Windows 11 - USB problem
Replies: 2
Views: 458

KFLOPS with Windows 11 - USB problem

I installed KMOTION on a new PC with Windows 11. At first I loaded version 434, but then upgraded to version 5.0.6. Both had the same issue when Windows refused to recognize the USB driver as being legitimate. To get it operating I had to over-ride one of the Windows security settings. It works fine...
by larryjamessmith
Sat Apr 01, 2023 2:57 am
Forum: Bug Reports
Topic: Edit Tool Table Issues M6
Replies: 3
Views: 411

Re: Edit Tool Table Issues M6

Tom, Wow! I am again amazed by your instant response! Do you happen to be an AI system we have not seen in the news yet? Yes, the M6 issue is a non-issue. I should have found it by searching better. Thank you, thank you! Regarding my question regarding a catalogue, yes I include several of your file...
by larryjamessmith
Sat Apr 01, 2023 1:46 am
Forum: Bug Reports
Topic: Edit Tool Table Issues M6
Replies: 3
Views: 411

Edit Tool Table Issues M6

I have encountered an issue when using the tool table edit screen, either when it is initiated from the Tool Setup Screen or initiated using the KmotionCNC screen "edit" control (IDC_EditToolFile) where it issues an "M6" upon saving changes. This causes unnecessary tool changes. In the past my tool ...
by larryjamessmith
Fri Dec 16, 2022 3:11 am
Forum: C Programs
Topic: Determining if axis has been enabled
Replies: 3
Views: 413

Re: Determining if axis has been enabled

Tom, Thank you so much. I will try that as soon as I can. So, I assume that the Enable value is the one within the CHAN structure defined in KMotionDef.h? That makes sense now that I am studying that structure for other useful status... I am amazed at the promptness of your reply to my question. I l...
by larryjamessmith
Fri Dec 16, 2022 2:35 am
Forum: C Programs
Topic: Determining if axis has been enabled
Replies: 3
Views: 413

Determining if axis has been enabled

I have a problem in KMotion which I hope has a simple answer but is driving me crazy. I have a need in a C program to determine if an axis is already enabled before proceeding. I see a console command "Enabled<N>" which works fine in the console, but I cannot find any C functions to do the same thin...
by larryjamessmith
Fri Jul 15, 2022 9:46 pm
Forum: C Programs
Topic: C program
Replies: 9
Views: 1172

Re: C program

I hope none of my jobs will take that long! :)
by larryjamessmith
Fri Jul 15, 2022 9:32 pm
Forum: C Programs
Topic: C program
Replies: 9
Views: 1172

Re: C program

Tom, You are probably correct and I may end up with that being adequate. However I am relying on a proximity edge detector to give me a rough reference on the spindle (slot at bottom of BT30 holder) and I want the option of re-zeroing the spindle with each tool change, knowing that the best referenc...
by larryjamessmith
Fri Jul 15, 2022 5:45 pm
Forum: C Programs
Topic: C program
Replies: 9
Views: 1172

Re: C program

Tom, Thank you for your suggestion. That should work. It would be useful to have a complete reference for all operations and functions supported by the compiler since KMotionDef.h is apparently not comprehensive. Here is the problem I am trying to solve: I have a servo motor driving a spindle via a ...
by larryjamessmith
Thu Jul 14, 2022 10:34 pm
Forum: C Programs
Topic: C program
Replies: 9
Views: 1172

Re: C program

I tried to add an external reference for floor(x) function.... compile error.