EcoStruxure Machine Expert version 1.1 does not support the M258, LMC058 and LMC078 controllers.

LE

Overview

Comparison operator performing a Less Than Or Equal To function.

The LE operator is a boolean operator which 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 IL

Result is TRUE

LD     20
LE     30
ST     Var1

Example in ST

VAR1 := 20 <= 30;

Example in FBD

G-SE-0024416.1.gif-high.gif