Difference between revisions of "AXY:MC-Basic:group.PROCEEDTYPE"
m (1 revision) |
m (Text replace - "''<expression>''" to "<''expression''>") |
||
Line 4: | Line 4: | ||
|SYNTAX= | |SYNTAX= | ||
− | ''<GROUP>.''ProceedType = '' | + | ''<GROUP>.''ProceedType = <''expression''><br> |
? ''<GROUP>.''ProceedType | ? ''<GROUP>.''ProceedType |
Revision as of 08:27, 17 March 2014
This property defines the action to be taken by the PROCEED command. It may be set as an permanent value or 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
<GROUP>.ProceedType = <expression>
? <GROUP>.ProceedType
Availability
All versions
Type
Long
Range
1 to 3
Default
3
Scope
Configuration, Task or Terminal
Examples
Group1.ProceedType = Continue
?G1.ProceedType
Proceed XYTable ProceedType=Next