Hello,
I'm looking for a simulation where there are 4 different processors. Every incoming item needs to go trought every processor. The order instead is not important, so the processors can be loaded by availability. After the process is finished the item should be send to the queue again. Here is the issue. While the loading of the processors works fine the loading of the queue causes some problems. The operators dont load from the processors when the item is finished just sometimes. Someone knows the reason for that?
For this model I folllowed the solution from
How to create activity sequences based on availability rather than a set order? - FlexSim Community
A lot of thanks in advance!