I need a logic variable that is initially false to change to true when a certain event happens (e.g., temperature reaches a threshold) and to remain true even when the output of the comparison changes back to false. Is there a simple way to do this? Simpler that the vi I've attached? Thanks. Kevin
Great. That works very nicely. It cleans up the block diagram considerably. By using the local varable and the "Reinit To Dflt", I was able to eliminate the shift register, the AND, and the connection to the STOP boolean. Thanks. Kevin