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?