reset stats of a specific chart in Dashboard

reset stats of a specific chart in Dashboard

ashwath_m
Not applicable
28 Views
5 Replies
Message 1 of 6

reset stats of a specific chart in Dashboard

ashwath_m
Not applicable

[ FlexSim 22.1.4 ]

Sample_ResetStats.fsmSample_ResetStats.fsm

Hello,


I was wondering if there is a way to reset stats of only a specific chart in Dashboards (And not all). Attached is a sample model where I want to reset the "Output_Hour_DP" chart. Any help is appreciated, Thanks!

0 Likes
Accepted solutions (1)
29 Views
5 Replies
Replies (5)
Message 2 of 6

julie_weller
Not applicable
Hi @Ashwath M! I'm a little confused what you're looking for, the dashboard charts automatically reset when the model is reset. Are you trying to find a way to reset the dashboard while the model is still running?
0 Likes
Message 3 of 6

ashwath_m
Not applicable
Hello, Apologize for not being specific. Yes, I'm looking to reset the stats at a particular time while the model is running.
0 Likes
Message 4 of 6

kavika_faleumu
Autodesk
Autodesk
Hey @Ashwath M, are you going to have other charts in the model while you're doing this? Why are you trying to reset the statistics while the model is running? Maybe understanding what you're trying to accomplish could better help you find a solution. Thanks!
0 Likes
Message 5 of 6

ashwath_m
Not applicable
@Kavika F @Julie Weller I have a specific need of resetting the Output stats of an object (Which is tied to the Chart) - Essentially I have an idle run time where there are no items going out of an object - If I consider the Output/hour, the total average is lesser (because it considers the idle time where there is no output). I want to reset the output stats of this object and time the reset so that I get the correct output/hour (without the idle time where there are actually no items going out) - The Model is pretty complicated and I do not want to reset all the stats (There are multiple charts and Objects which would use the stats right from the model start)
0 Likes
Message 6 of 6

moehlmann_fe
Explorer
Explorer
Accepted solution

I would suggest a different solution. If you track the 'idle time' by setting the object to a different state during, it is relatively simple to build a Statistics Collector that tracks the throughput while only taking time not spend in that state into account.

sample-resetstats_1.fsm