05-18-2009 03:15 PM
Solved! Go to Solution.
05-18-2009 03:34 PM
05-18-2009 03:48 PM
As I understand it you have an elapsed timer in your subvi to show the execution of each process and an elapsed timer in your main vi to show the total time. I was wondering if you have set the Auto Reset off (to False) on the elapsed timer in your main vi? By default Auto Reset is set to true, which means every time you start a new loop in the main vi, the timer starts over again. By setting the Auto Reset to False, the total time will accumulate. You can then create an indicator inside the main vi and attach it to the Elapsed Time output of the elapsed time.vi.
I hope this is helpful.
John
05-18-2009 03:53 PM
05-18-2009 04:37 PM
I simply added a parallel loop that only contains the Elapsed time function. This will work just fine.
Thanks,
05-18-2009 04:43 PM
05-18-2009 04:48 PM