Programming manual
CNC 8055
CNC 8055i
HIGH-LEVEL LANGUAGE PROGRAMMING
13.
·M· & ·EN· MODELS
SOFT: V02.2X
·361·
Variables
Read-and-write variables
PRGSSO
This variable may be used to read or modify the speed override percentage of the main 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=PRGSSO)
It assigns to P110 the % of the main spindle speed selected by program.
(PRGSSO=P111)
It sets the value indicating the main spindle speed % selected by program to the value
of arithmetic parameter P111.