Jump to content

ConditionalTunnel class/Link Input Tunnel method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Added VI Scripting Method Category to page
 
(2 intermediate revisions by the same user not shown)
Line 27: Line 27:
! scope="column" style="text-align:Left;" | Description
! scope="column" style="text-align:Left;" | Description
|-
|-
! scope="row" style="text-align:Center;" | [[File:LVClassBDConst Refnum.png|frameless|border|LVClassBDConst Refnum|link=LVClassBDConst Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:ConditionalTunnel Refnum.png|frameless|border|ConditionalTunnel Refnum|link=ConditionalTunnel Refnum data type]]
| '''Input Tunnel'''
| '''Input Tunnel'''
| Yes  
| Yes  
Line 50: Line 50:
== 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:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 22:34, 7 May 2020

VI Server Method Information
Method ID 5D251800
Scope VI Scripting
Data Name LinkTun
Short Name* LinkTun
Long Name* Link Input Tunnel
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16525
Owning Class Name ConditionalTunnel Class
Return Data Type No return value
Invoke Node Link Input Tunnel
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Creates a link between the input tunnel you specify and this tunnel. When you add a new case to the Case structure, LabVIEW automatically wires together the linked tunnels.

Parameters

Data type Name Required Description
ConditionalTunnel Refnum Input Tunnel Yes Contains a reference to the input tunnel you want to link to the current tunnel.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links