Servo Controller
mattlorenzjr
Posts: 4
I am working on a project where I need to control 8 or 10 servos from a PC.
I have this limited experience with controling servos from a PC:· PC->BS2->Servo.
I see there is a Servo Controller Board available in Serial and USB.
Does anyone have experience with this/these Servo Controller boards and are they intended for the Stamp to send signals to the SCB or is the intention for the SCB to get its signal straight from the PC?
I am looking for the easiest/most-straight-forward way rather than least expensive.
I have this limited experience with controling servos from a PC:· PC->BS2->Servo.
I see there is a Servo Controller Board available in Serial and USB.
Does anyone have experience with this/these Servo Controller boards and are they intended for the Stamp to send signals to the SCB or is the intention for the SCB to get its signal straight from the PC?
I am looking for the easiest/most-straight-forward way rather than least expensive.
Comments
I read the PDF Manual for the PSC Serial, which states that the PSC will take input from an RS232 Device; however the manual assumes the input is from a Stamp.
This statement:
"This device can be connected to a PC serial port using a MAX232 line driver. The circuit isn't supported by Parallax, but it's possible to make this connection with a few dollars of parts."
On this Page:
http://www.parallax.com/Store/Robots/RoboticAccessories/tabid/145/List/1/ProductID/376/Default.aspx?txtSearch=servo+controller&SortField=ProductName%2cProductName
Confuses me somewhat.· Does this mean I need this MAX232 line driver, or is it that I can just fashion my own Communication Cable PC's-DB9->PSC-Serial-In-Pin?
I found this page: http://forums.parallax.com/showthread.php?p=640507·which seems to indicate that I cannot just fashion my PC's-DB9->PSC-Serial-In-Pin, but I had better wire up this diagram or use a MAX232.
I·am going to use·RS232·vs. the USB because I am already familiar with Tx/Rx RS232 via VB6 but I am not at all familiar with coding for USB.
Basically, for reassurance, what is your take on wiring RS232 from PC to the PSC?· Just run it, use the suggested diagram, or use a MAX232?· Again, easy-straight-forward is favored over saving money.
Matt
·
Post Edited (Mike Green) : 6/8/2008 8:12:58 PM GMT
I do see online that the MAX232 is not very expensive, especially since an hour ago I thought I was going to have to put a Stamp in the mix anyhow.
Really, controlling 16 Servos with a MAX232 & PSC is unbelievable for the little cost!
I am controlling 8 or 10 outlets by mechanically connecting·lightswitches to servos to get the on-off motion necessary.
Sub Question: I do not see 120V relays on Parallax, but I am wondering, generally, how does cost of a servo + light switch ~$13.00 stack up against Relays and the subsequent necessary Relay Controller Board?
Matt
I would think it would be the same on a pc as long as you have the ftdi drivers. I had to go tothe ftdi website for the mac drivers. I know it works, because my program can send serial commands to the controller.