Built .dll based s-function

17 views (last 30 days)
Furkan Bayrak
Furkan Bayrak on 24 Jul 2019
Answered: Yogesh Khurana on 29 Jul 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?

Answers (1)

Yogesh Khurana
Yogesh Khurana on 29 Jul 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!

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!