To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example program allows you to hide and bring back clusters using event structures and the implicitly linked "Visible" property node. This program could be useful when trying to create a program that only has certain functionality available to the user when necessary. Another option would be to use tab controls.
Description
This example initially hides two clusters on the front panel during runtime when the user presses the reset button. When the user presses "Generator 1," the Signal Generator 1 cluster appears. When the user presses "Generator 2," the Signal Generator 2 cluster appears. This all occurs with an event structure and implicitly linked property nodes. The visible property node can be used for any front panel object and can be implemented in the same manner as this example. It is found by right clicking on the control, Create>>Property Node>> Visible.
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.