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!