|
G28 instruction format: G28X_Y_Z_A_
Among them, X, Y, Z, A are the coordinates of the intermediate point (below the current workpiece coordinate system) when returning to the machine zero. After the command is executed, all controlled axes will be quickly positioned to the intermediate point and then from the intermediate point to the machine zero.
If you want to return an axis directly to the machine zero via the G28 command, such as the Z axis, use:
G91G28Z0
In the DDCSV system, G53 is not a machine coordinate system movement command. The slib.nc in the attachment expands the G153 command for you. By this command, the tool can be moved to the desired machine coordinate position. |
|