Hi Fellow Labview users,
I just started using LabView and I'm very new at it. I know the basic understanding of how it works and got something to work but I need it to be more efficient.
I'm using Measurement Computing's USB-DIO96H DAQ, which has 96 digital inputs. I use the DAQ to acquire relay activations and record the number of times the relays flips.
Basically I created one digitial input read, and then copy & pasted it 95 times... it works but I know this is not the best way to use LabView.
How can I change the digital input (dev0/1stPortA/Di1) to be multiple so that it iterates through all 96 channels without copy and pasting the same diagram over and over?
Leon