question

Jack F avatar image
0 Likes"
Jack F asked Ben Wilson commented

Sending some quantity of Items between specific Objects of 2 different FR Lists

Hi everybody,

In a simulation, I have delivery with 22 the same Items. The process flow looks as follows:

Source1 -> Queue1 -> ControlPoint1 -> (multiple) Floor Storages -> (multiple) Racks


I would like to send 2 or 3 Items from specify FloorStorage to specify Rack in this way:

FloorStorage_A -> RackWA

FloorStorage_B -> RackWB

FloorStorage_C -> RackWC


Items should be stored in the middle of each rack in GreenArea.

Is this possible to make via 2 different Fixed Resource Lists in Process Flow? Maybe there is a more simple way to make this work? I will be very thankful if you help.

I attach my model.

Warehouse_test.fsm

FlexSim 20.0.3
process flowflexsim 20.0.3fixed resource list
warehouse-test.fsm (203.6 KiB)
· 1
5 |100000

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

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @jack.f, was pc.neo's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept or comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
pc neo avatar image
0 Likes"
pc neo answered

warehouse-test_ed.fsm

@Jack FIn order to store the items from floorstorage onto rack I've done the following:

a) connect centerport of FloorStorage_A to RackWA. This is to get all flowitems at FloorStorage to only put away in RackWA

b) Paint labels "XYZ" which is a arbitrary name onto bays (or cells) of the Rack that you want to store the items.

c) Whenever a item presents itself at FloorStorage_A, attempt to get a slot in RackWA with sufficient spaces and has label XYZ matches the slot label. This way the item will only be placed at slots that has "matching labels" between the token and the slot.

d) If space is available, put away in RackWA. Otherwise, I have assigned to some random activities, but you may want to put into Sink or decide what you wanted to do with it.


Attached is your model modified but I've only done for FloorStorage_A and RackWA. Hope it can be of help.


warehouse-test-ed.fsm (227.2 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.

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.