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 ?