Installation manual
CNC 8060
CNC 8065
CNC VARIABLES.
10.
(REF: 1402)
·687·
Variables associated with the status and resources of the PLC.
(V.)PLC.LO[nb]
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 local digital output [nb].
Syntax.
·nb· Number of the digital output.
(V.)PLC.M[nb]
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 mark [nb].
Syntax.
·nb· Mark number.
(V.)PLC.R[nb]
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 register [nb].
Syntax.
·nb· Register number.
(V.)PLC.T[nb]
Variable that can be read and written from the interface and read from the program.
The variable returns the execution value; reading it interrupts block preparation.
Status of PLC timer [nb]
Syntax.
·nb· Timer number.
(V.)PLC.C[nb]
Variable that can be read and written from the interface and read from the program.
The variable returns the execution value; reading it interrupts block preparation.
Status of PLC counter [nb].
Syntax.
·nb· Counter number.
PLC MESSAGES.
(V.)PLC.MSG[msg]
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 message [msg].
V.PLC.LO[3] Status of PLC local digital output ·3·.
V.PLC.M[111] Status of PLC mark ·111·.
V.PLC.R[200] Status of PLC register ·200·.
V.PLC.T[8] Status of PLC timer ·8·.
V.PLC.C[16] Status of PLC counter ·16·.