feri79 Posted January 24, 2004 Report Share Posted January 24, 2004 Hi, I'm new to the labview. I need to make a set of 5 radio buttons, that only one of them selects at a time. Thanks. Quote Link to comment
Michael Aivaliotis Posted January 25, 2004 Report Share Posted January 25, 2004 You can try here: http://forums.lavausergroup.org/index.php?showtopic=46 It is a link to a codeless radio button. However, if you want to program this in code, you are better to use an event structure. You can make an event case for every boolean. When the event fires for that boolean make the others false with a local variable. Quote Link to comment
aledain Posted February 12, 2004 Report Share Posted February 12, 2004 Or for neater code (but not necessarily better code) use references to each of your booleans, write a "handler" that switches the non clicked to false and have your event case handler all the events for each of those booleans. cheers, Alex. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.