question

Paul G8 avatar image
1 Like"
Paul G8 asked Kavika F commented

Utlization stats from ProcessFlow resources

I know this has been asked before - just curious if there's an update 3 years on (https://answers.flexsim.com/questions/22292/how-can-i-get-resource-utilization-statistics-from.html).

Still familiarizing myself with FlexSim. I've created the Basics tutorial model, including pushing it to a combo of 3D model and controlling ProcessFlow. However that has lost the service desk utlization in the outputs dashboard. Im guessing there's no easy way of picking this up as it was in the 3D only version of the model?

FlexSim 22.1.2
processflowutlization
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hey @anthony.johnson ,

As far as I can tell the answer to this is no. You helped answer the original post several years ago and I was wondering if you had any insight.

1 Like 1 ·
Kavika F avatar image Kavika F ♦ commented ·

Hi @Paul G8, was anthony.johnson's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
anthony.johnson avatar image
1 Like"
anthony.johnson answered anthony.johnson edited

This has not significantly changed since the original post, in that there still are no 'drop-in' mechanisms for it, although the customizations to get what you need are relatively easy. If you want utilizations of individual objects, then Brenton's answer is still valid. If you are looking for an 'overall utilization' statistic, then you can implement the content-as-ratio mechanism by customizing the statistics collector of an average content chart. I've attached an example model.

  1. Add a model parameter 'NumResources' and have the resource use that as its resource count.
  2. Add an Average Content chart to a dashboard and connect the chart to the resource.
  3. In the Advanced pane of the chart's properties, click Install to put the statistics collector into your toolbox.
  4. Open the Average Content Collector's properties, and in the Columns table, click on AverageContent, and for its Value, add ' / Model.parameters.NumResources' to the end of the expression.
  5. Change various display texts from 'Content' to 'Utilization'

In the attached model I tweaked it a little more so that you can do it for multiple resources with differing counts.

Hope this helps.

ResourceUtilization.fsm


5 |100000

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

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.