Difference between revisions of "MC-Basic:SYNCCLEAR"

From SoftMC-Wiki
Jump to: navigation, search
Line 36: Line 36:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:ATTACH|ATTACH]]
 
* [[MC-Basic:ATTACH|ATTACH]]
* [[MC-Basic:axis.STARTTYPE|axis.STARTTYPE]]
+
* [[AXY:MC-Basic:axis.STARTTYPE|axis.STARTTYPE]]
 
* [[MC-Basic:SYNCSTART|SYNCSTART]]
 
* [[MC-Basic:SYNCSTART|SYNCSTART]]
 
* [[MC-Basic:group.STARTTYPE|group.STARTTYPE]]
 
* [[MC-Basic:group.STARTTYPE|group.STARTTYPE]]

Revision as of 07:25, 14 August 2017

Language: [[::MC-Basic:SYNCCLEAR|English]]  • [[::MC-Basic:SYNCCLEAR/zh-hans|中文(简体)‎]]

This command clears the pending motion commands. Motion commands are made to be pending by setting the STARTTYPE to SYNC and then giving the motion command.

Syntax

SyncClear <element> {<element>}*

Availability

All versions

Scope

Task or Terminal

Limitations

Within a task, the specified <element> must be attached.

Examples

SyncClear X-axis XYTable

See Also