Obtain Controllers and Indicators References on LabVIEW

Updated Nov 29, 2023

Environment

Software

  • LabVIEW

How to obtain references for all controllers and indicators on the front panel in order to adjust the appearance of the front panel?

Use Controls[] Property to get the array of references to the controls and indicators on the LabVIEW pane.
Below is a LabVIEW simple code example to do it.
get-all-control-reference_eng.png
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project.
To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW block diagram.