AXY:MC-Basic:axis.PROCEEDTYPE

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<axis>''.ProceedType = ''<expression>''<br> ? ''<axis>''.ProceedType |AVAILABILITY= All versions |DESCRIPTION= This property defines the ac…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property defines the action to be taken by the PROCEED command. It may be set as a permanent value, or may be used within a PROCEED command to temporarily override the permanent value.

1 (CONTINUE): Continue with stopped motion.

2 (NEXTMOTION):  abort current motion and execute the next motion command in the motion buffer.

3 (CLEARMOTION):  Abort all motion commands in the motion buffer.

Syntax

<axis>.ProceedType = <expression>
? <axis>.ProceedType

Availability

All versions

Type

Long

Range

1 to 3

Default

3

Scope

Configuration, Task or Terminal

Examples

Axis1.ProceedType = Continue

?A1.ProceedType

Proceed XYTable ProceedType=Next

See Also