I've built a simple model of an assembly line. The line has six stations and the flow items are transported by two AGVs. What I want to do next is to implement a takt so that no station begins work until all stations are ready to do so. In reality the assembly line works on a pulse, each station waits for the others before it releases its work and receives the next, this is what I'm trying to replicate. Is there an easy way to achieve this?