Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronization of PXIe4305 with the chassis or an AO card

I have a PXIe-4305 installed in PXI 1073 chassis with PXIe-6738 in the same chassis. The PXIe-4305 does not support external clock. I wish to collect the data in PXIe-4305 in sync with an external clock which I am using with PXIe-6738 to generate ao signals. Is it possible to synchronise the data acquisition in PXIe-4305 with the same clock?

0 Kudos
Message 1 of 5
(1,647 Views)

These are very useful articles and given 4305 uses delta-sigma ADC I would assume the synchronization techniques will be similar to other Sound and Vibration cards (DSA)

 

Synchronization Basics - National Instruments 

Synchronization Explained - National Instruments

 

Refer to the topic "Synchronizing between Sample Clock and Oversample Clock Timed Devices" in the Synchronization Explained link

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 5
(1,646 Views)

Thank your for your response. I still can't figure out how to sync the ai acquisition with the ao card which is receiving the external clock. The PXIe-4305 accepts a PXIe_Clk100 source only, which is 100 MHz reference clock. My external clock is 10 MHz being fed into PFI1 of PXIe-6738.

Is it possible for the PXIe-4305 to be synced with the PXIe-6738 clock and ultimately with the external clock with such a setup?

0 Kudos
Message 3 of 5
(1,600 Views)

btw to do the synchronization, I am using the following example - https://github.com/ni/nidaqmx-python/blob/master/nidaqmx_examples/ai_multi_task_pxie_ref_clk.py

0 Kudos
Message 4 of 5
(1,599 Views)

Unfortunately, none of the cards with Delta-Sigma Data converter can take in an external clock due to the ADC/DAC architecture. You've to do the other way around, you've to export the 4305 sample clock to 6738 for synchronization (oversampled clock device is 4305 and sample clock device is 6738)

 

Edit: incorrect image, hence removed

 

And for synchronization between that two 4305 you've to use the Reference clock synchronization along with the Sync Pulse technique as depicted in the image below (once of the 4305 will be designated as master and the other as slave),

santo_13_1-1660313225534.jpeg

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 5 of 5
(1,585 Views)