CallByRef class/Convert.Start Asynchronous Call method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 635EC01
Scope VI Scripting
Data Name ConvertStartAsyncCall
Short Name* ConvertStartAsyncCall
Long Name* Convert:Start 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:Start 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 Start Asynchronous Call node.

Use this method to convert a standard Call By Reference node or a Wait On Asynchronous Call node into a Start 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 programmatic way to create a Start Asynchronous Call node with 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