Difference between revisions of "AXY:MC-Basic:group.DYNAMICMODEL"

From SoftMC-Wiki
Jump to: navigation, search
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{MC-Basic
+
<!-- {{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<robot>''.DynamicModel = ''<expression>''
+
<''group''>.DynamicModel = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.7.10
+
Since Version 4.7.14
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Dynamic model of a robot.
+
Dynamic model of a group.
  
 
The dynamic model calculates needed torques/forces for each joint of a robot during a commanded motion.
 
The dynamic model calculates needed torques/forces for each joint of a robot during a commanded motion.
 
The torques are then sent to the drives as "additional torque command" (torque feed forward), which helps to improve the motion performance.
 
The torques are then sent to the drives as "additional torque command" (torque feed forward), which helps to improve the motion performance.
 +
 +
Possible values:
 +
;0
 +
: No dynamic model. All dynamic computation during group motion for this group are disabled.
 +
;-1
 +
: Dynamic computations during group motions are based on the dynamic models of its axes.
 +
: In this case dynamic models must be enabled and parametrized for each axis separately.
 +
: During group/robot motions, the group payload ([[MC-Basic:robot.PAYLOADINERTIA|robot.PAYLOADINERTIA]] and [[MC-Basic:robot.PAYLOADMASS|robot.PAYLOADMASS]]) is used (instead of axes payloads). Other group dynamic parameters are ignored.
 +
;1 ..
 +
: See [[Dynamic Models]] for a list of available robot models.
 +
: Model dependent parameters are expected to be set in [[MC-Basic:robot.DYNAMICPARAMETER]].
  
 
|TYPE=
 
|TYPE=
Line 17: Line 28:
  
 
|RANGE=
 
|RANGE=
* 0 - No dynamic model
+
-1, 0, 1 .. 15
 
 
Available dynamic models for robots:
 
<table border="1" cellpadding="5">
 
<tr>
 
<th>DynamicModel</th>
 
<th>1</th>
 
</tr>
 
 
 
<tr>
 
<th>TraverseArm</th>
 
<td>torque feed forward</td>
 
</tr>
 
 
 
<tr>
 
<th>Delta</th>
 
<td>torque feed forward</td>
 
</tr>
 
</table>
 
  
 
|UNITS=
 
|UNITS=
Line 45: Line 38:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
* R/W
+
* Read/Write
 
* Modal only
 
* Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
* [[Control:Assist:DYNAMIC_MODEL(Group)]]
+
* [[Motion Dynamics]]
 +
* [[MC-Basic:robot.DYNAMICPARAMETER|robot.DYNAMICPARAMETER]]
 +
* [[MC-Basic:axis.DYNAMICMODEL|axis.DYNAMICMODEL]]
 +
* [[Dynamic Models|Dynamic Models]]
  
 
}}
 
}}
  
[[Category:AXY:IDM properties]]
+
[[Category:Motion Dynamics]]
 +
-->

Latest revision as of 06:33, 14 August 2017