11-20-2008 12:13 AM
Just a simple question, is there a way to time a VI from the moment I press run to when it stop execution.
I will like to have a display on my front panel that will start a count from 0secs to say 55secs when the VI actually stopped.
I tried to use elapsed time vi , but no display was seen
Thanks.
11-20-2008 12:34 AM
11-20-2008 12:38 AM - edited 11-20-2008 12:41 AM
The way I undestood it, the display should count up while the VI is running.
Try this:
11-20-2008 11:43 AM
Thanks Pnt and Altenbach. Both codes work, but I am trying to have the time sequence just be able to stop execution when my VI stops, I do not want a situation that I will press the stop button to stop the timing VI code.
For example my VI uses three for loops, and I want to time the complete execution time(displayed on the front panel of course).
Thanks
11-20-2008 01:49 PM