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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= ''<axis>''.PayloadInertia = ''<expression>'' |AVAILABILITY= FW 4.8.x |DESCRIPTION= Payload inertia of an axis. |TYPE= <expression>: Double |R…")
 
 
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{MC-Basic
+
{{Languages|MC-Basic:axis.PAYLOADINERTIA}}
|SHORT FORM=
+
== 缩写 ==
|SYNTAX=
 
''<axis>''.PayloadInertia = ''<expression>''
 
  
|AVAILABILITY=
+
== 格式 ==
FW 4.8.x
+
''<''axis''>''.PayloadInertia = ''<expression>''
  
|DESCRIPTION=
+
== 可用版本 ==
Payload inertia of an axis.
+
从版本4.7.14起
  
|TYPE=
+
== 描述 ==
<expression>: Double
+
轴的质量有效载荷惯量。
 +
在 [[MC-Basic:.DYNAMICMODEL|dynamic model]]计算关节扭矩期间考虑该值。
  
|RANGE=
+
== 类型 ==
 +
Double
  
 +
== 取值范围 ==
  
|UNITS=
+
== 单位 ==
<math>kg \cdot m^2</math>
+
kg/cdot m<sup>2</sup>
  
|DEFAULT=
+
== 默认 ==
 
0.0
 
0.0
  
|SCOPE=
+
== 使用范围 ==
|LIMITATIONS=
+
Task and Terminal
|EXAMPLE=
 
|SEE ALSO=
 
}}
 
  
[[Category:AXY:IDM properties]]
+
== 限制 ==
 +
* 读/写
 +
* 仅模态
 +
 
 +
== 例子 ==
 +
 
 +
== 参见 ==
 +
* [[Motion Dynamics]]
 +
* [[MC-Basic:element.PAYLOADINERTIA|robot.PAYLOADINERTIA]]
 +
* [[MC-Basic:element.PAYLOADMASS|PAYLOADMASS]]
 +
* [[Control:Assist:PAYLOAD_MASS(MotionDevice)]]
 +
 
 +
[[Category: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

限制

  • 读/写
  • 仅模态

例子

参见