LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to create a timer that counts up and down automatically?

I found a guide to create a countdown timer, but in this case, I want the timer to automatically count up and down from zero to a certain value.

 

This is the countdown guide: http://www.rmuti.ac.th/user/nopparat/document/pdf/LabVIEW_Lab6.pdf

0 Kudos
Message 1 of 4
(2,998 Views)

Get the labview success package. It contains a lot exercises about timers. however if you want to count down

get the current timer value, add the top value and then each call subtract the current timer value from the sum.

stop when the sum is zero.

 

0 Kudos
Message 2 of 4
(2,979 Views)

I guess you're a little lazier than the last guy that asked this very same question and your homework is due Friday?  😄

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 4
(2,972 Views)

@billko wrote:

I guess you're a little lazier than the last guy that asked this very same question and your homework is due Friday?  😄


Same guy;  duplicate post at http://forums.ni.com/t5/LabVIEW/What-is-the-best-way-to-create-a-timer-that-counts-up-and-down/m-p/3...

0 Kudos
Message 4 of 4
(2,969 Views)