Title: Pause problem [Print This Page] Author: Andrebel Time: 2020-2-28 13:40 Title: Pause problem 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.
Author: jjae6 Time: 2020-2-28 19:54 Last edited by jjae6 In 2020-2-28 19:56 Editor
Hi
Maybe Pause is not fully supported, as in the nested loop that only allows 1 loop.