LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tab control locks the screen.

I am using LabVIEW 2009 and have two tabs on my front panel.  When I start the vi I select the control that starts sending data to a chart on the other tab.  I can select the other tab and view the graph, but can't select anything or even go back to the other tab while the vi continues to run.  In fact, I can't regain control after that point unless I click the abort button.  I've checked that the tab control is set as a control and not an indicator.  My tab control is not inside of any code or structures.  Does anyone have any ideas on how to fix this?

0 Kudos
Message 1 of 5
(2,482 Views)

Without code we can't really troublshoot.  But a shake of my magic 8-ball suggests that you may have abused an event structure somewhere that is set to "LockPanel (defer.... untill case completes"


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 5
(2,477 Views)

Yes, we need to see some code. No use guessing, but the solution is probably simple.

 

(If you want to troubleshoot yourself, start with some probes and execution highlighting.)

0 Kudos
Message 3 of 5
(2,466 Views)

@altenbach wrote:

 

If you want to troubleshoot yourself, start with some probes....


Made me smile-- Of course you meant troubleshoot the code yoursef 😄


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 5
(2,459 Views)

@JÞB wrote:

@altenbach wrote:

 

If you want to troubleshoot yourself, start with some probes....


Made me smile-- Of course you meant troubleshoot the code yoursef 😄


I get the impression your interpretation is the more likely event. 😛

0 Kudos
Message 5 of 5
(2,425 Views)