LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

visible front panel?

Greetings,

I'm a LabView 'newbee' and I have a basic question.  How do I make a VI's front panel invisible?  I have one main VI which implemates and controls a state machine (simple mediator pattern), but I do not want the front panel of the main VI to be visible.  I saw one example where one VI controlled another VI, but not the VI controlling itself ('this instance' reference?).  Any suggestions would very appreciated.
 
JMA
0 Kudos
Message 1 of 7
(3,343 Views)

Try this

 

0 Kudos
Message 2 of 7
(3,315 Views)

Greetings Elsa,

Thanks for the quick response.  Unfortunately, I do not have LV 8.0 installed.  Any chance or recompiling for 7.1?  Thanks.

JMA

0 Kudos
Message 3 of 7
(3,307 Views)
When you run it, make sure you open the block diagram too, that way you can use the abort button to kill the VI
0 Kudos
Message 4 of 7
(3,294 Views)

Greetings Elsa,

Thanks for recompiling the VI.  I get 'Property Node: invalid property' when I open the VI (all three nodes invalid).  Any ideas?  Transparently appears to only be a subpanel property.  I do not even know how to create this node.  What should the steps be to create invisible? (VI launches, reference to intself?, set run transparently true)

JMA

0 Kudos
Message 5 of 7
(3,280 Views)
In LabVIEW 7.1 you can use the "state" property of a front panel window to hide it.
But whether or not this is a sensible thing to do for your application is another matter.

Message Edited by MIG on 03-09-2006 02:09 PM

0 Kudos
Message 6 of 7
(3,268 Views)
Thanks MIG.  Sensible does not seem to always follow necessity 😉  The VI I would like to hide is my main VI which dispatches/organizes all tasks. 

Cheers,
JMA
0 Kudos
Message 7 of 7
(3,254 Views)