question

Karina GM2 avatar image
0 Likes"
Karina GM2 asked Joseph Gillespie commented

Wrong output if all machines run at 85%

I have 3 machines (Starting in source 16). The first one's CT is 12 seconds, the second machine's CT is 16 seconds and the third one's 12 s. As you can tell, the bottleneck is my 16 second one. The simulation goes for 520 mins = 31200. Therefore, the first machine can produce 2210 pcs, 2nd one can produce 1658 and 3rd can produce 1409 due to the fact that the second one is not fully pushing all the 2212 pcs it needs. Considering they all run at 85%, could you please check why I am not getting an output of 1409 pcs in sink 16? I get that the first one ran at 63.8% because it was waiting on the 2nd one. But why am I getting an output of 1658 pcs. if I am running at 85%? I used "breakdowns" and "flow" tabs. buffer.fsm

FlexSim 19.1.0
output data
buffer.fsm (35.3 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.

1 Answer

Joseph Gillespie avatar image
0 Likes"
Joseph Gillespie answered Joseph Gillespie commented

@Karina GM2

I tried running your model and I got an input of 1636 in Sink16.

As you said in your question, the bottleneck in your system is the second machine since it has the longest CT. Since the third machine has a lower CT than the second machine, by the time the second machine finishes processing an item, the third machine will be available to receive it (unless it is down). Therefore, all of the items (except the last one) processed by the second machine will make it to the sink by the end of the simulation. The only reason why the input of Sink16 is 1636 and not 1658 is because sometimes the second machine has to wait while the third machine is down (you'll notice that the output of machine 2 is only one more than machine 3: it's output is 1637).

· 2
5 |100000

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