
7.MUITI-PATH CONTROL FUNCTION PROGRAMMING B-63944EN-1/02
- 342 -
- When the value specified at P is obtained using path numbers in combination
Programs O100, O200, and O300 for individual paths are executed as
follows:
O0300;
.
.
.
.
.
.
.
.
G68 P13; ................... <2>
G01 X Z
F ;
.
.
G69;........................... <2>'
.
.
G68 P123; ................. <3>
G01 X Z
F ;
.
.
G69;........................... <3>'
O0100;
.
G68 P12; ................... <1>
G01 X Z
F ;
.
.
G69; ........................... <1>'
.
.
G68 P13; ................... <2>
G01 X Z
F ;
.
.
G69; ........................... <2>'
.
.
G68 P123; <3>
G01 X Z
F ;
.
.
G69; ........................... <3>'
O0200;
.
G68 P12; ................... <1>
G01 X Z
F ;
.
.
G69; ........................... <1>'
.
.
.
.
.
.
.
.
.
.
G68 P123; ................. <3>
G01 X Z
F ;
.
.
G69; ........................... <3>'
Path 1
Path 2 Path 3
<1> G68 P12; (balance cut for paths 1 and 2)
Performs balance cutting for paths 1 and 2.
Balance cutting is performed according to the cutting feed
commands between <1> and <1>'.
<2> G68 P13; (balance cut for paths 1 and 3)
Performs balance cutting for paths 1 and 3.
Balance cutting is performed according to the cutting feed
commands in the section between <2> and <2>'.
<3> G68 P123; (balance cut for paths 1, 2, and 3)
Performs balance cutting for paths 1, 2, and 3.
Balance cutting is performed according to the cutting feed
commands in the section between <3> and <3>'.