question

Robert B3 avatar image
0 Likes"
Robert B3 asked Robert B3 commented

How to create a dashboard for one product?

In my work i'm focusing on one piece flow, i would like to show usage of one product and show how much time stays the product on one queue, when it is not processed. Does anyone have idea how to add a dashboard for one product? Thank you in advance for all kind of help.

FlexSim 17.2.5
dashboard data
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
0 Likes"
tannerp answered Robert B3 commented

Hi @Robert B3,

It would help if you attached a model to show your process. But for now, I've created an example model of how you can track the waiting time of items in a fixed resource object using a Statistics Collector. It's not too difficult to get a basic setup, but if you want more advanced statistics, you may need to do more in-depth learning of the Stats Collector and/or Process Flow. I'd recommend learning Process Flow either way.

Basically, the queue puts a label on each item for "entry time" and "exit time" of the item to the queue.

The Stats Collector then listens to the queue for items to exit.

When they do exit, a simple calculation is made using the labels on the items to know how long the item was in the queue waiting

This data can then be put into graphs and tables however you like. Hopefully this helps.

stats-collector-one-product.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.

Robert B3 avatar image Robert B3 commented ·

Hi @tanner.p

I've adjusted all the settings and it works!

But there are errors that Label does not exist. By any chance do you know why this appears? It seems to work well.

dashboardforprodcut.fsm

Thank you very much for help.

0 Likes 0 ·
Braydn T avatar image
0 Likes"
Braydn T answered Robert B3 commented

@Robert B3

I think the easiest way to do this is statistics collectors. If you have not used them before, here is some information on them: https://docs.flexsim.com/en/20.0/Reference/Tools/StatisticsCollector/

You will have to have an item to attach the statistics collectors to, so you will have to already have the flow item in your model before model run. I would create a small piece of Process Flow that moves the item into the start of your process on model start.

Here is some more information on Dashboards that might be useful: https://docs.flexsim.com/en/20.0/GettingData/StandardDataGathering/KeyConceptsDashboards/

If someone has a better idea, feel free to chime in. Otherwise, if you need more help with this, tag me @Braydn T

Thanks!

· 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.

Robert B3 avatar image Robert B3 commented ·

Hello Braydn.

Thank you very much for the answer.

Frankly speaking im not an expert if it comes to proces flow, so i would prefer to avoid that way. I've tried to do this with dashboard but the only way i can do is queue which is not that precise to present movement of one piece (product).

Does anyone have any ideas?

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.