45
Coordinate System
G92
Format
G92[X
x
][Y
y
][Z
z
]
Description
This sets the present position of the tool to the specified workpiece coordinate.
This word is used to operate the machine to move the tool to a certain point on the workpiece and set the workpiece coordinate for that
point. This changes the origin point for the workpiece coordinate system. Refer to "Part 1_Coordinate Systems" for an explanation of
workpiece coordinate systems.
G92 is a code effective only within the block. For this reason, only coordinate values specified in the same block as G92 are interpreted
as the set workpiece coordinates.
In general, the workpiece coordinate origin is not changed during the course of program execution. Consequently, this word is used at
the start of a program.
Z
X
Y
Tool
20.0
10.0
15.0
Z
X
Y
Executing
G92X20.0Y15.0Z10.0
sets the coordinate system taking
this as the origin point.
Parameter
Function
Acceptable range
Effective range
x
Workpiece coordinate (X axis)
Range 1
Maximum cutting range
y
Workpiece coordinate (Y axis)
Range 1
Maximum cutting range
z
Workpiece coordinate (Z axis)
Range 1
Maximum cutting range