Difference between revisions of "AXY:MC-Basic:axis.PROCEEDTYPE"
m (Text replace - "''<expression>''" to "<''expression''>") |
m |
||
Line 11: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This property defines the action to be taken by the PROCEED command. It | + | This property defines the action to be taken by the PROCEED command. It cab be set as a permanent value, or it can be used within a PROCEED command to temporarily override the permanent value. |
− | 1 (CONTINUE) | + | 1 (CONTINUE) – Continue with stopped motion. |
− | 2 (NEXTMOTION) | + | 2 (NEXTMOTION) – Abort current motion and execute the next motion command in the motion buffer. |
− | 3 (CLEARMOTION) | + | 3 (CLEARMOTION) – Abort all motion commands in the motion buffer. |
|TYPE= | |TYPE= |
Revision as of 10:14, 19 March 2014
This property defines the action to be taken by the PROCEED command. It cab be set as a permanent value, or it can 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