LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

event structure

How to develop a coding that will count the number of arrow key presses using event structure in Labview?

0 Kudos
Message 1 of 3
(3,122 Views)

Its fairly simple. Did you read the tutorial about the event structure? I would recommend doing that instead of suggesting a solution to your question.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 3
(3,113 Views)

While Loop with an Event Strucute in it and a shift register to keep track of how many times somebody pressed the arrow key.  You will want the Key Down event.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(3,086 Views)