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

From SoftMC-Wiki
Jump to: navigation, search
(corrected see also)
(AXY: new links)
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.TORQUEERROR}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.TE
+
<''axis''>.TE
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.TE
+
?<''axis''>.TE
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.5.x
+
Since Version 4.5.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Axis torque error value, the real-time (on-line) difference between TorqueAddCommand and TorqueFeedback, if this value exceedes the TorqueErrorMax the torque-error collision procedures (stop & disable) are activated according the user-defined setup in TorqueErrorStopType and TorqueErrorDisableType. Also a motion error is trown.
+
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.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 19:
  
 
|RANGE=
 
|RANGE=
MINDouble to MAXDouble
+
MinDouble to MaxDouble
  
 
|UNITS=
 
|UNITS=
Line 28: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read only, Modal Only
+
*Read only
 +
*Modal Only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.TORQUEERRORDISABLETYPE|TORQUEERRORDISABLETYPE]]
+
* [[Motion Dynamics]]
* [[Axystems:MC-Basic:axis.TORQUEFEEDBACK|TORQUEFEEDBACK]]
+
* [[MC-Basic:axis.TORQUEERRORDISABLETYPE|axis.TORQUEERRORDISABLETYPE]]
* [[Axystems:MC-Basic:axis.TORQUEFACTOR|TORQUEFACTOR]]
+
* [[MC-Basic:element.TORQUEFEEDBACK|TORQUEFEEDBACK]]
* [[Axystems:MC-Basic:axis.TORQUEADDCOMMAND|TORQUEADDCOMMAND]]
+
* [[MC-Basic:axis.TORQUEFACTOR|axis.TORQUEFACTOR]]
* [[Axystems:MC-Basic:axis.TORQUEMAX|TORQUEMAX]]
+
* [[MC-Basic:axis.TORQUEADDCOMMAND|axis.TORQUEADDCOMMAND]]
* [[Axystems:MC-Basic:axis.TORQUEERRORSTOPTYPE|TORQUEERRORSTOPTYPE]]
+
* [[MC-Basic:axis.TorqueMax|axis.TORQUEMAX]]
* [[Axystems:MC-Basic:axis.TORQUEERRORFILTER|TORQUEERRORFILTER]]
+
* [[MC-Basic:axis.TORQUEERRORSTOPTYPE|axis.TORQUEERRORSTOPTYPE]]
* [[Axystems:MC-Basic:axis.TORQUEERRORMAX|TORQUEERRORMAX]]
+
* [[MC-Basic:axis.TORQUEERRORFILTER|axis.TORQUEERRORFILTER]]
 +
* [[MC-Basic:axis.TORQUEERRORMAX|axis.TORQUEERRORMAX]]
  
 +
}}
  
}}
+
[[Category:Motion Dynamics|TORQUEERROR]]

Latest revision as of 12:55, 13 September 2017

Language: English  • 中文(简体)‎

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