question

Julien L2 avatar image
0 Likes"
Julien L2 asked tannerp commented

Combiner & Separator Using Tables

I am currently working on a simulation in the automotive industry. In the picture underneath, you can see the principle I’d like to work with. There are two different types of boxes that fit in a specific tote per type of box. First, these totes are filled in a preassembly zone. Then these totes are picked up by an AGV and later on dropped off at a separator. This represents a final assembly area. Each time a chassis passes on this assembly line a single box needs to be taken from the Assembly_A_FULL queue or the Assembly_B_FULL queue to be placed on the chassis, represented by the sinks. Until a tote is completely empty, I want it to stay their queues. From the moment the last box is taken out of the totes, I want the separator to places these totes in either Assembly_Tote_A or Assembly_Tote_B.

I am currently struggling to get the following logic into my simulation:

  • The Separator needs to process the boxes in a specific order, which is presented in the table Process_Sequence.
  • The Combiner needs to process the boxes whenever a tote is available and tote A should be packed at a different speed than tote B, as presented in the table Proces_Time.

A little help would be very much appreciated here :)

principecombinerseparator.fsm

Thanks

FlexSim 19.2.3
combinerseparatortables
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

·
tannerp avatar image
0 Likes"
tannerp answered tannerp commented

Hi @Julien L2,

I think we can make this work it we take it one small piece at a time. First, when you say you want the separator to process each item in order, do you mean that the separator will take one tote full of LoadType 2, separate it, and then take one tote full of LoadType 4 and separate that according to the order in the chart? Or do you mean that it will grab one box from each tote in the order listed?

Either way, I recommend using Process Flow to handle this logic.

Second, I added a Type label on the totes that is applied when the totes enter their respective creation queues. When the totes get to the combiner, the combiner reads the table based on the Type label to know what the processing time should be. This should work for this part of your logic.

combiner-logic-updated.fsm


· 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.

Julien L2 avatar image Julien L2 commented ·

Hi @tanner.p, thank you for your help so far.

I want the separator to take one box from each tote according to the table Process_Sequence. So whenever the separator takes a box out of the tote, that doesn't necessarily mean that the tote will be empty.

Further on, in your updated model, the combiner doesn't seem to combine the blue totes with the blue boxes. I was wondering how i could fix this problem?

Thank you!

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.