Anybody have some Strong Stepper Motors?
Steel
Posts: 313
I have 2 stepper motors being powered by 9 volts and controlled by a BS2 through a Transistor Array.
...Both the motors are functional.
...I am mounting the motors one (sideways) on top of the other so that I can point anywhere on an X-Y Axis.
My Problem?· The bottom motor (that is holding the other motor) is not strong enough to hold the other motor and move.· When I send it commands, it vibrates as though it is trying to step...but alas...isn't able to make it to the next step.· I am sending high-torque commands to it (%0011, %0110, %1100, %1001).
...The motors I am using are these:
http://www.allelectronics.com/cgi-bin/item/SMT-65/400600/SMALL_STEPPER_MOTOR_W_6_LEADS_.html
Has anybody worked with this similar set up before?· I have seen the Laser Controller with Servos, but servos are too expensive for this application.
I guess I am looking for smaller motors with as much strength, or just a more efficient stepper motor.
*Note...they need to be purchased from a supplier...not 'Scavenged'.
Thanks
...Both the motors are functional.
...I am mounting the motors one (sideways) on top of the other so that I can point anywhere on an X-Y Axis.
My Problem?· The bottom motor (that is holding the other motor) is not strong enough to hold the other motor and move.· When I send it commands, it vibrates as though it is trying to step...but alas...isn't able to make it to the next step.· I am sending high-torque commands to it (%0011, %0110, %1100, %1001).
...The motors I am using are these:
http://www.allelectronics.com/cgi-bin/item/SMT-65/400600/SMALL_STEPPER_MOTOR_W_6_LEADS_.html
Has anybody worked with this similar set up before?· I have seen the Laser Controller with Servos, but servos are too expensive for this application.
I guess I am looking for smaller motors with as much strength, or just a more efficient stepper motor.
*Note...they need to be purchased from a supplier...not 'Scavenged'.
Thanks
Comments
You can try to use a higher voltage to drive them since this would produce more torque but you need to be careful because you may end up burning one out. Sorry I can't provide more detailed advice, you could look for a retail motor, but you listed cost as a key criteria. You may want to investigate if hooking a unipolar motor up as a bipolar provides more/less torque (I think it my be less though).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
With the proper gear ratio, you could lift a car with a 9V battery.... What you are asking is vague, and greatly depends on how much
of a lever arm and/or mechanical linkage you have.
If this is a similar project to my laser pointer and you want a cheaper solution (i.e. no servos). Instead of looking for a more powerful
stepper, look for a gear reduction that will work with your existing stepper.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Post Edited (Beau Schwabe (Parallax)) : 1/26/2006 9:19:48 PM GMT
I guess the big message from Beau and myself is that "torquier" motors may not be the only way to solve your problem.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
8 + 8 = 10
Thinking about it further, you might want a gear reduction anyway..... Since most Stepper motors have a 1.8 Deg step, that's 200 steps for 360 deg.
Looking back at my project, my range of motion to cover 8ft is only about 50 Deg.
Projected Distance = 9ft
Span Left to Right = 8ft
Bisecting my Left to Right span to form two right triangles 4ft by 9ft by 9.85ft <--- sqrt ( 4ft^2 + 9ft^2)
Sin@ = Length of Opposite side / Length of Hypotenuse
Sin@ = 4ft / 9.85ft
Sin@ = 0.40609
@ = 23.96 Deg
multiplied by a factor of 2 I get 47.9 Deg ..... or 50 Deg
Now, why all the math and why is this important? In a similar setup, using a Stepper with 1.8 Deg per step this would only give you
a resolution of 27 steps ( 50 Deg / 1.8 Deg). Divide that by an 8ft wall span, and your pointer will move about 3.6 inches per Stepper Unit. ..... (12 * 8ft) / 27 = 3.6
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Post Edited (Beau Schwabe (Parallax)) : 1/26/2006 9:52:23 PM GMT
· Two ways to get more torque.
· 1st is to move slower. Stepper have greatest torque at the slowest speed.
· 2nd is to use R-L drive. http://www.allegromicro.com/techpub2/compumot/a23a28.pdf
· R-L drive is basically raising the drive voltage and putting a resistor in series with each coil. Because the coils have a large impedance when power is first applied to them, the voltage across the coils will higher, causing them to energize faster. (read the pdf link)
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
"Ability may get you to the top, but it takes character to keep you there."
·
Again, thanks for the replies.