7 - 122
7 MOTION PROGRAMS FOR POSITIONING CONTROL
7.15.1 M00 Program stop
Code M00
Function Program
stop
Execution of program is stopped.
Format
0 ;
M0
[Explanation]
Executing this command stops the program without execution of the next block.
By turning ON the re-start command (M4404+10n) after a stop, execution resumes
from the next block.
[Program Example]
The program for which makes the program stop during positioning operation and
restarts positioning.
1) G01 X100. F10. ;
2) M00 ;
3) G01 X200. ;
(Positioning)
(Program stop)
(Re-start command resumes positioning)
Re-start command (M4404+10n) ON
X-axis
V
t
1) G01 X100.
2)
3) G01 X200.
Re-start command (M4404+10n) ON
During stop as M00 is being executed
Summary of Contents for Q172CPU
Page 229: ...5 88 5 POSITIONING DEDICATED SIGNALS MEMO ...
Page 447: ...7 186 7 MOTION PROGRAMS FOR POSITIONING CONTROL MEMO ...
Page 535: ...8 88 8 AUXILIARY AND APPLIED FUNCTIONS MEMO ...
Page 557: ...11 10 11 COMMUNICATIONS VIA NETWORK MEMO ...
Page 559: ...12 2 12 MONITOR FUNCTION OF THE MAIN CYCLE MEMO ...