6 - 122
6 MOTION PROGRAMS FOR POSITIONING CONTROL
6.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