PID tuning when error input data to PID and output data from Plant is available.
Show older comments
I don't have a mathematical model of the plant. Currently, PID is tuned with some fixed Kp, Ki, and Kd and I want to optimize these parameters for a stable system. PID is giving output to a non-linear control valve which is used to control a temperature at the certain place by supplying amount of water. Error input to the PID is the difference between set value of temperature and actual temperature. The data of error input to PID, Control valve opening and actual output temperature are available to me. For example Set value of temperature (SV) = 980 deg C Actual output temperature (PV) = 998 deg C, Error term to PID = -18 Deg C, Control Valve Opening = 33 %, like this I have many sets of data points available
So, is it possible to tune the PID from the following data? Thanks in Advance
Accepted Answer
More Answers (0)
Categories
Find more on Tuning Goals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!