View Single Post
  #1   Spotlight this post!  
Unread 31-01-2005, 19:41
rcubes85 rcubes85 is offline
Registered User
no team (TBD)
Team Role: College Student
 
Join Date: Feb 2003
Rookie Year: 1999
Location: Troy NY
Posts: 39
rcubes85 is on a distinguished road
Send a message via AIM to rcubes85
URgent Programming Help needed

Hi how are you doing i am doing programming for the first time and we are using a F-16 Fighter stick

http://www.surcouf.com/images/catalo...77/g147734.jpg

I was wondering do any one know what we have to do so that we can use one of the buttons on this joystick to do some let say move the robot to a certain position. Like if you push a button on the joy stick the robot arm will move to a certain position. so what the process i have to go through to get this done. like what do we have to change in the code, and what wires do we have to use we are using the globe motors too. thank you

I understand that we have to use the code listen below but in what way or form
thanks


#define p1_sw_trig rxdata.oi_swA_byte.bitselect.bit0 /* Joystick Trigger Button, same as Port4 pin5 */
#define p1_sw_top rxdata.oi_swA_byte.bitselect.bit1 /* Joystick Top Button, same as Port4 pin8 */
#define p1_sw_aux1 rxdata.oi_swA_byte.bitselect.bit2 /* Aux input, same as Port4 pin9 */
#define p1_sw_aux2 rxdata.oi_swA_byte.bitselect.bit3 /* Aux input, same as Port4 pin15*/
__________________
you can run from the past
you can change the present
but you can't outrun the future
becuase what you do in the presents depicts your future