Jump to content

ConnectorPane class/Assign Control To Terminal method: Difference between revisions

From LabVIEW Wiki
m Category reorg
 
(One intermediate revision by the same user not shown)
Line 44: Line 44:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2011|link=LabVIEW 2011]]
|More info to come.
| This method was added in [[LabVIEW 2011]].
|}
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
{{ambox|text=Add links to internal wiki pages that would also help.}}
Line 57: Line 57:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:VI Scripting Method]]


[[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 19:48, 10 June 2020

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