Programming manual
CNC 8070
COORDINATE TRANSFORMATION
Tool perpendicular to the plane (#TOOL ORI)
13.
(SOFT V02.0X)
345
13.5 Tool perpendicular to the plane (#TOOL ORI)
The #TOOL ORI instruction is used to position the tool perpendicular
to the work plane.
After executing the #TOOL ORI instruction, the tool is positioned
perpendicular to the plane, parallel to the 3
rd
axis of the active
coordinate system at the first motion programmed next.
Example:
#CS ON [1] [MODE 1, 0, 0, 20, 30, 0, 0, 0]
(Defines the incline plane)
#TOOL ORI (Perpendicular tool, request)
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 (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