Project class/Deploy Items method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 27109015
Scope Basic Development Environment
Data Name Deploy Items
Short Name* Deploy Items
Long Name* Deploy Items
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 73
Owning Class Name Project Class
Return Data Type No return value
Invoke Node Deploy Items
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

Deploys an array of items in the LabVIEW project.

In the Project Explorer window, you also can open and run a VI under a target to deploy files to the target.

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

Parameters

Data type Name Required Description
ProjectItem Refnum Array Items Yes Specifies an array of references to items in the project.
Boolean Silent Yes If TRUE, LabVIEW does not display any dialog boxes during the deploy operation. The default is FALSE.
String User Name No User name that is required if the project library is password-protected.
String Password No Specifies the password to use to unlock a password-protected project library.

Uses

History

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

See Also

External Links