0
867views
CNC Milling Sample Program
1 Answer
0
7views

enter image description here

CNC G02 Circular Interpolation Clockwise CNC Milling Sample Program

Program Description
N010 G00 G71 G90 G40 G80; Rapid,Metric, Absolute, Cancel tool compensation & Canned cycle
N020 M06 T01; Tool change, Use tool 1
N030 M07; Coolant On
N040 G00 X-2 Y-1 S800 M03; Rapid, go to point 1, Assume spindle speed=800 rpm clockwise
N050 G01 Z-10 F8; Assume feed 8mm/min and Thickness of plate= 10 mm
N060 G01 X0 Y0; point A
N070 Y4.0; point B
N080 G02 X2.0 Y6.0 R2.0; point C
N090 G01 X8.0 ; point D
N100 G02 X9.0 Y2.268 R2.0; point E
N110 G01 X0 Y0; point A
N120 G00 X-2.0 Y-1.0 M09; Rapid to initial point, coolant Off
N130 G00 Z0 M05; Rapid to Z axis, spindle Off
N140 M30; End of program, Machine stop
Please log in to add an answer.