x-Box Buttons in Labview

I need help programming buttons for my x-box controller in labview.

The Xbox controller functions the same way as a normal logitech controller does with a handful of exceptions.
A) it has 6 axes
B)it has 10 buttons
C) the D-pad doesn’t cooperate at all.

Axis 1:Left X Axis
Axis 2:Left Y Axis
Axis 3:Triggers (L- R+)
Axis 4:Right X Axis
Axis 5: Right Y Axis
Axis 6: D-pad

1: A Button
2: B Button
3: X Button
4: Y Button
5: Left Bumper
6: Right Bumper
7: Stop/Back Button
8: Start Button
9: Left Thumbstick Button
10: Right Thumbstick Button

I hope that helps. Good luck!

I actually found that with the triggers on axis 3 that the right is negative and the left is positive,
but otherwise everything else is the same

So this is what i ended up with after figuring out how to program the xbox controller do you guys think it’ll work ::rtm::

Teleop.vi (64.1 KB)


Teleop.vi (64.1 KB)