LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front Panel Display

I have a decent sized control sequence that utilizes many sub VIs. Some of the subVIs are used several times and the front panel from the subVIs are displaying information. The issue I am having is that because the subVI is called in multiple different places, I need to open each instance of the front panel to see the information. Is there a way that I can have only one front panel open that updates each time any of those subVIs are run?

0 Kudos
Message 1 of 5
(778 Views)

Make the subVI non-reentrant (which is the default).

 

Your questions is too vague in general. Can you describe the project in more detail?

0 Kudos
Message 2 of 5
(775 Views)

Here is a picture, hopefully is clarifies!

0 Kudos
Message 3 of 5
(753 Views)

Truncated code pictures never clarify much.

0 Kudos
Message 4 of 5
(737 Views)

@KeplerRidge wrote:

 utilizes many sub VIs ... the subVIs ... front panel [of] the subVIs are displaying information....

Is there a way that I can have only one front panel open that updates each time any of those subVIs are run?


Sound like you need to put the sub-vi's into your top level vi as a sub-panel.

 

Frozen_0-1669753191939.png

 

---------------------------------------------
Certified LabVIEW Developer (CLD)
There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 5 of 5
(683 Views)