03-24-2016 09:59 PM
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
03-25-2016 04:13 AM
03-25-2016 05:17 AM
I preferred .exe file since it does not need any license . do standalone software needs any license?
03-25-2016 10:21 AM - last edited on 04-18-2024 10:06 AM by Content Cleaner
> 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
03-25-2016 10:39 AM
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