question

Javier Benitez avatar image
0 Likes"
Javier Benitez asked Javier Benitez commented

How can I track the utilization of operators on different intervals of time?

Since I have a lot of variation in the process times, I would like to track the utilization of the operators based on interval times, could be every hour, could be every 6 hours, and I want to have the registry of the utilization only that time in the graphic and then after the interval reset the tracked utilization, so I dont take the whole average utilization in the equation.

FlexSim 19.1.2
statistic collectorutilizationdasbhoard
· 2
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

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Javier Benitez commented

Here is a model with the chart you want:

final-tng-2-modified-2.fsm

To make this model, I added a section to the State process flow:

The unmodified flow makes a tracked variable called Utilization that tracks utilization of each object. The idea of the modified flow is to make a second token that also has a tracked variable for utilization. It just does everything the original Utilization tracked variable does, except that it gets reset every hour. This causes it to "forget" any time previous. The time in the Delay controls how often the value is reset.

Then I made a Statistics Collector that adds a row for every token that crosses the Log Utilization activity. The values are recorded in the table, and then reset.

Then I made a chart that looks at the Statistics Collector. Hopefully that all makes sense.


· 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.