ConnectorPane class/Assign Control To Terminal method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 239A8000
Scope VI Scripting
Data Name AssignCtrlToTerm
Short Name* AssignCtrlToTerm
Long Name* Assign Control To Terminal
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 56
Owning Class Name ConnectorPane Class
Return Data Type No return value
Invoke Node Assign Control To Terminal
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Assigns a front panel control to a connector pane terminal of the VI.

You can use this method to configure the connector panes of a target VI using VI Scripting.

Parameters

Data type Name Required Description
Control Refnum Control Yes Specifies the control to assign to a connector pane terminal.
U32 Terminal Index Yes Specifies the index of the connector pane terminal to which to assign the control.

Uses

History

Version Change(s)
LabVIEW 2011 This method was added in LabVIEW 2011.

See Also

External Links