10-18-2012 06:22 PM
Ah I answered my last question
10-18-2012 06:44 PM
Is there a way I can attach a control boolean to the case structure while still working with the down key?
10-18-2012 07:35 PM - edited 10-18-2012 07:38 PM
Here is a case structure inside of an event structure that will do exactly what you want.
Not to sound preachy or anything, but the questions you asked showed a pretty significant lack of understanding on how case structures work. Since they are one of the most fundamental parts of LabVIEW programming, I suggest you spend awhile familiarizing yourself with them before moving on. The help files are useful, but just playing around for awhile is also useful. Good luck!
Edit: I forgot to add this to the VI, but you should also look in to local variables. You just right click on the terminal in the back panel, -> Create -> Local Variable
10-19-2012 10:48 AM
What I really need is for the LED to turn off as I release the arrow key. I was hoping to do that using a control i'll look into it more. Thanks i'll accept this as a solution