Boxes assign into the tote as per availability

Boxes assign into the tote as per availability

Pooja_inde
Advocate Advocate
18 Views
3 Replies
Message 1 of 4

Boxes assign into the tote as per availability

Pooja_inde
Advocate
Advocate

[ FlexSim 23.2.2 ]

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.

0 Likes
Accepted solutions (1)
19 Views
3 Replies
Replies (3)
Message 2 of 4

moehlmann_fe
Explorer
Explorer
Accepted solution

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

0 Likes
Message 3 of 4

Pooja_inde
Advocate
Advocate
Thanks for the prompt answer.


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


0 Likes
Message 4 of 4

moehlmann_fe
Explorer
Explorer
0 Likes