question

Pooja I avatar image
0 Likes"
Pooja I asked Pooja I commented

Trailer pick up box as per type

Hello team,


In the process flow 5 totes are created.

1,2,3 and 4 totes should have capacity of 12 boxes.

tote 5 capacity of 6 boxes

I want to assign last tote only for type 5 and 6 boxes.

Therefore operator should pick and place type 5 and 6 boxes only in last tote and no other type boxes should be placed in last tote.


Please find the attached model.

Thanks in advance.

AGV- Process Flow-5 totes_Type_V1.fsm

FlexSim 23.2.1
item typetote
· 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.

Pooja I avatar image Pooja I commented ·

Hello,

@Felix Möhlmann,


Please can you help me for this issue

0 Likes 0 ·

1 Answer

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

Since each rack receives a fixed type of items, can't you just modify their zoneIDs (which are currently used to assign the totes) accordingly?

If the racks are to receive mixed types of items in the future, based on what logic would the other types be assign to totes?

Also, you should run the subflow tokens one at a time, otherwise the AGV doesn't actually stop when it is loaded.

1698416976086.png


1698416976086.png (10.4 KiB)
· 7
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 ·

Hello @Felix Möhlmann,


I have implemented the sub flow logic.

I just want to assign capacity and type to totes.

In future will not have mixed types

The model is not running correctly as per the type


please can you update in model and share it


Thanks

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Pooja I commented ·
Can you share what you have tried to implement and then explain better what your issue is?
0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Pooja I commented ·

Which tote is used is currently determined when the subflow tokens are created and depends on the zoneID of the rack.

capture1.png

You can move this into the subflow, after an item was found. First get the index of the tote based on the item label, then get a reference to that tote. Before the actual load operation, you can then also implement a capacity check in a Decide activity.

If more than one item can be loaded at a station, the token could also loop back to the "Find Item" activity after an item was unloaded into the tote.

capture2.png

agv-process-flow-5-totes-type-v1_1.fsm

0 Likes 0 ·
Pooja I avatar image Pooja I Felix Möhlmann commented ·

@Felix Möhlmann


Thank you so much the model is running correctly

0 Likes 0 ·
Show more comments

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.