Equal (EQU) Instruction in Ladder Logic

The Equal (EQU) instruction in ladder logic is used to test whether two values are equal.

If source A and source B are equal, the instruction is logically true. If these values are not equal, the instruction is logically false.

Equal (EQU) Instruction

Equal%20(EQU)%20Instruction%20in%20Ladder%20Logic

Source A must be an address.

Source B can be either a program constant or an address.

Values are stored in two’s complementary form.

1 Like