How to import DLL files (*.dll ) into Simulink?
29 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I got several DLL files from Vendor, I wanna import these files into my Simulink model and generate some function blocks. I am using Matlab R2023a/Simulink. I tried add S-Function blocks for each dll file, and entered DLL filename into 'S-function modules', then I ran the Simulink model but got the following error:
How to correctly import DLL files into Matlab R2023a/Simulink? Please advise. Thanks!
2 comentarios
Respuestas (1)
Tushar Sharma
el 27 de Nov. de 2023
Hi Linda,
I understand that you created S-function block to acheive importing DLL files into Simulink, but you are facing an error.
It looks like you're encountering an error related to an S-function called "system1" within the "DLLtest1/S-Function". To resolve this issue, you may want to check the following:
- Check S-Function Configuration: Ensure that the S-function "system1" is available within your project or environment.
- Library or Path: Verify that the necessary library or path containing the "system1" S-function is correctly referenced and accessible to the project.
- S-Function Name: Double-check that the S-function name "system1" is spelled correctly and matches the actual name of the S-function you intend to use.
By addressing these points, you may be able to resolve the error related to the non-existent S-function.
Hope it helps!
Best regards,
Tushar
0 comentarios
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!