
(Note) Don’t change the order of the argument I J K. For instance, don’t put the
argument J after the argument K. The order of the argument must be
programmed in order of I J K according to the argument specification of
custom macro.
(Note) In G700 Roughing, Tool nose radius compensation is performed by the
macro executor. Therefore, G41/G42 function of CNC is not used in G700
Roughing.
Specifying
the Finishing figure
• In case of specifying directly finishing figure
G100 X Start point X
Z Start point Z A Diameter/Radius ; (Start point)
G101 X End point X
Z End point Z F Cutting feedrate ; (Line)
G102 X End point X
Z End point Z R Radius R F Cutting feedrate ; (Arc CW)
G103 X End point X
Z End point Z R Radius R F Cutting feedrate ; (Arc CCW)
G139 ; (End of figure)
• In case of specifying the figures as the Sub program
M98 Pxxxx ;←――― Specifying program No of the sub program
Oxxxx ; (The sub program for defining finishing figure)
G100 X Start point X
Z Start point Z A Diameter/Radius ;
G101 X End point X
Z End point Z F Cutting feedrate;
:
G139 ;
M99 ;
(Note) F-address data which is specified in Figure bloxks G10x is used.in only
bar finishing.
(Note) When the figures are specified, the origin of the program coordinate
system is set on the end face of work-piece.
(Note) Up to 30 figures can be specified for one process, but the arc which stride
a quadrant is counted as 2 figures.
(Note) the arc larger than half circle cannot be specified. But, even if the arc is
smaller than half circle, the arc which stride 3 quadrant cannot be
specified.
(Note) Figure must be specified on the X-Z plane only.
(Note) On the order of specifying figures, it must be specified according to the
cutting direction like the following example.
Example) The following program is not permitted, because the cutting
direction and the direction of specifying figures are different.
+X
+Z
(1)
(2)
(3)
(4)
Start point of
fi
ure
Direction of cutting
Direction of specifying figures
G700 B0 ·········;
G100 ·········;
G101 ·········; - - - - - - (1)
G101 ·········; - - - - - - (2)
G101 ·········; - - - - - - (3)
G101 ·········; - - - - - - (4)
Fig. 1.1.2