Loop PID dan loop PIV yang disebut dengan gain yang sama harus memiliki respons yang sama terhadap gangguan, jadi saya tidak yakin mengapa klaim bahwa respons gangguan lebih baik atau lebih buruk.
Seperti disebutkan, "tendangan" turunan akan lebih sedikit, yang bisa menjadi hal yang baik jika Anda memberikan input yang tajam.
Selain itu, mungkin ada beberapa manfaat karena masalahnya muncul dari saturasi integrator, tergantung pada bagaimana Anda menerapkan anti-windup Anda.
Y(s)=kfiU(s)−kbiX(s)s+(kfpU(s)−kbpX(s))+(kfdU(s)−kbdX(s))s
where
Y is the controller output,
U is the system command and
X is the controlled variable, while the various
kxx are forward and backward integral, derivative, and proportional gains. In this scheme you tune the various feedback gains (
kbx) to get the loop (and hence disturbance) response that you want, and you tune the forward gains (
kfx) to improve the response to a command change, by whatever criteria you have for "better".
Setting all the forward and reverse gains equal gets you a plain ol' PID, while setting kbp=0 and kbd=0 gets you the so-called "PIV" controller.