Difference between revisions of "MC-Basic:TORQUE"
m (moved AXY:MC-Basic:axis.DIGITALTORQUE to AXY:MC-Basic:axis.TORQUE: The name DigitalTorque was from SAC application where there ware both Analog and Digital torque modes. Here there is only one therefore the name change.) |
|||
Line 1: | Line 1: | ||
{{Out-of-date}} | {{Out-of-date}} | ||
{{MC-Basic | {{MC-Basic | ||
− | |SHORT FORM= | + | |SHORT FORM= Torque |
|SYNTAX= | |SYNTAX= | ||
− | < | + | Torque <axis> <''Torque Value''> {TorqueChnageRate=<time>} {StartType = Generator-Completed, Immediate, Super-Immediate} |
− | |AVAILABILITY= | + | |AVAILABILITY= from 4.9.0 |
|DESCRIPTION= | |DESCRIPTION= | ||
− | + | ||
− | + | Interpolates torque command (TCMD) value from its initial value to the given torque value. The interpolation is done in "Constant Velocity"-like profile. Means no smoothing of values and using the given TimeToTOrque in ms as a time of interpolation duration. 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. | |
− | |||
− | |||
− | |||
− | |||
|TYPE= | |TYPE= | ||
− | |RANGE= | + | |RANGE= |
|UNITS= | |UNITS= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|DEFAULT= | |DEFAULT= | ||
|SCOPE= | |SCOPE= | ||
− | |LIMITATIONS= | + | |LIMITATIONS= Works only in Torque Operation Mode (TORQUEMODE). |
− | |EXAMPLE= | + | |EXAMPLE= Torque Ax1 trq ''StartType=Immediate'' |
|SEE ALSO= | |SEE ALSO= | ||
* [[AXY:MC-Basic:axis.OPMODE|OPMODE]] | * [[AXY:MC-Basic:axis.OPMODE|OPMODE]] |
Revision as of 08:29, 8 November 2011
IMPORTANT | |
This entry is outdated and requires revision. |
Interpolates torque command (TCMD) value from its initial value to the given torque value. The interpolation is done in "Constant Velocity"-like profile. Means no smoothing of values and using the given TimeToTOrque in ms as a time of interpolation duration. 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.
Short form
Torque
Syntax
Torque <axis> <Torque Value> {TorqueChnageRate=
Availability
from 4.9.0
Limitations
Works only in Torque Operation Mode (TORQUEMODE).
Examples
Torque Ax1 trq StartType=Immediate
See Also