Hi,
this problem happens when my code is running canned cycles (as G83) and press the feedhold buttom.
My feedhold button executes this macro
'FeedHold
DoOemButton(1001)
While IsMoving()
Sleep (100)
Wend
SetUserLED(2001,1)
This routine works great when holding during a G0,G1,G2 etc, but when feedholfing a G83 the movement actually pauses but the Ismoving() never returns false, and the loop never exits
Any clue about what can cause this behavior?
Thanks