11-07-2018 03:17 AM
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.
11-07-2018 03:43 AM
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
09-24-2019 05:19 AM
Can i solve this using DVR ?