·798·
Installation manual
CNC 8060
CNC 8065
10.
CNC VARIABLES.
(REF: 1402)
Variables related to spindle speed.
10.46 Variables related to spindle speed.
PROGRAMMING THE SPEED.
(V.)[ch].A.SREAL.sn
(V.)[ch].SP.SREAL.sn
Variable that can only be read from the program, PLC and interface.
The variable returns the execution value; reading it interrupts block preparation.
Channel [ch]. Real spindle speed.
Syntax.
·ch· Channel number.
·sn· Name, logic number or index of the spindle.
Remarks.
This variable takes into account the accelerations and decelerations of the machine. It
returns a value of ·0· when the spindle is stopped, it returns the value in rpm when the spindle
is in G96/G97 and in degrees/minute when the spindle is in M19.
SPINDLE SPEED IN G97.
(V.)[ch].A.SPEED.sn
(V.)[ch].SP.SPEED.sn
Variable that can only be read from the program, PLC and interface.
The variable returns the execution value; reading it interrupts block preparation.
Channel [ch]. Active spindle speed in G97.
Syntax.
·ch· Channel number.
·sn· Name, logic number or index of the spindle.
V.A.SREAL.S Spindle S.
V.SP.SREAL.S Spindle S.
V.SP.SREAL Master spindle.
V.A.SREAL.5 Spindle with logic number ·5·.
V.SP.SREAL.2 Spindle with index ·2· in the system.
V.[2].SP.SREAL.1 Spindle with index ·1· in the channel ·2·.
V.A.SPEED.S Spindle S.
V.SP.SPEED.S Spindle S.
V.SP.SPEED Master spindle.
V.A.SPEED.5 Spindle with logic number ·5·.
V.SP.SPEED.2 Spindle with index ·2· in the system.
V.[2].SP.SPEED.1 Spindle with index ·1· in the channel ·2·.