curren value of signal in scope

1 view (last 30 days)
Lila Lotus
Lila Lotus on 9 May 2021
Answered: Jonas on 10 May 2021
Hello,
is there a simple way to see value of signals at certrain point in Scope block in Simulink. Something like tooltip, when you point a mouse on the signal.
Or alternatively a movable vertical bar, showing values of all signals at once.
There is a compare button (measurement), where you can see start and end value of one signal at once and then can select other signal.
But if I have 5 signals in scope, and one changes I want to view values of all signals quick and not selecting them one by one in a drop box. So kind of select them all at once or so...
Hope you understand, how I mean it.
Thank you!

Answers (1)

Jonas
Jonas on 10 May 2021
It is not possible with the Scope block. As you found out, you can only find the value on a vertical cursor of one signal at a time.
You can do it however with the Simulation Data Inspector (SDI). You will need to mark signals with 'Log Selected Signals', and then all those signals will appear in the SDI during and after simulation. You can also manage previously executed simulation runs this way (comparing signals from current versus previous simulation).
In the SDI, you need to enable the cursor (I marked the button in red). Signal labels will appear at the cursor for all signals on the graph.
It is kind of a different way of working compared to using Scope blocks however. (myself, I am sticking to Scope blocks still).

Tags

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!