Summary: To display a subVI front panel when a VI runs.
![]() Figure 1 |
Visible Items>>Digital Display from the
shortcut menu to display the digital value.
# of data values to signed
32-bit integer (I32) representation.
![]() Figure 2 |
Thermometer VI from a previous exercise on the block
diagram. This VI acquires the current temperature
value.
Place the
Wait Until Next ms Multiple function,
located on the Functions>>All Functions>>Time
& Dialog palette, on the block
diagram. Right-click the input, select
Create>>Constant, and type
500 in the constant to cause the
For Loop to execute every 500 ms.
Place the Multiply function, located on the
Functions>>Arithmetic &
Comparison>>Express Numeric palette, on
the block diagram. This function multiplies each
element of the output array by 0.50 to scale the
Pop-up Graph VI, located in the
C:\Exercises\LabVIEW Basics I
directory, on the block diagram. This VI plots the
temperature data on an XY graph.
Use Pop-up Graph.vi in the
C:\Exercises\LabVIEW Basics I directory.
Pop-up Graph subVI to open its
front panel.
File>>VI Properties.
Window Appearance from the
Category pull-down menu.
Customize button. Configure
the window appearance as shown in the dialog box.
![]() Figure 3 |
OK button twice and save and
close the subVI. If the front panel is not closed,
it will not close after the subVI runs.
Use Pop-up Graph VI. After the VI
acquires 10 seconds of temperature data, the front panel
of the Pop-up Graph VI displays and plots
the temperature data. Click the DONE button
to return to the calling VI.
Pop-up Graph subVI to the
Dialog window style.
Use Pop-up Graph VI again. The
Pop-up Graph subVI front panel window
behaves as a dialog box. For example, the window stays
on top of all other windows and uses the system colors.
Comments, questions, feedback, criticisms?
"A full introductory course on programming with LabVIEW."