qwerty3321 Posted February 7, 2019 Report Posted February 7, 2019 Hello there, How can i use multiple boolean LED controls to the case selector. Quote
infinitenothing Posted February 7, 2019 Report 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
LogMAN Posted February 7, 2019 Report 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
qwerty3321 Posted February 8, 2019 Author Report Posted February 8, 2019 Thank you so much, the nested was helpful Quote
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.