Deploy Items
- Updated2026-02-04
- 2 minute(s) read
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
| Name | Data type | Required | Description |
|---|---|---|---|
| Items | ![]() |
Yes | Specifies an array of references to items in the project. |
| Silent | ![]() |
Yes | If TRUE, LabVIEW does not display any dialog boxes during the deploy operation. The default is FALSE. |
| User Name | ![]() |
No | User name that is required if the project library is password-protected. |
| Password | ![]() |
No | Specifies the password to use to unlock a password-protected project library. |
Remarks
The following table lists the characteristics of this method.
| Short Name | Deploy Items |
| Data type | No return value |
| Available in Run-Time Engine | No |
| Available in Real-Time Operating System | No |
| Settable when the VI is running | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access allowed | Yes |


