Graph Extract Tool
This tool allows the user to select a part of a wave for from a tdms file then save and extract as a new waveform in a .tdms file.
To Use
Its that simple.
Architecture
State Machine

Functionality Description
The program uses the low level file I/O functions to open and save the .tdms files. The manipulation of the graph on the front panel is read using a property node that give the X scale min and max values. With the graphs dt value the specific sample number in the array of the start point and length in samples can be calculated. The array subset function can then be used to extract the desired section with these parameters. The extract is then saved using the low level tdms file I/O vi’s.
The LabVIEW 2010 and 2011 versions are avaliable below.
No tool kits are required to run this VI.
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.