Jump to content

XInterfaceLibrary class/Add Method method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
 
Line 66: Line 66:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


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

Latest revision as of 14:22, 7 May 2020

VI Server Method Information
Method ID 6F2EC03
Scope Basic Development Environment
Data Name Add Method
Short Name* Add Method
Long Name* Add Method
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 103
Owning Class Name XInterfaceLibrary Class
Return Data Type ProjectItem Refnum data type

ProjectItem Refnum

Invoke Node Add Method
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

Creates a new method.

Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.

Parameters

Data type Name Required Description
ProjectItem Refnum Add Method Yes. Return value.
Path VI Path No If VI Path is specified, an existing VI is used for the method, if not, a new VI is created for the method.
ProjectItem Refnum Folder No Creates the method in the specified folder.

Uses

History

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

See Also

External Links