question

j08j avatar image
0 Likes"
j08j asked Joerg Vogel answered

How to specified locations in the rack?

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.

FlexSim 24.0.2
flexscriptrackasrscoding
model.fsm (42.8 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.

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered
@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.

· 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.

j08j avatar image j08j commented ·

I solved my problem, thank you for your help!

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.