You are on page 1of 10

G CODE AND M CODE

G90

ABSOLUTE COORDINATE

refers to a Cartesian System that uses X, Y, and sometimes a Z-axis to establish a point from a common origin.

G91

RELATIVE COORDINATE

are locations defined by their distance from a given point

G00

RAPID TRAVERSE

Moves in straight line without cutting

G01

LINEAR INTERPOLATION

Moves and cut in a straight line

G02

CLOCKWISE ROTATION

Cutting the work piece by clockwise rotation

G03

ANTICLOCKWISE RATATION

Cutting the work piece in anticlockwise rotation

G40/41/42 COMPENSATION
Moves the wire to the center(40), left(41) or right(41) side of the line.

G62 SETTING OF COMPENSATION


Act as an offset function

M02

END OF PROGRAM

Act as end function for the program. In other word program stop.

You might also like