06-04-2012 07:52 AM - edited 06-04-2012 07:57 AM
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
Solved! Go to Solution.
06-04-2012 07:59 AM - edited 06-04-2012 07:59 AM
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
06-04-2012 08:09 AM
thanks, adding the subVI to the build specifications has been solved.
06-04-2012 08:09 AM
thanks, adding the subVI to the build specifications has been solved.