(Boe-Bot)Problem in Servo motor or board??
hyon
Posts: 2
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.
·
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