question

michela-08 avatar image
0 Likes"
michela-08 asked michela-08 commented

Process items in different sized batches

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

FlexSim 20.0.10
processorbuffer
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jeanette F avatar image
1 Like"
Jeanette F answered michela-08 commented

Your combiner and separator is a great idea for part 1 and part 2. You can add an on entry trigger that adjusts components list depending on the first item to enter, so in the case of part 3 it would set the component list value to 0.

If you wanted this all to be one processor then you will need to use process flow.

· 9
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.