Quick reference
36
(SOFT 03.1X)
Axis swapping:
#SET AX Define a new axes configuration.
#CALL AX it adds one or more axes to the preset configuration and it allows defining its position.
#FREE AX Removes the programmed axes from the current configuration.
#RENAME AX For each programmed axis pair, the first axis takes the name of the second one.
Spindle swapping:
#FREE SP Removes the defined spindles from the current configuration.
#CALL SP It adds one or several spindles to the current configuration.
#SET SP Defines a new spindle configuration.
#RENAME SP For each programmed spindle pair, the first spindle takes the name of the second one.
Selecting the master spindle of a channel:
#MASTER It defines the master spindle of a channel.
Selecting the loop for an axis or a spindle. Open loop or closed loop:
#SERVO ON Activates the closed loop mode.
#SERVO OFF Activates the open loop mode.
Spindle synchronization:
#SYNC Synchronizes the spindles based on the real (actual) coordinate.
#TSYNC Synchronizes the spindles based on the theoretical coordinate.
#UNSYNC Cancels the spindle synchronization.
Longitudinal tool axis selection:
#TOOL AX It selects any machine axis as the new longitudinal axis.
"C" axis: Activate the spindle as "C" axis:
#CAX It activates the spindle as "C" axis.
#CAX OFF It cancels the "C" axis, going back to spindle mode.
"C" axis: Machining of the face of the part:
#FACE It activates the machining of the face and it defines the work plane. The longitudinal axis of
the tool is optional.
#FACE OFF It cancels the machining of the face of the part.
"C" axis: Machining of the turning side of the part:
#CYL It activates the machining of the turning side and it defines the work plane. The radius is
optional.
#CYL OFF It cancels machining of the turning side of the part.
Collision detection:
#CD ON
#CD OFF
It activates and deactivates the collision detecting process.
High speed machining:
#HSC ON
#HCS OFF
It activates and cancels the high speed machining mode.