LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

elapsed timer

Solved!
Go to solution

I am new to LabView and have an elapsed timer .vi that is not counting down. I am using this to control a heaters run time, and I want it to show the time I started the test and the elapsed time of the test,  with the added control of adding or removing hours of test. I have recently upgraded to 8.6 from 8.5 and that is when the .vi stopped working correctly. Any suggestions would be great.

0 Kudos
Message 1 of 5
(3,435 Views)

I changed your "less than or equal to" to a "greater than or equal to" and it seems to work just fine.

 

Greg

Gregory Osenbach
0 Kudos
Message 2 of 5
(3,416 Views)

Hi Mlewis.  I am not sure why your vi stopped working after the upgrade.  I put a little program together that does what you want in a different way (It is an example you can modify to suit your needs).  I have used an Action Engine as a way to keep track of the elapsed time:

 

( see here: http://forums.ni.com/ni/board/message?board.id=170&thread.id=240328&view=by_date_ascending&page=1 )

 

 and I took out the local variable.  Feel free to ask questions if you have any.

 

Attached VI's are in 8.6 

 

(Having trouble attaching VI's, will try again shortly) 

 

Message Edited by jmcbee on 10-13-2008 11:50 AM
0 Kudos
Message 3 of 5
(3,413 Views)
Solution
Accepted by topic author mlewis
Here are the VI's.  For some reason Google Chrome has trouble attaching files to this message board...
Download All
Message 4 of 5
(3,393 Views)
Thank you for the help, it is working now.
0 Kudos
Message 5 of 5
(3,379 Views)