Difference between revisions of "MC-Basic:SYNCCLEAR"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 41: Line 41:
  
 
}}
 
}}
 +
[[Category:AXY:Synchronization]]

Revision as of 11:49, 22 January 2012

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