Difference between revisions of "MC-Basic:SYNCALL"

From SoftMC-Wiki
Jump to: navigation, search
(Vfinal >0)
Line 34: Line 34:
 
|LIMITATIONS=
 
|LIMITATIONS=
 
Within a task, the specified ''<element> ''must be attached
 
Within a task, the specified ''<element> ''must be attached
 +
<br/>{{Note| Movement that has '''''vFinal > 0''''' can't be used with '''''SyncAll'''''.}}
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 11:57, 4 April 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


NOTE-Info.svgNOTE
Movement that has vFinal > 0 can't be used with SyncAll.

Examples

SyncAll SCARA PUMA DELTA

See Also