qwerty3321 0 Report post Posted February 7 Hello there, How can i use multiple boolean LED controls to the case selector. Share this post Link to post Share on other sites
infinitenothing 47 Report post Posted February 7 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 Share this post Link to post Share on other sites
LogMAN 73 Report post Posted February 7 (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 by LogMAN Share this post Link to post Share on other sites
qwerty3321 0 Report post Posted February 8 Thank you so much, the nested was helpful Share this post Link to post Share on other sites