Posts

Showing posts with the label CAD-CAM

STANDARD M-CODES

STANDARD M-CODES (M-Codes vary from machine to machine) M00 program stop  M01 optional stop  M02 end of program (no rewind)  M03 spindle CW  M04 spindle CCW  M05 spindle stop  M06 tool change  M07 mist coolant ON  M08 flood coolant ON  M09 flood coolant OFF M19 spindle orientation ON  M30 end program (rewind stop) M98 call sub-program M99 end sub-program

G-Code List Machining Centers (Common for most machines)

(G-Codes vary from machine to machine) G00 positioning (rapid traverse)  G01 linear interpolation (feed)  G02 circular interpolation CW  G03 circular interpolation CCW  G04 dwell  G07 imaginary axis designation  G09 exact stop check  G10 offset value setting  G17 XY plane selection  G18 ZX plane selection  G19 YZ plane selection  G20 input in inch  G21 input in mm  G22 stored stroke limit ON  G23 stored stroke limit OFF  G27 reference point return check  G28 return to reference point  G29 return from reference point  G30 return to 2nd, 3rd & 4th ref. Point G31 skip cutting  G33 thread cutting  G40 cutter compensation cancel  G41 cutter compensation left  G42 cutter compensation right  G43 tool length compensation + dir  G44 tool length compensation - dir  G49 tool length compensation cancel  G45 tool offset increase  G46 ...