Fanuc G28 Approach Reference Point
With G28 the reference point will be approached via an intermediate position (X, Y, Z).
First is the movement to X, Y and Z, then the reference point will be approached. Both movements occur with G00!
The shift G92 will be deleted.
Programming
N... G28 X... Y... Z...
Parameters
| Parameter | Description |
|---|---|
| X, Y, Z | Coordinates of the intermediate point. |
Example

G28 X100 Z100