Jump to content

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

From LabVIEW Wiki
Added new method page.
 
Added History.
Line 40: Line 40:


== 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 8.6|link=LabVIEW 8.6]]
|More info to come.
| This method was added in [[LabVIEW 8.6]].
|}
|}
== See Also ==
== See Also ==
Line 54: Line 53:
{{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:Method]]
[[Category:VI Server Method]]

Revision as of 20:39, 30 April 2020

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