120 likes | 267 Views
Hydro Governor PI Controller Limits. Jamie Weber PowerWorld Corporation MVWG March 19, 2014. Background. Recently finished coding the H6B (H6BD) governor using documentation we received during the last MVWG meeting from John Undrill Block Diagram Pseudo-code of the model
E N D
Hydro GovernorPI Controller Limits Jamie Weber PowerWorld Corporation MVWG March 19, 2014
Background • Recently finished coding the H6B (H6BD) governor using documentation we received during the last MVWG meeting from John Undrill • Block Diagram • Pseudo-code of the model • The psuedo-code contained a non-windup limit on the PI controller which was not shown in the block diagram
Background • I mentioned this non-windup limit to Tom Overbye • Tom Overbye at University of Illinois andMani Venkatasubramanian at Washington State have been working on a validation project as well • Validating 4 software tools • They had found similar undocumented non-windup limits on several PI controller on hydro governors in one package • Other 3 packages have implemented what is on the block diagram directly
Undocumented Non-Windup Limits Kp Gmax Gmin Ki/s
When does this matter • During an large frequency drop, the PI controller will be driven UP and the gmax limits will be hit. • If the frequency stays low, the gmax limit would stay active, but if the low frequency event results in a large amount of load tripping, then the frequency may go HIGH • If the PI is allowed to wind-up, then the governor will remain stuck at gmax while the PI state “unwinds” • If it was a non-windup limit it backs off immediately • Basically, it matters for really big frequency excursion events
Should we all change these? • These non-windup limits make a lot of sense – seems like they should be included • PowerWorldhas modified to include an option • “Include undocumented governor PI limits” • Is this same thing occurring for other governor types?