question

unai avatar image
0 Likes"
unai asked Felix Möhlmann answered

Cumulative output per time

Hello,

I have the next model Example.fsm and I want to have a dashboard where I can see the cumulative output per time. My objective is to see when an exact amount of product will be produced. I tried to discover how to do it but I only discover the output per time dashboard but it is not usable for me because I want to see the cumulative items which are produced and delivered to the sink by time. Could someone help me, please?

FlexSim 22.1.4
cumulativeoutputpertime
example.fsm (30.1 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Creating the needed Statistics Collector is quite straightforward. Listen to the On Entry event of the sink and add two columns. One stores the current item and the other the input statistic of the sink.

cumulative-output-vs-time-fm.fsm

https://docs.flexsim.com/en/22.1/GettingData/AdvancedDataGathering/UsingStatsCollector/UsingStatsCollector.html


5 |100000

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