When are libraries inserted into a Simulink model?

조회 수: 1 (최근 30일)
Jerki Jokne
Jerki Jokne 2019년 4월 9일
답변: Hadi Zyien 2019년 4월 15일
Custom library blocks are stored in their own library files, and the model that uses them contains library links to these blocks. As these library blocks are not stored in the actual model, how and when are the inserted into the model? Pre-compile time? During model compilation? I can't find any sources that explicitly say.
I am trying to understand how library blocks work. Are they basically like C macros?

채택된 답변

Hadi Zyien
Hadi Zyien 2019년 4월 15일
You are correct: Library linked blocks do not actually store the library block in the model in which they are used. Rather, the blocks store a link to the source library block. You can see this by looking at a block's 'ReferenceBlock' parameter. Whenever a model is loaded or updated, the links will update.
So yes, you can make the analogy that a library block acts like a C macro (both function-like or object-like, depending on if there are block inputs). A C macro is pre-processed prior to compilation, where all occurances are replaced. Likewise, pre-model-compilcation all library links will be updated.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by