|
Re: Using Joystick Buttons in Labview
Make a little test program using Joystick Get. Right click on the Buttons output terminal and select Create Indicator. Now you have a front panel object that will tell you which button you are pushing. The button outputs are all Booleans that are True if a button is being pressed and False if not. I'm sure you can work everything out from there...
|