Cumulative output per time

Cumulative output per time

Unai
Not applicable
7 Views
1 Reply
Message 1 of 2

Cumulative output per time

Unai
Not applicable

[ FlexSim 22.1.4 ]

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?

0 Likes
Accepted solutions (1)
8 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Observer
Observer
Accepted solution

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/UsingStatsCol...

0 Likes