Difference between revisions of "MC-Basic:element.PAYLOADMAX"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} {{MC-Basic |SHORT FORM= |SYNTAX= ''<element>''.PayloadMassMax = <''expression''> |AVAILABILITY= Since Version 4.20 |DESCRIPTION= The maximum allowed mass for ...")
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.PAYLOADMASSMAX}}
  
 
{{MC-Basic
 
{{MC-Basic
Line 36: Line 36:
 
* [[Motion Dynamics]]
 
* [[Motion Dynamics]]
 
* [[MC-Basic:element.PAYLOADMASS|robot.PAYLOADMASS]]
 
* [[MC-Basic:element.PAYLOADMASS|robot.PAYLOADMASS]]
* [[Control:Assist:PAYLOAD_MASS(MotionDevice)]]
 
  
 
}}
 
}}
  
 
[[Category:Motion Dynamics]]
 
[[Category:Motion Dynamics]]

Revision as of 08:27, 17 October 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>.PayloadMassMax = <expression>

Availability

Since Version 4.20

Type

Double

Units

kg

Default

0.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also