LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

show subVI from .exe with a control

Solved!
Go to solution

I have ten SubVI's called every 20 ms from a main VI, if I create a .exe of the main VI, Can I create buttons to display the desired FP of a SubVI?

 

Thanks

0 Kudos
Message 1 of 4
(2,296 Views)
Solution
Accepted by topic author Felipevv

You can, but there are some conditions, because by default when you build an exe, the subvi's FP are removed.

I think that if the subvi contains a property node that refers to one of its' FP object, the compiler will not remove the Vi's FP when building the exe but if you want to be safe in the build specifications you can set (on a VI per VI base) the compiler to not remove the FP.

 

Hope this helps


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 4
(2,290 Views)

thanks, adding the subVI to the build specifications has been solved.

0 Kudos
Message 3 of 4
(2,284 Views)

thanks, adding the subVI to the build specifications has been solved.

0 Kudos
Message 4 of 4
(2,283 Views)