I am building a model that uses two alternatives flows to a coveyor. One flow is sending to another conveyor that have a MTBF configurated in the model, and the other flow should be used when the first flow is not available.
When the first flow conveyor is not available it is painted red for a better visualization, otherwise it is painted green.
The first flow also has two configurations, it is half speed slower then the source conveyor and uses an item spacement of 3 meters. This causes the source stream to stop with certain frequency, and that is correct, because the second flow should be used only in case of maintenance of the first flow.
The issue is: When an item is stopped in the source conveyor because it has no space to enter in the first flow and the first flow conveyor enters in maintenance, the item remains blocked at the source conveyor. There is any way to reevaluate the sendto of this item when the first flow conveyor is down and the item remains blocked?
Follows attached the model with the issue to tests. If you change the time of the first failure (to 24 I.E.) you will see the second flow being used as expected.