ELC Programming Manual
For more information visit: www.eaton.com MN05003003E
3-4
Program Example:
X0X1
Y1
Instruction: Operation:
LDI X1 ; Load contact B of X1
AND X0
; Connect to contact A of X0 in series
OUT Y1 ; Drive Y1 coil
Mnemonic Operands Function Program steps
ANI
X, Y, M, S, T, C Series connection- B contact 1
ELC ELCB ELCM
PB PC/PA/PH PV PB PH/PA
Descriptions:
The ANI command is used in the series connection of a B contact.
Program Example:
X0X1
Y1
Instruction: Operation:
LD X1 ; Load contact A of X1
ANI X0
; Connect to contact B of X0 in series
OUT Y1 ; Drive Y1 coil
Mnemonic Operands Function Program steps
OR
X, Y, M, S, T, C Parallel connection- A contact 1
ELC ELCB ELCM
PB PC/PA/PH PV PB PH/PA
Description:
The OR command is used in the parallel connection of an A contact.
Program Example:
X0
X1
Y1
Instruction: Operation:
LD X0 ; Load contact A of X0
OR X1
; Connect to contact A of X1 in parallel
OUT Y1 ; Drive Y1 coil
Mnemonic Operands Function Program steps
ORI
X, Y, M, S, T, C Parallel connection- B contact 1
ELC ELCB ELCM
PB PC/PA/PH PV PB PH/PA
Description:
The ORI command is used in the parallel connection of a B contact.