Notes
SINUMERIK 802D sl Operating and Service Training Manual Page 2
C92
C92
Section 2
G functions in detail
2.1 G functions “Milling” in detail
Rapid traverse movement G00
Function
You can use
rapid traverse movement, to position the tool rapidly, to
travel around the workpiece or to ap
proach tool change locations.
Note: when there is a tw
o axis movement, both axis interpolate to
their end po
sition, arriving at the same time.
Programming
G00 X
.. Y.. Z..
Or
G0
X.. Y.. Z..
————
—————————————————————————————
Linear interpolation G01
Function
With G01, the tool travels along a str
aight
line.
Programming
G01 X
.. Y.. Z.. F..
Or
G1
X.. Y.. Z.. F..
————
—————————————————————————————
Circular interpolation, G02/G03
Function
This funct
ion
allows you to program an arc either
in clockwise (G02)
or counter-clockwise (G03) direction.
Programming
G02/G03
X.. Y.. Z.. I=AC(..) J-AC(..) K=AC(..)
absolute ce
ntre point
Or
G02/G03
X.. Y.. Z.. I.. J.. K..
Incremental centre point
Or
G02/G03
X.. Y.. Z.. CR=..
Circle radius CR=
————
—————————————————————————————