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...") |
|||
Line 29: | Line 29: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | ''A1''.GearInertia= | + | ''A1''.GearInertia= 0.0015 |
|SEE ALSO= | |SEE ALSO= | ||
}} | }} |
Revision as of 08:53, 28 May 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
- Rotary axis: Kg*m2
- Linear axis: Kg
Scope
Task or Terminal
Examples
A1.GearInertia= 0.0015