Algebraic loop error after removing goto/from blocks
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I have issues with some algebraic loop errors, the fact is that the model worked fine before removing some from/goto blocks but after I've removed these blocks I'm getting this error. The initial structure of the model was something like these:
*Inputs linked with Goto Blocks inside a subsystem -> From blocks inside a subsystem -> Library -> outputs subsystem*
I've removed the goto/from blocks because I think that they are unnecessary, and now the structure is like these:
*Inputs subsys - > Library -> Outputs subsys*
These change of removing the goto/from blocks was for speeding the simulation, and reducing all the unnecessary blocks. I don't understand why before removing the blocks everything worked perfect, and now I'm getting errors inside the library (where I haven't made any change), actually I didn't change anything except the Inputs.
Can anyone now why I'm having this behavior?
Thanks, Alex
2 Commenti
Risposte (1)
Anthony Poulin
il 23 Nov 2012
When you remove your Goto From Block, have you also removed "Unit Delay" block?
This can explain why now you have algebrical loop.
0 Commenti
Vedere anche
Categorie
Scopri di più su Subsystems in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!