EQ
The IEC operator is used for the "equality“ function.
Allowed data types of the operands: any basic data type.
If the operands are the same, the operator returns TRUE, otherwise FALSE.
Samples:
Result: bVar is TRUE.
ST:
bVar := 40 = 40;
FBD:
The IEC operator is used for the "equality“ function.
Allowed data types of the operands: any basic data type.
If the operands are the same, the operator returns TRUE, otherwise FALSE.
Samples:
Result: bVar is TRUE.
ST:
bVar := 40 = 40;
FBD: