Programming manual
354
CNC 8070
13.
COORDINATE TRANSFORMATION
Using RTCP (Rotating Tool Center Point)
(SOFT V02.0X)
350
Example c) Machining a profile
G18 G90 Selects the ZX plane (G18)
#RTCP ON It activates RTCP transformation
G01 X40 Z0 B0 F1000 Positions the tool at (40,0) oriented to (0º)
X100 Movement to (100,0) with tool oriented to (0º)
B-35 Orients the tool to (-35º)
X200 Z70 Movement to (200,70) with tool oriented to (-35º)
B90 Orients the tool to (90º)
G02 X270 Z0 R70 B0 Circular interpolation to (270,0) maintaining the
tool perpendicular to the path.
G01 X340 Movement to (340.0) with tool oriented to (0º)
#RTCP OFF It cancels RTCP transformation