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

21 visualizzazioni (ultimi 30 giorni)
I would like to get screenshots from the display connected to my Simulink Real-Time target. Is this possible?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 15 Ott 2020
Modificato: MathWorks Support Team il 15 Ott 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.

Più risposte (0)

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by