Hi,
Attached is an example model from my conveyor problem. There is a main conveyor loop with some stations attached to it. In the example you will see part of this loop and 1 station. The items on the conveyor should have a distance of 1.36 meters in between them, which is the setting at the moving space for the belt conveyor. 4 items are removed from the loop and directed to the station. The fifth item should just continue on the loop:
However this is not happening. This 5th item just stops and will never move again. The roller conveyor don't have any moving distance (although I might need that for the roller conveyors on the loop). The belt conveyor is non-accumulating. How can this be solved? I noticed that if I remove a traversel from the 4th item the 5th item continues to move. However I am a bit afraid that this might break other stuff in the conveyor network. Is there a clean solution or work around available?
The example model:
I tested this in the latest release (20.1.3 and 20.0.7)
Thank you for any tips