Is there any reason why you can't connect the servos that come with the Boe-Bot to ports 14 and 15 instead of 12 and 13? Note that I'm talking about the four sets of three prongs above the bread board.
All of the pins are interchangeable. Obviously, you have to change your software to match the new pins. All of your pulsout 14 and 15 commands will become pulsout 12 and 13 commands·for this specific example.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ ·"If you build it, they will come."
Okay.........let me explain everything. I'm working on an engineering project in college and we are trying to use the Boe-Bot for our prototype and possibly for the final product. We are designing a automated leveling system for trailers, such as an RV. For the prototype, we're using the parallax servos to power the prototype jacks. I wrote a simple program that "expands" the jacks and another program that "contracts the jacks. When I tried to expand this program to simply do all four at once, the four servos start to turn in the correct direction and then seconds later all stop and then only the servos connected to port 14 and 15 spin but spin in the wrong direction. This is a pretty simple program, see below, so I don't know what to think other than there's something different about the other two accessory ports (port 14 and 15). Help would be appreciated.
' {$STAMP BS2}
' {$PBASIC 2.5}
counter VAR Word
FOR counter = 1 TO 5000
PULSOUT 12, 650
PULSOUT 13, 650
PULSOUT 14, 650
PULSOUT 15, 650
PAUSE 20
NEXT
END
" 6.No cross-posting. Do not cross-post questions in the same forum or other forums. When the same post is found in more than one post, even under different subject lines, the forum moderator will remove one (or more) of the redundant posts. "
Unfortunately there are too many replies to remove this thread, but this is the end of it. As Steve said, you need to follow up in the original only. Cross posting is not allowed. Had this been caught sooner it would have been removed.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ Chris Savage Parallax Tech Support
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·Right_Uderstanding, Attitude, Speech, Action, Livelihood, Effort, Concentration, and Awareness
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
http://forums.parallax.com/showthread.php?p=467912
" 6. No cross-posting. Do not cross-post questions in the same forum or other forums. When the same post is found in more than one post, even under different subject lines, the forum moderator will remove one (or more) of the redundant posts. "
PAR
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support