Difference between revisions of "MC-Basic:SYNCALL"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= SyncAll ''<element> {<element>}*'' |AVAILABILITY= All versions |DESCRIPTION= This command begins executing the specified ''<element>''  with…")
 
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
All versions
+
 
 +
From 4.11.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
This command begins executing the specified ''<element>''s  with pending motion commands. Motion commands pend by setting the STARTTYPE to SYNC and giving the motion command.
 +
 
 +
Similar to SyncStart command. The main difference is that both initial and final position of all elements in the given list are synchronized.
  
  
Line 34: Line 36:
  
 
|EXAMPLE=
 
|EXAMPLE=
SyncStart X_axis XYTable
+
 
 +
SyncAll  SCARA PUMA DELTA
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 10:52, 22 January 2012

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

Similar to SyncStart command. The main difference is that both initial and final position of all elements in the given list are synchronized.

Syntax

SyncAll <element> {<element>}*

Availability

From 4.11.x

Scope

Task or Terminal

Limitations

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

Examples

SyncAll SCARA PUMA DELTA

See Also