Chapter 9 NC Control Function
25) Feed mode command per revolution (G95)
G95: Feed rate per revolution of the main axis
G01: Linear interpolation feed command
X_: Coordinate value of the target position to move through the linear interpolation feed
F_: Speed command
It is the command to set the input unit to the feed rate per revolution of the main axis.
Under the command, for the F input unit, the unit /rev(mm/rev) is applied.
G95 G01 X10 F10 % If the unit is mm, set the speed to 10mm / rev.
26) Cylindrical interpolation mode setting (G107)
G107: Cylindrical interpolation command
C_: Set the rotation axis and radius of a cylinder (If the value is 0, the cylindrical interpolation is canceled.)
The cylindrical interpolation is a type of contour control, which is the control mode for machining a cylindrical surface.
It can be easily created when grooving the cylindrical CAM.
It performs the circular (G02, G03) and linear interpolation (G01) with other axes by converting the movement
amount of the rotation axis specified by the angle into the linear axis distance of the circumference.