Installation manual
CNC 8035
PLC PROGRAMMING
Action instruction.
8.
(SOFT M: V15.3X)
(S
OFT T: V16.3X)
·315·
= PAR
It analyzes the type of parity of a register.
Its programming format is:
If the register being checked has an EVEN parity, this instruction will set the indicated mark to “1”
and if its parity is ODD, it will set it to “0”.
Example:
I15 = PAR R123 M222
If I15 = 1 the PLC checks the parity of register R123 and sets M222 = 1 if it is EVEN or M222
= 0 if it is ODD.
PAR R1/559 M1/5957