Main Content

slrtAppGenerator

Generate instrument panel app to interact with target computer and real-time application running on target computer

Since R2022a

Description

example

slrtAppGenerator opens the Simulink® Real-Time™ App Generator.

Simulink Real-Time app generator provides a UI for creating instrument panel apps for real-time applications running on the target computer. You can:

  • Open a model file SLX or real-time application file MLDATX, and create an instrument panel app.

  • Select signals and parameters to add to an instrument panel app.

  • Configure controls for instrument panel app.

  • Create instrument panel app.

  • Save an App Generator session file MAT, and open it in a future App Generator session

Examples

collapse all

To create an instrument panel app, you can open the App Generator from the Simulink Editor or open the App Generator from the MATLAB Command Window. If you open the App Generator from the MATLAB Command Window, you choose the model or real-time application for which you create the instrument panel app.

  1. Open the Simulink Real-Time App Generator. Type:

    slrtAppGenerator
  2. To select a model or real-time application, click the New button. Select the model or real-time application and click Open.

  3. To create the instrument panel app, select signals and parameters to add to the instrument panel, configure the controls for your selections, and click the Generate App button.

    For more information about the App Generator, see Simulink Real-Time App Generator.

Version History

Introduced in R2022a