02-20-2013 11:42 PM
Hi Team,
I want to Calculate the time taken by VI.I am using tick Count but it is not the right way of doing.I want other way of doing it..
Regards
DS
02-21-2013 03:09 AM
DS,
why is Tick Count not the "right way of doing" it? Are you talking about long times (>49 days)?
Norbert
02-21-2013 05:02 AM
If the time is short (2^32 ms), tick count is the way to go. If you are talking for longer times, you should use the Date/Time in Seconds.
For both of these, you need to take the time before you run the VI and right after and subtract the two times to get the amount of time the VI took.
02-21-2013 06:16 AM - edited 02-21-2013 06:17 AM
You could use this as well:
http://forums.ni.com/t5/LabVIEW/New-LV2010-VI-High-Resolution-Relative-Seconds/td-p/1213011