You are on page 1of 3

NC part program code Comments

N001 G21 G90 G92 X0 Y0 Z15; Define origin of axes.


N002 T01 M06; Drill Tool Size 8mm
N003 G00 X25 Y25; Rapid movement to first hole location
N004 G01 G95 Z15 F0.08 S2984 M03; Drill first hole of 8mm
N005 G01 Z15; Retract drill from hole
N006 G00 X150 Y25; Rapid movement to second hole location
N007 G01 G95 Z15 F0.08; Drill second hole of 8mm
N008 G01 Z15; Retract drill from hole
N009 G00 X175 Y25; Rapid movement to third hole location
N010 G01 G95 Z15 F0.08; Drill third hole of 8mm
N011 G01 Z15; Retract drill from hole
N012 G00 X0 Y0; Rapid movement to target point for tool change
N013 T02 M06; Drill tool change from 8mm to 10mm
N014 G00 X50 Y75; Rapid movement to first 10mm hole location
N015 G01 G45 Z15 F0.08 S2387; Drill first hole of 10mm
N016 G01 Z15; Retract drill from hole
N017 G00 X100 Y75; Rapid movement to second 10mm hole location
N018 G01 G95 Z15 F0.08; Drill second hole of 10mm
N019 G01 Z15; Retract drill from hole
N020 G00 X0 Y0; Rapid movement to target point for tool change
N021 T03 M06; Drill tool change from 10mm to 12mm
N022 G01 X75 Y50; Rapid movement to first 12mm hole location
N023 G01 G95 Z15 F0.08 S1989; Drill first hole of 12mm
N024 G01 Z15; Retract drill from hole
N025 G00 X0 Y0 M05; Rapid movement to target point stop spindle rotation
N026 M30; End of program, machine is stopped

You might also like