
Can I visualize or display signal data on the screen connected to my Speedgoat target computer?
17 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2021 年 1 月 20 日
編集済み: MathWorks Support Team
2025 年 8 月 28 日
There is no more "Target Scope" block shipped with Simulink Real-Time R2020b or later releases. It used to be available in 'Graphical' and 'Numerical' modes.
How can I visualize or display the signal data on a screen connected to my Speedgoat target computer in newer releases?
採用された回答
MathWorks Support Team
2025 年 8 月 27 日
編集済み: MathWorks Support Team
2025 年 8 月 28 日
Simulink Real-Time went through a major product update for the R2020b release. Graphics support has been removed as part of this in favor of a more performant SSH shell-based BlackBerry® QNX Neutrino® real-time operating system. This means that it is no longer possible to visualize signals on the target screen. Instead, a text-based status monitor is visible on the target screen:

You can use the methods outlined in the following MATLAB Answer to visualize live data from your real-time application on a connected host computer:
The simplest approach is to mark your signals for logging, which enables live streaming to the Simulation Data Inspector (SDI) in MATLAB. See:
If your Speedgoat is running in standalone mode and connecting a host computer is not an option, you can consider printing messages to the system log within the status monitor, as demonstrated in the following documentation example:
2 件のコメント
Stefanie Schwarz
2021 年 10 月 28 日
編集済み: Stefanie Schwarz
2025 年 3 月 23 日
Hi Allen & Christopher, the SDI performance has improved tremendously with our latest R2021b release, so I can only encourage you to always stay up to date with our latest MATLAB release.
Stefanie Schwarz
2021 年 10 月 28 日
編集済み: MathWorks Support Team
2023 年 5 月 25 日
PS. as for decimating the data streamed to SDI, you can use the "Logging Sample Time" option that is discussed here: https://de.mathworks.com/matlabcentral/answers/882723-how-can-i-improve-the-signal-streaming-performance-of-simulation-data-inspector-sdi-when-using-sim
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Simulink Real-Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!