question

Thomas avatar image
0 Likes"
Thomas asked Felix Möhlmann edited

loading and unloading on a specific place

Hello, I want to realize the following:

First the operator places the rack in Floorstorage 1. Here he must place 8 boxes on the rack, then this rack can be moved to Floorstorage 2 if it is free. Here it must be emptied, so operator 2 takes the boxes from the rack and places them in the queue next to it. Once this is done, the rack goes to Floor Storage 3 where it remains until Floor Storage 1 is free.


I think I'm almost there, but I still have 2 problems:

1) The operator may only place the Boxes on the rack at Floorstorage 1. How can I solve this (Now it remains placed in the first rack) I suspect that I have to add a label for this somewhere, but I can't find where.

2) When emptying the rack, it does not recognize the boxes, how do I solve this?

1713020661066.png

Thank you in advance !!

test_karretje BS_WPO10.fsm

FlexSim 23.2.1
labelsloadunload
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

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Felix Möhlmann edited

The "Operator 2" resource was still set to "Numeric", not connected to the actual operator.

I added a second condition to the Find Slot query: The slot must belong to the current rack.

You don't really need the Find Item activity. You can access the items as subnodes on the rack (see label assignment in Run Sub Flow activity (post 2)). If you do want to use Find Item, use the same expression as in the Find Slot query to make sure you only search for items in the current rack.

test-karretje-bs-wpo10-fm.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.