question

Filippo A avatar image
0 Likes"
Filippo A asked Filippo A commented

Question: Process flow by percentage and type

Hi,

in the model below, i would like to send different items Types from a queue to 4 different processors using a list.

At the moment, the model sends items according to their Types (Types 1 and 3 to the first 2 processors and 2 and 4 to the last 2 processors).

My question is: is it possible to keep this sending condition and add a percentage ?

i.e. i would like item type 1 to go 80% on processor 1 and 20% on processor 2, type 2 to go 60 on processor 3 and 40% on processor 4 and so on.

I would be grateful if someone can give me a help :P

Thanks in advance

bytypeandpercentage.fsm

FlexSim 18.1.0
processorlist
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 Filippo A commented

You can use more queues. After the queue which divide type 1,3 and 2,4, you place for each pair a queue. The queue sends the item then by a dempirical statistical distribution. Empirical functions need global tables to choose from statistically percentage values to return discrete or continuous values. Please look into the manual for the empirical or dempirical function to build the table correctly.

· 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.

Filippo A avatar image Filippo A commented ·

ok, i'll try that. thank you

0 Likes 0 ·

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.