Shop OBEX P1 Docs P2 Docs Learn Events
Servo controller question — Parallax Forums

Servo controller question

erictheredericthered Posts: 3
edited 2008-03-06 14:31 in BASIC Stamp
I can't figure how use the paralax serial controller's programing to my advantage. I have got the origonal program to work but I can't firgure out how to get it to control where the servo goes or how to control many servo. please help this is the controller.
http://www.parallax.com/Store/Accessories/MotorServoControllers/tabid/160/CategoryID/35/List/0/Level/a/ProductID/376/Default.aspx?SortField=ProductName%2cProductName

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-03-06 14:31
    Have you read the documentation? What is it you want to do? Do you understand how servo motors are controlled?

    Look at the description of the Position Command in the documentation. This is a series of bytes that must be sent by a Stamp or other controller to the servo controller. This sequence contains the number of the servo to be affected, a new servo position as a pulse width in 2us units, and a ramp value that tells the servo controller how fast to move from the current position to the new one.
Sign In or Register to comment.