Control Value:Get All Method

LabView Local Project Settings

Control Value:Get All Method

Short Name: Ctrl Val.Get All

Installed With: Base Package

Class: VI Methods

Gets the values of all controls or indicators in a VI as variant data. This method returns an array of clusters that contains control and indicator names and their values as variant data. Use the Variant to Data function to convert the data to another LabVIEW data type.

Parameters

NameRequiredDescription
ControlsNoIf TRUE, the method returns values for all the controls. If FALSE (default), the method returns values for all the indicators.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsYes
Available with global VIsYes
Available with strict type definitionsNo
Available with polymorphic VIsNo