Programming manual.
CNC 8070
THE SPINDLE. BASIC CONTROL.
7.
Spindle orientation.
·135·
(REF: 1709)
7.5.3 Positioning speed
It is possible to set the spindle positioning (orienting) speed; if it is not set, the CNC assumes
the one set by machine parameter REFEED1as the positioning speed. Each spindle may
have a different positioning speed.
Programming format.
The positioning speed is set as follows.
S.POS={vel}
The positioning speed is given in rpm.
Knowing the active positioning speed.
The active positioning speed for the CNC may be consulted using the following variable.
(V.)SP.SPOS.Sn
Variable that can only be read from the PRG and PLC.
This variable indicates the active positioning speed for the spindle Sn.
S Spindle name.
{vel} Positioning speed.
M19 S.POS=120 S1.POS=50
(Positioning of spindle "S" at 120 rpm and S1 at 50 rpm)