|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Jittery Motor
Did you guys figure out the problem. We have an almost identical issue. Bag motor w/ 90:1 versaplanetary running with the new Victor SP. It worked fine directly hooked to battery but when running through the motor controller it looks and sounds like yours.
|
|
#2
|
|||||
|
|||||
|
Re: Jittery Motor
I'm smelling a possible software issue. What is the code you're using to control this motor?
|
|
#3
|
|||||
|
|||||
|
Re: Jittery Motor
Quote:
Code:
if (joyExtra.getRawButton(4))
{
liftup();
}
else
{
liftstop();
}
if (joyExtra.getRawButton(2))
{
liftdown();
}
else{
liftstop();
}
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|