12-18-2012 12:48 AM
i created my labview into exe file. I need to run this exe file on another computer which have no labview application. There's anerror when i try to run it.What do i have to do without installing labview application into another computer?
Solved! Go to Solution.
12-18-2012 12:58 AM - edited 12-18-2012 12:58 AM
Hi!
You should install labview run-time engine on the PC.
Labview RunTime is free:
12-18-2012 01:07 AM
do i install it on the PC that i want my exe file to be run or do i install it to the PC before i exe the file?
12-18-2012 01:09 AM
It must be installed on every PC where yo want to run your exe.
If you create an installer with Labview you can include Labview run-time engine in the distribution package of your application.
Regards,
Marco
12-18-2012 02:53 AM
after i install,what do i do next?
12-18-2012 03:43 AM
run the executbale after you install the run time engine.
The run time engine should be of the same version as of the LabVIEW development system in which the executable was built.
if you built the EXE in LabVIEW 2010SP1, then the run time should be for LabVIEW 2010SP1.
also, what is the error you are getting?
are there any other drivers which are needed by the executable? say, like DAQmx, VISA, etc?
12-18-2012 03:46 AM
how do i convert my iv to exe file?
12-18-2012 03:48 AM
for your information,im using labview 2011
12-18-2012 03:50 AM
As Freelance_LV already asks, there are possibly additional components you require for your EXE to run.
The easiest thing to point out is required hardware devices and their drivers. If that is available (or not used), the EXE should run with the correct LV RTE (runtime engine). You can think of the LV RTE as of the .NET framework.
Please note that most drivers and runtime engines from National Instruments are free of charge for deployment. But there are some runtime engines which are liable to costs.
Norbert
12-18-2012 03:51 AM
you said you have an Executable! did you not?
refer to the link below:
http://www.ni.com/white-paper/4039/en
and study the LabVIEW manuals and check some more tutorials on the forum to know how to build an EXE.
good luck