LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Locked controls on new tab after finishing event structure

Greetings All,
 
My first question for the forum.  I found a few posts which had similar issues but I still can't seem to figure this one out.
 
This program creates a temperature profile and it's within a much larger program where I want the user to be able to cancel, continue, go back a step, etc.  It all works fine until I leave the event structure loop and go to the verify tab.  The user should be able to continue or cancel but the buttons will not press.  I believe the event structure is locking the front panel but I turned off the lock for that case and still no go. 
 
I've attached the LLB, please check it out.  Any help will be most appreciated.
 
Regards
LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 1 of 3
(2,649 Views)
Hi,

The answer is almost in the question, just go to the event structure and disable the option "lock front panel until event completes" 😉




Message Edité par TiTou le 06-30-2006 09:18 AM


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 3
(2,640 Views)

Thanks for the reply TiTou,

Actually, I already tried to unlock the case for the "NEXT" buton but the front panel still remained locked.Smiley Mad

It turns out that it was the "mouse move" case that was locking the event structure.  The mouse must trigger the event case in the last loop cycle even after the "NEXT" button is pressed.  I would have assumed that since the "NEXT" button ends the loop the event structure would ignore any further triggers but it senses the mouse move somehow.Smiley Surprised 

Ah well, Live & Lean with LabVIEW!

 

Thanks again,

Keith

 

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 3 of 3
(2,627 Views)