Difference between revisions of "MC-Basic:SYNCSTART"

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:SYNCSTART}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 13: Line 13:
 
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.
 
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.
  
 
+
<br/>{{Note| No comma sign "," in the list !}}
  
 
|TYPE=
 
|TYPE=

Revision as of 06:34, 19 June 2018

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