Joystick Movement

Necisito help with the joystick movement. My team wants to figure out how to get the joystick movement values to output in LabVIEW. Nothing we have found has helped us. :ahh:
:slight_smile:

In the Basic Framework the have outputs in the code already. I assume you mean you want to get the data from the Joystick axis in which case you could use the Get Axis VI. (WPI Robotics Library > DriverStation > Joystick > GetAxis.VI)
http://img242.imageshack.us/img242/87/getaxis1oi3.jpg

If you mean you want to see the values in real-time on the front panel, then you could just right click on the output node and select Create > Indicator.
http://img160.imageshack.us/img160/7450/getaxis2gx6.jpg

I hope that helps!

  • Austin