Programmable homing (G74)
G74 Execute homing (non-modal)
G74 allows the NC-program-controlled execution of homing (RPF), where the axes to be referenced and the sequence in which the axes should execute the homing must be stated. The values programmed with axis names determine the sequence of homing.
For axes with the same value, homing is triggered simultaneously.
Further information about referencing and homing are described in the functional description "Homing" [Homing].
Programming example Sequential commanding:
N10 G74 X2 Y3 Z1 Sequence of RPF: Z-> X -> Y
Programming example Paralell commanding:
N10 G74 X1 Y1 Z1 Sequence of RPF: X,Y,Z at the same time