04-13-2022 03:42 AM
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 this
But I want to keep it like this
This is my program on the PC
Solved! Go to Solution.
04-13-2022 04:41 AM
Try to change the data layout input of the TDMS Write function from "interleaved" to "decimated".