question

Lean van der Walt avatar image
0 Likes"
Lean van der Walt asked Aditya Prakash answered

Fill up racks

When rack1 fills up with items from the source, the overflow items should start filling up rack17 but it does not work.

Any suggestions?

replenish3.fsm

FlexSim 16.1.2
racksreplenish
replenish3.fsm (67.1 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.

1 Answer

·
Aditya Prakash avatar image
1 Like"
Aditya Prakash answered

This is happening because when one baynumber is full in rack1, level selection logic returns "1" by default. Hence all extra items start accumulating in level1. To solve it, try adding a check in sendToPort of upstream object and return the outport accordingly. Attached is an model, where I have edited the SendToPort of Source2. 2168-replenish3-edit.fsm


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.