MC-Basic:SYNCALL

From SoftMC-Wiki
Revision as of 16:24, 15 January 2012 by Miborich (talk | contribs) (Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= SyncAll ''<element> {<element>}*'' |AVAILABILITY= All versions |DESCRIPTION= This command begins executing the specified ''<element>''  with…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command begins executing the specified <element>  with pending motion commands. Motion commands pend by setting the STARTTYPE to SYNC and giving the motion command.

Similar to SyncStart.

Syntax

SyncAll <element> {<element>}*

Availability

All versions

Scope

Task or Terminal

Limitations

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

Examples

SyncStart X_axis XYTable

See Also