LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reset boolean

We have made a simulated alarm system in LabVIEW. Now we've made a numeric keypad to activate the alarm. This keypad sends out a boolean if the code is right. But we want to de-activate the system too. Once we activate the system it keeps going on and on and......it never stops.
 
So we need to reset the line between our keypad and alarm system to stop our alarm system. But the alarm should be stopped with the same code as we turned it on with. We put the keypad in a while loop that stops when the code is entered. So the keys are not responding after turning the alarm on. I submitted a .jpg of the project. The boolean-indicator on the right shows the activity of the system. Does anybody have a tip for us how to solve this (little) problem ?
 
0 Kudos
Message 1 of 3
(2,855 Views)
Hi,
 
Problem solved ?
 
If not mail me the VI (see Google) then we can continue in Dutch
 
 
0 Kudos
Message 2 of 3
(2,804 Views)
Hi,
 
I do not know if you already have the answer.
 
But you must place a while loop around the code. With the while loop you are capable of entering a new code to shut down the alarm.
 
Good Luck,
 
John
N Netherlands


John
NI Netherlands
0 Kudos
Message 3 of 3
(2,770 Views)