Effacer les filtres
Effacer les filtres

Algebraic Loop Journey of Understanding

2 vues (au cours des 30 derniers jours)
Joe Porter
Joe Porter le 29 Avr 2011
I seem to have introduced an algebraic loop into my model by adding an enable port and a supervisor block to start the model when certain conditions are met. When I debug it seems that the only algebraic loop is through the input and output ports of the enabled block and the enable port itself, rather than any details of the enabled block. Can anyone comment on why it would behave that way?

Réponses (1)

Jarrod Rivituso
Jarrod Rivituso le 29 Avr 2011
Adding an Enable port to a subsystem makes the subsystem Atomic, so Simulink has to treat the internal contents of the subsystem as indivisible (enable Format -> Block Displays -> Sorted Order to see what I mean).
This has a consequence that sometimes "ghost" algebraic loops are created. Here's a great blog post on the issue:
I would recommend trying what the blog suggests
  1. Right-click the subsystem
  2. Enable the Mimize Algebraic Loop Occurences option
  3. Try simulating again
Good luck!
  1 commentaire
Jarrod Rivituso
Jarrod Rivituso le 29 Avr 2011
ps - Seth I think you should vote my answer up cause I referenced your blog :)

Connectez-vous pour commenter.

Communautés

Plus de réponses dans  Power Electronics Control

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by