12-06-2011 10:09 AM
Hi, I am trying to activate Boolean controls within a cluster using a scan code. Can anyone help me? I have attached a VI below with instructions to illustrate the problem. Thanks. John
Solved! Go to Solution.
12-06-2011 10:13 AM
I am running LabVIEW 2011 w/XP Pro.
12-06-2011 10:35 AM
Not sure if this is what you are looking for. Have a try, there are many ways to implement this. I would also recommend type defining your cluster, also think about splitting it in to three different categories which means that you can disable the whole thing at once. It also means that you can add controls later on and as it is a type defined item, everything should still work fine.
12-06-2011 10:53 AM
First of all, thank you for your prompt response and suggestions! I am not seeing the Booleans activating any indicators in the Output Array however. It doesn't look like you have type defined anything here either. I am assuming you're just suggesting I pursue that as a solution. I will need all the Booleans to be active at once unfortunately and each one should light up an indicator in the Output Array. Sorry if I hadn't made that clear. I thank you for showing me how to stop the program. I am not sure how that is working just yet however either - maybe you could clarify the function of the event structure for me?
12-06-2011 10:57 AM
The 'Visible' control is non functional as well - can you please try to follow my original instructions first? If you need clarification let me know. Thank you,
John
12-06-2011 11:15 AM
John,
I misunderstood your instructions. Try this.
If you need information about event structures, just search. Some info here: http://zone.ni.com/reference/en-XX/help/371361H-01/glang/event_structure/ also try the example finder.
regards,
aCe
12-06-2011 11:21 AM
Oh wow! Nicely done! Thank you! 🙂
12-06-2011 11:24 AM
Kudos are welcome
12-06-2011 11:24 AM
Hello John,
Please see the attached VI....is that you want???
Regards,
Bijay
12-06-2011 11:27 AM
Not exactly - but thanks for playing! 🙂 Goto solution.