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

From SoftMC-Wiki
Jump to: navigation, search
(typo fix)
Line 1: Line 1:
{{Languages|MC-Basic:element.PAYLOADMASS}}
+
{{Languages|MC-Basic:element.PAYLOADMASS}}  
 
 
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 36: Line 35:
 
* [[Motion Dynamics]]
 
* [[Motion Dynamics]]
 
* [[MC-Basic:element.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
 
* [[MC-Basic:element.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
* [[Control:Assist:PAYLOAD_MASS(MotionDevice)]]
+
 
  
 
}}
 
}}
  
 
[[Category:Motion Dynamics]]
 
[[Category:Motion Dynamics]]

Revision as of 08:26, 19 November 2018

Language: English  • 中文(简体)‎

Payload mass of an element.

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

Syntax

<element>.PayloadMass = <expression>

Availability

Since Version 4.7.14

Type

Double

Units

kg

Default

0.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also