Application Builder VIs

Owning Palette: Application Control VIs and Functions

Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Application Builder VIs to build, deploy, or clean build specifications.

Palette ObjectDescription
BuildBuilds a build specification using the properties in memory that you configure when you right-click a build specification and select Properties. To use this VI, you previously configure the build specification using the Properties shortcut menu option.
CleanDeletes the build specification files that LabVIEW creates during the most recent build.
DeployDeploys the output of a build specification to a target. To use this VI, build the build specification using the Build VI.
Get Build Specification VersionGets the version information of a build specification. This VI returns the Major, Minor, Fix, and Build version numbers, which correspond to the version numbers on the Version Information page of the properties dialog box for the build specification.
Set Build Specification VersionSets the version information of a build specification. This VI sets the Major, Minor, Fix, and Build version numbers, which correspond to the version numbers on the Version Information page of the properties dialog box for the build specification. LabVIEW saves version information automatically only if you wire a path to this VI. Therefore, if you wire a project reference to this VI, you must manually save the project after you set the version information.