motors_init
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| motors_init [2019/08/06 11:07] – created visentin | motors_init [2021/06/11 16:19] (current) – [Mechanical Limits of the Axis Motors - Upper limit] ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Initialization - Zero reference ====== | ====== Initialization - Zero reference ====== | ||
| - | The '' | + | During homing | 
| Line 6: | Line 6: | ||
| - | |{{: | + | |{{:delta:software: | 
| |Upper limit calculation shown below| Upper limit calculation detail | | |Upper limit calculation shown below| Upper limit calculation detail | | ||
| - | L = 17.5 \\ | + | The mechanical dimensions are given by L = 0.0175m, | 
| - | B = 15 \\ | + | |
| - | s = 4 \\ | + | (1) tan(β) = sin(β) / cos(β) = (B - y) / L | 
| + | (2) cos(β) = s / y | ||
| + | |||
| + | Substitute (2) into (1) to get: | ||
| + | (3) L * sin(β) - B * cos(β) | ||
| - | The upper limit can be calculated as follows: | ||
| - | \\ \\ | ||
| - | //(1) tan(β) = sin(β)/ | ||
| - | //(2) cos(β) = s/y// \\ | ||
| - | \\ | ||
| - | Substitute (2) into (1) to get: \\ | ||
| - | \\ | ||
| - | //(3) L*sin(β)-B*cos(β)=-s// | ||
| - | \\ | ||
| Using following trigonometric formulas in (3): | Using following trigonometric formulas in (3): | ||
| - | \\ \\ | + |  | 
| - | //(4) t = tan(β/ | + | (5) sin(β) = 2 * t / (1 + t^2) | 
| - | //(5) sin(β) = 2*tan(β/2)/(1+tan^2(β/2) // \\ | + | (6) sin(β) = (1 - t^2 / (1 + t^2) | 
| - | //(6) sin(β) = (1-tan^2(β/2)/(1+tan^2(β/2) // \\ | + | |
| - | \\ | + | |
| Leads to: | Leads to: | ||
| - | \\ \\ | + |  | 
| - | //(7) (s+B)*t^2 + 2*L*t + (s-B) = 0// \\ | + | |
| - | \\ | + | |
| Solutions are: | Solutions are: | ||
| - | \\ | + |  | 
| - | // t1 = 0.2736 -> β = 30.6°// \\ | + | t2 = -2.1157 (neg. solution) | 
| - | // t2 = -2.1157 (neg. solution)// \\ | + | |
| - | \\ | + | |
| - | Hence, the maximum angle the axis can turn is // 90° + β ≅ 120°// | + | |
| - | \\ | + | |
| - | ==== Mechanical Limits of the Axis Motors - Lower limit ==== | + | Hence, | 
| - | {{: | + | ==== Mechanical Limits of the Axis Motors | 
| - | Lower limit of the Axis Motor measured on the Delta robot, γ is about 5°. | + | {{: | 
| - | ==== Mechanical Limits | + | For the lower limit of the Axis Motor the angle γ is measured to be about 5°. | 
| - | The TCP rotation is also limited by two metall pins. The maximum turn angle is calculated as follows: | + | |
| - | {{ : | + | |
| - | //sin(γ/2) = r/R//\\ | ||
| - | // | ||
| - | \\ | ||
| - | That is the value for one side. The other side is identical, so the maximum turn angle is\\ | ||
| - | \\ | ||
| - | //β = 2*PI - 2 * 0.06 = 6.16 (rad) ≅ 353°//. | ||
motors_init.1565082420.txt.gz · Last modified: 2019/08/06 11:07 by visentin
                
                