question

Zakir avatar image
0 Likes"
Zakir asked Zakir commented

How do I plot my operators' average speed in a graph?

PlotMaxSpeed - FlexSim Answers.fsm

I have operators changing their max speed based on which coloured plane have to pass through. These planes also change colours based on the time in the simulation.

How do I collect data of my operators' max speeds throughout the simulation?



FlexSim 23.1.3
time plot
· 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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Zakir commented

You can find the average speed using the distance travelled/time travelling. The total travel distance is :

  1. taskExecuter.stats.totalTravelDistance

You can also pin the statistics to a dashboard:

1688921325708.png

Then you can install the chart you chose an either edit the stats collector or use a calculated table to transform the stats_collector's data.


1688921325708.png (17.5 KiB)
· 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.