How to specified locations in the rack?

How to specified locations in the rack?

j08j
Not applicable
31 Views
2 Replies
Message 1 of 3

How to specified locations in the rack?

j08j
Not applicable

[ FlexSim 24.0.2 ]

My model is currently able to execute actions of retrieving items from and placing items into the rack based on the specified instructions in the array Label1, where 1 represents placing items and 0 represents retrieving items. model.fsm

Question 1: Regarding the retrieval behavior from the rack, it currently defaults to FIFO. How can I modify it to retrieve items from specified locations in the rack?

Question 2: Regarding the behavior of placing items from the queue into the rack, they are currently all placed at position (1, 1, 1) in the rack. How can I enable them to be placed at specified locations in the rack?

Thank you.

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

joerg_vogel_HsH
Mentor
Mentor
Accepted solution
@j08j, some hints for an own investigation about this topic.

Warehouse was introduced with Version 19.2. Anthony Johnson has posted articles and has answered several questions since. Putting items into a rack is a mechanism of assigning a slot. Retrieving items of a rack goes by addressing a slotItem.

Message 3 of 3

j08j
Not applicable

I solved my problem, thank you for your help!

0 Likes