Difference between revisions of "AXY:MC-Basic:robot.PAYLOADMASS"
m (Itay moved page MC-Basic:robot.PAYLOADMASS to AXY:MC-Basic:robot.PAYLOADMASS) |
|||
(15 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:robot.PAYLOADMASS}} | ||
+ | |||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
|SYNTAX= | |SYNTAX= | ||
− | ''<robot>''.PayloadMass = '' | + | ''<robot>''.PayloadMass = <''expression''> |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.7.14 | |
|DESCRIPTION= | |DESCRIPTION= | ||
Payload mass of a robot. | Payload mass of a robot. | ||
+ | |||
+ | This value is considered during the computation of joint torques by the [[MC-Basic:group.DYNAMICMODEL|dynamic model]]. | ||
|TYPE= | |TYPE= | ||
Line 16: | Line 20: | ||
|UNITS= | |UNITS= | ||
− | + | <math>kg</math> | |
|DEFAULT= | |DEFAULT= | ||
Line 25: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
+ | * Read/Write | ||
+ | * Modal only | ||
+ | |||
|EXAMPLE= | |EXAMPLE= | ||
|SEE ALSO= | |SEE ALSO= | ||
+ | * [[Motion Dynamics]] | ||
+ | * [[MC-Basic:axis.PAYLOADMASS|axis.PAYLOADMASS]] | ||
+ | * [[MC-Basic:robot.PAYLOADINERTIA|robot.PAYLOADINERTIA]] | ||
+ | * [[Control:Assist:PAYLOAD_MASS(MotionDevice)]] | ||
+ | |||
}} | }} | ||
− | [[Category: | + | [[Category:Motion Dynamics]] |
+ | --> |