Chapter 9 NC Control Function
The workpiece coordinate system setting is the command to shift the current coordinate system by the entered
offset.
It is used to reset the coordinate system based on the reference point of the workpiece. Until the workpiece
coordinate system is selected after the applicable command, it operates based on the shifted coordinate system(G54
~ G59).
* Caution: It should be applied after homing.
% Apply after homing
G90 X10 Y10 % Move to the position of the workpiece coordinate system X=10 Y=10
G92 X100 Y100 % Shift the workpiece coordinate system X=10,Y10 to X=100,Y=100
G90 X10 Y10 % Move to the position of the workpiece coordinate system -80,-80
24) Feed mode command per minute (G94)
G94: Feed mode command per minute
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 user input unit (mm, degree) per minute.
Under the command, for the F input unit, the unit / min (mm / min, deg / min) is applied.
G94 G01 X10 F10 % If the unit is mm, the feed rate is commanded in 10mm / min.