·688·
Installation manual
CNC 8060
CNC 8065
10.
CNC VARIABLES.
(REF: 1402)
Variables associated with the status and resources of the PLC.
Syntax.
·msg· Message number.
Values of the variable.
This variable returns one of the following values.
(V.)PLC.PRIORMSG
Variable that can only be read from the program and interface.
The variable returns the execution value; reading it interrupts block preparation.
Report variable (to be used from the scripts).
Active message with the highest priority (the one with the lowest number among the active
ones).
(V.)PLC.EMERGMSG
Variable that can only be read from the program and interface.
The variable returns the execution value; reading it interrupts block preparation.
Report variable (to be used from the scripts).
Active emerging message (the one shown at full screen).
PLC ERRORS.
(V.)PLC.ERR[err]
Variable that can be read and written via program and interface.
The variable returns the execution value; reading it interrupts block preparation.
Status of PLC error [err].
Syntax.
·err· Error number.
Values of the variable.
This variable returns one of the following values.
(V.)PLC.PRIORERR
Variable that can only be read from the program and interface.
The variable returns the execution value; reading it interrupts block preparation.
Report variable (to be used from the scripts).
Active error with the highest priority (the one with the lowest number among the active ones).
V.PLC.MSG[87] Status of message 87.
Value. Meaning.
0 Message off.
1 Message on.
V.PLC.PRIORMSG
V.PLC.EMERGMSG
V.PLC.ERR[62] Status of error 62.
Value. Meaning.
0 Error off.
1 Error on.
V.PLC.PRIORERR