LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve memory full issue while reading tdms file

Solved!
Go to solution

Thank You Yamaeda for the suggestion, Actually I want to create just one tdms file & alter it continuously on reaching required file size - Data inserted in the first loop instance is deleted & latest loop instance data is appended, just like a pipe or stack.

0 Kudos
Message 11 of 13
(489 Views)

Well, the only way to do that is to read all to memory, manipulate the data and write it all out. Depending how big the file is it might be manageable. Or you'll have to preallocate the file and overwrite data incl. a timestamp so you can read it out and sort it later.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 12 of 13
(487 Views)

Can i solve this using DVR ?

0 Kudos
Message 13 of 13
(437 Views)