beautypg.com

1 logical and (and) – Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 134

background image

6Ć2

6.1

Logical And (AND)

Use the Logical And instruction to perform a bitĆwise logical AND between two

variables.

While

EN is true, the instruction performs a logical AND operation on In1 and

In2. The result is stored in Out.
The truth table for a bitĆwise logical AND operation is as follows:

In1

In2

Out

0

0

0

1

0

0

0

1

0

1

1

1