09-12-2011 03:40 AM
hiii
I need to measure the execution time or the elapsed time of the prog in LabVIEW , I know that this time is very small but I need to calculate how much it is?
are there a suitable vi to do this in lib of LabVIEW or we must build it?
09-12-2011 04:17 AM - edited 09-12-2011 04:19 AM
There is an integrated tool, the VI profiler, Darren presents it here.
You can also find usefull info if you go on the LabVIEW community and search for "VI profiler" or "performance", you'll find all sorts of articles, blogs that can help you : https://decibel.ni.com/content/search.jspa?peopleEnabled=true&userID=&containerType=&container=&spot...
Hope this helps
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
09-12-2011 10:05 AM
Hi,
If you want to measure execution time of subvi then you can use tick count(ms) function before calling subvi and after sub vi and substract mSec you will have time difference.
PBP
CLAD Labview 6.1 - 2010
KUDOS ARE WELCOMED