Why is Simulink/Simscape throwing an error when everything needed it defined?
3 次查看(过去 30 天)
显示 更早的评论
To All, This is driving me nuts. I have successfully gotten an equivalent simulink model to function correctly.
When I implement the control with simscape components, it does not function. In fact it will run for a few steps, fixed step size or auto, and it fails. By finally running it in auto-step mode, another error says the simscape components are not converging. What does that mean?
I am working through the help on setting up the correct solver settings, but it still throws errors.
0 个评论
回答(1 个)
Jose Lara
2016-12-27
There are a couple of algebraic loops that need to be resolved in your model. First, in the Boost w/converter subsystem, the signal being converted to type double is used as part of the circuit used for in the ‘PS-Simulink Converter 1’ block.
Second, in the ‘Buck w/ converter’ subsystem has a dependency to the output signal of the ‘U_bar’ block. ‘MOSFET 1’ uses this signal, which is part of the circuit used for the ‘PS-Simulink Converter 1’ block.
Other problems that cause this error are discontinuities used in the model, for example, the ‘Relational Operator’ block.
For more information regarding Algebraic Loops and how to fix them, check out the following link: http://www.mathworks.com/help/simulink/ug/algebraic-loops.html
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simscape Electrical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!