Here is the function block for HighLowSelect. This gets two times as input and returns both the highest and the lowest of those times.

INPUT

  • Time1 → TIME
  • Time2 → TIME

OUTPUT

  • HighTime → TIME
  • LowTime → TIME


CODED SOLUTION 

Variable Decleration

CODE






  • No labels