question

Pichaya avatar image
0 Likes"
Pichaya asked Natalie White commented

how to set the number of product that created from source to reach the target

I would like to solve the problem that if the daily demands of products A, B and C are 1200-1500, 1000-1300 and 700-1000, respectively. how to setting up Source to create these products efficiently.

With the conditions following:

- The inter-arrival times of products A : uniform(25, 30, getstream(activity))
- The inter-arrival times of products B : uniform(30, 40, getstream(activity))
- The inter-arrival times of products C : uniform(40, 45, getstream(activity))

Differnt Type in Source.fsm

now i'm facing with the problem that I can setup the inter-arrival times however I can't set the amount of the products to reach the target above.

FlexSim 23.1.2
source
· 5
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
1 Like"
Joerg Vogel answered Joerg Vogel commented

You create over all Types and output of a day a mean value. You test, if a statistical distribution meets your summarized output, then you setup an empirical distribution in Toolbox to get discrete Types distributed to your demand. Then you test this result again over several simulated days to gather an event amount about 100k to 1M.

· 3
5 |100000

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