From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with subvi locking up mainvi

I have a main vi where I am trying to use a tab control with subpanels inside of it to call subvis. I am slowly adding the subpanels one by one and the first one I added has given me a problem. The main vi uses an event structure with buttons on the front panel to switch between tabs. To call the subvi I used a call by reference node because I need to pass data into and out of the subvi. When I put everything together and try to run the main vi it locks up with I push the button for the sub vi. The subvi appears in its subpanel the way I want it to but it doesn't let me click on any of the controls or button within the subpanel or in the main front panel. In order to end the vi every time I have to hit abort instead of my stop button.
Did I miss something when I set up the call to the subvi? or is there a better way for me to be calling the subvi?


Message Edited by Intern Liz on 04-02-2008 10:48 AM
Download All
0 Kudos
Message 1 of 5
(2,475 Views)
Is the event set up to lock front panel until event completes?  If so, you will want to uncheck that option.
Message 2 of 5
(2,464 Views)
I am not sure. How do I check/change that option?
0 Kudos
Message 3 of 5
(2,458 Views)

Right click on the event structure, select Edit event Handled By This Case, Uncheck the boolean at the bottom.

Uncheck this.

0 Kudos
Message 4 of 5
(2,451 Views)
that was the problem. thank you so much.
0 Kudos
Message 5 of 5
(2,443 Views)