LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Terminate button in countdown event

I have a washing machine, and now is going to complete the count down timer.

When i press the "START" button, it count down very well. But the problem is all control can't be click, even the windows is not scrollable also.

Is it due to multitasking issue? How can i solve it?

0 Kudos
Message 1 of 11
(3,585 Views)
It has nothing to do with multi-taskimg. It has everything to do with the front panel being locked until the event completes. Placing a while loop inside an event is not appropriate.

What are you trying to do with this VI?
0 Kudos
Message 2 of 11
(3,582 Views)

Actually this is my uni assignment, and we going to design a washing machine which has simple button and the countdown timer.

hmm, or you have any solution to start the count down when the button is click?

0 Kudos
Message 3 of 11
(3,578 Views)

Can you upload your VI? I can modify your VI only

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 4 of 11
(3,556 Views)
0 Kudos
Message 5 of 11
(3,543 Views)

I forgot to mention 2011 format.  

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 6 of 11
(3,529 Views)

here~ v11
in the vi, login as "admin" "admin", and the problem is in the event "Start button".

Thank you!

0 Kudos
Message 7 of 11
(3,524 Views)

When event occures in the first frame you are using property node and in the next frame you are using while loop which is wrong and hence it is locking (Waiting untill it completes) Use one common string to display current status and remove while loop

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 8 of 11
(3,512 Views)

See I dont have time to read and understand you code. I removed your while loop and able to display count down time and also able to display image. Please try to modify the code.

This is not a final code. still lots of modification is needed. 

 

Thank

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 9 of 11
(3,506 Views)

Can you send me that one you modified? so i can have a look which loop you removed and how you solve it.

Thanks

0 Kudos
Message 10 of 11
(3,496 Views)