question

wang W2 avatar image
0 Likes"
wang W2 Suspended asked Ben Wilson edited

throughput per hour does not display for task executors

How can I get task executor throughput per hour? It seems the dashboard can only display fixed resource data.

Task executor data is not shown. Why?

See the graph below:

Thank you.

FlexSim 18.2.3
throughput per hour
· 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.

tannerp avatar image tannerp commented ·

Hi @wang W2,

Try going into View->Open Default Workspace and then re-opening the dashboard with the Throughput Per Hour graph. Sometimes the html documents have issues loading after being edited. Let us know if this doesn't work. And if so, please upload the model that you're working with so we can debug it. Thanks!

0 Likes 0 ·

1 Answer

·
Jordan Johnson avatar image
2 Likes"
Jordan Johnson answered Jordan Johnson commented

This is a known issue, which has been fixed in version 2020 Update 1 (currently in beta).

To get the chart you want, you can make your own stats collector, and point a chart at that stats collector. You don't need to listen to any events. Set the row mode to Enumerate, and add the operators. Add two columns, and configure them as shown in this example:

tphdemo.fsm

The reason is that that chart has a Process Flow, and that Process Flow tries to listen to OnEntry/OnExit events, which the TaskExecuter doesn't have those events; TE's only have OnLoad/OnUnload events.


tphdemo.fsm (32.8 KiB)
· 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.

Jordan Johnson avatar image Jordan Johnson ♦♦ commented ·

Here's a version of the model from 2018 Update 2:

tphdemo182.fsm

0 Likes 0 ·
tphdemo182.fsm (22.6 KiB)

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.