LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

when is Key down event case triggered

Hi all,

In event structure there is an event <this VI> key Down? 

When will this event be triggered... i.e will this event be triggered only in case of a keyboard entry... ?

Or in case i use a barcode reader, if data gets populated in a control on the Front panel through the barcode reader will this trigger this event...?

 

Thanks

0 Kudos
Message 1 of 2
(2,523 Views)

The Key Down event will only be fired when a key is pressed on the keyboard.  If you want to fire an event off of a Front panel control, you can either use a User Event or a property node called Value (Signaling).  This property node will cause a Value Change event to trigger when the value of the Front panel control changes.

 

Cheers

0 Kudos
Message 2 of 2
(2,513 Views)