Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

SubVI "DAQmx.vi': required input 'task/channels in' is not wired error

Trying to read multiple data samples from multiple channels using DAQmx, I keep getting the error;
SubVI "DAQmx.vi': required input 'task/channels in' is not wired
I have nothing to wire it to.
 
Thank you,
 
James-
0 Kudos
Message 1 of 3
(3,132 Views)
You have to have something. Either a task that you've created in MAX or a task that you've created with the DAQmx Create Channel. Etiher one can be a constatn or a front panel control. If you have created a task in MAX, simply right click on the task input and select Create Constant. You can click on the constant and view existing tasks or browse and create a new one.
0 Kudos
Message 2 of 3
(3,123 Views)

I figured it out...

Index array data out was not configured for waveforms.

 

Thank you

 

James-

0 Kudos
Message 3 of 3
(3,118 Views)