Part Number: TMDSSOLARCEXPKIT
Hello! We explore SolarKit and have found strange things during setting of Pgain, Igain, Dgain of PID regulator.
When we began with setting of Pgain it did not have effect, system did not control voltage. But when we made Pgain =0 and set Igain =0,01 the system
became very stable and reacts very quickly and works very well. It is strogly confused us, becase early we used the TI PID_GRANDO and it worked as
described - main role played namely Pgain ! I tried to analize and noted, that emulating of PID from 2P2Z (a2=0 a1=1 ) makes denominater without coefficients and
so we have only zeros in this new 2P2Z. No poles! Is it correct? And when you set Dgain=0 we could have very interesting games with b0 = Pgain + Igain and b1= Igain -Pgain
So I ask two questions:
1. Why we can control system with Pgain=0 (in PID from 2P2Z)- is it possible or I should find error somewhere in my programm?
2. Is it possible to contrlo PID emulating from 2P2Z rigthly by setting b2,b1,b0 and what are there meanings in this sense?
Thank you.