Main Content

slrealtime install

(QNX Neutrino target computer RTOS) Install real-time application on target computer

Since R2020b

Description

slrealtime install --AppName <app_name> installs the real-time application MLDATX file for standalone operation on the target computer. The MLDATX file should have been previously downloaded to the target computer and be either in the current directory or specified by using an absolute path.

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

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

example

Examples

collapse all

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

  1. To copy the real-time application MLDATX file to the target computer, use the scp command from the development computer command line. For real-time application slrt_ex_osc.mldatx, a target computer at address 192.168.7.5, and username slrt, you can use this command:

    scp slrt_ex_osc.mldatx slrt@192.168.7.5:slrt_ex_osc.mldatx
  2. The scp command requests the slrt user password for target computer access.

    slrt@192.168.7.5's password:

    Enter password slrt.

  3. Install the real-time application by using this target computer command line:

    slrealtime install --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