Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create exe file

how to create exe file for a labview program .My program contains vision tools(i.e. vision acquisition and vision assistant ). Does the image and character set preloads  in the exe file or do we have to select the path while running. Please help me with it 

0 Kudos
Message 1 of 5
(3,834 Views)
do you want to create exe or stand alone software?!
0 Kudos
Message 2 of 5
(3,822 Views)

I preferred .exe file  since it does not need any license . do standalone software  needs any license?

0 Kudos
Message 3 of 5
(3,814 Views)

> I preferred .exe file  since it does not need any license.

 

That is not correct.

For deploying LabVIEW applications (executables) using the Vision Development Module (image processing functions) on different machines other than the development machine, you will need a NI Vision Development Module Run-Time License:

https://www.ni.com/en-us/shop/product/vision-development-module.html

 

Less common use cases are the following:

 

If your application uses NI Hardware for image acquisition, but no image processing (just acquire and display), the hardware comes with a license of Vision Acquisition software (driver needed to acquire images). You can build and redistribute your monitoring application for free.

 

If your application only does image acquisition (no processing), but does not use any NI hardware (for example a monitoring application using the USB3 or Ethernet port of your computer for image acquisition with a Gigabit Ethernet or USB3 industrial camera, then you will need to buy a license of Vision Acquisition Software for deployment of your built application.

https://www.ni.com/en-us/shop/product/vision-acquisition-software.html

 

To answer your original question, the LabVIEW help describes how to build executables.

https://www.ni.com/docs/en-US/bundle/labview/page/developing-and-distributing-an-application.html

 

 

Hope this clarifies things.

 

Best regards,

 

-Christophe

Message 4 of 5
(3,790 Views)

what  ChristopheC told is true 
for make exe you do not need any thing that work for you in vi will be work in .exe 

but you can not run your exe file without aproprate lv and toolkit in other system 
so you have to make stand alone 

for start  in your vi and in toolbar there is a item for make exe aplication file select that 
after that one project will be open and your vi will be insert into that project and then you can build exe and stand alone files 

Message 5 of 5
(3,780 Views)