G54.1 - Extended Work Offsets

Overview

The G54.1 command provides access to extended work offsets, adding 100 additional coordinate systems beyond the standard G54G59 offsets.
When combined, MASSO supports a total of 106 work offsets (G54 to G59 + G54.1 P1 to G54.1 P100).


 

Accessing Extended Work Offsets

Extended offsets are listed in the Work Offset screen.
You can scroll through them using the slider bar on the right-hand side of the offset list.

 

 

Each extended offset is identified using the format:

G54.1 P1  to  G54.1 P100

For example:

  • G54.1 P1 refers to the first extended offset.

  • G54.1 P100 refers to the hundredth extended offset.

These offsets are modal, meaning once a G54.1 P# command is issued, it remains active until another work offset command is given.


 

Programming Work Offsets

Work offsets can be set in two ways:

  1. Using G-code Commands

    • G10 L20 or G10 L20.1 can be used to program or modify extended work offsets.

    Example: G10 L20 P50 X100 Y200 Z0

    This sets the coordinates for G54.1 P50.

  2. Manually via Touchscreen

    • Double-tap on any offset entry in the Work Offset list to manually edit its values.


Syntax

 
G54.1 P<value>
ParameterDescription
PSpecifies which extended work offset (1–100) to activate.

 

Example Program

N10 G54.1 P50

In this example, the G54.1 P50 work offset is selected and remains active until another work offset command (e.g., G55, G59, or another G54.1 P#) is issued.


 

Notes

  • G54.1 P1 through G54.1 P100 belong to Modal Group 12.

  • These offsets function identically to the standard G54–G59 work offsets but allow for more setups and part programs.

  • Ideal for multi-part fixtures, rotary tables, or when managing multiple coordinate systems in production workflows.