06-03-2021 08:36 AM
One you do hardware timed continuous acquisition, the samples will be spaced exactly and the timestamp for any point can be calculated from the index and the start time. Using the PC timestamp is a very poor choice to begin with.
06-03-2021 09:04 AM
@msabah38 wrote:
I am acquiring Data from PXI based DAQ card which is an RT based system at a rate of 1kHz, (1ms).
Once the data is received at the Host PC (Windows), I am saving the data using binary write operation along with windows timestamp.
For Time stamp I am using Windows PC timestamp (HOST side), hence the data is being skipped, since PC timing is not real time.
Is there any way in which the timing also comes from RT NI DAQMx (RT program), so that I can utilize the same time.
How about this:
06-03-2021 11:14 PM
Can you use the waveform instance of DAQmx Read? The waveform(s) will contain the correct timing information.