model-with-variation-in-demand.fsm
Hi All,
I am having issues with introducing variation in my basic model. The basic model exists of 10 racks that are subject to a constant demand of around 30 units per time period. Each time one of the racks reaches a inventory level of 1280 units it sends a signal to the source/processor to create a batch of 1260 units. So each rack sends this signal once that inventory level is reached for that rack, and the batch that was triggered by rack 1 needs to end up in rack 1. The batch that is triggered by rack 2 needs to end up in rack 2. And so on.
For a constant demand this works perfectly (see the model without variation). Even when I introduce a normal distribution to the demand (processors behind the racks) it still works perfectly (also see model-without-variation).
The issues are visible once I introduce the poisson distribution (see model-with-variation-in-demand). For whatever reason some of the racks turn out empty and are never replenished. This leaves me with most of my racks completely empty after some run time.
I have no clue why this happens. Is there someone who would be able to help me with this issue ?
Thank you in advance
Kind regards
Ludovic