|
Last edited by Andrebel In 2020-2-28 13:44 Editor
Hi ytliu!
I make cicle in .nc file
( all used user vars has description in eng file)
Example:
#2200 = 2000
#2201 =50
# 2203=0
N1 G1 X#2203+#2201 F2000
#2203=#2203+#2201
IF #2203LT#2200 GOTO 1
M30
If I press Pause button during cicle - machine stop motion. And If I press Start button after this, mashine make one loop and stop. I.e. Dont continue cicle motion .
Whats wrong? Check please.
|
|