MC-Basic:element.TORQUEGEARCOMMAND

From SoftMC-Wiki
Jump to: navigation, search
Language: English

This property returns the calculated torque acting on the gearbox output shaft, subtracting the friction torque and rotor inertia torque reflected to the gearbox output shaft. The calculation is based on the dynamic model used to calculate the additive torque command.

Mathematically, this property is given by:

where is the rotor inertia reflected to the gearbox output shaft, is the rotor inertia relative to the rotor's rotation axis, and is the gearbox gear ratio.

Short form

<element>.Tgcmd

Syntax

?<element>.TorqueGearCommand

Availability

0.4.20.4

Type

Double

Range

± MaxDouble

Units

User axis torque units, as given by <axis>.TORQUEFACTOR.

Scope

Task or Terminal

Limitations

Read only

Examples

Axis
?A1.Tgcmd

Group
?G1.Tgcmd

Robot
?R1.Tgcmd

See Also