Difference between revisions of "MC-Basic:axis.GEARINERTIA"
(Created page with "{{Languages|MC-Basic:axis.GEARINERTIA}} {{MC-Basic |SHORT FORM= <''axis''>.grinertia |SYNTAX= <''axis''>.GearInertia= <''value''><br> ?<''axis''>.GearInertia |AVAILABILITY...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
|UNITS= | |UNITS= | ||
− | + | Kg*m<sup>2</sup> | |
− | |||
|SCOPE= | |SCOPE= | ||
Line 29: | Line 28: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | ''A1''.GearInertia= | + | ''A1''.GearInertia= 0.0015 |
|SEE ALSO= | |SEE ALSO= | ||
}} | }} |
Latest revision as of 13:31, 2 June 2020
Language: | English |
---|
This property returns the moment of inertia of the rotor and wave generator connected to the axis. This property is used to calculate TorqueGearCommand and TorqueGearFeedback.
Short form
<axis>.grinertia
Syntax
<axis>.GearInertia= <value>
?<axis>.GearInertia
Availability
0.4.20.4
Type
Double
Range
0 to MAXDouble
Units
Kg*m2
Scope
Task or Terminal
Examples
A1.GearInertia= 0.0015