question

Maryam H2 avatar image
0 Likes"
Maryam H2 asked Maryam H2 commented

Traveling Distance Chart

I've run my model, and I've noticed that the traveling distance chart displays as follows:

  • Firstly, I'm curious about why some operators' traveling distances start at such high numbers, like 4.5 miles. Shouldn't they all begin from 0, given that the x-axis represents time?
  • Second, I'm wondering how I can group operators who belong to the same resource group. I remember this was possible in the HC environment, but I'm uncertain about how to do it in the General environment.
  • Third, I've observed that there doesn't appear to be any significant difference between the Travel Distance Chart and the Travel Distance per Hour chart. In fact, in some runs, I've even seen higher values for the latter. Can anyone clarify how the travel distance per hour is calculated?


1696878795299.png


FlexSim 23.2.0
distance traveledby hourtraveling distance
1696878795299.png (474.8 KiB)
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Maryam H2 commented

The travel distance by hour start by default does not add a data point for the model start. The first value you see corresponds to the travel distance in the first timed interval. If you want the chart to start at the model start time, you can install the chart's components and change the "First Time" value of the second and third in the Statistics Collector to 0.

1696926089085.png

A relatively easy solution would be to add an extra column that denotes which group an operator belongs to to the charts's Statistics Collector (I use a label on the operators for this - "data.rowValue" is a reference to the respective operator in the Statistics Collector). You can then use a Calculated Table to sum up the distances per time and group.

1696926105778.png

travel_by_distance_fm.fsm

I can't comment on your last point. In the attached model, the total distance and distance by hour seem correct.


· 5
5 |100000

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