Clear Filters
Clear Filters

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

12 views (last 30 days)
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 Comments
Daniel
Daniel on 1 Jun 2023
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 on 1 Jun 2023
Edited: Mohamed Abdullah on 1 Jun 2023
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

Sign in to comment.

Accepted Answer

Ayush
Ayush on 31 Aug 2023
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!

More Answers (0)

Categories

Find more on Event Functions in Help Center and File Exchange

Tags

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!