Notes
SINUMERIK 802D sl Operating and Service Training Manual Page 9
C92
C92
Section 4
Example drilling program
4.1 Example drilling program
G00 G90 G95 G40 G17 ;basic G-code commands
T1 D1
;call tool
G95 S1500 M03
F0.15
;spindle speed in RPM feed MM/REV
G00 G54 X0
.0 Y0.0 Z50.0
;rapid to safe position start of contour
Z2.0
;rapid to safe position
G01 Z-10.0
;feed onto workpiece
G04 F0.5
;dwell at bottom of hole
G00
Z2.0 ;
rapid out of
hole
X-50
;coordinates for drilling
G01 Z-10.0
;feed onto workpiece
G04 F0.5
;dwell at bottom of hole
G00
Z2.0 ;
rapid out of
hole
G00 G40 Z50.0 ;rapid to safe height
X0.0 Y200.0 Z200.0
;safe tool change position
M30
;end of program
Note: G95 are being
used in this
contour
example