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

From SoftMC-Wiki
Jump to: navigation, search
m (changed Tee to TeEn)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.TORQUEERRORENABLE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.TEEn
+
<''axis''>.TEEn
  
Before AMCS 4.7.14:  
+
<s>Prior to Version 4.7.14: <''axis''>.TEE</s>
''<axis>''.TEE
 
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.TEEn
+
?<''axis''>.TEEn
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.5.x
+
Since Version 4.5.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 31: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read only, Modal Only
+
*Read only
 +
*Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=
<pre>
 
 
?A1.TEEn
 
?A1.TEEn
</pre>
 
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:Motion Dynamics]]
+
* [[Motion Dynamics]]
* [[Axystems:MC-Basic:axis.TORQUEERROR|axis.TORQUEERROR]]
+
* [[MC-Basic:axis.TORQUEERROR|axis.TORQUEERROR]]
  
 
}}
 
}}
  
[[Category:Axystems:Motion Dynamics|TORQUEERRORENABLE]]
+
[[Category:Motion Dynamics|TORQUEERRORENABLE]]

Latest revision as of 08:13, 21 April 2017

Language: English  • 中文(简体)‎

Activates the torque-error checking process.

Short form

<axis>.TEEn

Prior to Version 4.7.14: <axis>.TEE

Syntax

?<axis>.TEEn

Availability

Since Version 4.5.x

Type

Integer

Range

0 or 1

Default

0

Scope

Configuration, Task or Terminal

Limitations

  • Read only
  • Modal only

Examples

?A1.TEEn

See Also