During the definition of a coupling group it is detected, that in different coupling pairs one of the axis is defined both as master axis and as slave axis.
Example:
Wrong:
N10 G00 X0 Y0 Z0
N20 #SET AX LINK[1,B=X, C=B]
:
N1000 M30
Correct:
N10 G00 X0 Y0 Z0
N20 #SET AX LINK[1,B=X, C=X]
:
N1000 M30
For further information see [PROG// Section: Programming axis couplings]
|