Real-Time Application Instruments and Instrument Panel Apps
Interface with a real-time application running on a target computer through graphical instrument panels. Create instrument panels, add instruments to the panels, and then connect parameters and signals to the instruments by using instrument objects. Run your real-time application in MATLAB®. Use the instruments to control the parameters and view the signal outputs. See Instrumentation Apps for Real-Time Applications.
Apps
Simulink Real-Time | Generate real-time applications for simulations that run on a target computer and interface with I/O devices in the target computer (Since R2020b) |
Simulink Real-Time Explorer | Interact with target computer and real-time application running on target computer (Since R2020b) |
Simulink Real-Time TET Monitor | Monitor task execution time for the real-time application running on target computer (Since R2020b) |
Simulink Real-Time App Generator | Generate instrument panel app to interact with target computer and real-time application running on target computer (Since R2022a) |
Tools
Simulink Real-Time Application Property Inspector | View and modify application properties (Since R2023b) |
Simulation Data Inspector | Inspect and compare data and simulation results to validate and iterate model designs |
Objects
Instrument | Create real-time instrument object (Since R2020b) |
slrealtime.instrument.LineStyle | Create real-time instrument LineStyle object (Since R2022b) |
Functions
slrtExplorer | Open Simulink Real-Time explorer and interact with target computers and real-time applications (Since R2020b) |
slrtTETMonitor | Open Simulink Real-Time task execution time (TET) monitor (Since R2020b) |
slrtAppGenerator | Generate instrument panel app to interact with target computer and real-time application running on target computer (Since R2022a) |
slrtApplicationInspector | Open Simulink Real-Time Application Property Inspector and view the application information, signals, parameters (Since R2023b) |
getAllInstruments | Get information on instruments added to target object (Since R2021b) |
Simulink Real-Time App Designer Components
ConnectButton | Create connect target computer button for instrument panel UI |
ImportFileLogButton | Create import file log button for instrument panel UI |
LoadButton | Create load real-time application button for instrument panel UI |
InstrumentManager | Create instrument manager component for App Designer components in instrument panel UI |
Menu | Create menu of commands for instrument panel UI |
ParameterTable | Create parameter table for instrument panel UI |
ParameterTuner | Create parameter tuner component for App Designer component in instrument panel UI |
RebootButton | Create reboot target computer button for instrument panel UI |
RecordButton | Create record (log and stream signals) real-time application button for instrument panel UI |
SignalTable | Create signal table for instrument panel UI |
SimulationTimeEditField | Create simulation time edit field component for instrument panel UI |
StartStopButton | Create start-stop real-time application button for instrument panel UI |
StatusBar | Create status bar for instrument panel UI |
StopTimeEditField | Create stop time edit field component for instrument panel UI |
SystemLog | Create system log component for instrument panel UI |
TETMonitor | Create TET monitor component for instrument panel UI |
TargetSelector | Create target computer selector component for instrument panel UI |
UpdateButton | Create update target computer software button for instrument panel UI |
Properties
slrealtime.ui Properties | slrealtime UI component properties for instrument panel UI (Since R2021b) |
Topics
- Add Instruments to Real-Time Application from Simulink Model
Create instruments for your real-time application by using Simulink Editor.
- Instrumentation Apps for Real-Time Applications
Interface with your real-time application by using instrument panel apps.
- Create App Designer Instrument Panels by Using App Generator
Create real-time application instrument panel by using App Generator.
- Display and Filter Hierarchical Signals and Parameters
Find and view signals and parameters with hierarchical path information.
- Export and Import Signals in Instrument by Using Simulink Real-Time Explorer
Group signals across hierarchical model boundaries.
- Create and Update Instrument Panel for Stateflow Car Transmission
Configure and update an App Designer instrument panel app for a Simulink Real-Time car transmission application.