Azzera filtri
Azzera filtri

Cannot solve algebraic loop involving

14 visualizzazioni (ultimi 30 giorni)
Phan BaNgoc
Phan BaNgoc il 23 Apr 2021
Risposto: Ishu il 6 Feb 2024
  • Please help me

Risposte (1)

Ishu
Ishu il 6 Feb 2024
Hi Phan,
As you can clearly see in the error message that when you simulate the model an algebric loop is detected and hence an error is thrown.
An algebraic loop occurs when a signal loop in a model contains only blocks that have direct feedthrough. Direct feedthrough refers to blocks that use the input value for the current time step to calculate the output value for the current time step. A signal loop that contains only blocks with direct feedthrough creates a circular dependency of block output and input values in the same time step. The resulting equation is an algebraic equation that requires a solution at each time step and adds computational cost.
One method to solve the algebric loops is you can add the delay blocks in the loop, hence the input and output time stamps will be different and the simulink will have a starting point to begin the calculation.
Below is the MathWorks documentation that you can refer for more information:
Hope it helps.

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by