04-22-2019 06:40 AM
My company is looking into using LabVIEW to build an application that will be sold as part of a product. The product would have the executable file installed before shipping to the customer. Is this permitted given the licensing agreement or is there some other licensing required?
04-22-2019 08:05 AM
Although some of us work for NI (not I), this is a "legal" question about licensing that you should discuss directly with them. Call your NI Representative or go on the Web and look them up.
Bob Schor
04-23-2019 02:32 AM
I know certain toolkits or modules need additional deployment run-time licenses. Vision is one that does and there will be some others I'm sure.
Most don't need anything additional and just having the application builder is enough, but best to check with NI for your specific case.
04-23-2019 06:30 AM
Thank you for the advice. Since the LabVIEW run-time engine is free, I would think any built application would also be allowed to be distributed without additional licenses.
I have emailed NI and will post their response.
04-24-2019 09:20 AM - edited 04-24-2019 09:25 AM
From what I understand you are legally allowed to sell and distribute your source code and executables.
After all the code you write is your (company's) intellectual property, not National Instrument's.
You just can not charge for any of the required NI-runtime libraries your executable needs or sell your LabVIEW development package or NI-toolkits you have purchased.
04-24-2019 10:45 AM
@metzler wrote:
Thank you for the advice. Since the LabVIEW run-time engine is free, I would think any built application would also be allowed to be distributed without additional licenses.
I have emailed NI and will post their response.
Disclaimer: I am not a legal consultant. I am a LabVIEW Consultant.
Your exe developed with LabVIEW may be sold by your company to your clients. There are requirements for some addons and toolkits. Also, be aware that your company is also responsible to your government to comply with any import/export restrictions or tariffs.
Get a lawyer.
04-24-2019 11:05 AM - edited 04-24-2019 11:08 AM
Thanks Jeff for your reply, as selling the exe file with the hardware product is what is the plan.
The only toolkit I believe may be used is the MS Office toolkit, which I cannot find any requirement for an additional license.
I have not received a reply to my email directly to NI about this, so responses here are valuable (in addition to researching the issue) in determining the answer.
04-24-2019 11:23 AM
The only response you should consider to be the "answer" should be the official response you get from NI.
04-24-2019 11:32 AM
No idea about legal issues, but I believe the toolkit requires MS Office to be installed; not sure what minimum version is required or if it will work with bought permanently Office, leased Office, etc.
mcduff
04-24-2019 11:49 AM
Who calls the Report Generation Toolkit the MS Office Toolkit (the name I recall from LabVIEW 7)?
Anyway, you should also know that LabVIEW Versions vary independently of Office Versions. The current RGT is configured for an earlier (not sure which) version of Excel -- it's an easy fix to make if you have the LabVIEW source, but once you make an EXE, it will either be compatible with Excel or not. Something to consider ...
Bob Schor