153
(1) Objective: Returns the condition “True” if the first value is larger than the second value; otherwise, “False”
is returned.
(2) Returned value: Boolean
(3) Example: Calculate cumulative sum (1-10000)
This will calculate the accumulated sum of 1+2+3…+10000; you can check the result using the FPV window
(displayed as sum=50005000).