EQ

The IEC operator compares two operands for equality.

All elementary data types are permitted as data types for the operands.

If the operands are the same, the operator returns TRUE, otherwise FALSE.

Samples:

Result: bVar = TRUE.

ST:

bVar := 40 = 40;

FBD:

EQ 1:
EQ 2:

Elementary data type

An elementary data type is a data type that is predefined in TwinCAT (standard data types).