05-29-2019 09:41 AM
Hi,
I am developing a tool for a project using LabVIEW 2018 and some add-on libraries (all NI, nothing from VIPM), and I would like to use this tool on computers that don't have LabVIEW installed, by building the project as an Application (EXE). I am aware that the other computers need to have LabVIEW Runtime Engine installed, but do they need any additional licences to run the application? Is there a different process for commercial use or is it okay since the development computer has the LabVIEW licence?
Thanks in advance,
05-29-2019 09:52 AM
05-29-2019 09:58 AM - edited 05-29-2019 09:59 AM
Well in general the programs you write are your (company's) intellectual property, not National Instruments.
You can distribute your compiled EXE's and your source code without needing any other licence from National Instruments. You can even sell your executables, but you can not charge for any of the required run-time libraries like LV Runtime, NI-VISA, or Ni-488.2.
Also if you used any NI-Toolkits that require deployment licencing you will have to buy a licence for each deployment.
05-29-2019 10:07 AM
Hi RTSLVU,
Thanks for the response. That is good to hear, since deploying the program will greatly reduce deployment time and costs.
How can I check if the toolkits require deployment licencing? The only one I use at the moment is the Electrical Power Toolkit, but knowing how to find the limitations in advance could be useful in the future.
Regards,
05-29-2019 10:53 AM
It does not look like the Electrical Power Toolkit requires a deployment licence, but call your NI sales representative to be sure.
05-29-2019 02:27 PM