Difference between revisions of "MC-Basic:element.PAYLOADMASS/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} {{MC-Basic |SHORT FORM= |SYNTAX= ''<element>''.PayloadMass = <''expression''> |AVAILABILITY= Since Version 4.7.14 |DESCRIPTION= Payload mass of a element. Th...")
 
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
 +
== 缩写 ==
  
{{MC-Basic
+
== 格式 ==
|SHORT FORM=
 
|SYNTAX=
 
 
''<element>''.PayloadMass = <''expression''>
 
''<element>''.PayloadMass = <''expression''>
  
|AVAILABILITY=
+
== 适用版本 ==
Since Version 4.7.14
+
从版本4.7.14起
  
|DESCRIPTION=
+
== 描述 ==
Payload mass of a element.
+
元素的有效载荷质量。
  
This value is considered during the computation of joint torques by the [[MC-Basic:element.DYNAMICMODEL|dynamic model]].
+
在通过[[MC-Basic:element.DYNAMICMODEL|dynamic model]]计算关节扭矩时考虑该值。
  
|TYPE=
+
== 类型 ==
 
Double
 
Double
  
|RANGE=
+
== 取值范围 ==
  
|UNITS=
+
== 单位 ==
 
kg
 
kg
  
|DEFAULT=
+
== 默认 ==
 
0.0
 
0.0
  
|SCOPE=
+
== 使用范围 ==
 
Task and Terminal
 
Task and Terminal
  
|LIMITATIONS=
+
== 限制 ==
 
* Read/Write
 
* Read/Write
 
* Modal only
 
* Modal only
  
|EXAMPLE=
+
== 例子 ==
|SEE ALSO=
+
 
 +
== 参考 ==
 
* [[Motion Dynamics]]
 
* [[Motion Dynamics]]
 
* [[MC-Basic:robot.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
 
* [[MC-Basic:robot.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
 
* [[Control:Assist:PAYLOAD_MASS(MotionDevice)]]
 
* [[Control:Assist:PAYLOAD_MASS(MotionDevice)]]
 
}}
 
  
 
[[Category:Motion Dynamics]]
 
[[Category:Motion Dynamics]]

Revision as of 02:10, 27 October 2017

语言: [[::MC-Basic:element.PAYLOADMASS|English]]  • [[::MC-Basic:element.PAYLOADMASS/zh-hans|中文(简体)‎]]

缩写

格式

<element>.PayloadMass = <expression>

适用版本

从版本4.7.14起

描述

元素的有效载荷质量。

在通过dynamic model计算关节扭矩时考虑该值。

类型

Double

取值范围

单位

kg

默认

0.0

使用范围

Task and Terminal

限制

  • Read/Write
  • Modal only

例子

参考