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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @michela-08,

It's hard to know how to help without looking at your model. To receive a more accurate solution, please post your model or a sample model that demonstrates your question.

Proprietary models can be posted as a private question visible only to FlexSim U.S. support staff. You can also contact your local FlexSim distributor for phone or email help.

0 Likes 0 ·
michela-08 avatar image michela-08 Jeanette F ♦♦ commented ·
Hey @Jeanette F , i will share you the sample model. Apologies for not sharing a sample model.
0 Likes 0 ·

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.

michela-08 avatar image michela-08 commented ·
Hi @Jeanette F

I have attached a sample model. The parts from Source 1 and Source 2 are with Item_label = "HB" and these parts needs to be processed together after they leave the common buffer to next station. How can I use a combiner and separator if only the Queue is the input for the combiner? I want those 2 parts to be processed with same time in the machine they enter while the 3rd part coming from source 3 does not have any condition but just process alone.

I want to do all this in one processor using processor. Can you send me a sample model of how to achieve this?

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ michela-08 commented ·

Your sample model did not upload.

I created a sample model that hopefully answers your question. I created both scenarios. One thing to note is that in the example with the combiner, I kept things item Type based on part number you mentioned.

In the second case where there is just a processor I assigned part 1 and 2 the same label type.

Process in varying batches.fsm

0 Likes 0 ·
michela-08 avatar image michela-08 Jeanette F ♦♦ commented ·
Thank you @Jeanette F

The second method of the processor is really helpful, but I had a doubt will I be able to retain the part details after they are processed together and when they move out?

Part details such as PartNumber, destination and item_type?

I want to retain these details after it exists Processor 1 for all the parts exiting from the processor. Is this possible?

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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