From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front panel doesn't show

Hi,

I have a vi (1) that calls a subvi (2) when I press a button. This subvi (2) calls the vi (1) again when I press another button. I have a event structure for this button (button of the subvi (2) ) where I set to false FP Open property for the vi (1) and then I call by reference this vi (1) and I do an invoke node (run) to show the front panel of it but it doesn't work. Why?

I post a image.

Thanks,

ToNi
0 Kudos
Message 1 of 2
(2,138 Views)
Hello tonitpp:

Unfortunately, the "Run VI" method only executes the vi and it will not open the front panel. 😞
If you want to open the front panel, use the "Open FP" method, which is also located on the same class. 😉

I hope this helps.
0 Kudos
Message 2 of 2
(2,082 Views)