Summary: In this lesson, you learn how to open subVI front panels when a VI runs.
A single front panel sometimes is too restrictive to present numerous options or displays. To solve this problem, organize VIs so the top-most VI presents high-level options, and subVIs present related options.
When LabVIEW calls a subVI, ordinarily the subVI runs without
opening its front panel. If you want a single instance of the
subVI to open its front panel when called, use the SubVI
Node Setup dialog box. If you want every instance of the
subVI to open its front panel when called, use the VI
Properties dialog box.
If you want a single instance of the subVI to open its front
panel when called, right-click the subVI and select
SubVI Node Setup from the shortcut menu to
display the SubVI Node Setup dialog box. Place
checkmarks in the Show Front Panel when called
and Close afterwards if originally closed
checkboxes to open the subVI front panel when called. This
dialog box also includes the following components:
Show Front Panel when called also contains
a checkmark and if the subVI was previously closed, the
front panel closes after the subVI runs.
Operate>>Suspend when called.
If you want every instance of the subVI to open its front
panel when called, open the subVI and select
File>>VI Properties. Select Window
Appearance from the Category pull-down
menu, click the Customize button, and place
checkmarks in the Show Front Panel When Called
and Close Afterwards if Originally Closed
checkboxes.
"A full introductory course on programming with LabVIEW."