How can I obtain a screenshot from the Simulink Real-Time target screen?

21 visualizaciones (últimos 30 días)
I would like to get screenshots from the display connected to my Simulink Real-Time target. Is this possible?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 15 de Oct. de 2020
Editada: MathWorks Support Team el 15 de Oct. de 2020
Using R2020a and earlier:
To obtain a screenshot from the target screen, you can use the following function in the MATLAB command line:
>> viewTargetScreen(tg)
To use this function, the target needs to be connected to the host and running. See the following documentation page for more info:
Using R2020b and later:
The new QNX RTOS has no more GUI. To view the status monitor from the development computer, you can use PuTTY to open an SSH client and start the status monitor application
/usr/target/bin/statusmonitor
on the target computer. For more information, see Target Computer Status Monitor.

Más respuestas (0)

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by