12-08-2023 01:08 PM
Related issue with subvi displaying when nothing is selected in subvi node setup. Looked into the properties (File/VI Properties, window appearance, customize) and the same options are also listed there. Deselected 'Show front panel when called', and the subvi did not display, as desired.
Additional info: two places where the subvi is used, one where it is displayed to show temperature stability, and one where it is not intended to be displayed, only called to get the current temperature. The program is built into exe, using 2012.
Which one should take precedence, File/VI Properties or subvi node setup?
12-08-2023 02:00 PM
Hi Dekay,
@Dekay wrote:
Which one should take precedence, File/VI Properties or subvi node setup?
You might play with those properties to reach your goal. Will result in badly readable code…
@Dekay wrote:
Additional info: two places where the subvi is used, one where it is displayed to show temperature stability, and one where it is not intended to be displayed, only called to get the current temperature.
So that subVI has two tasks:
Why don't you split both tasks into their own subVIs?
No more thinking about which subVI to show frontpanel and which to hide!