question

Henry Paipa avatar image
1 Like"
Henry Paipa asked Henry Paipa commented

How to convert the "Slot Assigment Strategy" options as parameters?

Slots.fsm

Hello everyone!

Can you support me with the following, please?

- I need to convert as parameters the alternatives available in the "Slot Assigment Strategy" tool of "Storage Object" (at least, the first four) to later use Experimenter and analyze some results. Thanks for the support.

1681428268336.png


FlexSim 23.0.7
rackswarehousingwarehouse optimization modelfindslotslots
1681428268336.png (537.7 KiB)
slots.fsm (40.7 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.

Jason Lightfoot avatar image
2 Likes"
Jason Lightfoot answered Henry Paipa commented

You can use the 'defined' method of the parameter table:

Set up the option type of the parameter table and enter the options you see in the rack's strategy pick option list.

1681471852448.png

In the value field (above the reference field - name is missing above) use the script icon to open the editor and copy the associated trigger.

For the property name of OnSet enter "SlotAssignmentStrategy".

You're then set to use it in the experimenter and see the corresponding descriptions against the scenarios:

1681471718774.png

Model attached.

Parameter_SlotAssignmentStrategy.fsm

If you need to change many related racks then make one of them the template for all the others and just change the parameter of the template rack for the rest to inherit the property change.


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

Henry Paipa avatar image Henry Paipa commented ·

Thank you so much for the support. This is just what I needed. Your answer is very clear, concrete and practical. Thanks for the Demo.

0 Likes 0 ·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Henry Paipa commented

You can do it indirectly. You assign a numbered label or in your case a parameter, which set currently used case in switch by case structure in assignment strategy. Each case contain a strategy. Therefore you copy the source code of each picklist option into your case block.

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

Henry Paipa avatar image Henry Paipa commented ·

Thank you for your support!

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.