Jump to content

CallByRef class/Convert.Wait On Asynchronous Call method: Difference between revisions

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


== 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 43: Line 43:
== 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:47, 10 June 2020

VI Server Method Information
Method ID 635EC02
Scope VI Scripting
Data Name ConvertWaitAsyncCall
Short Name* ConvertWaitAsyncCall
Long Name* Convert:Wait On Asynchronous Call
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16402
Owning Class Name CallByRef Class
Return Data Type No return value
Invoke Node Convert:Wait On Asynchronous Call
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Converts the referenced node into a Wait On Asynchronous Call node.

Use this method to convert a Call By Reference node or a Start Asynchronous Call node into a Wait On Asynchronous Call node programmatically. To programmatically determine the node style of an instance of the Call By Reference class, use the Call By Ref Node Style property.

This method provides the only way to create a Wait On Asynchronous Call node using VI Scripting.

Parameters

This method has no parameters.

Uses

History

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

See Also

External Links