LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save DAM FIFO data to TDMS?

Solved!
Go to solution

I want to use TMDS to save the data I collected on the CRIO collector. Now I have realized transferring the data from CRIO to PC through network stream, sampling the producer consumer architecture in PC for reading and saving, but when I save the data in the consumer architecture, the format of TDMS seems to be wrong. Since "element out of queue" outputs blocks of data, when I connect to "Write TDMS", the file saved looks like this1.png2.png

But I want to keep it like this

3.png

4.png

This is my program on the PC

5.png

0 Kudos
Message 1 of 2
(724 Views)
Solution
Accepted by topic author JHUN-KULI

Try to change the data layout input of the TDMS Write function from "interleaved" to "decimated".

Lucian
CLA
0 Kudos
Message 2 of 2
(708 Views)