Time charts in Content vs WIP by type

Time charts in Content vs WIP by type

jyhjeng_d2
Not applicable
0 Views
2 Replies
Message 1 of 3

Time charts in Content vs WIP by type

jyhjeng_d2
Not applicable

[ FlexSim 22.0.1 ]

Hi:

I have a simulation of three product types to run through a queue. First, I want to draw two time charts. One is for the total (without considering the product type), another is for each product type. I discovered that the time chart for the total started from time zero, but the time chart for each product type started at the first event time of the incoming product. Can we make the chart for each product type start at zero so that I can compare the total and each product type?

compare-01.jpg

layout-01.jpg

Here is the flexsim program.

Primer_2-5B-compare.fsm

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

moehlmann_fe
Observer
Observer
Accepted solution

By default the "By Type" chart can't start from time zero, because it can't know which type values will be used in the model and thus can't create a "zero"-row for each of them.

You can change this adjusting the statistics collector that stores the data for the chart. Go to the "Advanved" tab in the chart's properties and "install" the components. This will make two statistics collector appear in the toolbox. Open the second one (the one that just has "Collector" in the name, not "Core").

Add a new "On Reset" event. Add the same label "delta" to the new event that the other events also use and set its value to 0. Finally, set the Row Values to be an array of all types that will appear in the model. This will create a row in the internal table for each of those types and thus make the chart start at time 0.

1679039017995.png

primer-2-5b-compare-fm.fsm

0 Likes
Message 3 of 3

jyhjeng_d2
Not applicable

It works. Thank you.

0 Likes