取消
顯示結果 
搜尋替代 
您的意思是: 

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 積分
1 條訊息(共 11 條)
4,423 檢視
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 積分
2 條訊息(共 11 條)
4,420 檢視

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 積分
3 條訊息(共 11 條)
4,416 檢視

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 積分
4 條訊息(共 11 條)
4,394 檢視
0 積分
5 條訊息(共 11 條)
4,381 檢視

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 積分
6 條訊息(共 11 條)
4,367 檢視

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

Thank you!

0 積分
7 條訊息(共 11 條)
4,362 檢視

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 積分
8 條訊息(共 11 條)
4,350 檢視

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 積分
9 條訊息(共 11 條)
4,344 檢視

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 積分
10 條訊息(共 11 條)
4,334 檢視