question

Pert P avatar image
0 Likes"
Pert P asked Felix Möhlmann commented

How to use dashboard for seeing a total time and traveling distance?

I have a model and I want to see a total time to complete of each list. Which one dashboard for this condition. and Which dashboard to see total travel distance of each list to complete it.

demo2-fm-1-2.fsm

FlexSim 22.1.2
warehousedashboard chartorder pciking
demo2-fm-1-2.fsm (56.1 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 Felix Möhlmann commented

For the time you could use the 'Staytime By Type' chart and use 'tableRow' as the type label to partition the chart by the tours. This chart measures the time that elapses between an item/token entering an 'Entry Object' and it reaching the an 'Exit Object'.

1655273720021.png

To measure the travel distance per tour you will need a custom statistics collector though (or write the relevant data to a global table from the process flow).

The collector can also include the travel time, to have all data in one place.

Like the default chart, the collector reacts to tokens entering the sub flow activity (tour starts), as well as the activity directly after it (tour ends). The 'tableRow' token label is used as the 'Row Value' so the collector creates a new row for each tour.

1655274104111.png

There are five columns: Tour, TourTime and TourDist store the relevant data, StartTime and StartDist store the initial values when the tour starts, so the difference between start and end values can be calculated when the tour is finished.

The entry event of the subflow will cause a new row to be created with the 'Row Add Values' in each column. The entry event of the finish marker is then supposed to update the TourTime and TourDist columns, so those are marked in the 'Event/Columns Connections' section at the bottom of the window.

1655274126376.png

demo2-fm-3.fsm


1655273720021.png (35.0 KiB)
1655274104111.png (42.6 KiB)
1655274126376.png (40.3 KiB)
demo2-fm-3.fsm (637.6 KiB)
· 9
5 |100000

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