Hello every one. can some one help me with this?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Luana Aragao
le 25 Juin 2018
Commenté : Walter Roberson
le 25 Juin 2018
Hello every one, I'm an electrical engineering student, and I'm trying to modelling and simulating a hydroeletric power plant.l I'm new at matlab and simulink, so i'm having lot of doubts about that.
I projected a station just like that bellow:


After that, when i try to compilate the project, i got this error:

I really have no idea about how to fix it. Can some one please help me with this? Thank you all :)
0 commentaires
Réponse acceptée
Walter Roberson
le 25 Juin 2018
You need to resolve the link into the bottom of the Local Load block, in order to provide a value for the VRated input.
You need to open the Machine Mechanical Power (SI) block and look at the parameter fElectrical0 which you will find that you have defined in terms of FRated, but you have not defined FRated
You need to open the Reactive Compensation block and look at the parameter C which you will find that you have defined in terms of reactiveCompensationCapacitance, but you have no defined reactiveCompensationCapacitance
See https://www.mathworks.com/help/simulink/ug/parameter-values-and-specification-methods.html for ways you can define those parameters.
2 commentaires
Walter Roberson
le 25 Juin 2018
You can try either of those recommended actions.
However, probably you will need to remove the algebraic loop. See https://blogs.mathworks.com/simulink/2015/07/18/why-you-should-never-break-an-algebraic-loop-with-with-a-memory-block/
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

