LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple Event Triggering Problem

Hi,

      I'm having trouble with envent triggering. I have a few boolean controls on a front panel...yet they seem to not always repsond. Controls seem locked. I've attached a simlified version of the code. Stop control seems to be most responsive.. not sure why. Others are locked out (unless I click them very soon after the VI is run)

     I guess prehaps I'm missing someting fundamental!

     DS

0 Kudos
Message 1 of 3
(2,474 Views)

Try your original version, but click at the edges of the buttons, away from the text labels and it works fine.

 

You have text labels covering most of the buttons.  Clicking on this text label does not get throuigh to the button....

 

Get rid of the text labels and use the "Boolean Text" instead.  Right-click on a button and choose Visible Items-->Boolean Text.  This is text built-in to the button which will NOT obstruct your clicking.

 

 

Shane.

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

Thanks a million!!! I knew it had to be something easy!! Works fine now

Smiley Happy

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