servo question
Just a quick question.· Is it damaging to the servos to run them faster that norm? ( about 60-63rpm )
yah i'm still learning the basics.· (but i'm entitled to be ignorant until i'm 18 )
Thanks in advance,
Ben
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ben Damon
And may God Bless America!
·
yah i'm still learning the basics.· (but i'm entitled to be ignorant until i'm 18 )
Thanks in advance,
Ben
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ben Damon
And may God Bless America!
·
Comments
DO NOT try to use a higher voltage battery to make the servos go faster.· I have smoked Parallax Continuous Rotation servos with 9 V batteries.· Not good...
You can safely reduce the PAUSE time between pulses to increase the servo speed. For example, full-speed forward is usually:
DO
PULSOUT 13, 850
PULSOUT 12, 650
PUASE 20
LOOP
You can change the PAUSE 20 command to PAUSE 1, and it should speed the servos up by a few RPM. The relative speed control is still accomplished with the PULSOUT commands.
Post Edited (Andy Lindsay) : 11/20/2004 12:06:31 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ben Damon
And may God Bless America!
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ben Damon
And may God Bless America!
·
How about trying a high-speed servo, modified for continuous rotation?
Ken