LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The program doesn't find the run time engine

Solved!
Go to solution
I create an executable before normaly and after like an installer. When I try it into computer with full LabView licence the program works, but if I install it into a different pc, it requires me to install the run time engine, but the run time engine is installed into the pc. What kind of error can generate this problem?
0 Kudos
Message 1 of 8
(3,185 Views)

Hi vsara

 

Are you sure you have the correct version of the run time engine for your application? For example if you are using LV2009 development system you need the 2009 RTE. Could also be that the RTE installation went wrong. Have you tried reinstalling it? You can include the RTE in your installer. Do you use components from any other drivers (vision, DAQmx, etc) in your application?

 

Best Regards

 

David

NISW

0 Kudos
Message 2 of 8
(3,183 Views)

I create the VI with 8.61version and install the LVRTE86STD.exe

Into the main VI I don't use DAQ, I use "VISA configure serial port" to acquire data from instruments, the "database connection" and "report generation toolkit" give some problem during executable creation.

0 Kudos
Message 3 of 8
(3,174 Views)

Hi

 

Try upgrading the RTE to 8.6.1. Do you have NI-VISA installed on the computer?

 

Bes Regards

 

David

0 Kudos
Message 4 of 8
(3,163 Views)

NI VISA is installed into the PC used to create the VI, but not the others pc

0 Kudos
Message 5 of 8
(3,160 Views)
Solution
Accepted by vsara

Hi vsara,

if you use the VISA funcions in your program, then you have to install the VISA Runtime Engine (NI VISA Runtime) on the other PC.

 

Mike

Message 6 of 8
(3,157 Views)

Hi vsara

 

Mike is correct, you need the VISA runtime to use VISA functions in an executable. If you don't want to install it as a standalone you can include it in your installer as an additional installer.

 

Best Regards

 

David

Message Edited by Davidek on 10-23-2009 04:18 AM
Message Edited by Davidek on 10-23-2009 04:19 AM
0 Kudos
Message 7 of 8
(3,153 Views)

Thanks a lot. I try with your suggestions.

Have a good day and thanks again

0 Kudos
Message 8 of 8
(3,148 Views)