Programming manual
CNC 8070
STATEMENTS AND INSTRUCTIONS
Programming statements
15.
(SOFT V02.0X)
437
#FREE SP Frees a spindle from the configuration
Removes the defined spindles from the current configuration.
The programming format is:
#FREE SP [<Sn>,...]
#FREE SP ALL
#CALL SP Add a spindle to the configuration
It adds one or several spindles to the current configuration. The
position of the spindles in the channel is not relevant. To add a spindle
to the channel, the spindle must be free; it must not be in another
channel.
The programming format is:
#CALL SP [<Sn>,...]
#SET SP Sets the spindle configuration
Defines a new spindle configuration. The spindles existing in the
channel and not programmed in #SET SP are removed and those
programmed that are not already in the channel will be added.
It is the same as programming a #FREE SP of all the spindles and
then a #CALL SP of all the new spindles. The programming format is:
#SET SP [<Sn>,...]
Parameter Meaning
<Sn> Spindle name.
ALL Frees all the spindles of the channel.
#FREE SP [S]
(It removes the spindle S from the configuration)
#FREE SP [S1,S4]
(It removes spindles S1 and S4 from the configuration)
#FREE SP ALL
(It removes all the spindles from the configuration)
Parameter Meaning
<Sn> Spindle name.
#CALL SP [S1]
(It adds spindle S1 to the configuration)
#CALL SP [S,S2]
(It adds spindles S and S2 to the configuration)
Parameter Meaning
<Sn> Spindle name.
#SET SP [S]
(Configuring one spindle)
#SET SP [S1,S2]
(Configuring two spindles)