question

Orlando P avatar image
0 Likes"
Orlando P asked Eric M commented

storage limit vs source random produce

Tentativa_1.fsm

Hey,

In my project I am creating random items where I make the distribution to different warehouses.

However, I am having difficulty distributing it evenly.

For example, I have a source that sends 3 types of items with different values to various stores:

red = 1, green = 2, blue = 3, yellow = 4, depending on the source. Destination warehouses are limited, however when a destination warehouse reaches its limit, the source stops producing items, and therefore does not reach the numbers of the remaining warehouses


FlexSim 21.1.2
agvflexsim 21.1.2
map.png (249.2 KiB)
random.png (44.0 KiB)
tentativa-1.fsm (80.8 KiB)
· 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.

1 Answer

Eric M avatar image
0 Likes"
Eric M answered Eric M commented

The problem is the sources are being blocked. You could increase the 'Deposito' queue size to more than 1, have the task executer take items with no room at the destination to a sink, or use some other kind of logic that checks if the destination is full and stops creating items of that type if it is full (this would take more work).

· 7
5 |100000

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