04-08-2016 11:57 AM
I have a PXIe-1082 chassis that contains a PXIe-6341 and a PXI-4304 module. I'm outputting a sine wave from pxi-6341.Ao.0 channel to the pxi-4304.Ai.0 channel. The pxi-4304 isn't capturing any signals until about 75 msec later. How do I sync timing between the 2 modules together to stop this loss of data?
(Eventually, I'll be running a digital waveform out of the 6341 and into a device while the 4304 captures analog response of the device. So I'll need to have everything sync'd up.)
Thank you for your help,
Ron
Solved! Go to Solution.
04-11-2016 01:06 PM
After trying many "tricks" using various DAQmx VIs, I finally found the solution. I simply had to stagger the "DAQmx Start Task" between the Input and Output as shown in the attached picture.
Hope this helps someone.