what is the difference in Futaba and towerpro servo programs
I got two Towerpro MG995 and can not get them to function properly. I ran a simple program that will work on a parallax servo (white, red, black wires), but will not work on both my MG995 (orange, red, brown wires). This is the program:
Main:
counter = 0
FOR counter = 1 TO 150
PULSOUT 0, 1000
PAUSE 20
NEXT
FOR counter = 1 TO 150
PULSOUT 0, 500
PAUSE 20
NEXT
END
The MG995 will start to move and then sputter and hum. Why is this?
Main:
counter = 0
FOR counter = 1 TO 150
PULSOUT 0, 1000
PAUSE 20
NEXT
FOR counter = 1 TO 150
PULSOUT 0, 500
PAUSE 20
NEXT
END
The MG995 will start to move and then sputter and hum. Why is this?
Comments
Put a 'DEBUG "Starting..."' statement at the beginning of your program and leave the Stamp connected to the PC and the Stamp Editor's debug window up.· You should only see one 'Starting...'.
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen