Difference between revisions of "MC-Basic:SYNCSTART"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= SyncStart ''<element> {<element>}*'' |AVAILABILITY= All versions |DESCRIPTION= This command begins executing the specified ''<element>''  wi…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

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.

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