MC-Basic:element.TORQUEGEARCOMMAND

From SoftMC-Wiki
Revision as of 08:13, 28 May 2020 by Hallel (talk | contribs) (Created page with "{{Languages|MC-Basic:element.TORQUEGEARCOMMAND}} {{MC-Basic |SHORT FORM= ''<''element''>.''Tgcmd |SYNTAX= ?''<''element''>.''TorqueGearCommand |AVAILABILITY= 0.4.20.4 |DES...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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