Algebraic loop error - Simulink

조회 수: 1 (최근 30일)
John
John 2023년 5월 17일
편집: John 2023년 5월 20일
Hi, I was wondering if anyone could help.

답변 (1개)

Paul
Paul 2023년 5월 17일
Hi John,
The model equations as implemented are:
(1) actual_height = new_height
(2) new_height = displacement + actual_height
Or
(3) actual_height = dispslacement + actual_height
which is the algebraic loop.
Is that what the equations should be?
  댓글 수: 2
John
John 2023년 5월 17일
I see the error now. I think I need to add a time delay in the first equation. The ‘new height’ should be actual height but only for the next time step.
Do you think that adding a ‘delay one step’ block, in between the plant ‘new height’ output and ‘actual height’ input, would achieve this?
Paul
Paul 2023년 5월 17일
Adding a delay somewhere between 'actual height' and 'new height' will remove the algebraic loop. But it's probabably an indication that something isn't being modeled correctly in the first place.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by