LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

time in while loop measure

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..

0 Kudos
Message 1 of 2
(2,140 Views)

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.

0 Kudos
Message 2 of 2
(2,126 Views)