Difference between revisions of "MC-Basic:robot.PAYLOADLX"

From SoftMC-Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.PAYLOADLX}}
  
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<element>''.PayloadLx = <''expression''>
+
''<robot>''.PayloadLx = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Payload center of mass (C.M) distance of an element in the tool's x direction.
+
Payload center of mass (C.M) distance of a robot in the tool's x direction.
  
 
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]].
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]]

Latest revision as of 09:09, 9 October 2018

Language: English

Payload center of mass (C.M) distance of a robot in the tool's x direction.

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

Syntax

<robot>.PayloadLx = <expression>

Availability

Since Version 4.20

Type

Double

Units

meters

Default

0.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also