LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to convert LabView 8.5 down to 8.2

My friend wrote a VI for me using LabView 8.5. I found it could not run on my LabView 8.2. This VI included an event structure which I can not create using my basic package. Who can help me to re-write this simple VI with LabView 8.2 and post it here. Your help is truely appreciated.

0 Kudos
Message 1 of 2
(2,687 Views)
Use a loop and use the Input Device Control functions under Connectivitity -> Input Device Control to read the keyboard and what keys were pressed. Make sure you don't create a greedy loop.
Message 2 of 2
(2,672 Views)