Shop OBEX P1 Docs P2 Docs Learn Events
(Boe-Bot)Problem in Servo motor or board?? — Parallax Forums

(Boe-Bot)Problem in Servo motor or board??

hyonhyon Posts: 2
edited 2008-04-09 06:31 in BASIC Stamp
Hello.
I use Boe-bot and it worked well before.
I tested moving forward and backward.
But, since last weekend it didn't work.
When I made a program and ran it, it move, stop, move, stop repeatly.
I don't know the reason of this.
This is a problem of the borad or brain of boe-bot?

Here is my source code.

' {$STAMP BS2}
' {$PBASIC 2.5}
DEBUG "Program Running!"
counter VAR Byte
FOR counter = 1 TO 110
· PULSOUT 13, 850
· PAUSE 20
NEXT
FOR counter = 1 TO 200
· PULSOUT 12, 850
· PAUSE 20
NEXT
END

And the Debug Terminal repeat "Program Running!Program Running!Program Running!Program Running!...." repeatedly.

Please give me a solution of this.

Thank you in advance.

·

Comments

Sign In or Register to comment.