LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Which run time engine do i need to install?

Hi there,

 

Is there any way to  find which run time engine i need to run my .EXE

 

I actually dont know which Labview development VERSION was used to create .EXE  3 or 5 years ago.

 

I have tried Run time engine 2014 (32 and 64 bit) for windows 7 but it did not work.

 

and if i am right "The version of the LabVIEW Run-Time Engine must match the major version of the LabVIEW Development Environment that was used to create the executable .EXE".

 

 

 

Regards,

Faheem

0 Kudos
Message 1 of 15
(4,850 Views)

As much as I know, when you try to run an Exe without the necessary run time engine, you should see a pop up error msg, also including the info which RTE version is missing. Do you see this version info?

0 Kudos
Message 2 of 15
(4,837 Views)

i can see it but still the .exe program does not run.

It opens the .exe but does not run the program as it shuold work

Thanks

 

 

Regards,

Faheem

0 Kudos
Message 3 of 15
(4,832 Views)

faheem1234@hotmail.com wrote:

i can see it but still the .exe program does not run.

It opens the .exe but does not run the program as it shuold work

Thanks

 

 

Regards,

Faheem


You still did not tell us what is the error message you see??? It should contain the info what RTE version you need to install...

0 Kudos
Message 4 of 15
(4,823 Views)

the message it shows is

 

 

"Unable to locate the labview run time engine. Program requires a version 8.0 (or compatible) labview run time engine."

 

 

I downloaded version 8 but i have the following problems

 

1) On NI GPIB port it is green light on ACTIVE and READY light is OFF.

2)It is not detecting any VISA source name. It should show GPIB0::6::INSTR

 

 

Regards,

Faheem

0 Kudos
Message 5 of 15
(4,811 Views)

That got you the run-time engine.  There is still more to install.

 

Does your program give you any error messages as it should when features of it don't work?

 

You mentioned VISA.  Did you install the VISA run-time engine?  Install whichever version that was out at the same time or maybe a few iterations later as LV 8.0.

 

Do you have any NI DAQ devices?  In which case you need to install a compatible DAQmx runtime version.

0 Kudos
Message 6 of 15
(4,779 Views)
Besides NI-VISA, you would also need the NI-GPIB driver. Hardware drivers are not part of an exe that is built.
0 Kudos
Message 7 of 15
(4,762 Views)

And this ladies and gentlemen is the reason for source code control, and installer creation.  

 

I know it's too late now, but in the future you should create a master installer that contains all the NI components needed to run your EXE on a new fresh machine.  This can become a pretty large installer but the purpose is to store it away somewhere and if you ever need to put it on a new machine you just run this one thing and all drivers and tools required are there, no need to hunt for installers like VISA and DAQ.

Message 8 of 15
(4,747 Views)

+1 to Hooovahh.  My company is still dealing with old code that forces our IT department to guess what's needed whenever they replace a PC.  All the new stuff is packaged up and stored in Tortoise SVN by LabVIEW version and their job has become a LOT easier because of it.  You'll never regret the time you spend learning and implementing a software version control system. Smiley Wink

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 9 of 15
(4,725 Views)

Hi there,

 

 

I have downloaded 

 

1)VISA DRIVER

2)GPIB DRIVER

3) LABVIEW RUN TIME ENGINE 8

 

So, instrument is now communicating. But now it is giving me ERROR 7

I dont have actual code. Just the .exe file.

 

 

Regards,

Faheem

 

0 Kudos
Message 10 of 15
(4,671 Views)