question

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

Boxes assign into the tote as per availability

Hello @Felix Möhlmann ,


As modified in the model tote is assigned with specific type.

Can we further update model with boxes placed in 1,2,3 and 4 totes whichever is available. (capacity 12 boxes each tote)

5th tote parameters will be same (no changes)


remove the assigned totes for first 4 toes'

1700040603388.png




Please find the attached model.


agv-process-flow-5-totes-type-op _Final.fsm

Thanks in advance.

FlexSim 23.2.2
agvnetworktote
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 Felix Möhlmann commented

Personally, I probably would have written a small code snippet that loops through the totes and finds the first one with available space.

But I think it's more interesting and useful to get familiar with the concept to use a list. Each tote is assigned a rank and pushed to a list. Depending on the item type, the token then either pulls a tote with space and rank 5 or any other rank from the list.

1700044217649.png

1700044233714.png

agv-process-flow-5-totes-type-op-final_1.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 ·
Thanks for the prompt answer.


Unable to modify operator 12 to pick and place one box at a time on the queue.


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.