Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual
Page 135

6Ć3
6.1.1
Input Parameters for the Logical AND Instruction
This table lists the inputs for the AND instruction and the variable type and data
type/range that each input supports.
Parameter
Description
Variable Type
Data Type/Range
EN
When this input is true, the instruction executes. When this
input is false, the instruction is not executed and ENO is
false.
Connect a Boolean input or output.
In1
In2
Enter two variables or constants on which you want to perĆ
form the logical AND.
Note: Any constants entered are displayed in hexadecimal.
D simple
D constant
D element of an array
integer (0ĆFFFF)
double integer
(0ĆFFFFFFFF)
6.1.2
Output Parameters for the Logical AND Instruction
This table lists the outputs for the AND instruction and the variable type and data
type/range that each output supports.
Parameter
Description
Variable Type
Data/Type Range
ENO
Use this output as the input to another instruction for
easily chaining multiple instructions. This output follows
the state of EN unless and error occurs.
Connect a contact, coil, or Boolean input to
another instruction.
Out
This output contains the result of the AND operation on
In1 and In2.
D simple
D element of an array
integer (0ĆFFFF)
double integer
(0ĆFFFFFFFF)