Main Content

slrealtime stop

(QNX Neutrino target computer RTOS) Stop execution of real-time application on target computer

Since R2020b

Description

slrealtime stop stops execution of the real-time application that is running on the Speedgoat® target computer. Before using this command, you must create, load, and start the real-time application on the target computer. If a real-time application is loaded on the target computer but the application is not running, this command unloads the application.

For more information about using this and other command-line interface commands, see Target Computer Command-Line Interface.

The slrealtime stop command that you can run from the target computer command line corresponds to the stop function that you can run from the MATLAB® Command Window on the development computer.

Note

The slrealtime stop command for the target command line does not support the AutoImportFileLog option that is available for the stop command for the MATLAB Command Window.

example

Examples

collapse all

From target computer command line, stop execution of the real-time application that is running on the target computer.

slrealtime start
slrealtime stop

Version History

Introduced in R2020b