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.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

16E-4 Multiple AI Task

Hey,

I am converting some old traditional-DAQ codes to a new code using DAQmx,

however, while debugging the new program, an error with error code #50103 will popup while executing multiple AI tasks on 16E-4 board.

I searched the error code, the most likely explanation should be: 

  • Concurrently running two or more analog input or analog output tasks.

MultipleAITask.png

However, I am pretty sure that in the original traditional-DAQ code, these two tasks are executing at the same time!

And these two channels have different sampling rate, sample number and triggering specifications.

 

Is it because of the new DAQmx has been no longer support multiple tasks?

Or is there any other options for this?

 

Thank you very much!

0 Kudos
Message 1 of 2
(3,513 Views)
You couldn't have two parallel acquisitions in traditional DAQ either since the device has a single convert clock.
0 Kudos
Message 2 of 2
(3,497 Views)