LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean control in an array

Hello:
I have an array of Boolean controls. Each one is essentially independent of
the others. How is it possible to have their individual mechanical actions
set as "Latch when released" so that if any Boolean control within the array
is clicked it will be reset once the entire array is read?

I have attached a picture of the control if that helps explain what I'm
trying to do.

Thanks in advance.
-Tom






[Attachment image.bmp, see below]
0 Kudos
Message 1 of 3
(2,851 Views)
Instead of putting the Booleans inside of an array, put them into a cluster. You can then use the Cluster to Array function so that the program modification would be pretty small.
Message 2 of 3
(2,851 Views)
Thanks Dennis.
That wasn't too big of a change. Wish I had thought f that earlier.
Thanks again.
-Tom

"Dennis Knutson" wrote in message
news:506500000005000000B4D50000-1042324653000@exchange.ni.com...
> Instead of putting the Booleans inside of an array, put them into a
> cluster. You can then use the Cluster to Array function so that the
> program modification would be pretty small.
0 Kudos
Message 3 of 3
(2,851 Views)