·364·
Programming manual
CNC 8055
CNC 8055i
13.
HIGH-LEVEL LANGUAGE PROGRAMMING
·M· & ·EN· MODELS
SOFT: V02.2X
Variables
Read-and-write variables
SPRGSO
This variable may be used to read or modify the speed override percentage of the second spindle
currently selected by program. It is given in integer values between 0 and "MAXFOVR" (maximum
255). If it has a value of 0 it means that it is not selected.
(P110=SPRGSO)
It assigns to P110 the % of the second spindle speed selected by program.
(SPRGSO=P111)
It sets the value indicating the second spindle speed % selected by program to the value
of arithmetic parameter P111.