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