To download NI software, including the products shown below, visit ni.com/downloads.
1. Overview
This VI Shows a method to save control configuration to a TDMS file, and how to retrieve the values saved in said file to write them back to a VI's front panel controls.
2. Description
This VI was created when running multiple series of test and measurement experiments. The function was created so the values from Front Panel controls could be saved into the same TDMS file as measurements, therefore allowing users to re-load these configuration settings into another test sequence. This keeps the front panel control data in the same TDMS file, without the need for a separate configuration file.
The values are obtained from the controls using an invoke node that calls the "Control Value: Get All" method, which returns an array of clusters containing the name and data of each control.
3. Requirements
4. Steps to Implement or Execute Code
5. Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines.**
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.