Boe-Bot - open loop program stops?
Rank beginner here, just built the Bot. In testing the servos, I enter the first few lines of code to spin the servos, and they stop after a couple rotations. The servos provided in the kit indictated that they were the "modified" servos, so why would they stop?
Mike
Mike
Comments
··· Please post the exact code you're using so we can see what it's doing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
' {$STAMP BS2}
LOW 12
LOW 13
loop:
PULSOUT 12, 500
PAUSE 20
GOTO loop
This code turns the servo 180 degrees. So it seems like maybe it's not "modified" after all? This kit was purchased in 2001, never used until now. But the markings on the servo definately indicated it had been modified.
Thanks
Mike
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
I can turn the servos all the way around, no mechanical stops.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Any ideas?
·· Also, does that servo have a couple of check-boxes that say STD and/or PM that might be checked?· If so, which one is checked?
·· One last thing, I wanted to be clear that when you rotate the servo by hand, it can be turned 360+ degrees, and that it doesn't hit a stop at any point while turning it in one direction.· That is, you should be able to spin it a full 2 turns in one direction, for example.
·· If you're still having problems, feel free to call tech support tomorrow between 7A-5P PST.· Have the servo and BOE-Bot ready when you call.· 1-888-997-8267
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Post Edited (Chris Savage (Parallax)) : 3/24/2005 4:09:50 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Post Edited (Chris Savage (Parallax)) : 3/24/2005 3:18:52 PM GMT
What is the recommended way of dealing with this?
Oh, and the DTR signal is used by the IDE to reset the BS2 just before it re-programs it.
·· The other option is to unplug the programming cable each time.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Rick
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ben Damon
And may God Bless America!
·· Actually the original posted code does have a PAUSE statement in it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com