Can you let me know how to solve my errors? there are 4 errors in my simulink.

Hello all,
I am making PMSM modeling with simulink.
I faced in some error with this picture.
I attached my simulink data and error message.
I would appreciate if you could suggest solution for my issue.

4 comentarios

Ankit
Ankit el 21 de En. de 2022
Editada: Ankit el 21 de En. de 2022
i dont have 2020 version.. could you put the screenshot of your model? or may be 2018b *.slx file.
have on look on the below links to know about alegbraic loop and how you can resolve them: Algebraic Loop Concepts - MATLAB & Simulink - MathWorks Deutschland
Hello Ankit,
Do you know how to convert from Matlab 2020b to Matlab 2018b?
I don't know how to do it.
Then, I will transform my simulink data to 2018b version.
Thanks
Hello Ankit,
I tranformed my simulink data into 2018b version.
Please check and review it.
I would appreciate if you could give me solution.
Thanks

Iniciar sesión para comentar.

 Respuesta aceptada

You had two issues. One was the integrators in Current_Controller were implimented using the Memory in the feedback path causing an algebraic loop. I simply moved the Memory into the forward path to remove this error message.
The second problem was an error message from the compiler about DQ_ABC/Matlab Function1. I had to correct this by specifically defining the size of the input "u" using the Ports and Data Manager. It was strange that the compiler only complained about this specific function.

2 comentarios

Hello Pat Gipper,
Thank you for giving me your solution. I resolved my issue based on your idea.
I really appreciated of your great support.
Thanks
Glad I could help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 21 de En. de 2022

Comentada:

el 23 de En. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by