question

Jodi B avatar image
0 Likes"
Jodi B asked Jeanette F commented

Dashboard

Hello, hope this message finds you well.

I've built a model, but I'm struggling to add a dashboard that can track the throughput of the trucks. Specifically, I want the dashboard to display the time each truck spent in the system. However, I'm uncertain about how to accomplish this seeing that a created the trucks in process flow. Can someone please help me with this?

Model2B.fsm.

kind regards

Jodi Botha

FlexSim 23.2.0
dashboard data
model2b.fsm (231.2 KiB)
· 4
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

You can use a statistics collector to gather the times by listening for token entry/exit of process flow activities. Then point your chosen display widget (gant, histogram, raw data) to the statistics collector data.

We encourage students look at the docuentation and examples on this site and try to implement something, then show us what they did so we can offer further guidance.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Jodi B,

We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.

If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can contact your local FlexSim distributor for phone or email help.

0 Likes 0 ·
Jodi B avatar image Jodi B commented ·

Good day Jason thank you for all your help so I used the statistics collector and used the tutorial on the Flexsim site but I still cant see the output at node NN7. Can a node output be read.

kind regards

Jodi Botha

Model2C.fsm

0 Likes 0 ·
model2c.fsm (826.4 KiB)
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Jodi B, was Jeanette F'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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @Jodi B,

The nodes do not keep statistics. You can still use events like on arrival to increment the throughput value to track the number of trucks that travel through the node.

model2c_1.fsm


model2c-1.fsm (232.2 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.

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.