LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Application for Dynamic SubVI

We have a Labview project for test different kinds of product, each product
has a subVi which got called by project via Reference Node. The whole
project works fine , that means the dynamic load in those subvi is right.

When we build executable application for this project , the file can load

some subVi, the test for this product can work , but some subvi can't loaded
into memory, then the test for this product can't work.
Any suggestion is appreciated.
0 Kudos
Message 1 of 2
(2,745 Views)
When you build your application, on the Source Files tab, click Add Dynamic
VI and then select all of the VIs that you call by reference node.

"Samuel Zhang" wrote:
>>We have a Labview project for test different kinds of product, each product>has
a subVi which got called by project via Reference Node. The whole>project
works fine , that means the dynamic load in those subvi is right.>>When
we build executable application for this project , the file can load>>some
subVi, the test for this product can work , but some subvi can't loaded>into
memory, then the test for this product can't work. >Any suggestion is appreciated.>
0 Kudos
Message 2 of 2
(2,745 Views)