‎02-02-2009 08:45 AM
If you have several runtime engines installed, will the executable pick the correct RTE to operate correctly?
ie@ I have several executables developed using different versions of Labview. The code is locked, so I can't open it and save it using the latest version of labview. If I call these executables using Testand 3.5, will they run correctly if I have the correct RTE for each installed?
Solved! Go to Solution.
‎02-02-2009 08:48 AM
‎02-02-2009 08:51 AM
‎02-02-2009 08:54 AM
Hi L_V_Developer,
Thanks for the post.
Just to confirm all the points,
Both LabVIEW runtime engines will exist separately, and the target
machine will be able to run the executable using the runtime it was
built with. You can install as many runtime engines on a machine as you
would like, and they will not interfere with one another.
For example:
If
you want to send someone a LabVIEW executable built on LabVIEW 8.6, and
they are already utilizing LabVIEW executables built with LabVIEW 6.1.
The new 8.6 LabVIEW runtime engine will exist next to the older LabVIEW
6.1 runtime engine on the target machine, and nothing will be
overwritten or conflict.
Note: The version of the run-time engine must match the version of the
LabVIEW development environment the executable was created on. For
example, an executable created in LabVIEW 5.1 requires the LabVIEW 5.1
Run-Time engine to run. The exception to this is with minor LabVIEW
revisions (e.g. a LabVIEW 7.1 executable can be run on the LabVIEW
7.1.X Run-Time engine).
This obviously indicates that the
run-time engines are not backwards compatible, e.g., LabVIEW Run-Time
Engine 8.5 cannot run executables made in LabVIEW 8.2.1.
In order to check which run-time engines you already have installed to your PC, browse to the following directory:
C:\Program Files\National Instruments\Shared\LabVIEW Run-Time
In
that directory, you will find a different folder for each version of
run-time engine that you currently have installed onto your system.
Let us know if you have any problems,
‎02-02-2009 10:15 AM
‎02-02-2009 10:43 AM - edited ‎02-02-2009 10:44 AM
Hi There,
Are you calling executable's from Teststand and CVI?
If so, then Im not sure what would have changed. If not, then make sure you setup the abView Module Adapter (Configure-->Adapters...-->LabView) correctly.