02-20-2023 09:19 AM
Hi, I'm trying to set up measuring setup, with highest possible data rate. I'm new to labview, so I use "NI 923x Continuous DMA" from examples with TDMS Write. WaveForm Graph looks fine, but TDMS file has data only in first ~900 rows (and then overwrite prewious samples).
I use LabView 2018, cRIO 9024 with 9114 chassis and NI 9234.
I also plan to use 9234 parallel with 9237.
Solved! Go to Solution.
02-20-2023 11:06 AM
The wire exiting the while loop to the TDMS Write is in Last Value mode.
If you want to stream data to disk, you should use two parallel loops and pass data from FPGA DMA Read Loop to TDMS Logging loop using Producer/Consumer architecture.
You can also consider using NI CompactRIO Waveform Reference Library