Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 2.63 KB

File metadata and controls

63 lines (50 loc) · 2.63 KB

Building Executables from Graiphic Toolkits

How to build an executable ?

    • Download and open SOTA. In the menu, select Addon, then click on Tools and choose the Builder tool. Then download the version of the Builder tool compatible with your LabVIEW installation.

Builder_Sota_Download 1024X508 2.Png

    • Create your executable and in the “Additional Exclusions” tab, uncheck “Remove unused polymorphic VI instances“, “Remove unused members of project libraries” and “Disconnect unused inline subVIs“.

Cuda_Builder_Build_Exe 1024X894 1.Png

    • Once your project has been created and configured, go to the LabVIEW menu, click on Tools, then on Graiphic and Builder, and launch the Launcher. A VI will open: it will allow you to manage the build of your executable by including the files required for its operation, depending on the Graiphic toolkits you are using.

Cuda_Builder_Open_Builder.Png

    • Run the VI and click on the Project Path field to select your project path. Once the path is selected, the list of executables you have created will be displayed. All you need to do is select the executable you want to build, and then click Apply.

Cuda_Builder_Choose_Project__Exe 1024X723 1.Png

    • On the second page, the toolkits installed on your computer are displayed. Simply select the toolkit(s) used in your project, and then click Build.

Cuda_Builder_Choose_Toolkit 722X1024 1.Png

    • The build of your LabVIEW executable will start. All you need to do is wait and then click Done.

Cuda_Builder_Builder_Done.Png