|
libximc
2.14.17
|
Gear setings. More...
Data Fields | |
| float | ReductionIn |
| Input reduction coefficient. | |
| float | ReductionOut |
| Output reduction coefficient. | |
| float | RatedInputTorque |
| Max continuous torque (N m). | |
| float | RatedInputSpeed |
| Max speed on the input shaft (rpm). | |
| float | MaxOutputBacklash |
| Output backlash of the reduction gear(degree). | |
| float | InputInertia |
| Equivalent input gear inertia (g cm2). | |
| float | Efficiency |
| Reduction gear efficiency (%). | |
Gear setings.
| float Efficiency |
Reduction gear efficiency (%).
Data type: float.
| float InputInertia |
Equivalent input gear inertia (g cm2).
Data type: float.
| float MaxOutputBacklash |
Output backlash of the reduction gear(degree).
Data type: float.
| float RatedInputSpeed |
Max speed on the input shaft (rpm).
Data type: float.
| float RatedInputTorque |
Max continuous torque (N m).
Data type: float.
| float ReductionIn |
Input reduction coefficient.
(Output = (ReductionOut / ReductionIn) * Input) Data type: float.
| float ReductionOut |
Output reduction coefficient.
(Output = (ReductionOut / ReductionIn) * Input) Data type: float.
1.8.2