How to get the dashboard for the list working?

How to get the dashboard for the list working?

patrick_zweekhorst
Collaborator Collaborator
550 Views
3 Replies
Message 1 of 4

How to get the dashboard for the list working?

patrick_zweekhorst
Collaborator
Collaborator

[ FlexSim 22.0.1 ]

Hi,

We have a question about a dashboard that should show the stay time at a list. We have used the pin button from the statistic panel to create the dashboard:

1645807638861.png

As you can see in the picture nothing is logged for this list. The first row in the dashboard shows a list in a general ProcessFlow, that is working fine. Should this dashboard also work for lists on ProcessFlow instances? There is an instance column so it looks pretty close already.

Thank you in advance,

Patrick

ListStayTimeQuestion.fsm

0 Likes
Accepted solutions (1)
551 Views
3 Replies
Replies (3)
Message 2 of 4

jason_lightfoot_adsk
Autodesk
Autodesk
Accepted solution

If you install the chart you'll see that the getstat() function is being used to query the basicFR staytime and not that of the list - its doing the equivalent of this for current/min/max/average:

getstat(Model.find("BasicFR1"),"Staytime",STAT_CURRENT)

It should have this:

getstat(data.rowValue, collector.Statistic, STAT_CURRENT,instance)

I've changed it in the attached model:

liststaytimequestion_jl.fsm

Message 3 of 4

patrick_zweekhorst
Collaborator
Collaborator
Hi @Jason Lightfoot ,

Thank you for this solution. Will you also report this such that this bug can be fixed in the next release?

0 Likes
Message 4 of 4

JordanLJohnson
Autodesk
Autodesk
I reported it to dev. Hopefully, we'll get it fixed soon.
.


Jordan Johnson
Principal Software Engineer
>