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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (corrected see also)
Line 63: Line 63:
 
* [[Axystems:MC-Basic:axis.TORQUEADDCOMMAND|axis.TORQUEADDCOMMAND]]
 
* [[Axystems:MC-Basic:axis.TORQUEADDCOMMAND|axis.TORQUEADDCOMMAND]]
 
* [[Axystems:MC-Basic:axis.TORQUEMAX|axis.TORQUEMAX]]
 
* [[Axystems:MC-Basic:axis.TORQUEMAX|axis.TORQUEMAX]]
* [[Axystems:MC-Basic:axis.TORQUEERRORSTOPTYPE|axis.TORQUEERRORSTOPTYPE]]
 
 
* [[Axystems:MC-Basic:axis.TORQUEERRORFILTER|axis.TORQUEERRORFILTER]]
 
* [[Axystems:MC-Basic:axis.TORQUEERRORFILTER|axis.TORQUEERRORFILTER]]
 
* [[Axystems:MC-Basic:axis.TORQUEERRORMAX|axis.TORQUEERRORMAX]]
 
* [[Axystems:MC-Basic:axis.TORQUEERRORMAX|axis.TORQUEERRORMAX]]

Revision as of 10:19, 8 January 2011

Defines the torque-error collision procedure. If the TE > TEMAX stopping of the axis is done according to:

1 (IMMEDIATE): Using maximum deceleration.

2 (ONPATH): Using maximum deceleration, on the path of the motion. For a single axis, the IMMEDIATE and ONPATH stop types are the same.

3 (ENDMOTION): No Stop profile immediately disabling the axis.

4 (ABORT): Same as ONPATH.

5 (DecStopOnPath ) - the stopping profile uses the DecStop value.


In cases of TorqueErrorStopType IMMEDIATE(1), ONPATH(2), ABORT(4) and DecStopOnPath(5) axis is disabled only if the condition  TE > TEMAX is true also after the end of stopping profile.

In case of TorqueErrorStopType equals ENDOFMOTION(3) axis is disabled always and immediately when the condition TE > TEMAX is detected.


In both cases disable is done according values of TorqueErrorDisableType.

Short form

<axis>.TorqueErrorStopType

Syntax

?<axis>. TorqueErrorStopType

Availability

AMCS 4.5.x

Type

Integer

Range

0 to 5

Default

3 (ENDMOTION)

Scope

Configuration, Task or Terminal

Limitations

Read/Write only, Modal Only

Examples

?A1.TorqueErrroStopType

See Also