LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

acquire signals from different channels with different sampling rate at the same time

Is it possible to acquire signals from different channels with different sampling rate at the same time? The DAQ device I have is PCI6221 (M Series). Is there any example code available?
Help!
 
0 Kudos
Message 1 of 7
(3,213 Views)
Most NI DAQ boards have only one subsystem for timing analog inputs.  So you can't use separate clocks on separate channels.  You should sample all of your channels at the fastest rate, and throw away the data you don't need.
0 Kudos
Message 2 of 7
(3,204 Views)
Additionally,
 
Although it is not possible with hardware timed acquisition.
 
You can do something like this by using software timing and acquire different channels at different rates
Look at attached vi
 
0 Kudos
Message 3 of 7
(3,190 Views)
Sorry, can you change it to a lower version? I only have LabVIEW 7.1
 
0 Kudos
Message 4 of 7
(3,172 Views)
In LabVIEW 7.1

Message Edited by devchander on 09-07-2007 04:15 AM

0 Kudos
Message 6 of 7
(3,154 Views)
If you really need different sample rates, the best solution is to use two DAQ boards.  Then you can set the sample rate differently for each board.
- tbob

Inventor of the WORM Global
0 Kudos
Message 7 of 7
(3,133 Views)