Page 1 of 1

HOW TO ENABLE OPTIONAL STOP M01 IN KMOTIONCNC

Posted: Fri Jan 28, 2022 12:26 pm
by AmitKumar171
Hi Tom,

I am using KFLOP+KONNECT for my machine.

I want to use M01 m code to enable optional stop functionality.

It is not working by default, how to make it work and turn off and on M01 functionality.

Here is the reference.
Screenshot (213).png
Waiting for kind reply.

Re: HOW TO ENABLE OPTIONAL STOP M01 IN KMOTIONCNC

Posted: Sat Jan 29, 2022 9:31 pm
by TomKerekes
Hi Amit,

You should be able to add an Action to M1 to conditionally cause KMotionCNC to Halt on the following line. See the example:

HaltNextLineKMotionCNC.c

Be sure to configure the Action to wait.

HTH