question

Ludovic S2 avatar image
0 Likes"
Ludovic S2 asked Joshua S answered

Introducing variable demand creates problems for my model

model-with-variation-in-demand.fsm

model-without-variation.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

FlexSim 19.0.2
batch processingreorder pointvariation
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

·
Joshua S avatar image
1 Like"
Joshua S answered

I think what is happening is messages are coming in around the same time and the source/processor can't keep up. I created a simple process flow that creates objects every time a message gets sent to the processor and creates 1260 items in Queue1, so essentially replaces the source and processor3. Take a look at this model and see if it still works how it should.

18457-model-with-variation-in-demand-2.fsm


5 |100000

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

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.