이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
외부 스케줄러를 사용하여 모델 구성요소의 시뮬레이션 또는 연동을 스케줄링하려면 알고리즘을 Atomic Subsystem 블록 또는 Model 블록에 배치해야 합니다. 그러면 실행 레이트가 주기(스케줄링된 서브시스템) 또는 비주기(함수 호출 서브시스템)로 지정됩니다.
분할은 아토믹 태스크로 독립적으로 실행되는 모델 구성요소입니다. 멀티태스킹 모델에서는 모델 구성요소에서 분할이 생성됩니다. 분할을 사용하면 모델의 일부를 분리할 수 있으며, 이렇게 분리한 부분은 스케줄 편집기 툴에서 명시적으로 제어할 수 있습니다.
스케줄 편집기는 일종의 스케줄링 툴로서, 분할이라고 불리는 모델 구성요소, 분할 간 데이터 연결 및 이러한 분할의 순서를 나타냅니다. 스케줄 편집기는 Atomic Subsystem, 함수 내보내기 및 모델 블록과 같은 기존의 구성요소에만 사용할 수 있습니다. 스케줄 편집기는 모델 구성요소의 스케줄을 손쉽게 확인하고 편집할 수 있는 대화형 방식의 툴입니다.
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.