Example Code

Programmatically build an array containing references to all indicators in Front Panel

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW

Code and Documents

Attachment

Download All

 

Overview

The example build an array containing references to all indicators in Front Panel.

 

Description

 

The purpose of this example is to use property node of Front Panel obtain all references of any indicators on the front panel. And displays labels from the indicator.

 

Requirements

  • LabVIEW 2012 (or compatible)

 

Steps to Implement or Execute Code

  1. Change the status of indicators from the front panel.
  2. Run the VI.
  3. The array indicator displays the labels from the indicator.

 

Additional Information or References

VI Snippet

128.png

 

**This document has been updated to meet the current required format for the NI Code Exchange.**

Che T.
Applications Engineer
National Instruments

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
Dirtboy
Member
Member
on

Just what I needed! Thanks!