ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
10-10-2012 02:13 AM
HI all...
I'm trying to do something but with no luck...
I have 2 clusters of 20 controls each,
1. 20 Boolean switches
2. 20 numeric indicators ( dbl )
What I want to do is simple when I'm pressing one of the bool buttons I want it to hide/show the relevant numeric.
Can anyone assist ?
Solved! Go to Solution.
10-10-2012 02:56 AM
Hi kobi,
You can refer to the following links:-
http://forums.ni.com/t5/LabVIEW/Show-Hide-certain-items-in-an-array-of-clusters/td-p/1672798
http://forums.ni.com/t5/LabVIEW/how-to-disable-numeric-controls-in-a-cluster-one-by-one/td-p/90303
10-10-2012 02:59 AM
Hello Kobi Kalif,
please have a look at the attached example.
10-10-2012 02:59 AM
Its a bit quick and dirty but does this do what you want. Use numeric control to select element in cluster and boolean to turn on or off then press run. Could have put it in a loop with stop button
Ken
10-10-2012 03:32 AM
Thank you all all the ideas where very helpfull !!!