MIN

Minimum function. Returns the lesser of the two values.

OUT := MIN(IN0, IN1)

IN0, IN1 and OUT can be any type of variable.

Example in IL:

LD 90

MIN 30

MIN 40

MIN 77

ST Var1 (* Result is 30 *)

Example in FBD:

MIN 1: