LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple DAQ synchronization

Hello all,

 

I am trying to acquire acoustic emission signals through NI USB 6361, vibration signals through NI USB 6210, and pressure signals through NI USB 6009 at different sampling frequencies. Is it possible to time synchronise these devices?

 

I found that USB-6009 and USB-6210 use internal clocks and do not support external clock inputs or direct synchronisation between devices, whereas USB-6361 can use an external reference clock for its timing operations.

 

I would be grateful for a clarification on this issue.

0 Kudos
Message 1 of 5
(482 Views)

When multi-device sync matters, USB is an unfortunate choice.   There are probably some options available with enough careful screwdriver-and-physical-wire work, combined with the corresponding low-level DAQmx config work.   But I don't know your USB devices well enough to promise that for sure.

 

How many total AI channels of each type do you have?  If at all possible, I'd be inclined to suggest you try to capture them all with a single task on the 6361 at the highest sample rate, then do software resampling for the lower sample rate channels.  If too much I/O for that, I'd suspect that the 6210 is the next best device to add to the mix.

 

Basically, fewer USB devices == fewer hassles establishing and maintaining sync, with 1 device as the optimal goal.

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
Message 2 of 5
(468 Views)

USB-6009 does not support signal routing.

 

For USB-6210, if you check the signal routing in NI MAX, you can route the signal from PFI to AI Sample Clock and Sample Clock Timebase.

ZYOng_0-1723384420219.png

 

For the programming, see Example for Synchronizing two DAQ devices Using LabVIEW with DAQmx

 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
Message 3 of 5
(467 Views)

Thank you for the information.

0 Kudos
Message 4 of 5
(356 Views)

Thanks a lot for the information. I am trying these options to find the best solution.

0 Kudos
Message 5 of 5
(353 Views)