10-04-2007 12:17 PM
10-05-2007 03:56 PM
Hi TRIJ,
Thanks for contacting National Instruments. It looks like to me that you are really trying to break up a TDMS file into smaller chunks. What I would recommend is using the "TDMS Read" and "TDMS Write" functions in order to read parts of the file and then write those parts to new ones. On the TDMS Read function, you can specify the "count" and "offset" inputs to read parts of the file and then you can directly write that to a new file using the TDMS Write function. Try using these functions and see what you can work with. I hope this helps you out. Thanks!
10-11-2007 01:40 PM
Thank you, I implemented your suggestion and it worked well.
-Trij