04-29-2009 04:28 AM - edited 04-29-2009 04:34 AM
Is there a way of compling/exporting/publishing a finished VI so that it runs on another PC without LabVIEW installed on it?
04-29-2009 04:35 AM
You will always need the LabVIEW Runtime Engine of exactly that version the VI was built in.
Every VI is executable in the appropriate runtime engine without the need for the developement system.
In order to start the execution of a VI without using the developement system, you most often use .exe or sometimes .dll as files. And i think you are up to this.
You need the LV Application Builder to build an exe or dll containing your application. The Application Builder is part of the LV Professional Developement System, the other ones (Base and Full) can include it as an extra tool (liable to pay costs).
hope this helps,
Norbert
04-29-2009 04:43 AM - edited 04-29-2009 04:44 AM
Thanks Norbert,
I wasn't sure where to begin, so that's really useful 🙂
I have the Professional edition so shouldn't be much of a problem.
Thanks!
04-29-2009 05:49 AM
04-29-2009 05:58 AM
Yes, you will need the LabVIEW Runtime Engine. But if you have the Application Builder, you can create an installer including the correct version of the runtime engine. Therefore, your application can be accessed (if desired) using a shortcut (like an entry in Start >> Programs) and you have a sinlge installer which installs all needed runtime components. Please note that this is only valid for Windows.
hope this helps,
Norbert