by dammogreen » Mon Apr 16, 2018 4:48 pm
Vmax:......"IF it cancel teh sub then it should NOT continue running it."
Can you elaborate how,what you mean by canceling the sub? Do you man CYCLE STOP button would be considered a cancellation of a sub, even if one hits CYCLE START directly after the CYCLE STOP button?
So are you saying, if you cycle stop the program within a sub...to jog and check something it SHOULD stop /break the loop?
I am expecting CYcle start to continue at the next line of code after the CYCLE STOP was hit, weather it is in the main body of the program OR within in a sub routine....is my assumption incorrect?
If so ,that would mean there is no way for the user to stop and jog within a loop without breaking the loop...?
One could then only use FEED HOLD to "pause" if one wishes to be able to continue the loop in the correct sequence. without breaking it?
ALso, I don't get a message telling you that there is an empty sub stack, like you are seeing.