
B--63003EN--1/02
11. PROGRAM COMMAND
979
This option canned cycles to make CNC programming easy. For instance,
the data of the finish work shape describes the tool path for rough
machining. And also, a canned cycles for the thread cutting is available.
The following example shows stock removals in turning type I.
If a finished shape of A to A’ to B is given by a program as in the figure
below, the specified area is removed by d (depth of cut), with finishing
allowance u/2 and wleft.
B
(F)
(R)
e
A
C
αd
A’
45
(R)
(F)
αu/2
αw
N(ns)
F____
S____
T____
N(nf);
αd : Depth of cut (radius designation)
Designate without sign. The cutting direction depends on the direction
AA ’. This designation is modal and is not changed until the other value
is designated. Also this value can be specified by the parameter (No. 5132),
and the parameter is changed by the program command.
e : Escaping amount
This designation is modal and is not changed until the other value
is designated. Also this value can be specified by the parameter (No. 5133),
and the parameter is changed by the program command.
ns : Sequence number of the first block for the program of finishing shape.
nf : Sequence number of the last block for the program of finishing shape.
αu : Distance and direction of finishing allowance in X direction (diameter / radius
designation).
αw : Distance and direction of finishing allowance in Z direction.
f,s,t : Any F , S, or T function contained in blocks ns to nf in the cycle is ignored,
and the F, S, or T function in this G71 block is effective.
G71 U (αd) R(e);
G71 P (ns)
Q(nf) U(αu) W(αw) F(f) S(s) T (t)
Program command
(F) : Cutting feed
(R) : Rapid traverse
The move command of a finished shape of
A to A’ to B is specified in the blocks from
sequence number ns to nf.
11.9
CANNED CYCLE
(T SERIES)/MULTIPLE
REPETITIVE CANNED
CYCLE (T SERIES)
General