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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Axis torque error threshold value, if the TorqueError value exceedes the TorqueErrorMax the torque-error collision procedures (stop & disable) are activated according the user-defined setup in TorqueErrorStopType and TorqueErrorDisableType.  
+
Axis torque error threshold value. If the TorqueError value exceeds the TorqueErrorMax, the torque-error collision procedures (Stop and Disable) are activated according the user-defined setup in TorqueErrorStopType and TorqueErrorDisableType.  
Also a motion error is trown.
+
A motion error is issued.
  
 
|TYPE=
 
|TYPE=
Line 29: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read/Write only, Modal Only
+
*Read/Write
 +
*Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=
<pre>
 
 
?A1.TEMAX
 
?A1.TEMAX
</pre>
 
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 12:29, 19 March 2014

Axis torque error threshold value. If the TorqueError 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>.TEMAX

Syntax

?<axis>.TEMAX

Availability

AMCS 4.5.x

Type

Double

Range

0 to MAXDouble

Units

Torque

Default

100000

Scope

Configuration, Task or Terminal

Limitations

  • Read/Write
  • Modal only

Examples

?A1.TEMAX

See Also