11-04-2015 05:33 AM
I want the timer to automatically count up and down from zero to a certain value.
11-04-2015 06:08 AM
Sounds like a simple application that can be done with a While Loop with some Shift Registers to hold state and counter value.
What have you tried?
11-04-2015 06:20 AM - edited 11-04-2015 06:20 AM
I built a countdown timer from this guide, but I don't know how to proceed
http://www.rmuti.ac.th/user/nopparat/document/pdf/LabVIEW_Lab6.pdf
11-04-2015 06:32 AM
This is what I have so far but it only counts down to zero
11-04-2015 06:36 AM
I recommend using a boolean (stored in a shift register) to state whether your values are incrementing or decrementing. Then you just use a case structure for your two different methods.
11-04-2015 07:14 AM
Honestly, I don't know how to do that
11-04-2015 07:25 AM - edited 11-04-2015 07:25 AM
@ylevental wrote:
Honestly, I don't know how to do that
Back out to the main LabVIEW forum page and there are links on the right pointing you to all kids of good learning stuff.
11-04-2015 08:39 AM
Hi,
Think this example can Help You!!!
BR
11-04-2015 08:41 AM
@Hrachya wrote:
Hi,
Think this example can Help You!!!
BR
Not helpful to help the OP cheat by giving him an answer to a problem he should be doing on his own for school.
11-04-2015 08:47 AM
nyc
That is not my problem, I did not read everyones life history before helping them. He has problem, I try to help, why he is doing that, that his his problem....
Thank You
BR