Need help, linerar actuator control via servo electronics
Aeroengineer1
Posts: 2
This seems like a place that might be able to answer my question.· I am going to be building a linear actuator using a servo motor and servo electronics.· There is just one complication, the number of rotations that this will have to do is about 160.· I need to build a small circuit that can replace the resistor and vary almost linearly the resistance from 0-5k over the total travel.· Due to space constraints, a linear variable resistor is not usable nor is it possible to get gearing to a 15 turn pot.· This needs to fit in a cylinder that is 1.5" in diameter and should not be more than 0.75" long.· I was thinking about using a hall effect sensor and a digital pic.· Any thoughts.· My electronics background is limited, but I can solder very well.· I am looking for ideas and information to understanding how to impliment these ideas.· Thanks in advance for your help.
Adam
PS this is for use with a RC submarine.
Adam
PS this is for use with a RC submarine.
Comments
I'm not quite sure I understand the problem, but there are 3.5 x 360 degree rotation R/C servos (winch servos) as well as continuous rotation R/C servos available if that's of any assistance in this design. Winch servos can be found at places like Tower Hobbies, or your local hobby store.
Continuous rotation and ordinary R/C servos are available right from Parallax:
http://www.parallax.com/detail.asp?product_id=900-00008
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
Adam
kelvin
I'd probably want the stop switch for re-sync even if I used a stepper motor. The question is whether lost steps cause a problem with your process.
Suppose your stepper has 72 steps per rotation. For 160 screw turns you have 11,520 steps. That's a lot of steps to count.
Just cannibalize a couple of floppy drives, have a ULN2308 drive the stepper, and go.
The stop/re-sync switch remains an excellent addition.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Post Edited (Kramer) : 2/17/2006 4:51:22 PM GMT
Jim
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
In the end, it seems that it's all about getting the LEDs to blink....
The key parameter here is step angle which will be a parameter supplied with all stepper motors, either on the nameplate or in the documentation. 360 / step angle = steps per one revolution. Thus, if the step angle is 1.8 degrees, which is not uncommon, you have the following: 360 / 1.8 = 200 steps per revolution. Simple as that.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
200 steps seems to be the most common.
If you start in on the math, it will begin to reveal how this is a 'neither fish nor fowl' kind of system. Traditionally everyone does angle calculations in 360 degrees, but if you read the BasicStamp Manual you find there is a Binary system that seems to rely on 256 portions of a circle.
Fortunally 200 is less than a byte, so that is likely to be most convienent. You may have to cannibalize the motor and just test it for resolution as these are installed. Additionally, you will have to figure the coil resistance and determine if it is 5 volts or 12 volts. When in doubt, use 5 volts.
The 3.5 drive might barely reach 2", but since 3.5 / 2 is 1.75" it is more likely a near miss. It you can just use the motor and attach a shaft, it is a very nice little stepper. I don't think it is easy to buy one this small.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan