Difference between revisions of "Dynamic Models"

From SoftMC-Wiki
Jump to: navigation, search
Line 16: Line 16:
 
|Total moment of inertia around the rotation axis of the moved part
 
|Total moment of inertia around the rotation axis of the moved part
 
|}
 
|}
 +
;Model equation
 +
: <math>T = (I + I_{payload}) \cdot acc</math>
  
 
<br style="clear: both" />
 
<br style="clear: both" />
Line 33: Line 35:
 
|Square of length of crank arm (axis to payload)
 
|Square of length of crank arm (axis to payload)
 
|}
 
|}
 +
;Model equation
 +
: <math>T = (I + I_{payload} + L^2 \cdot M_{payload}) \cdot acc</math>
  
 
<br style="clear: both" />
 
<br style="clear: both" />
Line 58: Line 62:
 
|Gravity * Distance to Payload
 
|Gravity * Distance to Payload
 
|}
 
|}
 +
;Model equation
 +
: <math>T = (I + I_{payload} + L^2 \cdot M_{payload}) \cdot acc - (M \cdot g \cdot A + M_{payload} \cdot g \cdot L) \cdot \sin(pos)</math>
  
 
== Linear Axes ==
 
== Linear Axes ==
Line 72: Line 78:
 
|Total mass of the moved part.
 
|Total mass of the moved part.
 
|}
 
|}
 +
;Model equation
 +
: <math>T = (M + M_{payload}) \cdot acc</math>
  
 
<br style="clear: both" />
 
<br style="clear: both" />
Line 93: Line 101:
 
|Gravity coefficient used to consider payload mass. ('''g = 9.80665''')
 
|Gravity coefficient used to consider payload mass. ('''g = 9.80665''')
 
|}
 
|}
 +
;Model equation
 +
: <math>T = (M + M_{payload}) \cdot acc + M \cdot g \cdot \cos(\alpha) + M_{payload} \cdot g \cdot \cos(\alpha)</math>
  
  

Revision as of 13:33, 31 October 2012

This page gives an overview over all implemented dynamic models.

General considerations

  • Friction is handled on axis basis. The parameters for friction are set for each axis separately.

Rotational Axes

Dynamic Model 1 - simple rotary axis

Number Parameter Comments
1 Total moment of inertia around the rotation axis of the moved part
Model equation


Dynamic Model 2 - horizontal crank-arm axis

Horizontal crank-arm axis
Number Parameter Comments
1 Total moment of inertia around the rotation axis of the moved part
2 Square of length of crank arm (axis to payload)
Model equation


Dynamic Model 3 - vertical crank-arm axis

Vertical crank-arm axis
Number Parameter Comments
1 Total moment of inertia around the rotation axis of the moved part
2 Square of length of crank arm (axis to payload)
3 Mass (without payload) * Gravity * Distance to center of mass
4 Gravity * Distance to Payload
Model equation

Linear Axes

Dynamic Model 1 - horizontal axis

Horizontal linear axis
Number Parameter Comments
1 Total mass of the moved part.
Model equation


Dynamic Model 2 - vertical or tilted axis

Vertical linear axis
Number Parameter Comments
1 Total mass of the moved part.
2 Constant force due to gravity.
3 Gravity coefficient used to consider payload mass. (g = 9.80665)
Model equation


Traverse Arm Robots

Dynamic Model 1

Traverse Arm robot
Number Parameter Comments
1
2
3
4
5
6
7


Scara Robots

Dynamic Model 1

Number Parameter Comments
1
2
3
4
5
6
7
8


Delta Robots

Dynamic Model 1

Delta robot
Number Parameter Comments
1
2
3
4
5
6
7
8
9
10
11
12
13
14