question

Park Beomsoo avatar image
0 Likes"
Park Beomsoo asked Park Beomsoo commented

Box Picking using Global Table

hello.
I am a beginner and have been using it for about a month now.

I'm so fortunate to have a community like this.

It's so difficult and I'd like to get help.


** Question content **


1716343745969.png
1. Order information in the Global Table is as shown in the table above.

2. The table shows the location of Rack1, the number of boxes to be picked, and their weight.

3. I would like to implement logic that allows Operator5 to pick boxes with a maximum weight of 10 at a time.

4. Currently, only one slot is picked per PLT.

5. Can Operator5 use the information in the Order List to implement the logic of picking boxes in multiple locations until the weight is less than 10?


OrderPicking(BOX)_240521.fsm



If my question is strange or difficult to understand, please let me know.

Thank you in advance for your help

have a good day!

FlexSim 22.2.0
global tableorder picking#warehousing
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
0 Likes"
Felix Möhlmann answered Park Beomsoo commented

If the ordering in the table is mandatory (the operator can't skip heavy box to load a lighter box that can still fit in the limit), then simply batching the tokens after they have found an item is probably the easiest solution.

orderpickingbox-240521-fm.fsm


· 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.

Park Beomsoo avatar image Park Beomsoo commented ·

Thanks a lot~!
It helped me a lot~!

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.