Official GSK Agents in South Africa
Tel: +27 11 626 2720, [email protected]
GSK980TDi Turning CNC System User Manual
86
Ⅰ
Programming
G61, G64 code application example:
G61 is modal command, the next block can be performed after the overall motion blocks
between G61 and G64 are executed. There is G61 command in the program 3, smoothly transit
between two blocks, and refer to the Fig. 3-44. The N2 block of the program 4 adds G61 command,
N7 block adds G64 command, and therefore, after the overall motion blocks between N2 block and
N7 block are performed, the next block is then executed; refer to the Fig. 3-45.
Program 3: Program path is shown as Fig.
3-44.
N1 G00 X0 Z0
N2 G01 Z50
N3 X100
N4 Z120
N5 X200
N6 M30
Fig. 3-44
Program 4: Program path is shown as Fig. 3-45.
N1 G00 X0 Z0
N2 G61
;
N3 G01 Z50
N4 X100
N5 Z120
N6 X200
N7 G64
N8M30
Fig. 3-45
3.13 Function of Directly Inputting Graphic Dimension
The function of directly inputting graphic dimension can make the user directly use the linear
angle, chamfering value in the machining drawing to program.
Command format:
Drawing dimension direct input function is only used the linear interpolation
(G01)
,
can specify the plane in G17 plane
(
XY plane
)
, G18 plane
(
XZ plane
)
, G19
plane
(
ZY plane
)
. Taking example of G18 plane
(
XZ plane
),
the format changes when
G17/G19 plane command is used
:
G17 plane
:
“Z”
→
“X”
,
“X”
→
“Y”
G19 plane
:
“Z”
→
“Y”
,
“X”
→
“Z”