Code Generation Order for Initialization code in Simulink

조회 수: 3 (최근 30일)
Soham Sinha
Soham Sinha 2022년 2월 7일
답변: Benjamin Thompson 2022년 2월 8일
Is there any way to control the code generation order for the initialization function of a model?
For example I have an initialization block, BLOCK A, and an s-function BLOCK B, which has some initialization code. I want to place BLOCK A's initialization code before BLOCK B s-function's Start code. Is it possible to control this code generation order?
I tried using the priority option for subsystems, but that did not work.

답변 (1개)

Benjamin Thompson
Benjamin Thompson 2022년 2월 8일
You could put the initialization code for one or both blocks in a System Initialize Custom Code block. If you know Blocks A and B are always going to be used together in a model, move the initialization code from one to another so it is in the correct sequence, or just combine them into a single Block AB.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by