LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enumeration of boolean control

Hello
How I can enumerate the boolean array control. I have 16 the same
boolean and I have a difficulties which one has which number. Is
there some solution to this?

regards
PP
0 Kudos
Message 1 of 3
(3,902 Views)
You can use a cluster of Booleans. Each Boolean may be named differently in the cluster. You can then convert this cluster into an array using the "cluster to array" function. The order of the Booleans in the array is determined by the "cluster order".

-Jim
0 Kudos
Message 2 of 3
(3,901 Views)
OK, I see. This will complicate my simple task I have, but if
this is only choice, then I have to do it in this way.
Thanks a lot.

PP


Jim Kring wrote:
>
> You can use a cluster of Booleans. Each Boolean may be named
> differently in the cluster. You can then convert this cluster into an
> array using the "cluster to array" function. The order of the
> Booleans in the array is determined by the "cluster order".
>
> -Jim
0 Kudos
Message 3 of 3
(3,901 Views)