qwerty3321 Posted February 7, 2019 Report Share Posted February 7, 2019 Hello there, How can i use multiple boolean LED controls to the case selector. Quote Link to comment
infinitenothing Posted February 7, 2019 Report Share Posted February 7, 2019 You have a few options. Use a radio control if the booleans are mutually exclusive Combine the booleans into an array and then convert that to a number Nest your case structures 1 Quote Link to comment
LogMAN Posted February 7, 2019 Report Share Posted February 7, 2019 (edited) If the boolean controls are clicked by the user, use the event structure instead: http://www.ni.com/white-paper/3331/en/ Edited February 7, 2019 by LogMAN Quote Link to comment
qwerty3321 Posted February 8, 2019 Author Report Share Posted February 8, 2019 Thank you so much, the nested was helpful 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.