AXY:MC-Basic:axis.STOPTYPE

From SoftMC-Wiki
Revision as of 07:16, 17 March 2014 by Lisa (talk | contribs) (Text replace - "''<axis>''" to "<''axis''>")
Jump to: navigation, search

This property defines how the motion is stopped in response to the STOP command. The STOP type is used within a STOP command to override the permanent value for only that STOP command.

1 (IMMEDIATE): Immediate stop, using maximum deceleration.

2 (ONPATH): Immediate stop, using maximum deceleration ,on the path of the motion. This is useful for stopping group motion so all axes remain on the original path of travel during the stop. For a single axis, the IMMEDIATE and ONPATH stop types are the same.

3 (ENDMOTION): Stop at the end of the current motion command.

4 (ABORT): Stop the current motion immediate but do not wait for proceed to start next motion. – Only the accepted motion commands are stopped, the commands coming after this stoptype will be executed regularly.

5 (DecStopOnPath ) - the stopping procedure is started immediately according to DecStop value .As this parameter as modal so its value must be updated before executing the motion command.

Syntax

<axis>.StopType = <expression>

? <axis>.StopType

Availability

All versions

Type

Long

Range

1 to 5

Default

1

Scope

Configuration, Task or Terminal

Examples

X_axis.StopType = 2

Stop X_axis StopType=3

See Also