LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want the front panel vi to be visable when using vi_server

I am using lv6.0.2 and want the front panel of the vi to be visible when I call it using vi server. Is this possible.
0 Kudos
Message 1 of 2
(2,493 Views)
It is easy,

open a reference to the VI, use a property node with that reference. Select FrontPanelWindow.Open and set it to TRUE. This will open your front panel. If you want to close it set it to FALSE.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
Message 2 of 2
(2,493 Views)