Scope block doesn't show any data inside a reference model block

11 次查看(过去 30 天)
Hello, I am running one of the reference applications in simulink. Inside that model there are several reference model blocks....what I am trying to do is to place a scope inside one of those blocks to see the resulted signals rather than going back to the visualization block. I tried several solutions like auto scale and limited data options in the scope settings but with no success. I think there might be an option to adjust because the scope works fine for the output signals from the reference block itself but inside the ref model block, it doesn't show anything . I also tried the logging signals option it also woorks fine inside the model reference block
  2 个评论
Daniel
Daniel 2023-6-1
Which reference model are you running? I have an idea what the cause might be, but it would be nice to confirm it before sharing an answer which might be incorrect.
Mohamed Abdullah
Mohamed Abdullah 2023-6-1
编辑:Mohamed Abdullah 2023-6-1
Thanks for your help.I am using the reference application of electric vehicle and the reference module that I am talking about is the powertrain control module

请先登录,再进行评论。

采纳的回答

Ayush
Ayush 2023-8-31
Hey Mohamed Abdullah,
I understand that you are running a reference application in Simulink and want to place a scope inside one of the reference model blocks to view the resulting signals. You have tried options like auto scale and limited data in scope block settings, but it doesn't work within reference model. The logging signals option works fine inside the block.
This might be happening as your model might be running in “accelerated mode” and “Scopes” don’t work well in this mode because Simulink generates a C-MEX S-function for the model for run-time execution, and “Scopes” are not part of that S-function.
To see the output of internal signals in a reference model, you can try the following approaches:
  1. Using "outport" blocks in the model reference and scoping the relevant signals from the top-level model.
  2. Using the Simulation Data inspector (either from the top-level model or from the model reference) and logging the desired signals.
For more information about the Scope block, you can refer its documentation : Display signals generated during simulation - Simulink - MathWorks India
Hope this helps!

更多回答(0 个)

类别

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

标签

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by