Hi,
I'm in need of some assistance on how to program my processor to only handle one item type at a time. Meaning that if the processor is currently processing 10 of item type 1, then it needs to finish those 10 before it can start processing 10 of item type 2. The processor is not a batch processor but instead sequential.
I have added setup time if item type changes.
The items is created at a certain time, 250 of item type 1, then 250 of item type 2, then 250 of item type 3