Notes
SINUMERIK 802D sl Operating and Service Training Manual Page 7
C92
C92
Section 3
Example contour program
G00 G90 G94 G40 G17 ;Basic G-code commands
T1 D1
;call tool
G94 S2500 M03
F500
;spindle speed in RPM feed MM/MIN
G00 G54 X5
5.0 Y55.0 Z50.0
;rapid to safe position start of contour
Z0.0
;rapid to safe position
G01 Z-5.0
;feed onto workpiece
G01 G42 Y5
0.0
;apply cutter compensation
X-45
;coordinates for contour
G03 X-50.0
Y45.0 I0.0 J-5.0
;arc using incremental start point
G01 Y-40.0
;coordinates for contour
G02 X-40.0
Y-50.0 CR=10.0
;arc using circle radius
G01 X35.0
;coordinates for contour
G03 X50.0 Y-35.0 I=AC(35.0) J=AC(-35.0)
;arc using absolute start point
G01 Y55.0
;coordinates for contour
G00 G40 Z5
0.0
;rapid to safe
height can
cel cut comp
X0.0 Y200.0 Z200.0
;safe tool change position
M30
;end of program
3.1
Example contour program
Note: G94 are being
used in this
contour
example