Hello. I am trying to make a simple order-picking model without process flow. The idea is that the source produces 10 types of articles (item.types) which the operator picks by the queue time. As you can see, the source has 50 arrivals which times differ from 0.01 to 0.5 seconds. I want the first arrival to be article (item.type) 1 two boxes, arrival two, article 2, 0 boxes and so on until the eleventh arrival when i want it to be article 1, zero boxes. First ten arrivals should be looked as order 1, then second ten arrivals should be order 2 and so on until the fifth order. The problem is that on the first arrival the sources produces 2 different articles, but not 1 article with quantity 2. Also, I would like to place the article 1 (item type 1) at Bay 1, article 2 (item type 2) at Bay 2 of the rack and so on.
Does anyone have an idea?
The model follows: