Hello,
i have a problem with my main model. That model here is just an example.
Problem: I have in my main model 3 different Item types they go through the same processor. after the processor there are different items like WIP buffer, Combiner or Seperator etc. Lets go through the problem that afterwards comes the three different WIP buffer queues with different sizes for each item type. If one of these queues are full, then it should close the input of the buffer and should produce other item types where there buffer queues are not full, otherwise unfortunately the whole processor blocks.
i try it with the example from How to close ports for a processor when the queue is full - FlexSim Community. But here it close the whole processor1 before and it doesn't produce the items from Source2 :( How i can fix it?
Thanks for your help!!!
Best regards