LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run exe file without installing labview

Solved!
Go to solution

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?

0 Kudos
Message 1 of 18
(11,651 Views)

Hi!

You should install labview run-time engine on the PC.

Labview RunTime is free:

http://joule.ni.com/nidu/cds/view/p/id/3433/lang/en

0 Kudos
Message 2 of 18
(11,650 Views)

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?

0 Kudos
Message 3 of 18
(11,647 Views)

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

0 Kudos
Message 4 of 18
(11,643 Views)

after i install,what do i do next?

0 Kudos
Message 5 of 18
(11,629 Views)

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?

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 6 of 18
(11,619 Views)

how do i convert my iv to exe file? 

0 Kudos
Message 7 of 18
(11,616 Views)

 for your information,im using labview 2011

0 Kudos
Message 8 of 18
(11,615 Views)

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 9 of 18
(11,613 Views)

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

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 10 of 18
(11,612 Views)