Effacer les filtres
Effacer les filtres

When are libraries inserted into a Simulink model?

1 vue (au cours des 30 derniers jours)
Jerki Jokne
Jerki Jokne le 9 Avr 2019
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?

Réponse acceptée

Hadi Zyien
Hadi Zyien le 15 Avr 2019
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.

Plus de réponses (0)

Catégories

En savoir plus sur Create Large-Scale Model Components dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by