LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

accessing array of clusters

Hey everyone,
 
I'm new to Labview and am trying to create an array of clusters.  I have a 16-channel TTL I/O interface and I want to access each channel of the I/O.  Each channel has an input/output boolean button and an output high/low (0 or 5 V) boolean button.  I want to be able to read what my output selection is set to with an enum indicator.  What's the best way to be able to access, say, channel 7's input/output selection?  Or how would I read channel 12's output setting?  Thanks a bunch!
0 Kudos
Message 1 of 3
(2,588 Views)
Actually, I think I just figured it out.  If I index the array, I can access individual clusters.  Then, I can unbundle the cluster and gain access to each individual element of the cluster.
Message 2 of 3
(2,579 Views)
Hello!

Sounds good -- let us know if we can help out in any way!

Message Edited by Travis M. on 11-01-2005 11:19 AM

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 3 of 3
(2,549 Views)