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

From SoftMC-Wiki
Jump to: navigation, search
(robot instead of element)
Line 4: Line 4:
 
|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]].

Revision as of 08:03, 9 October 2018

Language: [[::MC-Basic:robot.PAYLOADLX|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