To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI shows how to programmatically select controls by label text, set enable state and change its value.
Description
This VI allows the user to select any number of Controls/Indicators from his Front Panel using the Control Names Array and set the desired Enable state for them, additionally if the control is a Numeric, Boolean or String he can select the value to be set before the Enable state change.
Note: The Control Name syntax should be Cluster Name/Control Name if the control is inside a Cluster and should be Tab Control Name/Page Name/Control Name if the control is inside a Tab Control.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippets
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.