Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

multi channel acquisition

Hi!
 
I am using a USB-6211 DAQ-mx board and wish to acquire two signals simultaneously. I  implemented a DAQ-mx input express VI to read simultaneously two different channels, but I wonder if the acquisition on both channels is perfectly simultaneous or if there is a small lag between those (and how much lag, in milliseconds). Is there a setting to check for that ? If I just could get an estimation of the average possible lag, it would be fine (working out something synchronized would be better though!). If there actually is a lag, can I find its value in the specs of the board ?
 
The acquisition channels are set to analog voltage input and to continuous acquisition.
 
Thanks!!
0 Kudos
Message 1 of 4
(3,351 Views)
Those boards are not simultaneous sampling boards, so I know there is going to be a delay between channels.  You can look at the DAQmx Timing property Timing>>More>>AI convert>>Rate.  This will tell you the rate of the AI convert clock which is how fast each channel is being sampled between sample clocks. 
 
Hope this helps
 
StuartG
0 Kudos
Message 2 of 4
(3,333 Views)

Well, it says 71428.6...(Hz?). But I am not really clear with what it means! What do you mean by "how fast each channel is being sampled between sample clocks"?

I'm a beginner on Labview, sorry if my questions look stupid !

Thanks
Jeff

0 Kudos
Message 3 of 4
(3,322 Views)
Hi Jeff,

Yes, this is Hz, just take the inverse to know the time (s) between samples.
Here is more information about this convert clock.

Remember, the only stupid question is the one that's never asked Smiley Wink
Good luck!
Gerardo O.
RF SW Engineering R&D
National Instruments
0 Kudos
Message 4 of 4
(3,317 Views)