Algebraic loop error after removing goto/from blocks

1 次查看(过去 30 天)
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 个评论
Alexandru
Alexandru 2012-11-23
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...

请先登录,再进行评论。

回答(1 个)

Anthony Poulin
Anthony Poulin 2012-11-23
When you remove your Goto From Block, have you also removed "Unit Delay" block?
This can explain why now you have algebrical loop.

类别

Help CenterFile Exchange 中查找有关 Schedule Model Components 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by