MC-Basic:SYNCSTART

From SoftMC-Wiki
Revision as of 02:30, 18 May 2022 by Hallel (talk | contribs) (Added SYNCALL to "see also")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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.


NOTE-Info.svgNOTE
No comma sign "," in the list !

Syntax

SyncStart <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