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!
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.