02-29-2008 01:26 PM
03-03-2008 10:19 AM
After moving the Read Property Node to the initialize portion of the DAQmx task, the occasional sample lag is still occurring. Does reading the DAQmx buffer with DAQmx read affect the sampling of the PXI-6533 card? The task is set up for external clocking, with the clock signals coming in on RTSI (PXI bus) every 10 +/- 0.1 ms. At some points in the acquisition, I am attempting to read samples that have not yet been aqcuired. Example: Attempting to read 10 samples from the 6533 buffer when only 9 are available. I have the read timeout set to 30 ms, so the DAQmx read VI will wait for the 10th sample to be placed into the buffer. Could this cause a delay in that sample point, or the next one? I could setup the code to only read the available # of samples, so the DAQmx read VI will never have to wait for more samples to be placed into the buffer.
What I need to know is, could allowing the DAQmx Read VI to wait for more samples to become available affect the way the PXI-6533 card places samples into the buffer? Is there anything else that could cause the PXI-6533 to occasionally delay placing samples into the buffer?
Thanks,
Jason
03-03-2008 04:50 PM
This is a duplicate post. Please refer to this link for further information.
In order to maintain the forums in an orderly manner and to keep problem solutions and information in a consolidated fashion easily searchable by customers, duplicate posts are often linked. Please post all of your questions related to this topic in the forum linked above. Best of luck in future applications.