How do I remove an opening on my model

조회 수: 6 (최근 30일)
Caleb
Caleb 2022년 10월 29일
답변: Vinayak 2023년 5월 23일
When trying to plot my PID controller to a Root Locus Editor on the control systems designer, and selecting the location for open loop response, I am returned with a message stating “ The selected location is defined as a permanent opening in the architecture. Remove this opening to create a response at this location.“ I was following a simulink tutorial called Simulink Control from UofM, Carnegie and Detroit Mercy.

답변 (1개)

Vinayak
Vinayak 2023년 5월 23일
Hi Caleb,
The message indicates that there is a permanent opening in the architecture of your model. i.e. an open circuit path.
As long as the opening persists, the model will not be able to run and henceforth, this needs to be closed.
You might need to individually go through all blocks and subsystem blocks to check if one of the blocks is not connected to the other i.e. a block whose inputs or outputs are not connected, or a block with an open input or output port that is not being used. You will need to connect this block or delete it if its not in use, that would help close the circuit.
Thanks

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by