Difference between revisions of "MC-Basic:element.PAYLOADMASSRMSQ IXX"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{Languages|MC-Basic:element.PAYLOADMASSRMASSSQIXX}}
+
{{Languages|MC-Basic:element.PAYLOADMASSRMASSSQIXX}}  
 
 
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<element>''.PayloadMassRMassSqIxx = <''expression''>
+
''<element>''.PayloadMassRmSq_Ixx = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 9:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Payload mass times the distance to the center of mass (C.M) distance in the tool's z direction squared plus the Inertia of the payload in the tool's x direction - M*Lz^2 + Ixx
+
Payload mass times the distance to the center of mass (C.M) distance in the tool's z direction squared plus the Inertia of the payload in the tool's x direction - M*Lz^2 + Ixx
  
 
This value is considered during the computation of joint torques by the [[MC-Basic:element.DYNAMICMODEL|dynamic model]].
 
This value is considered during the computation of joint torques by the [[MC-Basic:element.DYNAMICMODEL|dynamic model]].

Latest revision as of 14:41, 23 December 2025

Language: English

Payload mass times the distance to the center of mass (C.M) distance in the tool's z direction squared plus the Inertia of the payload in the tool's x direction - M*Lz^2 + Ixx

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

Syntax

<element>.PayloadMassRmSq_Ixx = <expression>

Availability

Since Version 4.20

Type

Double

Units

Kg*m^2

Default

0.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also