Log in

View Full Version : joystick axis in labview


frcchile
15-02-2009, 17:54
Hello, I want to know how is the axis in joystick, because i want programing one motor that jostick when I move up, the motor moves forward,I move down, the motor moves back

And, how is the axis in jostick?

Thank you:confused:

Greg McKaskle
15-02-2009, 18:54
You want to use the Joystick Get or Get Axis. I think Axis 2 is the Y. It returns -1 to 1 range, -1 forward and 1 backwards.

Outside the loop do a joystick open and close on the left and right.

Greg McKaskle

frcchile
15-02-2009, 19:00
You want to use the Joystick Get or Get Axis. I think Axis 2 is the Y. It returns -1 to 1 range, -1 forward and 1 backwards.

Outside the loop do a joystick open and close on the left and right.

Greg McKaskle

I want programing in Labview... what icon work? why in labview I see 6 axis? i dont understand

Thank you

dani190
15-02-2009, 19:01
I want programing in Labview... what icon work? why in labview I see 6 axis? i dont understand

Thank you
choose axis 3...

The other axis, are nothing to worry about...

Tt321b
15-02-2009, 19:13
Actually axis 1 (x) is right/left, axis 2 (y) is up/down and axis 3 is the throttle on the bottom front of the joystick. The other axis don't exist on this joystick but other joysticks can have them.

dani190
15-02-2009, 19:14
Actually axis 1 (x) is right/left, axis 2 (y) is up/down and axis 3 is the throttle on the bottom front of the joystick. The other axis don't exist on this joystick but other joysticks can have them.

isnt that what i just said :P

frcchile
15-02-2009, 19:34
Actually axis 1 (x) is right/left, axis 2 (y) is up/down and axis 3 is the throttle on the bottom front of the joystick. The other axis don't exist on this joystick but other joysticks can have them.

I can move one motor with up/down, in the program is open motor jaguar-with josystick get and axis Y - motor set speed

Is the correct program for move one motor with only Axis Y

Thank you!!!!

smackee618
20-02-2009, 12:06
isnt that what i just said :P

Not quite.