05-05-2013 03:01 PM
hello,
I want to measure the time in a While loop.
I'm trying to know, how much does need my while-loop to run for i = 0 and for i = 1. Which Function can I used?
BR..
05-05-2013 03:35 PM
You can use the Tick Count function. It gives you the clock time in milliseconds. Compare it with the value from the previous iteration that you store in a shift register.