GT

The IEC operator is used for the "greater than" function.

Permitted operand data types: any basic data type.

If the first operand is greater than the second operand, the operator returns TRUE, otherwise FALSE.

Examples:

Result: bVar is FALSE.

ST:

bVar := 20 > 30;

FBD:

GT 1: