Different PID response from normal feedback loop and unity feedback loop
이전 댓글 표시
Maybe this can be a banal question, but i've two equivalent schemes with same input and same PID controller, but the unity feedback response differs from the normal feedback scheme. Can someone explain the reason for this behaviour? Thanks

response:

답변 (1개)
Guy Rouleau
2011년 7월 31일
0 개 추천
You are not comparing the same thing.
In the upper case, you take a measurement between process and sensor/transmitter. In the bottom case, you take a measurement at the end, after the sensor/transmitter.
To compare similar things, you can either
- In the upper case, take the measurement after the sensor
OR
- In the bottom case, compute a transfer function that does not include the sensor
카테고리
도움말 센터 및 File Exchange에서 PID Controller Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!