Programming manual.
CNC 8070
KINEMATICS AND COORDINATE TRANSFORMATION
19.
Tool perpendicular to the inclined plane (#TOOL ORI).
·339·
(REF: 1709)
19.5.1 Programming examples.
#CS ON [1] [MODE 1, 0, 0, 20, 30, 0, 0]
(Define the inclined plane)
#TOOL ORI
(Tool perpendicular to the inclined plane; request)
G90 G90 G0 X60 Y20 Z3
(Position at point P1)
(The spindle orients perpendicular to the plane during this positioning move)
G1 G91 Z-13 F1000 M3
(Drilling)
G0 Z13
(Withdrawal)
G0 G90 X120 Y20
(Position at point P2)
G1 G91 Z-13 F1000
(Drilling)
G0 Z13
(Withdrawal)
G0 G90 X120 Y120
(Position at point P3)
G1 G91 Z-13 F1000
(Drilling)
G0 Z13
(Withdrawal)
G0 G90 X60 Y120
(Position at point P4)
G1 G91 Z-13 F1000
(Drilling)
G0 Z13
(Withdrawal)
M30