LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A VI opens when executing, even if I don't want to

[LabViaw 6.0.2]
Hello everybody,

I've got a problem with Labview:
When I build a VI dedicated to be a interface Window, I configure it to
open when executing, in the VI properties.
But sometimes I change my mind, and I don't want the front-face to open any
more. So I try to change the configuration, but it never works : it keeps
opening at execution.
What should I do? Is it a bug? The only solution i found is to copy the
diagram in a new VI, and save this last one over the first one.

Thanks in advance,
Pierre Chatelier
0 Kudos
Message 1 of 6
(3,103 Views)
hi
I tried duplicate your problem in LV 6i, and I do not see this problem.

Have you tried swithing between Dialog/ Default for VI's Window Appearance property?

regards
ian.f
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 6
(3,103 Views)
Hi

>
> I tried duplicate your problem in LV 6i, and I do not see this
> problem.

Is this good news ? ...depends upon point of view! 😉

> Have you tried swithing between Dialog/ Default for VI's Window
> Appearance property?

Oh, yes, I did! Since it did not work, I eventually chosed to the custom
appearance, and uncheked the boxes like "Window with title" that seemed
linked to the window's rising. (sorry if this label does not match, but
I use a french version, so I must try to translate...)

Pierre
0 Kudos
Message 3 of 6
(3,103 Views)
Actually, under the Window Appearance properties you have to make sure are not selected:

Show Front Panel When Called
Show Front Panel When Loaded

Make sure both of them are not selected and your problem will go away...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 6
(3,103 Views)
> Show Front Panel When Called
> Show Front Panel When Loaded
>
> Make sure both of them are not selected and your problem will go
> away...

I surely did! It's one of the first thing I tried, but it does not work.

Regards,

Pierre Chatelier
0 Kudos
Message 5 of 6
(3,103 Views)
Pierre,

There are two ways to do what you are trying to do. The first is the Window Appearance setting in VI Properties. The second is if you right-click on the subVI itself, you will see an option for SubVI Node Setup. Make sure that the VI is not being shown from these options as well (Open Front Panel Wehn Loaded, When Called, Close If Originally Closed, and so forth). The difference between these methods as that the VI Property settings are for every instance of that VI. The SubVI Node Setup is for just that one instance.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 6 of 6
(3,103 Views)