question

Pooja I avatar image
0 Likes"
Pooja I asked Felix Möhlmann commented

How to assign pallets to as per availability?

Developed model as pallets come in and advance to combiners whichever is available.

1.Whenever combiner2 is available pallets advance and process for 349 secs

2.Pallets advance at combiner2 will not wait at combiner1

3.Pallets process at combiner1 for 87 secs

Decision Point Simulation_V1.fsm

Unable to map this process flow as pallets are advancing while combiner1 is in process please can you help me with this issue as soon as possible.


Please find the attachment of model.

Thanks in advance.

FlexSim 21.2.4
decide activity
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Which pallet types go to which combiner? What happens when the pallet type changes? Are you trying to create stacks of pallets by type or a mixed types with a fixed quantity.

Why have you posted yet another question when you just needed to detail what you needed in the other questions? I consider this a duplicate question - as you started one here already, that was already a copy of another one you posted. Please try to keep one post for the same question.

0 Likes 0 ·
Pooja I avatar image Pooja I commented ·

The pallet type 2 goes at both the stations whichever is available but the pallet advancing at combiner 2 will not wait for 87 secs at combiner 1. The box is placed on pallets by operator at combiners.


Sorry for inconvenience

This question has different paraments therefore posted separately.

Please find the the updated attachment.

Thanks in advance.

Decision Point Simulation_V2.fsm

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jason Lightfoot commented

I added the combiners to the process flow as resources. When a pallet arrives at the exit transfer of the first conveyor, a token is created by the event-triggered source. This token then tries to acquire one of the combiners. Depending on which one it acquires, the pallet is moved either into Combiner1 or to the next conveyor. The token will always prefer the second combiner due to the default query in the combiner resource. Note that the exit transfer is set to 'Do Not Release Item', so pallets are only moved to the next station by the process flow.

Depending on the acquired combiner, the label 'sendTo' is created on the pallet and set to either 1 or 2. This then controls where the pallet is send by the exit transfer of the second conveyor.

In either case the token then waits until the respective pallet was processed on the combiner and releases the combiner again afterwards.

1655797045404.png

decision-point-simulation-v1_fm_1.fsm

I wasn't sure if pallets could skip the first combiner while it was active, so here is a second version where all pallets first have to acquire the first combiner. If the second one is available it will still skip the first and immediately release it again.

1655797137571.png

decision-point-simulation-v1_fm_2.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.

Pooja I avatar image Pooja I commented ·

The model runs as desired.

Thank you so much for your support.

Please let me know if there are training sessions.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Pooja I commented ·
You can contact your distributor for information on training.
0 Likes 0 ·

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.