Open SenHuang19 opened 2 years ago
@mwetter Could you please create a development branch for this issue?
@SenHuang19 : Done, please use issue2884_PID_autotuning
@SenHuang19 : I merged the master, which contains the new block PIDWithInputGains
.
Thanks a lot! I am working on it now.
This issue is to implement model-based PID tuning methods described in https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.831.9430&rep=rep1&type=pdf. The structure of the resulting Modelica class is shown as below: Besides, this issue may require changes to
Buildings.Controls.OBC.CDL.Continuous/PID
: converting the K, Ti, Td from parameters into variables.