6. Interpolation Functions
6.5 R-specified Circular Interpolation
50
Example of program
(Example 1)
G02 Xx
1
Yy
1
Rr
1
Ff
1
;
XY plane R-specified arc
(Example 2)
G03 Zz
1
Xx
1
Rr
1
Ff
1
;
ZX plane R-specified arc
(Example 3)
G02 Xx
1
Yy
1
Ii
1
Jj
1
Rr
1
Ff
1
;
XY plane R-specified arc
(When the R specification and I, J, (K)
specification are contained in the same block,
the R specification has priority in processing.)
(Example 4)
G17 G02 Ii
1
Jj
1
Rr
1
Ff
1
;
XY plane This is an R-specified arc, but as
this is a circle command, it is already
completed.