Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Different input ranges on multiple channels in DAQmx

Can I set different input voltage (max and min) ranges for different channels with NI-DAQmax?
If yes, how do I do it? I see only one input for those values in create Virtual Channel.vi
0 Kudos
Message 1 of 2
(3,630 Views)
You should setup a NI-DAQmx Task using the DAQmx Create Task VI. Your task can contain multiple channels (multiple Create Virtual Channel VIs), each channel having its own range settings. You can use a single Create Virtual Channel VI with multiple channels as you are doing, but this will limit each channel to have the same ranges.

If you use the DAQ Assistant and select multiple channels, you could setup the different ranges per channels there too. And then you could also have the DAQ Assistant generate the code for you.

Hope this helps.

Jared A
Message 2 of 2
(3,628 Views)