LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Logging key strokes

Solved!
Go to solution

I actually started using that at first, but it wouldn't save correctly for some reason.  I figure I can work on that again and see what I can come up with.  May have to do multiple case structure.  I'll keep you all posted. 

 

meanwhile, if anyone know how to accomplish the task using the previous method, add to this post. 

 

Thanks,

guilio_2008

0 Kudos
Message 11 of 13
(909 Views)
You would need to post your code if you can't save. I don't see where multiple case structures would be used.
0 Kudos
Message 12 of 13
(895 Views)

I remember now why I did go that route.  When I would press one key, since the loop ran so fast, you would get repeats of the same value.  If you slow the loop down, then you may not get what everyone was typing since people type at different rates.  Let me get something together and post it to show what I mean.

 

The even structure is really nice.  Does repeats, can easily delete last character if you made a mistake and it's adaptable to anyones type speed.

 

Thanks for you help,

guilio

0 Kudos
Message 13 of 13
(892 Views)