MIN
The IEC operator is used for the minimum function. It returns the smallest of the transferred input values.
Syntax: OUT := MIN(IN0, IN1, IN2, ...)
Permitted data types: all
Samples:
Result: nVar is 30.
ST:
nVar := MIN(40,30,90,77);
nVar := MIN(MIN(90,30),40);
FBD:
