Algebraic loop error after removing goto/from blocks

3 views (last 30 days)
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 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 23 Nov 2012
What do you mean by
*Inputs subsys - > Library -> Outputs subsys*
Alexandru
Alexandru on 23 Nov 2012
I've made a sketch http://dl.dropbox.com/u/904182/Untitled.gif with the initial structure.
What I've did is that I've removed the first subsystem marked with grey... that contained all the constant blocks with the goto blocks. The rest is the same as before...

Sign in to comment.

Answers (1)

Anthony Poulin
Anthony Poulin on 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.

Categories

Find more on Schedule Model Components in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!