NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Facing Issues while updating Vis in Teststand

I have some VIs to be updated in my TestStand Workspace(Tools->Update VI calls).

Update VI calls is working fine if my current adapter is set to LabVIEW development system.

But it doesn't work when the adapter is changed LabVIEW runtime .

So, Is there any way to update VIs using LabVIEW runtime as adapter.

 

OR

 

share of there are some other advanced adapter settings.

0 Kudos
Message 1 of 2
(2,398 Views)

This is an extract from the Help:

Note  The Update VI Calls dialog box does not indicate whether the version of the VI a LabVIEW step instance calls matches the currently active version of LabVIEW after the update completes. You must mass compile any LabVIEW files such as VIs, LabVIEW project files, or LabVIEW packed project libraries to the currently active version of LabVIEW after you use the Update VI Calls dialog box so that you can run the VIs in the corresponding version of the LabVIEW Run-Time Engine.

 

So from this you don't use Update VI's to use the LabVIEW runtime engine.

You have to mass compile your VI's in you current version so that when you switch the RTE the VI's will load correctly.

 

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,349 Views)