Hi everyone,
I have a process where, for each arrival are created more than 1 flowitem (defined in Source Arrival Schedule - Quantity) and they are set in a queue after creation.
After the queue i placed a combiner, because i would like to combine all those items that are defined with the same Order in Source's Arrival Schedule.
Once the same order's items are combined i would like them to flow on a processor with a cycle time that varies accordingly to the ItemName as well defined in Source Arrival Schedule.
So now my questions are:
1. Is it possible to combine different flowitems belonging to the same "Order" from a single input?
2.How can i define a Process Time for the Processor1 that varies accordingly to the item Type and Quantity?
I tried to define three different Process Times PROCESSTIME in a global macros respectively for Type 1, 2 and 3) but I don't know how to how to allocate them properly. I thought about using a for {if{..}...} but it didn't work.
(i.e. Process Time = PROCESSTIME * item.Quantity, where process time gets first the Type to access correctly.)
Thank you very much.
I'm uploading here below the model i have