3. Instruction Set
MN05003003E For more information visit: www.eaton.com
3-5
Program Example:
X0
X1
Y1
Instruction: Operation:
LD X0 ; Load contact A of X0
ORI X1
; Connect to contact B of X1 in parallel
OUT Y1 ; Drive Y1 coil
Mnemonic Operands Function Program steps
ANB
X, Y, M, S, T, C Series connection (Multiple Circuits) 1
ELC ELCB ELCM
PB PC/PA/PH PV PB PH/PA
Description:
The “AND” operation between the previous logic and the contents of the accumulative register.
Program Example:
X0
X2
Y1
X1
X3
ANB
Block A Block B
Instruction: Operation:
LD X0 ; Load contact A of X0
ORI X2 ; Connect to contact B of X2 in parallel
LDI X1 ; Load contact B of X1
OR X3 ; Connect to contact A of X3 in parallel
ANB
; Connect circuit block in series
OUT Y1 ; Drive Y1 coil
Mnemonic Operands Function Program steps
ORB
X, Y, M, S, T, C Parallel connection (Multiple circuits) 1
ELC ELCB ELCM
PB PC/PA/PH PV PB PH/PA
Description:
The “OR” operation between the previous logic and the contents of the accumulative register.
Program Example:
X0
X2
Y1
X1
X3
ORB
Block A
Block B
Instruction: Operation:
LD X0 ; Load contact A of X0
ANI X1 ; Connect to contact B of X1 in series
LDI X2 ; Load contact B of X2
AND X3 ; Connect to contact A of X3 in series
ORB
; Connect circuit block in parallel
OUT Y1 ; Drive Y1 coil