LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can I modify the vi called by reference without re-compling the executable.

we build an executable using LabVIEW, and the executable calls multiple test vi dynamically by calling either "Call by Reference" or "Run VI" method in invoke note using file path.
we'd like to modify the test vi without re-compling the executable.
however, when we replace the test vi, the executable complains about vi.lib related dependencies.

 

Here is our current build specification.

we put the all test vis in the build specification.
And we selected the dependencies to go together with the executable. (build specification - Source File Settings - Dependencies in Project Files - Check Set destination for all contained items - selected the executable in the drop down menu.
It runs fine with the compiled test vis.
But, if we replace the compiled vi to non-compiled vi, it throws an error related to dependencies.

 

0 Kudos
Message 1 of 1
(1,824 Views)