question

K_yun avatar image
0 Likes"
K_yun asked Jeanette F edited

Slot label displayed on the rack don't change to default value on reset model

FlexSim 22.0.1
warehouseslot
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

Jeanette F avatar image
0 Likes"
Jeanette F answered Jeanette F edited

Hello @Meng,Li,

You will need to create an on reset trigger to set all the slot labels back to 0.

1646781292902.png

Storage.Object rack = current;
rack.setSlotLabels("ItemType", 0);

I referenced this post to create this.


1646781292902.png (7.4 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.