I have a question about using of Siemens s7 300 PID Self Tuner (FB51).
I have connected this self tuner with PID regulator FB41.
I have created simple program with visualisation to try all posibilities about Self Tuner. But I found out that Self Tuner probably doesnt work I want to.
I have created several transfer function (in WINMOD - this program can simulate transfer functions of simulated systems) to control them:
Code: Select all
Gs = 1/((2*s+1)*(16*s+1)), Gs = 1/((1*s+1)*(30*s+1)) ...
Self Tuner identify (output parametres of Self Tuner) this system correctly, for example:
Code: Select all
system Gs = 1/((2*s+1)*(16*s+1))
Code: Select all
Gs = 0,9881/((2,4763*s+1)*(16,2319*s+1)).
Parametres of PI regulator: P: 2,765, I: 9,821.
Parametres of PID regulator: P: 32,265, I: 5,076, D: 1,228.
This parametres are represents in FB 41 like this:
Code: Select all
Gr = P(1+1/(Is)+Ds)
But status design and status heating on the end of the process of self tuning is good (status design=2, status heating=2),
so its still ideal case of tuning
My qustions:
1) have everybody some experiences with PID Self Tuner ? How does it work in your case ?
2) do you know where I can get some documents how Self Tuner works (except official help of self tuner ...) ?
Thanks a lot!!