Main Content

slrealtime load

(QNX Neutrino target computer RTOS) Load real-time application to target computer

Since R2020b

Description

slrealtime load --AppName <app_name> loads the application <app_name> onto the Speedgoat® target. The real-time application was previously deployed to the target computer.

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

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

example

Examples

collapse all

From the target computer command line, load the installed real-time application slrt_ex_osc on the target computer .

slrealtime load --AppName slrt_ex_osc

Input Arguments

collapse all

Provides name of the real-time application MLDATX file that you built from the model.

Example: --AppName slrt_ex_osc

Version History

Introduced in R2020b