MAX
Maximum function. Returns the greater of the two values.
OUT := MAX(IN0, IN1)IN0, IN1 and OUT can be any type of variable.
Example in IL:
LD 90
MAX 30
MAX 40
MAX 77
ST Var1 (* Result is 90 *)Example in FBD:
Maximum function. Returns the greater of the two values.
OUT := MAX(IN0, IN1)IN0, IN1 and OUT can be any type of variable.
Example in IL:
LD 90
MAX 30
MAX 40
MAX 77
ST Var1 (* Result is 90 *)Example in FBD: