question

Bing L avatar image
0 Likes"
Bing L Suspended asked Bing L Suspended commented

some slots cant be assigned

racks.fsmin this model,why some rack slots cant be assigned? but these slots have space.

thank you for your help in advance1715589781370.png

FlexSim 22.2.0
slots
1715589781370.png (1.1 MiB)
racks.fsm (41.3 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
0 Likes"
Joerg Vogel answered Bing L Suspended commented

You have to give the system time to evaluate size and hasSpace. If you need to prepare your system, then you can use a warmup time. Attached model works a bit differently. It queries slots randomly and limits an result to only one slot.fill_rack_query_slots.fsm


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Felix Möhlmann avatar image Felix Möhlmann commented ·
To provide some more detail about what is happening here:

The Send to Port option of the source sends the item to a random available port. The input of a rack is going to be open (and thus 'available') as long as the maximum capacity is not reached, regardless of how many items are placed in each slot (because the size of the next item is not known, so the system can't know beforehand if there is space in the rack for it or not). So what can happen is that the source sends the item to a rack in which there isn't any space for the item, so the item is not pulled by the rack and further output of the source is blocked.

To use all slots, either assign a random slot beforehand and release it to the respective rack as Jörg suggests. Or set the maximum capacity of the racks according to how pallets fit in the slots (56 for the larger racks, 16 for the small one).
0 Likes 0 ·
Bing L avatar image Bing L Felix Möhlmann commented ·
thanks for your explanation
0 Likes 0 ·