09-07-2018 06:35 AM
Why does my test program require a reload of VI in every step after i installed a newer version of Labview. It says it cant find the file and after reloading the vi, there's the following error
Is there a way to fix it
09-07-2018 09:39 AM
Hey Stewie,
If you've upgraded your version of LabVIEW and you're trying to run VIs in the newer LabVIEW Run-Time Engine, you need to recompile them for the new LabVIEW version. The 2013 Run-Time Engine probably sees these VIs, detects that they were compiled in an old version of LV, and throws an error.
The other thing that could go wrong is that the VIs are broken/missing dependencies. In this case, the Run-Time Engine will see that and also throw an error.
Either way, you can fix it by opening the VIs in your new version of LabVIEW, fixing any broken run arrows, and force recompiling by hitting run while holding Ctrl.
Regards,
Ryan Curtis
Product Support Engineer
National Instruments
09-10-2018 07:57 AM
Hi Ryan,
I configured the labview adapter settings in teststand to use the Development system and that fixed the 2nd problem. But the VI file-not-found problem for every step still persists which means I have to load the file manually. It would be difficult to do this for 100's of steps for a validated program.
09-13-2018 08:46 AM
Have you tried using the Update VI Calls tool?
Tools -> Update VI LV NXG VI calls (TestStand 2017)
09-27-2018 07:14 AM
Yeah but that still does not solve the problem
09-27-2018 10:28 AM
Hey Stewie,
Are you still seeing the unable to load in the VI Runtime problem with all of your VIs? Have you walked through all of this KB?
08-24-2021 02:01 PM
Where is this: Tools -> Update VI LV NXG VI calls (TestStand 2017) for TestStand 2019?
I have the same issue but ussing LV & TestStand 2019.
Any feed back is highly appreciated it.