Hello
I have a plugin where I call UC.Stop(); to stop axis moving, but if a macro M3xx is running then only the current G01 running inside the M3xx macro is stopped..
So if the macro is something like
G01 ..
..
G01 ..
..
G01 ..
and the UC.Stop() is called while the second G01 is running inside the macro then it is stopped but the machine continues to execute the third G01
regards