NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom TestStand Interface with Dynamic Subpanels and Packed Project Libraries

In the example below, you can insert VIs into an interface's subpanel if it's an absolute path or if it's in a project.  Does anyone have an example where a VI is in a packed project library and then the VI is inserted into a subpanel?

 

https://forums.ni.com/t5/Example-Code/Dynamic-LabVIEW-Subpanel-in-a-TestStand-User-Interface/ta-p/36...

 

So in TestStand, the VI path might be c:\ppl.lvlibp\test.vi

How do I get test.vi into my subpanel using similar code to the example?

 

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

Just call it the same way you call a normal vi.It does not have to be an absolute path specified, the vi's will take care of that on their own. As you can see from mine I'm using a relative path. Like this:

ShockHouse_0-1591639770307.png

That worked for me.

 

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