Jump to content

Application class/Library.Deploy Library method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
 
Line 54: Line 54:
{{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:04, 7 May 2020

VI Server Method Information
Method ID 849
Scope Basic Development Environment
Data Name Library.Deploy Library
Short Name* Library.Deploy Library
Long Name* Library:Deploy Library
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node Library:Deploy Library
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Deploys a library file to the specified computer.

If you deploy a library programmatically that contains both shared variables and VIs, LabVIEW generates error code 1 and does not deploy the library to the engine. Deploy the library manually to avoid the error.

Parameters

Data type Name Required Description
Path Library Path Yes Specifies the path to the library.
String Target IPAddress No

Uses

History

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

See Also

External Links