How can i create a clock that have to do the following thing:
Countdown visual in the screen Timeset with day's in seconds - Pressing start -> it start to run - Pressing stop -> The clock is stopping but it keeps the time, when i press start again then it goes on with counting - Pressing Reset -> the clock goes back to the start position and waits to start again.
The key is to use a shift register to hold the previous count...
Attached is a quick and dirty version of what you describe. It displays the passed time as seconds so if you need it to be in days just divide the value by 86400...If you don't need sub-second updates you can increase the wait time.
This page contains an example that might be close to what you want: http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3EDA 756A4E034080020E74861&p_node=DZ52067&p_submitted=N&p_rank=&p_answer=&p_sourc e=External
It's an example of creating stopwatches using GOOP.
"William Strijks" wrote in message news:506500000008000000BDB60000-1068850981000@exchange.ni.com... > How can i create a clock that have to do the following thing: > > Countdown visual in the screen > Timeset with day's in seconds > - Pressing start -> it start to run > - Pressing stop -> The clock is stopping but it keeps the time, when i > press start again then it goes on with counting > - Pressing Reset -> the clock goes back to the start position and > waits to start agai n. > > Tia, William
It looks like the timing toolkit vi's were written around 1999 in LV5.1, so I'm not sure why LV6.1 can't open them. Can you elaborate on what went wrong?
DP
"William Strijks" wrote in message news:506500000005000000274A0100-1068850981000@exchange.ni.com... > Thanks for the fast answer, the only problem is that i cann't open the > vi because i'm using labview 6.1. I forgot to write that in my > question. > > > William
I am able to open the Stopwatch_60.vi program in labview 6.0, but the program will not execute. It gives me four errors of missing assignment to tunnel.
each error says: The Case structure does not have anything wired to the output tunnel in one or more cases. Only one frame of a Case structure is executed, so every frame must assign values to all the outputs.
The program indicates the errors originate at the two output tunnels going to the "y" input of the add function and the two output tunnels of the reset case structure.
I am new to labview. What does this mean and can anyone help fix it?