PID controller tuning for insulin regulation system
조회 수: 13 (최근 30일)
이전 댓글 표시
Hello there,
I am working on a project related to BioSystems, I have the attached model for the system, I am wondering what is the best way to tune the PID controllers in order to get the desired glucose level.
How should I select the P I D to get the best results.
I have attacehd the model in earlier version of Matlab aswell 2015b.
Thanks.
댓글 수: 5
Mathieu NOE
2021년 1월 8일
okso I tried to tune the PID
Integral term is not needed, mostly P and a lot of D (10x more D than P) to keep things stable;
but it seems the "process" after the PID is unable to apply fast enough the corrections so that the bumps are still there
I went up to P = -100 and D = -800 , and even after removing the saturation block, still no visible effect on the error.
답변 (1개)
Abhiroop Rastogi
2022년 2월 15일
Hi Abdulrahman,
I am not sure if you have gotten your answer to this question yet, but just in case it did not happen, I want to mention that there are PID tuner tools available in Simulink that can be utilized for the purpose you are looking for.
You can follow the section on PID Controller tuning in Simulink which will let you adjust the type of responce you need in terms of "Response Time" or "Transient Behaviour" also.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 PID Controller Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!