Can you let me know how to solve my errors? there are 4 errors in my simulink.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
승필 박
am 21 Jan. 2022
Kommentiert: Pat Gipper
am 23 Jan. 2022
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 Kommentare
Akzeptierte Antwort
Pat Gipper
am 22 Jan. 2022
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!