question

David Chan avatar image
0 Likes"
David Chan asked Jason Lightfoot answered

Item failed to move to the right slot

Hi In the the model attached, I am trying to send the item based on the address scheme. I managed to have the slot in the token, but I failed to place the item to the right slot one the rack.

Also how do I configure Find Slot activity so that the slot is based on the address scheme.

Thanks

warehouse unable to send to slot.fsm

David

FlexSim 21.0.3
flexsim 21.0.3address schemerack slotting
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

I think what's happening here is the Rack's slot assignment logic is firing because you have not assigned the slot to the item before it gets there.

Once you have the slot reference the assignment code is just:

Storage.Item(token.item).assignedSlot=token.slot

This is a good reason to use the warehouse activity "Find Slot" since it will do the assignment for you:


1615894077712.png (15.1 KiB)
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.