Build Action
Defines how Simulink Coder software responds when you build your model
Model Configuration Pane: Hardware Implementation / Hardware board settings / Target hardware resources / Build options
Description
Defines how Simulink®
Coder™ software responds when you press Ctrl+B to build your model.
Settings
Build, load, and run (default) | BuildDefault: Build, load, and run
Build, load, and runWith this option, pressing
Ctrl+Bor clicking Build Model:Generates code from the model.
Compiles and links the code into an executable with libraries.
Loads the executable and libraries into the LEGO® MINDSTORMS® EV3 brick.
Runs the executable in the LEGO MINDSTORMS EV3 brick.
BuildWith this option, pressing
Ctrl+Bor clicking Build Model:Generates code from the model.
Compiles and links the code into an executable with libraries.
This option does not load and run the executable on the LEGO MINDSTORMS EV3 brick.
Tips
When you select the check box, the support package compiles generated code and driver source codes in a sequential order.
When you clear the check box, the support package compiles generated code and driver source codes in parallel. This reduces the time taken to build the model.
Settings
Default: Clear
Programmatic Use
| No programmatic use is available. |
Version History
Introduced in R2016a