Tracking Axis movement with Rotary Encoders April 30, 2017 09:27AM |
Registered: 6 years ago Posts: 24 |
Re: Tracking Axis movement with Rotary Encoders April 30, 2017 10:35AM |
Registered: 7 years ago Posts: 3,525 |
Re: Tracking Axis movement with Rotary Encoders April 30, 2017 03:04PM |
Registered: 6 years ago Posts: 45 |
Re: Tracking Axis movement with Rotary Encoders April 30, 2017 03:21PM |
Registered: 10 years ago Posts: 1,049 |
Re: Tracking Axis movement with Rotary Encoders May 01, 2017 01:51AM |
Registered: 7 years ago Posts: 5,232 |
Re: Tracking Axis movement with Rotary Encoders May 01, 2017 02:08AM |
Registered: 6 years ago Posts: 24 |
Re: Tracking Axis movement with Rotary Encoders May 01, 2017 04:36PM |
Registered: 10 years ago Posts: 1,049 |
Re: Tracking Axis movement with Rotary Encoders May 01, 2017 07:54PM |
Registered: 7 years ago Posts: 3,525 |
Re: Tracking Axis movement with Rotary Encoders May 02, 2017 01:31AM |
Registered: 6 years ago Posts: 24 |
Re: Tracking Axis movement with Rotary Encoders May 02, 2017 08:20AM |
Registered: 9 years ago Posts: 14,639 |
Quote
Celcius1
Sorry I was typing my last message whilst driving, the ultrasonic detector I am designing is more a readily available distance mesausre than an endstop and the accuracy is actually 0.15mm to 0.1mm.
Re: Tracking Axis movement with Rotary Encoders May 02, 2017 02:16PM |
Registered: 7 years ago Posts: 3,525 |
Re: Tracking Axis movement with Rotary Encoders May 02, 2017 03:17PM |
Registered: 10 years ago Posts: 5,734 |
Re: Tracking Axis movement with Rotary Encoders May 02, 2017 03:21PM |
Registered: 7 years ago Posts: 3,525 |
Re: Tracking Axis movement with Rotary Encoders May 04, 2017 09:27AM |
Registered: 5 years ago Posts: 2 |
Re: Tracking Axis movement with Rotary Encoders May 04, 2017 07:24PM |
Registered: 9 years ago Posts: 14,639 |
Quote
paulo_silver
Any way to use a laser to determine the position?
Re: Tracking Axis movement with Rotary Encoders May 04, 2017 07:31PM |
Registered: 7 years ago Posts: 338 |
Re: Tracking Axis movement with Rotary Encoders May 05, 2017 12:41PM |
Registered: 10 years ago Posts: 335 |
Quote
[...] So the arduino can calibrate it's step rate itself and not have the painstaking task of using either calibration prints or marker and vernier gauge to calibrate your step rate.[...]
Re: Tracking Axis movement with Rotary Encoders June 07, 2017 12:21PM |
Registered: 7 years ago Posts: 1,671 |
Re: Tracking Axis movement with Rotary Encoders June 07, 2017 08:53PM |
Registered: 7 years ago Posts: 15 |
Quote
691175002
I'm pretty confused as to what is being asked in this thread. Rotary encoders don't provide any information a stepper does not already have unless the stepper is stalling or otherwise missing steps.
Quote
[...] So the arduino can calibrate it's step rate itself and not have the painstaking task of using either calibration prints or marker and vernier gauge to calibrate your step rate.[...]
The steps per millimeter is a simple one-time calculation (step angle of motors * diameter of pulley) and does not change over time. Even if you had a rotary encoder the math remains because the encoder is coupled to the axis via the same mechanism as the motor.
The problems you are trying to solve (such as printers needing continuous calibration) are caused by sloppy builds with poor rigity. Switching stepper motors with servos will not fix belt stretch or frame sag.
There is something to be said for linear encoders, but the reality is that on an average printer the frame/belt are the biggest sources of error by several orders of magnitude. Adding linear encoders to a low-end printer is like blowing out a candle while your house is on fire.
That being said, I am currently building a printer with 10 nanometer encoders on each axis: [imgur.com]
It has a build volume of 6x6x8" and weighs over eighty pounds.
Re: Tracking Axis movement with Rotary Encoders June 07, 2017 09:01PM |
Registered: 7 years ago Posts: 15 |
Re: Tracking Axis movement with Rotary Encoders July 06, 2017 05:15PM |
Registered: 7 years ago Posts: 1,671 |
Re: Tracking Axis movement with Rotary Encoders July 07, 2017 12:48PM |
Registered: 10 years ago Posts: 335 |
Re: Tracking Axis movement with Rotary Encoders July 07, 2017 01:52PM |
Registered: 7 years ago Posts: 338 |
Re: Tracking Axis movement with Rotary Encoders July 07, 2017 02:02PM |
Registered: 10 years ago Posts: 5,734 |
Re: Tracking Axis movement with Rotary Encoders July 07, 2017 04:19PM |
Registered: 7 years ago Posts: 338 |
Re: Tracking Axis movement with Rotary Encoders August 04, 2017 06:03AM |
Registered: 8 years ago Posts: 383 |
Re: Tracking Axis movement with Rotary Encoders September 14, 2017 09:32AM |
Registered: 6 years ago Posts: 162 |