Run Model on Target Hardware
Simulink® deploys code and logs signals on an SD card. These signals are saved as MAT-files on the target hardware.
To deploy the code on the target hardware, in the model window, click the Build Model button. The lower left corner of the model window displays status while Simulink prepares, downloads, and runs the model on the target hardware. Wait for the logging to stop.
Note
After the Simulation stop time elapses, the logging of
signal stops. However, the model continues to run. For example, if the
Simulation stop time parameter is specified as
10.0
seconds, the logging stops after 10.0 seconds.
However, the model continues to run for an indefinite time. If the
Simulation stop time parameter is specified as
Inf
, the logging continues until the SD card memory is
full, or you remove the SD card from the target hardware.
Related Examples
- MAT-file Logging on SD Card for STMicroelectronics STM32 Processors (Embedded Coder)
More About
- Log Signals on SD Card (Embedded Coder)
- Prerequisites for Logging Signals (Embedded Coder)
- Enable MAT-File Logging (Embedded Coder)
- Configure Model to Log Signals on SD Card (Embedded Coder)
- Import MAT-Files into MATLAB (Embedded Coder)