My NI SCXI chassis has four SCXI-1124 modules in it, which supply me with a total of 24 analog output signals.
I currently have Labview configuring the outputs by providing the AO Config VI with the appropriate module/channel number. The AO Config VI then sends the information to the Hardware Config VI, where I specify whether the signal is a voltage or a current before sending it out. This interface is operating perfectly well.
However, because Labview views the SCXI chassis as a single device, I have to specify a group number for each output channel. Since the group number can only range between 0 and 15, I am limited to accessing only 16 channels at a time. Is there any way I can overcome this limitation and access all 24 of my channels?
Thanks,
K. Lee