poster
2019-11-27, 12:43
<p><strong>Problem Faced:</strong></p>
<p>I have a SIMULINK model that has got two algebraic loops.
In order to overcome this I have set the model configuration properties as "warning".
The model runs well and has got the expected dynamics as shown in below image.</p>
<p><a href="https://i.stack.imgur.com/5kxUq.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>Now I need to convert this model to .exe which will be accessed by a GUI.
In order to do so I have to break this algebraic loop by usin a unit delay block else the build process does not execute EVEN IF the configuration properties of the simulation model has been set to "none/warning".
But in the process of using a unit delay block, entire dynamics of the solution changes which shows that its a numerical error as shown in below image..</p>
<p><a href="https://i.stack.imgur.com/NG46o.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>I request, somebody please suggest a suitable solution in dissolving this algebraic loop error without changing the dynamics of the model.</p>
More answer... (https://stackoverflow.com/questions/59063109/challenges-faced-in-resolving-algebraic-loops-in-simulink-models)
<p>I have a SIMULINK model that has got two algebraic loops.
In order to overcome this I have set the model configuration properties as "warning".
The model runs well and has got the expected dynamics as shown in below image.</p>
<p><a href="https://i.stack.imgur.com/5kxUq.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>Now I need to convert this model to .exe which will be accessed by a GUI.
In order to do so I have to break this algebraic loop by usin a unit delay block else the build process does not execute EVEN IF the configuration properties of the simulation model has been set to "none/warning".
But in the process of using a unit delay block, entire dynamics of the solution changes which shows that its a numerical error as shown in below image..</p>
<p><a href="https://i.stack.imgur.com/NG46o.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>I request, somebody please suggest a suitable solution in dissolving this algebraic loop error without changing the dynamics of the model.</p>
More answer... (https://stackoverflow.com/questions/59063109/challenges-faced-in-resolving-algebraic-loops-in-simulink-models)