Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

continuous data acquisition from 2 channels

Solved!
Go to solution

Hi,

 

I wonder how I could acquire signals from 2 channels continuously. I have tried to find a vi example but could not find one. In the vi below, I have copied the same functions that work for a single channel but this does not work.

 

Best regards,

Ninjatovitch

0 Kudos
Message 1 of 4
(3,208 Views)
Try it this way. In your DAQmx Physical Channel control, enter Dev1/ai0:1 for channels 0 and 1.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 2 of 4
(3,204 Views)

Hi Adnan,

 

Thank you very much for your quick help. Sorry if I am asking you this question, did I enter the right channels in the Physical Channel Control of the vi below? Because I can only see the signal from one channel.

 

Best,

Ninjatovitch

0 Kudos
Message 3 of 4
(3,197 Views)
Solution
Accepted by topic author Ninjatovitch

It should be Dev1/ai0:1 as mentioned above where ai0 is channel 0 and ai1 is channel one. They are seperated by a ':' which specifies the range. Have a look at the following:

What is the Syntax for Physical Channel Strings in DAQmx?

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 4 of 4
(3,195 Views)