SJKebab Posted February 5, 2010 Report Posted February 5, 2010 Hi all, I'm fairly new to LabVIEW, and still struggling on some of the basic concepts. Let's say I have a boolean control on the UI. False = one other boolean control on the UI to play with. True = 3 other boolean controls to play with. How would I go about doing this. Is it a matter of having a different vi for each scenario (t/f) and using a case structure to call the required vi? If it is this easy, how would I go about embedding the child vi UI into the parent vi UI? Or is there a different way of doing this? Cheers, SJK Hi all, I'm fairly new to LabVIEW, and still struggling on some of the basic concepts. Let's say I have a boolean control on the UI. False = one other boolean control on the UI to play with. True = 3 other boolean controls to play with. How would I go about doing this. Is it a matter of having a different vi for each scenario (t/f) and using a case structure to call the required vi? If it is this easy, how would I go about embedding the child vi UI into the parent vi UI? Or is there a different way of doing this? Cheers, SJK Nevermind. I just found the Showing/Hiding options example in the help menus. Looks like I need to relearn property nodes.... Quote
JustinThomas Posted February 5, 2010 Report Posted February 5, 2010 you should have a look at subpanels to embed a child vi into a parent vi. Also tabs are a good option for your problem. Just place the booleans as required on different tab pages and set the tab page based on your control boolean. 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.