Application class/Library.Deploy Libraries method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 895
Scope Basic Development Environment
Data Name Library.Deploy Libraries
Short Name* Library.Deploy Libraries
Long Name* Library:Deploy Libraries
* 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 Libraries
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Deploys library files 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 Array Library Paths Yes Specifies the paths to each library.
String Target IPAddress No

Uses

History

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

See Also

External Links