From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array input to DAQ Voltage Output

I have an array of 16 voltage values that I want to send out to a NI DAQ output that I have. When I link the array to the DAQ assistant module, it converts the array to a dynamic data type and sends out my 16 voltages as samples to one channel. Is there a way that I can continuously send out my array to the 16 channels?

0 Kudos
Message 1 of 2
(2,243 Views)

Double click the express VI that converts the array to dynamic data.  Change it to multiple channels rather than a single channel.

 

Better yet.  Use real DAQmx functions rather than the DAQ Assistant.

Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications

0 Kudos
Message 2 of 2
(2,220 Views)