Good morning,
I'm developing this model of a paint process, it is working with gallons of liquid. The idea is that it produces a certain amount of product depending on preassigned order quantities. Then they get to mix in the 'Mix and Grind' (independently of the quantity)- this machines only work 16 hours. Then the combiner gets them into batches (because all the following processes work by batch size), the batch size is determined by the original order quantities (so if it produced 20 000 gallons at a certain minute, the batch will include 20 000 gallons). There to the processor (where I have the main problem) is supposed to be a transfer to the next phase of the model, the Thin Thanks (TT) the point here is that as I mentioned before the TT can only work with certain batch sizes, here is how the capacities work:
So that if the batch size is of 1,000 or 2,000 or 4,000 or 6,000 gallons it can only go to the 6,000 or 10,000 thin thanks.
Here is where I can't program the model to do so, how do I tell Flexsim to send the batch to the corresponding thin thank.
I created a queue so I can send from the queue to the first available. But I don't know how to send form the transfer processor to the corresponding queue organizing the batches depending on their size.
Same process will be repeated to the HT (the next processor and queues).
And then I think I have no problems with the rest of the program, it is sending a percentage of the liquid (now again independentlly of the batch size) to different filling options. And finally the combiner is getting the orders back again to the original sizes but in different filling combinations.
Could you please try to help me in the transfer processors ? So I can get the correct distributions ?
Thank you