Difference between revisions of "MC-Basic:element.PAYLOADMAX"
(Created page with "{{Languages}} {{MC-Basic |SHORT FORM= |SYNTAX= ''<element>''.PayloadMassMax = <''expression''> |AVAILABILITY= Since Version 4.20 |DESCRIPTION= The maximum allowed mass for ...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:element.PAYLOADMAX}} |
− | |||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
|SYNTAX= | |SYNTAX= | ||
− | ''<element>''. | + | ''<element>''.PayloadMax = <''expression''> |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 23: | Line 22: | ||
|DEFAULT= | |DEFAULT= | ||
− | + | 100.0 | |
|SCOPE= | |SCOPE= | ||
Line 36: | Line 35: | ||
* [[Motion Dynamics]] | * [[Motion Dynamics]] | ||
* [[MC-Basic:element.PAYLOADMASS|robot.PAYLOADMASS]] | * [[MC-Basic:element.PAYLOADMASS|robot.PAYLOADMASS]] | ||
− | |||
}} | }} | ||
[[Category:Motion Dynamics]] | [[Category:Motion Dynamics]] |
Latest revision as of 08:28, 19 November 2018
Language: | English |
---|
The maximum allowed mass for the payload of the element.
If paylodMass property is set to a larger value, an error is thrown.
Syntax
<element>.PayloadMax = <expression>
Availability
Since Version 4.20
Type
Double
Units
kg
Default
100.0
Scope
Task and Terminal
Limitations
- Read/Write
- Modal only