|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools |
Rating:
|
Display Modes |
|
#1
|
|||||
|
|||||
|
I am trying to assign buttons to control a Tetrix DC motor when ever i assign 2 functions to control the same motor say one button forward and one backward the motor coughs and jumps and vibrates moving spastically. I attached the code below, how could i solve this problem?
if(joy2Btn(2) ) { motor[motorF] = 100; } else { motor[motorF] = 0; } if(joy2Btn(1) ) { motor[motorF] = -100; } else { motor[motorF] = 0; } |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [FTC]: Programming Clarification [RobotC] | basicxman | FIRST Tech Challenge | 3 | 11-02-2009 20:21 |
| [FTC]: RobotC and NXT-G (The two programming languages) | craig_yates | FIRST Tech Challenge | 1 | 30-01-2009 21:47 |
| [FTC]: [FTC]: RobotC Template Problem (causing an FMS issue) and Potential Servo Prob | PackersFan | FIRST Tech Challenge | 11 | 26-01-2009 21:25 |
| [FTC]: RobotC Template | gdo | FIRST Tech Challenge | 14 | 10-11-2008 06:26 |