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

From SoftMC-Wiki
Jump to: navigation, search
m (Ron moved page MC-Basic:element.PAYLOADMASSRMASSG to MC-Basic:robot.PAYLOADMASSRMASSG: property for robot, not element)
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.PAYLOADMASSRMASSG}}
  
 
{{MC-Basic
 
{{MC-Basic
Line 36: Line 36:
 
* [[Motion Dynamics]]
 
* [[Motion Dynamics]]
 
* [[MC-Basic:element.PAYLOADMASS|element.PAYLOADMASS]]
 
* [[MC-Basic:element.PAYLOADMASS|element.PAYLOADMASS]]
* [[MC-Basic:robot.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
+
* [[MC-Basic:element.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
  
 
}}
 
}}
  
 
[[Category:Motion Dynamics]]
 
[[Category:Motion Dynamics]]

Revision as of 09:09, 9 October 2018

Language: English

Payload mass times the distance to the center of mass (C.M) distance in the tool's z direction times gravity - M*Lz*G

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

Syntax

<robot>.PayloadMassRMass = <expression>

Availability

Since Version 4.20

Type

Double

Units

Kg*m^2/sec^2

Default

0.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also