LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I measure in several channels at the same time using a different range in each with DAQmx?

I am using LabView 8, and my card is NI PCI-6281.
I have tried the function "NI-DAQmx Create Virtual Channel", but with this I have to use the same max and min values for all the channels.
I have also tried DAQ Assistant, but with this I must fix the channels and ranges before running my programm and this can not be changed later. Is there any solution to this? With old DAQ functions this was very easy.
0 Kudos
Message 1 of 2
(2,529 Views)

It's simple with DAQmx too. You can use separate Create Channels or use a single inside a for loop and pass it arrays of channels and ranges.

Message Edited by Dennis Knutson on 09-18-2006 08:25 AM

0 Kudos
Message 2 of 2
(2,524 Views)