Hi, Sailer 12000
It's right, you will use a PID algorithm, but not a compact one. For a electro-hydraulic governor, we have a cascade loop, so the functions of the PID are distributed on the feedback reactions, depending on the regulating principle. The governor's droop can be defined either as a "power droop", when it operates on the generator's power feedback, either as an "opening droop" when the power signal from the generator is disconected and the droop is defined on the gate position. Assuming that the droop formula is (df/f0)/(dP/P0) where f0 and P0 are the rated values for the frequency and for the power, and df and dP are the variations at an arbitrary moment, that means you will take from the power signal only a part to compensate the frequency variation. The same applies for the gate position feedback. So when you write the PLC program you will multiply the power feedback with the droop value and sum the result with the frequncy error. The entire algorithm form depends on the way you design the speed governor.
Sorry for my english.