Gcode Flashcards
(80 cards)
What is the function of M00 in the program?
Stop with reset
This command halts the program and resets the machine state.
What does M01 command do?
Optional stop
This command allows for an optional halt in the program execution.
What is the purpose of M02?
End of program
This command signifies the conclusion of the program sequence.
What does M03 command do?
Spindle on clockwise
This command activates the spindle to rotate in a clockwise direction.
What is the function of M04?
Spindle on counterclockwise
This command activates the spindle to rotate in a counterclockwise direction.
What does M05 command indicate?
Spindle stop
This command stops the spindle from rotating.
What is the purpose of M06?
Tool change
This command is used to change the machine tool currently in use.
What does M07 command do?
Spray mist on
This command activates the mist coolant system.
What is the function of M08?
Flood coolant on
This command activates the flood coolant system.
What does M09 command indicate?
Coolant off
This command turns off all coolant systems.
What is the purpose of M18?
Spindle neutral
This command sets the spindle to a neutral position.
What does M19 command do?
Spindle lock on
This command engages the spindle lock mechanism.
What is the function of M20?
Spindle lock off
This command disengages the spindle lock mechanism.
What does M21 command indicate?
Fourth axis clamp
This command clamps the fourth axis in position.
What is the purpose of M22?
Fourth axis unclamp
This command releases the clamp on the fourth axis.
What does M30 command do?
End of program
This command signifies the end of the program and resets the machine state.
What is the function of M46?
Clear spindle at program end
This command clears the spindle settings when the program concludes.
What does M48 command indicate?
Feedrate override, sw active
This command activates the feedrate override switch.
What is the purpose of M49?
Feedrate override, sw inactive
This command deactivates the feedrate override switch.
What does M94 command do?
Mirror image off
This command disables the mirror image function.
What is the function of M95?
Mirror image on
This command enables the mirror image function.
What does M98 command indicate?
Go to subprogram
This command initiates a subprogram as part of the main program.
What is the purpose of M99?
Return to main program
This command returns control to the main program after executing a subprogram.
G00 rapid move