Creating a VI Source Distribution
- Updated2025-10-27
- 1 minute(s) read
Integrate custom VIs into VeriStand by building a LabVIEW project into a source distribution.
- Open the LabVIEW project containing the VI in Project Explorer.
- Right-click Build Specifications and select .
-
In Source Distribution Properties, set where to build the
output.
- Under the Category list, click Information.
- Enter a Build specification name.
- Select the Destination directory.
-
Include the VI source files.
- Under the Category list, click Source Files.
- Add the custom VI and any supporting sub-VIs to Always Included.
-
Specify the output type.
- Under the Category list, click Destinations.
- Click Add Destination to create a new destination.
- Enter a Destination label that matches the VI name.
- Set the Destination type as Directory.
-
Remove additional exclusions.
- Under the Category list, click Additional Exclusions.
- Disable Exclude file from vi.lib, Exclude files from instr.lib, and Exclude files from user.lib.
- Click Build.
Related Information
- Introduction to the LabVIEW Application Builder
- Adding Custom VIs
Add custom VIs by building a LabVIEW project into a source distribution.
- Adding a Standard or Custom Tools Menu Item
Add items to the Tools menu of the Workspace to display custom dialog boxes.