To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example demonstrates how to split large tdms files into smaller ones.
Description
This example shows how to take a large TDMS file and create a series of smaller TDMS files that include subsets of the same information. The iteration terminal is used to uniquely identify each TDMS File as ...parti.tdms.
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
I created an example similar to this one that handles memory errors associated with trying to write files that are too large. For example, you could split a 2 GB TDMS file into 250 MB chunks using this other example, even if you don't have much memory available.