Statistics Dashboard Update Problem

Hello there, may someone can help me. I creating some statistics with python and display them on dashboard. The problem is, the graphss will only update after I pause and resume the simulation. I use default sampling time (1 min). The video will show the problem.

Thanks!
Best Regards
– Patrick

Hy,

may the problem is in your Python-Script?

Regards
Feature

Hi,
in the python script I just add event-based new products to the data series. In my opinion, this should not affect the sampling interval or am I wrong?.

BR
–Patrick

Hy,

hard to say without have a look at your Script. I’m with you about sampling interval.

May Report it to official Support?

Regards
Feature

1 Like

I’m in contact with support now.
Further, I would like to export statistics to excel but change the template. Any idea where I can find the addon?

image

Problem has been solved.
Now I create the dashboard layout OnStart and also add the chart.update() function.
Thanks everybody!