Hi,
In my model, 3 items enter a buffer Queue2 and move to next station. I want two of the parts of same item_type = HB to be processed in the machine together. For example, Part 1 sits in the machine and has to wait for the Part 2 to enter the machine. After both parts are available then the processing time should start in the machine, after processing is complete the two parts need to move out separately to next station. Whereas the Part 3 does not have any constraint just moves into the machine and gets processed alone.
I have considered using the combiner and separator for first two parts, but what do I do for the 3rd part? The 3rd part does not need a combiner and separator because of no condition.
How do I achieve this using only in one machine or is there any other way to do this? Please help