06-09-2003 06:28 PM
06-09-2003 08:05 PM
06-09-2003 09:21 PM
06-10-2003 12:26 AM
04-21-2006 08:01 PM
04-24-2006 10:53 AM - edited 04-24-2006 10:53 AM
There basicly is an Express VI that does exactly what you want. Elapsed Time.vi measures the elapsed time. It obviously counts up instead of down, but some basic arithmetic reverses the action.
Message Edited by Jarrod S. on 04-24-2006 10:54 AM
04-24-2006 11:20 AM
11-20-2008 02:00 PM
If you have LabVIEW 8.0 or higher, read "Using the Elapsed Time Express VI in LabVIEW 8.0 (and Higher)"
http://digital.ni.com/public.nsf/allkb/05A9C3B0A4D5A7638625712B006FB30F
06-11-2019 11:39 AM
So,I have built a VI which allows the user to enter the delay time and an emergency stop is also provided for the user to abort the timer immediately.
I have learnt this from the following link: https://www.youtube.com/watch?v=a4APkOV3MgE
there are two VIs in the folder ,the MainVI is the TimerVI.
p.s. - 'I'm a beginner '
06-11-2019 03:45 PM
Hi Kushagra,
you replied to a 11 year old thread, despite the suggestion to use ElapsedTime…
there are two VIs in the folder ,the MainVI is the TimerVI.
Yes, but you should not rename the subVI outside of LabVIEW! Now the main VI is searching for a missing subVI…
p.s. - 'I'm a beginner
Yes, with all those subtle "features".
A slightly cleaned-up version:
(Still misses a small wait in the while loop…)
Again: try to use ElapsedTime instead!