LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple analog inputs with different configuration RSE/Differential

Solved!
Go to solution

Hi

 

Can anyone advise how to measure two analog inputs with different configurations using a USB 6009?
I am aware of the syntax to create to virtual channels for the DAQmx Create Virtual Channel(s) so I have created two channels using Dev3/ai0:1 but I would like the first channel to be RSE and the second to be Differential.
So far I have not found any way to specify the configuration for the separate channels.

Any ideas much appreciated!

 

Jack

0 Kudos
Message 1 of 6
(2,769 Views)

Have you tried this??

Try this in MAX.png


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 6
(2,754 Views)

Hi

 

Thanks for the response.

I have just tried as you suggest using the DAQ Assistant (creating two channels and setting the configuration differently) and this seems to work.

I prefer to use the 'low' level vi's so still curious to know if there is a way to set the configuration using them.

 

Cheers

 

Jack

 

0 Kudos
Message 3 of 6
(2,750 Views)
Solution
Accepted by topic author JackT

@JackT wrote:

 

I prefer to use the 'low' level vi's so still curious to know if there is a way to set the configuration using them. 


It should be like this:

 

Code.png


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 4 of 6
(2,745 Views)

Great!

Thanks for the advice.

0 Kudos
Message 5 of 6
(2,742 Views)

Well, you can always skip the very first node (which is DAQmx Create Task.vi), I just kept it for elaborating the concept.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 6 of 6
(2,739 Views)