Operator: MIN
The IEC operator is used for the minimum function. It yields the least value of all inputs.
OUT := MIN(IN0,IN1,IN2,...)
Permitted data types: all
Example 124. Examples
Result: 30
ST
Var1 := MIN(90,30,40); Var1 := MIN(MIN(90,30),40);
FBD
