Universidad Tecnológica de Gutiérrez Zamora
Universidad Tecnológica de Gutiérrez Zamora
INDUSTRIAL MAINTENANCE
PROFESSOR:
DIEGO ARMANDO NAVARRETE HERNÁNDEZ
STUDENT:
JOSÉ ENRIQUE GARCÍA TICANTE
GROUP:
501-AB
G Codes (Motion Control Codes)
G codes are primarily responsible for controlling the machine’s movements and
defining the tool’s path during machining operations. They dictate the positioning,
interpolation, and other actions involved in creating the desired part.
Common G Codes:
G01 (Linear Interpolation): Moves the tool along a straight line between two
points at a specified feed rate.
G04 (Dwell): Pauses the tool at a specified location for a given period.
G28 (Return to Home): Returns the tool to its designated home position,
typically used for reference and tool changes.
Common M Codes:
M02 (Program End): Ends the program execution and resets the machine
to a defined state.
M06 (Tool Change): Initiates a tool change procedure, pausing the program
to allow tool replacement.
Milling: Shaping flat or contoured workpieces using G01, G02, and G03
codes for toolpath definition and M03/M04 for spindle control.
Drilling: Creating holes of precise diameters and depths using G00 for rapid
positioning, G01 for controlled feed, and M03/M04 for spindle control.
Boring: Enlarging existing holes or creating new ones with high precision
using G01, G02, and G03 codes for toolpath control and M03/M04 for
spindle control.