L-force | plc designer – Lenze PLC Designer PLC Designer (R3-1) User Manual

Page 1062

Advertising
background image

L-force | PLC Designer

Programming Reference

1060

DMS 4.1 EN 03/2011 TD29

LE
EC Comparison Operator: Less than or equal to
A Boolean operator that returns the value TRUE when the value of the first operand is
less than or equal to that of the second. The operands can be of any basic data type.
Example in ILL: ( Result is TRUE )

Example in ST:

VAR1 := 20 <= 30;

Example in FBD:

GE
EC Comparison Operator: Greater than or equal to
A Boolean operator that returns the value TRUE when the value of the first operand is
greater than or equal to that of the second. The operands can be of any basic data
type.

Example in ST:

VAR1 := 60 >= 40;

Example in FBD:

Advertising