Difference between revisions of "AXY:MC-Basic:axis.PROCEEDTYPE"

From SoftMC-Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.PROCEEDTYPE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 16: Line 17:
 
1 (CONTINUE) – Continue with stopped motion. In case there are two motions in the buffer it executes both (one that was executed and one that was pending while the STOP command was issued).<br>
 
1 (CONTINUE) – Continue with stopped motion. In case there are two motions in the buffer it executes both (one that was executed and one that was pending while the STOP command was issued).<br>
  
2 (NEXTMOTION) – Abort current motion and execute the next motion command in the motion buffer. One that was executing during STOP is forgotten and the one that was pending is executed).
+
2 (NEXTMOTION) – Abort current motion and execute the next motion command in the motion buffer. One that was executing during STOP is forgotten and the one that was pending is executed).<br>
  
3 (CLEARMOTION) – Abort all motion commands in the motion buffer. Actually clears the motion buffers from complete history
+
3 (CLEARMOTION) – Abort all motion commands in the motion buffer. Actually clears the motion buffers from complete history<br>
 +
 
 +
4 (INTERRUPTED) - Execute only the interrupted motion but not the pending one ('''Note:''' program will not continue, in order to release the waiting program you need to issue PENDING option)<br>
 +
 
 +
5 (PENDING) - Execute the pending motion and release the the waiting task. ('''Note:''' can be issue only after INTERRUPTED option has been executed.) <br>
  
 
|TYPE=
 
|TYPE=
Line 50: Line 55:
  
 
}}
 
}}
 +
-->

Latest revision as of 07:11, 14 August 2017