ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
Overview
This example VI demonstrates the method of programmatically Changing the Properties of a Boolean Button.
Description
A property node in LabVIEW allows you to programmatically change a property associated with an object such as a control or an indicator.
To create a property node from a control or indicator, all we need to do is to right-click on the control/indicator, then go to Create >> Property Node and select our desired property.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Block Diagram
**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.
This is a very useful example for those of use learning property nodes. How do you guys make the run bar disappear upon startup of the VI?