Hi,
Recently I've been trying to imitate the behavior of a disk sorter. When a package arrives, the disk sorter rotates to the direction the package needs to go. However, when a package arrives that needs to go to another direction, the disk sorter should rotate back to the original position and this requires some time. So my question is, how do I add a delay when the package is being sent to a different direction. Items that follow which are being sent in the same direction do not need this delay. The delay should be added as a start up time delay.
I've tried to use conveyor stop item and delay but this adds the delay to every single package of that type irregardless whether the next one is going in the same direction. Any help would be appreciated.