|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Re: Victors, Default code, & joystick configuration
Quote:
|
|
#2
|
||||
|
||||
|
Re: Victors, Default code, & joystick configuration
You can use a 2-joystick configuration with 2 Victors, one speed controller for each motor on each side. As pointed out before, the programs capability has nothing to do with the number of motors you would need.
You can just you 2 PWM outputs from your RC rather than the 4 in the default code. Assuming you are using 2 motors (1 on each side with 1 victor each) the default code: pwm13 = pwm14 = Limit_Mix(2000 + p1_y + p1_x - 127); pwm15 = pwm16 = Limit_Mix(2000 + p1_y - p1_x + 127); will change to something like this (where you would connect PWM13 to right motor, and PWM 15 to the left motor): pwm13 = Limit_Mix(2000 + p1_y); pwm15 = Limit_Mix(2000 + p2_y); Hope this helps ![]() |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| user code to default code | phoenixomega001 | Programming | 5 | 09-01-2005 00:09 |
| heres the code. y this not working | omega | Programming | 16 | 31-03-2004 15:18 |
| Changing 1 joystick code to 2 (rookie team) | Brawler006 | Programming | 5 | 20-02-2004 17:00 |
| EDU Default Code for 1 Joystick | RedNebula | Programming | 3 | 18-12-2003 20:14 |
| robot goes haywire with the one joystick default code | Miles | Programming | 7 | 24-01-2003 14:58 |