I’m just starting out, and I have three 85BB’s.
Everything was working well, but… I started messing around with different rates of servo positioning, and tooled all three of my servos on one test run with no load. I assume the servos just tried to go over their limits and thats what caused the stripping, but I don’t see how my code could have caused that:
ENABLEHSERVO2
Main
Hservo [P0\-4000\100,P1\-4000\100,P2\-4000\100]
pause 600
goto First
End
First
Hservo [P0\4000]
pause 300
goto Second
End
Second
Hservo [P1\4000]
pause 300
goto Third
End
Third
Hservo [P2\4000]
pause 300
goto Main
End
The only possibility I can think of is that maybe by changing the rate(seen in the Main block) it backgrounded that process and continued, so things got out of alignment, and it got outside of the (4000,-4000) boundary…
Any insight? I’m using the ARC-32 btw.
Theres probably something supremely retarded that I’m missing…
Anyways, I can just replace the gears, correct? Nothing else is damaged I believe. Is it worth replacing the gears with metal sets?