Place in Rack Bay by Label

Place in Rack Bay by Label

mason_w
Not applicable
8 Views
1 Reply
Message 1 of 2

Place in Rack Bay by Label

mason_w
Not applicable

[ FlexSim 18.0.7 ]

Hi all,

I'm trying to replicate the logic in this question in my model, but it doesn't seem to be working. Looking for some help as to why. I'm wanting to place in bay by the label "Packer". I'm sure it's something I've done in the coding of "Place in Bay"

Find model attached. Thanks!

racksample.fsm

0 Likes
Accepted solutions (1)
9 Views
1 Reply
Reply (1)
Message 2 of 2

logan_gold
Community Manager
Community Manager
Accepted solution
@Mason W

I think you are trying to set a specific cell for an item to be placed in the Place in Bay logic instead of just the bay. There are 125 cells in the Rack in your model, but each cell has a bay and level component. The Rack in your model has 25 bays and 5 levels. You can think of each bay as a column in your model and each level and a row.

I think you just need to change the numbers for each duniform distribution in the Place in Bay logic. The first one should use duniform(1,5) instead of duniform(1,25). The second one should use duinform(6,10) instead of duniform(26,50). Etc.

0 Likes