09-16-2013 07:36 PM
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?
09-16-2013 07:47 PM
09-16-2013 08:00 PM
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?
09-16-2013 09:50 PM
Can you upload your VI? I can modify your VI only
09-17-2013 02:53 AM
yeah sure~ here
09-17-2013 03:31 AM
I forgot to mention 2011 format.
09-17-2013 03:39 AM
here~ v11
in the vi, login as "admin" "admin", and the problem is in the event "Start button".
Thank you!
09-17-2013 06:48 AM
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
09-17-2013 07:20 AM
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
09-17-2013 08:06 AM
Can you send me that one you modified? so i can have a look which loop you removed and how you solve it.
Thanks