
4.INTERPOLATION FUNCTIONS PROGRAMMING B-63784EN/01
- 140 -
- Rollover
If a control point is specified in the absolute mode (G90) for a rotation
axis subject to rollover, the relative position shift of the control point
based on a shortcut is calculated after rollover processing for the
control point.
Example: When the C-axis is a rotation axis subject to rollover
Program
G90 G06.2 P4 K0.0 X0.0 C0.0 F1000
K0.0 X10.0 C350.0
K0.0 X20.0 C10.0
K0.0 X30.0 C-20.0
K1.0
K1.0
K1.0
K1.0
G01
Actual operation
10.0
-10.0 (350.0)
-20.0 (340.0)
C
Control point
0.0 (360.0)
10.0
30.0
20.0
- Inverse time feed
If G93 is specified during NURBS interpolation, the inverse time
command (G93) mode is set. Specify an inverse time (FRN) with F
code. FRN for NURBS interpolation is represented by the following
expression:
Distance
Feedrate
FRN =
Feedrate: mm/min (metric input) or inch/min (inch input)
Distance: mm (metric input) or inch (inch input)
(Travel distance along a NURBS curve. This distance does not
always represent a travel distance if a rotation axis is
involved.)
The format of F code is F4.3 (0.001 to 9999.999) as with the ordinary
inverse time command. The valid data range of a feedrate command is
the same as for a feedrate command in the feed per minute mode.
NOTE
The actual operation time may slightly vary from a
specified time due to CNC internal processing.