03-05-2008 04:47 AM - edited 03-05-2008 04:48 AM
03-06-2008 02:25 AM
Hi,
If you would like to measure the time your VI has executed you could for exemple use the tool "Profile Performance and memory". You find it under Tools>>Profile>>Performnce and memory
If you would like to measure the time of a loop iteration for exemple, you can use the structure Timed Loop and use the output "Iteration duration" from the output node. See tha attached VI.
If you would like to use a while or for loop and measure the iteration time you could program it by using a shift register and for exemple Get Date/Time in Seconds.vi, take a look at the attached exemple Elapsed time.vi.
I'm not exactly sure what you mean by a second of indicators and controls but maybe it's a local variable you mean? Right click on the control and choose Create>> Local variable.
I hope this helps!
03-06-2008 02:40 AM
03-06-2008 08:25 AM