question

luis-rodrigues avatar image
0 Likes"
luis-rodrigues asked luis-rodrigues edited

Combine using FlowProcess

I have a queue that I'm using as a combiner of two other queues and I'm trying to use process flow. However I don't know how I can make it work using specific recipes and schedule that I provide in the excel.

ML00.fsm

ML00.xlsx

FlexSim 24.1.0
combiner processflow
ml00.fsm (41.6 KiB)
ml00.xlsx (11.4 KiB)
5 |100000

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

José Antonio MD avatar image
1 Like"
José Antonio MD answered luis-rodrigues edited

Hello @luis_rodrigues ,

In the forum you have many examples of what you are asking, with different complexities. I recommend you to take a look at this example:

Example Model: Opportunistic Parts Combiner Process (no ports) - FlexSim Community

I hope I have been helpful.


· 31
5 |100000

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

luis-rodrigues avatar image luis-rodrigues commented ·
That seems more complex than what I thought.
0 Likes 0 ·
luis-rodrigues avatar image luis-rodrigues luis-rodrigues commented ·
@José Antonio MD Can you help me integrate that example with my model?


0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann luis-rodrigues commented ·

Your model doesn't need to be nearly as complex. Since you have a schedule, you don't need the "opportunistic" part of the logic which makes up the vast majority.

The schedule can be copied as is into a Schedule Source. The queues should assign labels to the item to identify their type and then push them to a global list.

In Process Flow, the tokens first acquire the combiner object, then pull the needed quantity of items from the list, move them to the combiner and wait until the process time has elapsed.

ml00-fm.fsm

0 Likes 0 ·
ml00-fm.fsm (41.9 KiB)
luis-rodrigues avatar image luis-rodrigues Felix Möhlmann commented ·

Thanks @Felix Möhlmann that was a really good help. Now I only need to make my transporter work.

I was able to make it move but I need for it to load all batches at once, for example the first order has 79 batch and the transporter should only travel to the combiner one time.

Another thing is that when released it should get back to the first position.

Hope you could help me

ML00.fsm

0 Likes 0 ·
ml00.fsm (46.1 KiB)
Show more comments
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Combining is moving an item into another. You need a move object activity. And you need a reference of a container item to become your destination and a reference you want to move.
Anything else is “nice to have” like a process time which is a delay. Or you want to set a location of packed item in relation to your container item, then you choose an visual activity.

5 |100000

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

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.