NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate Labview Subvi with runtime

Hello,

im trying to integrate the attached subvi in TestStand (2017 64 bits), using only the runtime engine in the PC,  but im getting all the time errors or it is not working correctly.

I would appreciate any idea or help,

thanks so much in advance!!

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

So the run-time setting requires that your VI be able to run with the run-time engine.  In order to make a VI able to run with the run-time engine it needs to be compiled and linked to it's dependencies properly.  If you look at the VI Hierarchy Tree of your VI you will notice that it requires a lot of subVIs as dependencies (this includes all of the VIs from vi lib, etc...).  There are several ways to get your VI into a "run-time" state.

 

1- use the TestStand deployment utility to deploy it

2- put it into a PPPL (packed project library) and call the PPL from TestStand

3- Create a source distribution and this will re-link and copy all of the subVIs over

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(1,741 Views)