Electronic – Confusion understanding transient behaviour

controlcontrol systempid controller

enter image description here

I am trying to simulate PID controllers in MATLAB Simulink, but I am bit confused by the term "transient behaviour" in how its extreme highlighted forms (aggressive and robust) will affect the system response?

Here in this context, what will be the meaning of aggressive and robust?

Best Answer

Robust means that your controller will be less affected by plant variations. For example, if your plant transfer function is a crude approximation, you should aim for a more robust controller. It is loosely related to the concept of robustness https://en.wikipedia.org/wiki/Robust_control

Aggressive means fast rise time. If your model is really accurate, your actuators strong an fast, you can aim for a fast rise time.