I have a program that compares DAQ values to a threshold value. If the value surpasses the threshold, an led blinks. The problem is, if the value then goes back below threshold the blinking will stop, as a result of the comparison being False. What I want is to allow the alarm to begin the blinking but not allow it to stop until I press another button, essentially clearing the alarms. I am just flabbergasted at how to accomplish this. Any ideas?