The IEC operator is used for the "equals" function.
Permitted data types of the operands: any basic data type; dependent on target system and compiler versions: structure data type
If the operands are equal, then the operator yields the result TRUE
; otherwise FALSE
.
Examples
Result: TRUE
ST
VAR1 := 40 = 40;
FBD
