10-23-2009 02:32 AM
Solved! Go to Solution.
10-23-2009 02:48 AM
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
10-23-2009 03:20 AM
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.
10-23-2009 04:03 AM
10-23-2009 04:11 AM
NI VISA is installed into the PC used to create the VI, but not the others pc
10-23-2009 04:14 AM
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
10-23-2009 04:18 AM - edited 10-23-2009 04:19 AM
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
10-23-2009 04:19 AM
Thanks a lot. I try with your suggestions.
Have a good day and thanks again