Difference between revisions of "MC-Basic:element.PAYLOADINERTIA"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= ''<robot>''.PayloadInertia[''<dimension>''] = ''<expression>'' |AVAILABILITY= FW 4.8.x |DESCRIPTION= Payload inertia of a robot. |TYPE= *<dime…")
 
(property for element, not just robot)
 
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:element.PAYLOADINERTIA}}
 +
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<robot>''.PayloadInertia[''<dimension>''] = ''<expression>''
+
''<element>''.PayloadInertia = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
FW 4.8.x
+
Since Version 4.7.14
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Payload inertia of a robot.
+
Payload inertia of mass around the axis of the last joint.
 +
 
 +
This value is considered during the computation of joint torques by the [[MC-Basic:element.DYNAMICMODEL|dynamic model]].
  
 
|TYPE=
 
|TYPE=
*<dimension>: Long
+
Double
*<expression>: Double
 
  
 
|RANGE=
 
|RANGE=
;<dimension>
 
* 1 = Around X axis
 
* 2 = Around Y axis
 
* 3 = Around Z axis
 
  
 
|UNITS=
 
|UNITS=
Line 24: Line 23:
  
 
|DEFAULT=
 
|DEFAULT=
0.0 for all dimensions
+
0.0
  
 
|SCOPE=
 
|SCOPE=
 +
Task and Terminal
 +
 
|LIMITATIONS=
 
|LIMITATIONS=
 +
* Read/Write
 +
* Modal only
 +
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
 +
* [[Motion Dynamics]]
 +
* [[MC-Basic:axis.PAYLOADINERTIA|axis.PAYLOADINERTIA]]
 +
* [[MC-Basic:element.PAYLOADMASS|PAYLOADMASS]]
 +
* [[Control:Assist:PAYLOAD_INERTIA(MotionDevice)]]
 
}}
 
}}
  
[[Category:AXY:IDM properties]]
+
[[Category:Motion Dynamics]]

Latest revision as of 09:09, 9 October 2018

Language: English

Payload inertia of mass around the axis of the last joint.

This value is considered during the computation of joint torques by the dynamic model.

Syntax

<element>.PayloadInertia = <expression>

Availability

Since Version 4.7.14

Type

Double

Units

Default

0.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also