LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I run my main vi in backgroud, without GUI? property node,didn't work.

I am calling my Labview application from Console and passing in my argument. It is my main vi that i am calling, and is there a way to keep that vi's front panel not appear (no GUI)? I tried using property node Front Panal Window, Open (T/F), but It quits whole application in state of closing the front panal? IS there any other solution for this?
0 Kudos
Message 1 of 2
(2,562 Views)
From within the main.vi you must open up a reference to itself before you
close the front panel, this will keep the vi in memory.

"mits" wrote in message
news:506500000008000000664A0000-1021771306000@exchange.ni.com...
> I am calling my Labview application from Console and passing in my
> argument. It is my main vi that i am calling, and is there a way to
> keep that vi's front panel not appear (no GUI)? I tried using property
> node Front Panal Window, Open (T/F), but It quits whole application in
> state of closing the front panal? IS there any other solution for
> this?
0 Kudos
Message 2 of 2
(2,562 Views)