question

Kade G avatar image
0 Likes"
Kade G asked Benjamin W2 commented

Customizing Data Calculation of Dashboard Graphs

Hello,

I would like to figure out how to customize a graph to better analyze my process flow. Instead of knowing the number of contents in a queue that is accomplished with a "contents" graph, I would like to know the days of supply in my queue.

My calculation for days of supply would simply be to take the contents in my queue and divide it by the average production rate (in days) of the contents going through a processor. My initial thought is that I could simply divide the value in the "contents" graph by the production rate, but I'm not sure how to access the data collector of this "contents" graph. Any help would be appreciated. Thank you!

FlexSim 20.2.0
dashboardsstatistics collectorflexsim 20.2.0
· 3
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

tannerp avatar image
0 Likes"
tannerp answered tannerp commented

@kade.g,

You can install the Stats Collector template for each chart by going to the Advanced properties window and clicking "Install". This gives you access to the data you need.

From there, you can use a Calculated Table to gather the data you need and perform any calculations. I wasn't sure what you're using as your "production rate", but you can just set up an operation in the Calculated Table to divide the contents by that value.

example (7)_1.fsm


· 7
5 |100000

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