Delta Platform for Milling? August 25, 2012 09:56AM |
Registered: 13 years ago Posts: 16 |
Re: Delta Platform for Milling? August 25, 2012 01:07PM |
Registered: 12 years ago Posts: 939 |
Re: Delta Platform for Milling? September 04, 2012 11:48PM |
Registered: 12 years ago Posts: 253 |
Re: Delta Platform for Milling? September 05, 2012 07:41AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Delta Platform for Milling? September 07, 2012 05:37PM |
Registered: 16 years ago Posts: 401 |
Re: Delta Platform for Milling? September 08, 2012 01:00AM |
Registered: 14 years ago Posts: 39 |
Re: Delta Platform for Milling? September 10, 2012 02:57PM |
Registered: 16 years ago Posts: 401 |
Re: Delta Platform for Milling? September 10, 2012 03:44PM |
Registered: 12 years ago Posts: 939 |
Re: Delta Platform for Milling? September 10, 2012 07:44PM |
Registered: 16 years ago Posts: 401 |
Re: Delta Platform for Milling? September 13, 2012 09:52AM |
Registered: 14 years ago Posts: 39 |
Quote
Maybe overconstrained is the wrong word. I'm not trying to say that both don't have the same number of degrees of freedom--they do. That's not the problem, it's that the coordinate space is not surjective. That is: not every point in the 6-D control space maps onto a point in the 6-D physical space.
Re: Delta Platform for Milling? September 13, 2012 05:09PM |
Registered: 16 years ago Posts: 401 |
I don't know the math required to work out a homing algorithm that will work for all starting points within the coordinate space without some kind of feedback on the force. Maybe use skipped steps to find binding cases?Quote
ledvinap
This is true, but it should not be big problem. You only need to know some approximation of current position (just knowing that current configuration is in working space is enough with some robot configurations) and then you can at least plan homing movements.
Granted, but I don't think 6-DOF delta bots are one of these cases. The even/odd extension/retraction case will always be problematic.Quote
ledvinap
For some configurations there may be entire control space without singularity/surjective (arms so short that maximum delta can't be exceeded in your example).
I'm not convinced of this. If you have a very off-centred platform and you home by moving all axes up at the same time, everything will be fine until the first carriage hits an endstop. Then, the speed of each carriage must follow a cosine speed curve to prevent binding. Again, maybe skipped step detection is the way to do this.Quote
ledvinap
With vertical parallel arms this is event simpler - you can home all actuators in parallel (orientation and position in physical space changes only in Z) and stop actuators that hit limit. You end up with homed robot in topmost position.
Quote
ledvinap
BTW: 3-dof case with long enough control rails is not surjective - two cariages can get so far from each other then links are too short.
Re: Delta Platform for Milling? October 02, 2012 12:48AM |
Registered: 12 years ago Posts: 2 |