The leader in industrial automation and control solutions

Connection Requirements

Supported PLC Series

PLC-AESPLC-FBPLC-ES

Supported Data Registers

MXYKLFTCSZRQD@DConstant
S

Supported Flags

FlagBitSupport
ErrorF11.0
ZeroF11.1
CarryF11.2

Number of Steps

Steps
1

Operands

OperandDescription
SThis is the BOOL data register.
This is the bit number to toggle the contact ON/OFF.

When the bit is 0, the contact is OFF.
When the bit is 1, the contact is ON.

Notice

Notice for MapleLogic AND instruction.

Contact Orientation

The AND contact orientation behaves as follows:

  • The AND contact orientation performs a boolean AND operation based on the ON status of the assigned BOOL data register.
  • The AND contact orientation performs an AND operation with the operation result to that point and uses the resulting value as a new operation result.

Ladder Diagram Examples

AND Gate Example

The AND contact performs a boolean AND operation based on the ON status of the assigned BOOL data register, S.

The AND contact performs a boolean AND operation based on the ON status of the assigned BOOL data register, S.

When the open contact, M17.8, is powered OFF AND the open contact, M10.4, is powered OFF, the coil, D86.4, is deenergized.

When the open contact, M17.8, is powered OFF AND the open contact, M10.4, is powered OFF, the coil, D86.4, is deenergized.

When the open contact, M17.8, is powered ON AND the open contact, M10.4, is powered OFF, the coil, D86.4, is deenergized.

When the open contact, M17.8, is powered ON AND the open contact, M10.4, is powered OFF, the coil, D86.4, is deenergized.

When the open contact, M17.8, is powered ON AND the open contact, M10.4, is powered ON, the coil, D86.4, is energized.

When the open contact, M17.8, is powered ON AND the open contact, M10.4, is powered ON, the coil, D86.4, is energized.