LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronization between two daq devices

Hello,

 

I have read several tutorials discussing the synchronization of two daq devices; two helpful ones were

 

http://www.ni.com/white-paper/11549/en

 

and

 

http://www.ni.com/white-paper/4322/en

 

However, I am having trouble determining if, in my application, I am actually implementing the synchronization scheme correctly.  I have four 6602 boards in a PXI-1010 chassis, each of which gives me four analog voltage input channels which I wish to record and synchronize.  I have currently constructed a VI which involves four tasks, one for each board.  Each task records the four analog voltage inputs on that respective board.  I want to make sure all four tasks are synchronized in time and in triggering.  

 

On one hand, it seems as if I should use the scheme recommended in Figure 4 of White Paper 11549 (linked above).  However, this involves some sort of icon (I've pasted a screen shot of it below), but I do not know where to find this icon in the pallete.  

unknownIcon.png

 

 

On the other hand, it appears that I can synchronize my devices by just wiring them to the same clock source, as I have done in the image below.

synchronization.png

I do not know which is the correct way.  Can someone please clarify which is the correct route?  Also, would someone help me find that icon (see above) in the pallete?  

 

thanks!

 

0 Kudos
Message 1 of 2
(1,856 Views)

That subvi is located at LabVIEW\examples\daqmx\_utility\_Utility.llb\Get Terminal Name with Device Prefix.vi

I found it by using the example finder and under hardware input and output\DAQmx\Synchronization\Multi-Device\Multi-Device Synch-Shared Ext Sample CLK.vi.

Now Using LabVIEW 2019SP1 and TestStand 2019
0 Kudos
Message 2 of 2
(1,836 Views)