LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A question about "Event" structure!

Hellow!
Attached is a simple program about using "event" structure.When i run Event.VI,why didn't Test.VI appear? anyone can tell me the reason? Thanks!

Message Edited by happybird on 06-03-2005 05:08 PM

0 Kudos
Message 1 of 5
(2,652 Views)
Right-click on test.vi on the diagram and select "subVI node setup...".
Specify to "show front panel when called" and "close afterwards...".

See if this helps! 🙂

Message Edited by altenbach on 06-03-2005 03:14 PM

0 Kudos
Message 2 of 5
(2,643 Views)
That really helps,thanks!
0 Kudos
Message 3 of 5
(2,641 Views)
Yes, By default subVIs don't show their panel when called and that is a very good thing! (Otherwise imagine all the little windows popping up when doing some simple calculations using subVIs.) 🙂
0 Kudos
Message 4 of 5
(2,636 Views)
You are right!
0 Kudos
Message 5 of 5
(2,626 Views)