Haas M00 Stop Program

Haas M00 Stop Program

The M00 code is used to stop a program.

Haas M00 stops the

  • axes
  • spindle
  • turns off the coolant (including Through Spindle Coolant)

The next block (block after the M00) will be highlighted when viewed in the program editor.

Pressing Cycle Start will continue program operation from the highlighted block.

Haas M00 Stop Program

M-Code Data

Modal/Non-ModalMill/Lathe
ModalBoth

Programming

M00

Programming Example

%
O10023 ;
T2 M06 (5/8 DIA. 2 FLT END MILL) ;
G90 G54 G00 X-2.35 Y2.35 S1604 M03 ;
G43 H01 Z0.1 M08 ;
G01 Z-0.625 F50. ;
G41 Y2. D02 F16. ;
X2.0 ;
Y-2.0 ;
X-2.0 ;
Y2.25 ;
G40 X-2.3 Y2.3 ;
G00 Z1. M09 ;
G28 G91 Z0. M05 ;
M00 (CHECK PART) ;
;
(SPOT DRILL HOLES) ;
T3 M06 (1/2 DIA. 90 DEG. SPOT DRILL) ;
G90 G54 G00 X-1.5 Y1.5 S1250 M03 ;
G43 H03 Z1. M08 ;
G82 G99 Z-0.125 P0.2 R0.1 F10. ;
Y-1.5 ;
...
...
...
G80 G00 Z1. M09 ;
G28 G91 Y0. Z0. M05 ;
M30 ;
%

Related Settings