How to eliminate delays in drawing a graph during modeling in Simulink, in a dashboard?

2 次查看(过去 30 天)
I work in Simulink.
I am making a model with cyclic calculations. The model is complex, I’m struggling with speed, trying to optimize the calculations.
To visualize the results of the cycles during the calculations, I would like to use a graph. I took it from the dashboard...
But the results are not displayed on the graph in simulated time. There are long delays in displaying monitored parameters on the graph.
Sometimes the display is formed only after all modeling cycles have been completed.
Is it possible to eliminate the delay in drawing graphs in Simulink, in a dashboard?

回答(2 个)

Sara Nadeau
Sara Nadeau 2023-10-7
Have you looked into any of the limitations listed in the documentation for the Dashboard Scope block?
Notable limitations include:
  • If the Dashboard Scope block is inside a referenced model, the plot does not update during simulation.
  • No support for rapid accelerator simulations.
  • Signals that are reduced through optimizations such as block reduction or accelerator mode aren't displayed in the plot. To view such a signal, mark the signal for logging.
Does the plot update after the simulation ends?
  9 个评论
Sara Nadeau
Sara Nadeau 2023-10-9
Ah, I see. I'm not sure beyond those limitations what might explain these behaviors that you describe.
Unfortunately, I'm also not aware of any setting that would allow you to force updates every calculattion cycle.
Alex K
Alex K 2023-10-9
I thought/hoped that maybe there was a special command that would forcefully update the dashboard in Simulink

请先登录,再进行评论。


Image Analyst
Image Analyst 2023-10-1
I don't know Simulink, but it MATLAB you'd call
drawnow;
to force an immediate update/refresh of the screen and plots.

类别

Help CenterFile Exchange 中查找有关 Dashboard 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by