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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.TEE |SYNTAX= ?''<axis>''.TEE |AVAILABILITY= AMCS 4.5.x |DESCRIPTION= Activates the torque-error checking process. |TYPE= Integer |RANGE= 0…')
 
 
(13 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>''.TEE
+
<''axis''>.TEEn
 +
 
 +
<s>Prior to Version 4.7.14: <''axis''>.TEE</s>
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.TEE
+
?<''axis''>.TEEn
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.5.x
+
Since Version 4.5.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 28: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read only, Modal Only
+
*Read only
 +
*Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=
?A1.TEE
+
?A1.TEEn
 
 
See
 
 
 
Also                     <AXIS>.TORQUEERRORDISABLETYPE, <AXIS>.TORQUEFEEDBACK, <AXIS>.TORQUEFACTOR, <AXIS>.TORQUEADDCOMMAND, <AXIS>.TORQUEMAX, <AXIS>.TORQUEERRORSTOPTYPE, <AXIS>.TORQUEERRORFILTER, <AXIS>.TORQUEERRORMAX, <AXIS>.TORQUEERROR
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
|SEE ALSO=
 
|SEE ALSO=
 +
* [[Motion Dynamics]]
 +
* [[MC-Basic:axis.TORQUEERROR|axis.TORQUEERROR]]
  
 +
}}
  
}}
+
[[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