Re: Stepper motor alternative ? May 02, 2014 10:14AM |
Registered: 10 years ago Posts: 6 |
Re: Stepper motor alternative ? May 09, 2014 07:48AM |
Registered: 10 years ago Posts: 7 |
Re: Stepper motor alternative ? December 21, 2014 01:25PM |
Registered: 10 years ago Posts: 5 |
Re: Stepper motor alternative ? December 21, 2014 01:35PM |
Registered: 11 years ago Posts: 14,686 |
Re: Stepper motor alternative ? December 23, 2014 05:34AM |
Registered: 10 years ago Posts: 5 |
Re: Stepper motor alternative ? December 23, 2014 06:16AM |
Registered: 10 years ago Posts: 5 |
Re: Stepper motor alternative ? December 23, 2014 06:53PM |
Admin Registered: 14 years ago Posts: 730 |
I am definitely interested! It would be great if you could post additional details.Quote
thomassmith1969
As soon as I get the chance, I will build a few more and post step-by-steps with code (Assuming anyone is interested, so let me know)
Re: Stepper motor alternative ? December 24, 2014 03:41PM |
Registered: 10 years ago Posts: 127 |
Re: Stepper motor alternative ? (Update) January 14, 2015 11:47AM |
Registered: 10 years ago Posts: 5 |
Re: Stepper motor alternative ? January 14, 2015 02:34PM |
Registered: 10 years ago Posts: 14 |
Re: Stepper motor alternative ? January 14, 2015 05:07PM |
Registered: 12 years ago Posts: 335 |
Re: Stepper motor alternative ? January 14, 2015 05:23PM |
Registered: 10 years ago Posts: 127 |
Re: Stepper motor alternative ? January 14, 2015 05:34PM |
Registered: 10 years ago Posts: 14 |
Re: Stepper motor alternative ? January 14, 2015 09:03PM |
Registered: 10 years ago Posts: 127 |
Quote
MachineHum
Quote
691175002
Gearboxes introduce a disgusting amount of backlash until you start paying 200$+.
Truth...
Re: Stepper motor alternative ? January 15, 2015 10:50AM |
Registered: 10 years ago Posts: 14 |
Quote
Ezrec
Quote
MachineHum
Quote
691175002
Gearboxes introduce a disgusting amount of backlash until you start paying 200$+.
Truth...
Yes, and optical encoders and a good control system takes all that backlash out.
I have a gear motor with a rubber grommet driving a fishing line belt system, and I get 250 micro resolution on that axis without even trying hard - it's all about the encoder when working with DC motors.
Re: Stepper motor alternative ? January 15, 2015 01:11PM |
Registered: 12 years ago Posts: 335 |
Quote
Ezrec
Yes, and optical encoders and a good control system takes all that backlash out.
I have a gear motor with a rubber grommet driving a fishing line belt system, and I get 250 micro resolution on that axis without even trying hard - it's all about the encoder when working with DC motors.
Re: Stepper motor alternative ? January 15, 2015 01:24PM |
Registered: 10 years ago Posts: 14 |
Quote
691175002
Quote
Ezrec
Yes, and optical encoders and a good control system takes all that backlash out.
I have a gear motor with a rubber grommet driving a fishing line belt system, and I get 250 micro resolution on that axis without even trying hard - it's all about the encoder when working with DC motors.
Even though your system will maintain positional accuracy when moving in a single direction, the motor must take up the slop for every direction change. This gets reflected as a pause in motion which screws up circles and curves.
Furthermore, you cannot move the encoder from the motor shaft to the (non-rigidly coupled) load and expect a stable system. Your gains become very sloppy, completely defeating the point of using a servo in the first place.
Commercial systems always use dual loop control in such situations ( [granitedevices.com] ) which requires two encoders: One on the motor shaft, and one on the load.
Your system "works" because the rubber grommet provides so much friction the system does not oscillate when stopped. That does not mean that it is closely following the setpoint or providing smooth motion under load. It will also fail catastrophically if there is an intermittent force backdriving the load.
Frankly, unless you show me plots of commanded vs actual position (as measured by a higher resolution non-feedback encoder) I will never believe a hacked together servo is superior to a 5$ stepper motor.
I'm sure your system appears to print fine, but stepper motors print fine as well. Assuming "250 micro resolution" means 250 steps per revolution, that is inferior to a stepper motor taking half-steps (and you probably have many encoder counts of following error on top of that).
I suspect acceleration is poor as well due to the use of cheap motors through a gearbox.
What measurable advantages does a DIY servo have over a stepper motor? All I'm seeing is additional cost and complexity.
Re: Stepper motor alternative ? January 15, 2015 09:09PM |
Registered: 10 years ago Posts: 7 |
Re: Stepper motor alternative ? January 16, 2015 02:56PM |
Registered: 10 years ago Posts: 127 |
Quote
691175002
[What measurable advantages does a DIY servo have over a stepper motor? All I'm seeing is additional cost and complexity.