Overview
This tool allows the user to select a part of a waveform from a .tdms file and then save and extract as a new waveform in a .tdms file.
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 minimum and maximum values to the X scale. 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 extracted section is then saved using the low level .tdms file I/O VIs.
Steps to Implement or Execute Code
Requirements
Software
LabVIEW 2010 or later
Additional Images or Video


**This document has been updated to meet the current required format for the NI Code Exchange. For more details visit this discussion thread**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.