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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.TORQUEERRORDISABLETYPE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 41: Line 42:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[Motion Dynamics]]
 
* [[Motion Dynamics]]
* [[MC-Basic:axis.TORQUEFEEDBACK|axis.TORQUEFEEDBACK]]
+
* [[MC-Basic:element.TORQUEFEEDBACK|TORQUEFEEDBACK]]
 
* [[MC-Basic:axis.TORQUEFACTOR|axis.TORQUEFACTOR]]
 
* [[MC-Basic:axis.TORQUEFACTOR|axis.TORQUEFACTOR]]
 
* [[MC-Basic:axis.TORQUEADDCOMMAND|axis.TORQUEADDCOMMAND]]
 
* [[MC-Basic:axis.TORQUEADDCOMMAND|axis.TORQUEADDCOMMAND]]
Line 54: Line 55:
  
  
[[Category:Axystems:Motion Dynamics|TORQUEERRORDISABLETYPE]]
+
[[Category:Motion Dynamics|TORQUEERRORDISABLETYPE]]

Latest revision as of 12:56, 13 September 2017

Language: English  • 中文(简体)‎

Defines the torque-error collision procedure. If the TE > TEMAX axis is disabled after it is stopped by the stop profile defined by TorqueErrorStopType, according to values of TorqueErrorDisableType:

0 normal

1 high-power

2 TBD

Short form

<axis>.TorqueErrorDisableType

Syntax

?<axis>. TorqueErrorDisableType

Availability

Since Version 4.5.x

Type

Integer

Range

0 to 2

Default

0

Scope

Configuration, Task or Terminal

Limitations

Read/Write only, Modal Only

Examples

?A1.TorqueErrroDisableType

See Also