·360·
Programming manual
CNC 8055
CNC 8055i
13.
HIGH-LEVEL LANGUAGE PROGRAMMING
·M· & ·EN· MODELS
SOFT: V02.2X
Variables
This limit may be indicated by program, by PLC or by DNC; the CNC selects one of them, the one
indicated by DNC has the highest priority and the one indicated by program has the lowest priority.
DNCSL
It returns the speed limit of the main spindle in rpm currently selected via DNC. If it has a value of
0 it means that it is not selected.
PLCSL
It returns the speed limit of the main spindle in rpm currently selected by PLC. If it has a value of
0 it means that it is not selected.
PRGSL
It returns the speed limit of the main spindle in rpm currently selected by program.
MDISL
Maximum machining spindle speed. This variable is also updated (refreshed) when programming
function G92 via MDI.
POSS
It returns the real position of the main spindle. Its value may be within ±99999.9999°. It interrupts
block preparation.
RPOSS
It returns the real position of the main spindle. Its value is given in 0.0001 degree units (between
-360º and 360º). It interrupts block preparation.
TPOSS
It returns the theoretical position of the main spindle (real position + lag). Its value may be within
±99999.9999º. It interrupts block preparation.
RTPOSS
It returns the theoretical position of the main spindle (real position + lag) in 360º module. Its value
may be between 0 and 360º. It interrupts block preparation.
DRPOS
Position indicated by the Sercos drive of the main spindle.
PRGSP
Position programmed in M19 via program for the main spindle. This variable may be read from the
CNC, from the PLC and from DNC.
FLWES
It returns the main spindle's following error in degrees (within ±99999.9999). It interrupts block
preparation.
SYNCER
It returns, in degrees (within ±99999.9999), the following error of the second spindle with respect
to the main spindle when they are synchronized in position.