Scheduling model components for simulation or integration with an external scheduler requires the algorithms to be placed in Atomic Subsystem or Model blocks. The execution rate is then specified as either periodic (scheduled subsystem) or nonperiodic (function-call subsystem).
Partitions are components of a model that execute independently as atomic tasks. In multitasking models, partitions are created from model components. With partitions, you can separate parts of the model that you can explicitly control in the Schedule Editor tool.
The Schedule Editor is a scheduling tool that represents the components in the model known as partitions, the data connections between them, and the ordering of those partitions. The Schedule Editor can only be used on existing components, such as atomic subsystems, export functions, and model blocks. The Schedule Editor is an interactive tool that provides an easy way to view and edit the schedule of the model components.
Export-Function Models Overview
Overview of export-function models and requirements for building models.
Create an Export-Function Model
First step for creating independent functions in the generated code.
Test Export-Function Model Simulation Using Input Matrix
Use an input matrix to specify and test function-call event scheduling.
Test Export-Function Model Simulation Using Function-Call Generators
Use multiple Function-Call Generator blocks to test function-call event scheduling.
Test Export-Function Model Simulation Using Stateflow Chart
Use a Stateflow chart to test function-call event scheduling.
Test Export-Function Model Simulation Using Schedule Editor
Use the Schedule Editor to test function-call event scheduling.
Generate Code for Export-Function Model
Generate code for functions that can be integrated with an external scheduler.
Generate Code for Export-Function Model with Rate-Based Model
Generate code from models with function-call and scheduled subsystems.
Specify scheduling of subsystem or model.
Set periodic rates for subsystems.
Test Rate-Based Model Simulation Using Function-Call Generators
Simulate rate-based model.
Generate Code from Rate-Based Model
Generate code from the rate-based model, not from the model test harness.
Control and Display Execution Order
Determine the execution order among blocks within tasks.
Sorting Rules for Explicitly Scheduled Model Components
Simulink® determines the execution order for model components (subsystems and referenced models).
Learn the concept of partitions and how to create them from a model.
Learn about the order of the partitions and how to edit the schedule.
Generate Code from a Partitioned Model
Learn about the impact of partitioning and editing the schedule on code generation.
An event is a construct that represents an action, transition, or condition.