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!