Search found 3 matches

by marker
Thu Jan 24, 2019 11:57 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: FeedHold Limitations
Replies: 1
Views: 2417

FeedHold Limitations

Hello The following problem arose If you press the Halt button while driving in KmotionCNC, it will stop. Next, click the Start button to continue. If you then click the FeedHold button, then the Forward / Reverse buttons will become available. But at the same time, the movement back will be limited...
by marker
Wed Jan 23, 2019 5:49 am
Forum: C Programs
Topic: Forward / Reverse buttons
Replies: 2
Views: 2288

Re: Forward / Reverse buttons

Thanks for the answer

Works great
by marker
Fri Jan 18, 2019 9:09 am
Forum: C Programs
Topic: Forward / Reverse buttons
Replies: 2
Views: 2288

Forward / Reverse buttons

Hello On the main KmotionCNC screen there is a button "FEED HOLD". When you press it, the G code stops running and 2 additional Forward / Reverse buttons appear. I need to manage these commands from the C program. To stop / start, I use the command: if (ReadBit (33)) // Watch an external input switc...