- DAQ cards do not have a time stamp mechanism, so we use the t0 (Buffer read time, not task start time) and dt in LabVIEW to time stamp it. Link = https://forums.ni.com/t5/Multifunction-DAQ/Loop-timing-with-NIDAQmx-for-Python/td-p/3656140
- DAQmx does not timestamp samples when they are taken on the DAQ device, but it does when it reads the FIFO samples onto the computer if you are reading in a waveform data type.
- Read = Reading from the FIFO buffer into the PC
- Acquire = Acquisition of data by the DAQ hardware
- SOlution = Each time you acquire, note down the time when the specific loop interation starts and then append dt to it for every column.
- Every row is a channel
- Every column is a sample taken in that channel.
Thursday, September 8, 2022
Time stamping of acquired data samples from NI DAQ devices.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment