07-19-2019 03:01 PM
I need to convert the raw TDMS file acquired from my Labview data acquisition to just a normal TDMS file. I have found posts on just needing to read and then re-write the TDMS file which works great. The issue is that the programs they have supplied only work for one file at a time. I have modified the code to work for all TDMS files in a given folder. I run into memory full issues because I am trying to convert a few hundred files in a single folder. Is there anyway to purge the variables inside the loop after each read/write of the TDMS file? I have attached my code below.
Thanks for any help!!!!
Solved! Go to Solution.
07-19-2019 03:07 PM
08-05-2019 04:06 PM
GerdW,
Works great! Thanks!
I had originally tried this but was having issues because we were trying to write to a network drive and it refused so I assumed the issue was it TDMS side and not network drive related.