An attempt has been made to output a techno function (M/H/S function) on the spindle axis although the spindle axis was previously output due to an axis exchange command.
Example:
..
N1000 S[PUTAX]
N1100 S100 (Error ! )
N1200 X1000
..
In the above example program, an error message is issued in line N1100 because the spindle axis was issued by the S[PUTAX] command in line N1000 at the time the S function was programmed.
See also [[PROG// Section: Releasing/requesting spindle axes]
[FCT-C1// Section: Spindle M functions].
|