Programming manual.
CNC 8070
19.
KINEMATIC
S
AN
D COORDIN
A
TE
TR
ANSFORMATION
T
ool
pe
rpend
icula
r to
the
incli
ned
pl
ane
(#T
O
OL
OR
I).
·340·
(R
EF
: 1709)
The following example shows how to drill three holes with different inclination in the same
plane:
#CS ON [1] [MODE .....]
(Define the inclined plane)
#TOOL ORI
(Tool perpendicular to the inclined plane; request)
G1 G90 X{P1} Y{P1} Z{P1+5}
(Movement to point P1)
(The spindle orients perpendicular to the plane during this positioning move)
G1 G91 Z-13 F1000 M3
(Drilling)
G1 Z13
(Withdrawal)
G1 X{P2} Y{P2}
(Movement to point P2)
G90 B0
(Orient to the tool in the machine coordinate system)
#MCS ON
(Programming in machine coordinates)
G1 G91 Z-13 F1000
(Drilling)
G1 Z13
(Withdrawal)
#MCS OFF
(End of programming in machine coordinates)
(Restore the coordinate system of the plane)
G1 X{P3} Y{P3}
(Movement to point P3)
G90 B-100
(Positions the tool at 100º)
#CS OFF
#CS ON [2] [MODE6 .....]
(Define the inclined plane perpendicular to the tool)
G1 G91 Z-13 F1000
(Drilling)
G1 Z30
(Withdrawal)
#CS OFF
M30
Содержание 8070 BL
Страница 1: ... Ref 1709 8070 CNC Programming manual ...
Страница 8: ...BLANK PAGE 8 ...
Страница 12: ...BLANK PAGE 12 ...
Страница 14: ...BLANK PAGE 14 ...
Страница 26: ...BLANK PAGE 26 ...
Страница 28: ...BLANK PAGE 28 ...
Страница 30: ...BLANK PAGE 30 ...
Страница 60: ...Programming manual CNC 8070 2 MACHINE OVERVIEW Home search 60 REF 1709 ...
Страница 72: ...Programming manual CNC 8070 3 COORDINATE SYSTEM Coordinate programming 72 REF 1709 ...
Страница 80: ...Programming manual CNC 8070 4 WORK PLANES Select the longitudinal axis of the tool 80 REF 1709 ...
Страница 96: ...Programming manual CNC 8070 5 ORIGIN SELECTION Polar origin preset G30 96 REF 1709 ...
Страница 178: ...Programming manual CNC 8070 9 TOOL PATH CONTROL MANUAL INTERVENTION Variables 178 REF 1709 ...
Страница 304: ...Programming manual CNC 8070 16 C AXIS Machining of the turning side of the part 304 REF 1709 ...
Страница 440: ...Programming manual CNC 8070 22 STATEMENTS AND INSTRUCTIONS Flow controlling instructions 440 REF 1709 ...
Страница 442: ...Programming manual CNC 8070 23 CNC VARIABLES 442 REF 1709 ...
Страница 443: ...Programming manual CNC 8070 443 User notes REF 1709 ...