diff --git a/Process-Control-Closed-Loop-Controller.md b/Process-Control-Closed-Loop-Controller.md index b018e65..2c2c267 100644 --- a/Process-Control-Closed-Loop-Controller.md +++ b/Process-Control-Closed-Loop-Controller.md @@ -4,8 +4,8 @@ The facility process controller uses a [PID](https://en.wikipedia.org/wiki/PID_c The charge level target mode uses a high-D gain PD controller. This provides rapid approach to the setpoint, but right before the D term "puts on the brakes" and heavily slows the system to deal with the time lag issues with the turbines. Then the controller pushes back and finally approaches the setpoint. Minor deviations are mostly handled by the D term pushing back in the opposite direction of the changes. -`kP = 0.275` -`kD = 4.5` +`kP = 0.15` +`kD = 0.6` ### Generation Rate PID w/ Feed Forward Controller