how to add a graph that only shows production at the end of each day

how to add a graph that only shows production at the end of each day

gerardo_le
Not applicable
1 View
2 Replies
Message 1 of 3

how to add a graph that only shows production at the end of each day

gerardo_le
Not applicable

[ FlexSim 20.1.1 ]

Model in Flexsim to simulate 30 days of 8 hours each, and get: A. Production at the end of each day B. Probability distribution of daily production. Proceso de perforados por horarios.fsm

0 Likes
Accepted solutions (1)
2 Views
2 Replies
Replies (2)
Message 2 of 3

tanner_p
Not applicable
Accepted solution

@gerardo.le,

Using the existing Statistics Collector in your model, you can query the data in the table and save it to a Global Table. I wrote some Custom Code to do this. Then, using a token that circulates each day, I write a new row to the table for each day. This can be found in this version of your model: proceso-de-perforados-por-horarios_2.fsm

Alternatively, you can add a Statistics Collector with a Timer Event that listens to the sink every day and records its input and output stats at those times.

Here's a model with a new Statistics Collector as an alternative solution: proceso-de-perforados-por-horarios_3.fsm

For part B, I think you may be confusing your results with your inputs. A probability distribution is generally based on your real life data and is used to accurately simulate your processes. You can use curve-fitting software like "ExpertFit" to accomplish this for your data.

Please review these models and let me know if you have additional questions. Thanks!

Message 3 of 3

gerardo_le
Not applicable

@tanner.p
I appreciate it, greetings

0 Likes