Hello everyone,
I am stuck with a problem which involves 2 types of products from separate sources which goes through inspection and then to the same rack, where it cures for 4 hrs, from where it goes into the processor, through to the queue where it accumulates in batch of 4 before it is dispatched.
The following are the constraints which I am figuring out how to add into the model:
1. Eg: When the PalletMB1 is empty, the processor should evaluate if pulling more of same type1 will be able to produce a full batch of 12, coz we don't want partial batches. If it can't, then it should switch to pulling Type 2 product from the rack and do the same evaluation. If both types can't result in full batch, the model should stop the processor and start filling the rack to full with both product types and then continue this.
2. There is a changeover time of 15 minutes at the processor, when it switches from on type to another. So, in order to minimize this it should run type 1 parts completely before switching to type 2, satisfying the above constraints.
Please see attached the model image for your reference. Thanks for your kind help!