Difference between revisions of "Element Synchronization"

From SoftMC-Wiki
Jump to: navigation, search
(See Also)
Line 17: Line 17:
 
= See Also =
 
= See Also =
 
* [[AXY:SOWEMA| SOWEMA]]
 
* [[AXY:SOWEMA| SOWEMA]]
 
+
* [[Axystems:MC-Basic:SYNCSTART | SyncStart]]
  
 
[[Category:AXY:Synchronization]]
 
[[Category:AXY:Synchronization]]

Revision as of 12:33, 15 January 2012

Element Synchronization

In the AMCS system there are several ways how to synchronize different elements (axes, groups, robots).

  • several axes - combining in a group or using syncstart feature
  • mixed axes, groups, robots - using syncstart feature
  • robot and an axis - moving frame (conveyor tracking)

There are two types of synchronizations available

  • SyncGo several elements(axes, groups, robots) start the motion at same moment. However the moment of motion end can be different for every element in the list.
  • SyncAll new several elements(axes, groups, robots) start and finish the motion together. Means that the all elements start moving together and end the motion at same sample.


See Also