Difference between revisions of "MC-Basic:axis.PAYLOADINERTIA"

From SoftMC-Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{MC-Basic
+
{{Languages|MC-Basic:axis.PAYLOADINERTIA}}
|SHORT FORM=
+
== 缩写 ==
|SYNTAX=
+
 
 +
== 格式 ==
 
''<''axis''>''.PayloadInertia = ''<expression>''
 
''<''axis''>''.PayloadInertia = ''<expression>''
  
|AVAILABILITY=
+
== 可用版本 ==
Since Version 4.7.14
+
从版本4.7.14起
 
 
|DESCRIPTION=
 
Payload inertia of the mass of an axis.
 
  
This value is considered during the computation of joint torques by the [[MC-Basic:axis.DYNAMICMODEL|dynamic model]].
+
== 描述 ==
 +
轴的质量有效载荷惯量。
 +
[[MC-Basic:.DYNAMICMODEL|dynamic model]]计算关节扭矩期间考虑该值。
  
|TYPE=
+
== 类型 ==
 
Double
 
Double
  
|RANGE=
+
== 取值范围 ==
  
|UNITS=
+
== 单位 ==
 
kg/cdot m<sup>2</sup>
 
kg/cdot m<sup>2</sup>
  
|DEFAULT=
+
== 默认 ==
 
0.0
 
0.0
  
|SCOPE=
+
== 使用范围 ==
 
Task and Terminal
 
Task and Terminal
  
|LIMITATIONS=
+
== 限制 ==
* Read/Write
+
* /
* Modal only
+
* 仅模态
 +
 
 +
== 例子 ==
  
|EXAMPLE=
+
== 参见 ==
|SEE ALSO=
+
* [[Motion Dynamics]]
* [[Axystems:Motion Dynamics]]
+
* [[MC-Basic:element.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
* [[Axystems:MC-Basic:robot.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
+
* [[MC-Basic:element.PAYLOADMASS|PAYLOADMASS]]
* [[MC-Basic:axis.PAYLOADMASS|axis.PAYLOADMASS]]
 
 
* [[Control:Assist:PAYLOAD_MASS(MotionDevice)]]
 
* [[Control:Assist:PAYLOAD_MASS(MotionDevice)]]
  
}}
+
[[Category:Motion Dynamics]]
 
 
[[Category:Axystems:Motion Dynamics]]
 

Latest revision as of 09:09, 9 October 2018

Language: English

缩写

格式

<axis>.PayloadInertia = <expression>

可用版本

从版本4.7.14起

描述

轴的质量有效载荷惯量。 在 dynamic model计算关节扭矩期间考虑该值。

类型

Double

取值范围

单位

kg/cdot m2

默认

0.0

使用范围

Task and Terminal

限制

  • 读/写
  • 仅模态

例子

参见