question

Chen W2 avatar image
0 Likes"
Chen W2 asked tannerp commented

How to control the processor's output distribution

testing.fsmI have made a simple flow for sending the products to a processor and control the discharge time by sending message from another flow. Now, the problem is that when output opens in processor, the discharge quantity in first discharge hour is very high, it seems due to the discharged products are accumulated during output close period and immediately shoot out when output opens. May I know how to make the discharge in every hour following a usual distribution. Thank you.

FlexSim 19.0.1
processor output distribution
testing.fsm (117.0 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.

Chen W2 avatar image Chen W2 commented ·
0 Likes 0 ·

1 Answer

tannerp avatar image
0 Likes"
tannerp answered

Hi @Chen W2,

The build up of parts when the output is closed is happening because the processor is still processing even when the output is closed. If you want the items to exit the processor at the same rate/interval as when they enter, you need to stop the processor, not just close the output port. Here's an updated version of your model where the processor stops instead of just closing the output port. The discharge after each down time is no longer abnormally large.

testing-updated.fsm


testing-updated.fsm (109.9 KiB)
5 |100000

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