Quote:
Originally Posted by ROFLcopter
General Knowlege
1. I did my best to find a function in LabVIEW similar to a Boolean Latch switch (Toggle Switch), but for a True/False. I want to press Button 1 to change the statement to True and press it again to make it False. Is the Case Selector in a case structure already toggle or do I need to create more code?
|
Quote:
Originally Posted by Alan Anderson
General Knowledge:
1. Implementing such a toggle function is easy to do, but hard to describe. Look at Feedback Nodes, which can be used to do something only when an input changes value.
|
Look in the LabVIEW Getting Started Window >> Examples >> Joystick Button Latching Example