Difference between revisions of "MC-Basic:axis.TORQUEERROR"

From SoftMC-Wiki
Jump to: navigation, search
Line 45: Line 45:
 
* [[Axystems:MC-Basic:axis.TORQUEERRORSTOPTYPE|axis.TORQUEERRORSTOPTYPE]]
 
* [[Axystems:MC-Basic:axis.TORQUEERRORSTOPTYPE|axis.TORQUEERRORSTOPTYPE]]
 
* [[MC-Basic:axis.TORQUEERRORFILTER|axis.TORQUEERRORFILTER]]
 
* [[MC-Basic:axis.TORQUEERRORFILTER|axis.TORQUEERRORFILTER]]
* [[Axystems:MC-Basic:axis.TORQUEERRORMAX|axis.TORQUEERRORMAX]]
+
* [[MC-Basic:axis.TORQUEERRORMAX|axis.TORQUEERRORMAX]]
  
 
}}
 
}}
  
 
[[Category:Axystems:Motion Dynamics|TORQUEERROR]]
 
[[Category:Axystems:Motion Dynamics|TORQUEERROR]]

Revision as of 08:48, 22 May 2014

Axis torque error value. The real-time (on-line) difference between TorqueAddCommand and TorqueFeedback.

If this value exceeds the TorqueErrorMax, the torque-error collision procedures (Stop and Disable) are activated according the user-defined setup in TorqueErrorStopType and TorqueErrorDisableType. A motion error is issued.

Short form

<axis>.TE

Syntax

?<axis>.TE

Availability

Since Version 4.5.x

Type

Double

Range

MinDouble to MaxDouble

Units

Torque

Scope

Configuration, Task or Terminal

Limitations

  • Read only
  • Modal Only

Examples

?A1.TE

See Also