MC-Basic:TORQUE

From SoftMC-Wiki
Revision as of 11:05, 16 November 2011 by Miborich (talk | contribs)
Jump to: navigation, search

Axystems:Template:Temporary-Specification

  • if executed in a mode different than TORQUEMODE a note will be thrown, but the command will be executed as usual
  • Interpolates torque command (TCMD) value from its initial value to the given torque value. The interpolation is done using the value of min(TorqueChangeRate,TorqueChangeRateMax) value as a rate of TCMD value change. No additional smoothing is done.
  • The torque interpolation is done using same mechanisms as motion interpolation. Depending on the value of <axis>.StartType the interpolation will start after the previous torque command was given or immediately (same rules as move command).The value of inpos for the starttype will be ignored and GCOMP will be used instead.
  • During it's execution value of isMoving will be nonzero. Values of axis PCMD , VCMD , ACCELCOMMAND are not affected.

Short form

Torque

Syntax

Torque <axis> <Torque Value> {TorqueChnageRate=

Availability

from 4.9.0

Examples

Torque Ax1 trq StartType=Immediate

See Also