Built .dll based s-function

14 vues (au cours des 30 derniers jours)
Furkan Bayrak
Furkan Bayrak le 24 Juil 2019
I need to generate code from our Simulink model. Our aim to embed this model in real-time hardware for test. The problem is that, when we want to built our model we got following error :
### Build procedure for model: 'TS107' aborted due to an error.
Cannot find S-function module 'function'. S-Function modules must exist as either source files or pre-compiled object files on the MATLAB path.
In the model, i have a s-function. However, i cannot see the source code of this s-function (c code). Instead of source codes there are some .dll files. Since the model has mex file, the simulation runs from there and there is no problem.
My question is, is it possible to embed a .s-function which calls .dll files to hardware?

Réponses (1)

Yogesh Khurana
Yogesh Khurana le 29 Juil 2019
Yes, it’s possible to call a S-function using library files. You can define the .dll files in header file to call them. You can also refer to this function on MathWorks File Exchange which helps in calling shared libraries from Simulink:
Hope this helps!

Catégories

En savoir plus sur Simulink Coder dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by