El Salvador
Asked — Edited
Resolved Resolved by DJ Sures!

Help With Joystick!

i dont know how to make it work the joystick in c#.is recognized as a device but dont move servos, im used the Example Project is in SDK and i change servoport that im using.

Help please!


ARC Pro

Upgrade to ARC Pro

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

PRO
Canada
#2  

I've never really used the EZ-SDK but I figured I'd post the commands to see if you can compare and see if you have any syntax errors:

Field:EZ_B.Joystick.JoystickDevice.ID

  • Joystick ID, [0..15].

Method:EZ_B.Joystick.JoystickDevice.Name

  • Joystick name.

Method:EZ_B.Joystick.JoystickDevice.Axes

  • Number of joystick axes.

Method:EZ_B.Joystick.JoystickDevice.Buttons

  • Number of joystick buttons.

Have you tried to move the servos by an alternate method to make your code is working well on that side of things?

PRO
Synthiam
#3  
  1. You can download the EZ-SDK

  2. Follow the README.TXT on getting it setup correctly

  3. Look at the Tutorial 47 - Joystick project

#4  

@ jnicolas , looks like DJ swooped in and saved the day agian:) , do you mind marking this thread as answered? Thank you - Josh