Programming manual.
CNC 8070
19.
KINEMATICS AND COORDINATE TRANSFORMATION
Using RTCP (Rotating Tool Center Point).
·344·
(REF: 1709)
Example 3. Machining a profile.
G18 G90
(Selects the ZX plane (G18))
#RTCP ON
(Turn RTCP on)
G01 X40 Z0 B0 F1000
(Position the tool at X40 Z0, oriented at 0º)
X100
(Movement to X100 with tool oriented at 0º)
B-35
(Orient the tool at -35º)
X200 Z70
(Movement to X200 Z70 with tool oriented at -35º)
B90
(Orient the tool to 90º)
G02 X270 Z0 R70 B0
Circular interpolation to X270 Z0) maintaining the tool perpendicular to the path)
G01 X340
(Movement to X340 with tool oriented at 0º)
#RTCP OFF
(Turn RTCP off)