question

Amy avatar image
0 Likes"
Amy asked Amy commented

Using Dashboard and Milestone

  • I want to count the number of transfers made by each RN in the simulation model and display it on a dashboard. How can I do that?
  • Additionally, I want to measure the time it takes for transfer personnel to move before picking up a patient in this model, but I'm not sure how to do this.
    • Possible Answer? In the Staff List, use age in the dashboard, if it's possible.


Below is the model I've created so far. How can I apply this?

3_milestone_dashboard.fsm

FlexSim 24.0.0
dashboards
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 Amy commented

A statistics collector to store the number of transports per RN is relatively easy to build. It would have one event that listens for tokens entering the Release Staff activity (so after the transport is finished). The row value is the staff member (so you get one row per RN). And there is one column that denotes the RN and one column that starts at zero and increments by 1 each time the row is updated (another token with the same RN enters the Release activity).

For more granularity in the milestone chart, you could copy the "Inner Flow" of the Escort and Transport activities into the Person Flow. These contain all the tasks and actions that normally happen in the back ground when a token enters the activity. Moving it into the actual flow would allow you to place additional milestones within these steps. (The inner flow gets reset, so placing additional activities in it won't work).

1711617130698.png

3-milestone-dashboard-fm.fsm


· 1
5 |100000

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

Amy avatar image Amy commented ·

@Felix Möhlmann , Thank you so much!! It helped alot. I didn't know that I can move the innerflow to the actual flow.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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