Rack storage

Rack storage

jose_antonio_ie
Not applicable
8 Views
3 Replies
Message 1 of 4

Rack storage

jose_antonio_ie
Not applicable

[ FlexSim 22.1.1 ]

It is possible to use more than one storage assignment strategy for a rack?

I mean I have an initial stock at time 0 and the strategy for that is Random Bay, Level and Slot with Space then I want to fill the rack from a Queue but now I want the item placed at the First Slot with Space.

Thanks in advance for your suppport.

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

moehlmann_fe
Observer
Observer
Accepted solution

You can directly edit the code of the assignment strategy to do almost anything, including choosing between two strategies depending on, in your case, the model time.

Click on the scroll icon to open the code editor.

1652872398077.png

Copy the relevant parts of the code to the clipboard (everything but the first three lines, where the parameters are defined)

1652872483569.png

Close the window again and choose the second assignment strategy. Then open the window again. The code will have changed to reflect the change.

Paste the other code in behind. Then enclose the two blocks with an if-condition based on the model time.

1652872789484.png

Lastly you can (but don't have to) remove the light grey text which is used to generate the pick option GUI for the assignment strategies. To do this click on the icon in the lower left corner.

1652872897101.png

This will remove all markup and add the description 'custom code' to the first line. You can edit this to something more descriptive which will then be displayed in the slot assignment field.

1652873015322.png

0 Likes
Message 3 of 4

Jeanette_Fullmer
Community Manager
Community Manager

Hi @Jose_antonio Ie, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes
Message 4 of 4

jose_antonio_ie
Not applicable

Thanks so much for your answer. It works fine.

0 Likes