LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

toggeling keyboard function

Does anyone know, how to avoid the toggeling of a boolean frontpanelswitch
between true and false, if the user puts the functionkey on the keyboard
still down?
Please send your answer to:
Georg Dicke
mail 1: GDicke@aegemi.de or
mail 2: GeorgDicke@derpatriot.com

Thank you.
0 Kudos
Message 1 of 2
(2,672 Views)
Hello Georg,

It sounds like you have used Key Navigation to assign control of a
front panel object (a boolean) to a keyboard key. Now you are worried
that the user will hold the key down and the change of state will not
be registered in your code. Is this correct? If so, then change the
Mechanical Action of the boolean. You can do this by right clicking
on the object and selecting Mechanical Action >> Latch when Pressed.

I hope this helps.

Regards,

Joel Andersen
0 Kudos
Message 2 of 2
(2,672 Views)