×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Synchronous Generator: Will these loops interact?
5

Synchronous Generator: Will these loops interact?

Synchronous Generator: Will these loops interact?

(OP)
I am tasked with designing a PID control strategy for a system that will use fluid power to turn the shaft of a synchronous generator. My question is whether my planned control strategy will work, and specifically, will my two PID loops interact and therefore not work well.

The generator will be connected to the local grid. The fluid power will be created by a new innovative system that extracts energy from the temperature differential of hot water heated by a massive solar array and cold sea water and creates pressured flow of hydraulic oil. The fluid power from the hydraulic oil will be transferred by using it to spin the shaft of a synchronous generator. Before turning the shaft it passes through a control valve.

There are two measured variables: Kilowatts (kW) and power factor (PF) are measured at a control device where the power is transferred to the grid and are available to our control system as 4-20mA input signals. There are two control variables our control system can manipulate with analog outputs: the position of the control valve that regulates flow of the hydraulic oil, and the excitation current to the synchronous generator.

CONTROL LOOPS:
1.    Kilowatt (kW) controller whose PV is kilowatts (available as an analog input from the device connecting the generator to the grid) and whose CV is the position of the valve allowing fluid power to be delivered to the generator shaft. (The setpoint is 250kW which is what the generator is designed to produce.) This will be a relatively slow acting loop.
2.    Power Factor (PF) controller whose PV is the power factor (available as an analog input) and whose CV is the excitation current to the synchronous generator. This will be a relatively fast acting loop.

CONTROL STRATEGY:
•    Ramp open the valve until the generator RPM is at the design point (1800). No excitation is applied to the generator and the generator is not connected to the grid yet.
•    Apply a specified excitation and put the generator online.
•    With the kW controller in manual, ramp open the valve slowly to a specified value (say 80%) that is known from design and experimental confirmation to result in 250kW. During this time the excitation controller is allowed to operate in auto. It is expected that it will raise the excitation current as valve opens and kW increases. So in effect, both the valve position and excitation are ramped up.
•    The kW controller is placed in auto. When cloud cover results in slowly dropping kW, the KW controller will slowly open the valve. When fluid power recovers due to restored sunlight the KW controller will slowly close the valve. It is expected that the PF controller will not interact with the kW controller since the latter is slow acting.
•    Additional algorithms will determine when to take the generator offline, usually due to nightfall.
 

RE: Synchronous Generator: Will these loops interact?

Why reinvent the wheel?  Small gen control systems that can do this are widely available.  You're looking for an AVR (excitation) and a governor (throttle).  Generally a whole lot more than just one simple control loop in each though.

RE: Synchronous Generator: Will these loops interact?

Use speed instead of kW. Set 3% proportional band. (Fast acting to prevent over speeds)  Use an initial set point of 60 Hz. to synchronize.  Then raise the set point. until you have the loading you want. If your grid connection fails your speed will be limited to 103% or 61.8 Hz.
This is standard droop operation. This is available from a standard governor. The set will lock on to the grid frequency. The set point offset will control your loading. Forget PID, just use P.   You may want to add a kW loop to avoid having the prime mover overloading the alternator.  
You only have to worry about too much input power and throttle your control  valve if your input power goes above the alternator rating. If you have limited input power, leave the valve wide open. The electrical output of the alternator will correspond to the prime mover input power less losses.  
Your energy source sounds interesting. Without a lot more information about the characteristics of the system we may not be able to give complete recommendations.
There are experts here who are familiar with steam, diesel, gas turbines, combined cycle, large installations, and small installations. Most of us don't know what to expect a normal operating characteristics of a thermal/hydraulic system.
I am wondering why you develop energy and then try to throttle it in the hydraulic loop instead of not developing the energy in the first place, possibly by diverting part of the solar input?  Once the energy is in your system it may be difficult to control it without dissipating  a lot of energy somewhere in your system.  
Our recommendations are, for the most part, based on basic principles. We would very much like to learn as much about your system as you are at liberty to share.
Thanks.

Bill
--------------------
"Why not the best?"
Jimmy Carter

RE: Synchronous Generator: Will these loops interact?

Besides following Bill's advice your initial starting recipe lacked synchronising before grid connection.

Keith Cress
kcress - http://www.flaminsystems.com

RE: Synchronous Generator: Will these loops interact?

(OP)
Mr. Beach I thank you for the comment. The few hours I spent designing this were very enjoyable and so even if I'm reinventing the wheel it is no waste. But I'm interested to know more about the algorithm(s) you mentioned, and compare them to my design. Will you please elaborate on them so I can search?

Waross thank you also. We initially were going to use speed as the PV of a loop that controls the valve, but then we were told that when a synchronous generator is put online the grid will keep it at speed, and that what will vary is the power factor and KVAR (as well as KW of course). If you have time and interest, will you scan my control algorithm overview again and see if it makes sense in light of that?
I'm not really allowed to say much about the part of the system that creates the fluid power, but I will say that it uses a massive solar array to create hot water, and cold sea water to cool another water source, and the temp differential is used in a large scale new, proprietary, innovative system to create the fluid power.

Itsmoked thank you too. Can you please elaborate on your comment? Synchronize what? I am very interested to know more about what you have in mind. Thanks.
 

RE: Synchronous Generator: Will these loops interact?

williamlove;  Just making sure you realize that you must have your generator's output power waveform synchronized with the grid's power waveform before closing the interconnect or you can destroy your generator.

Keith Cress
kcress - http://www.flaminsystems.com

RE: Synchronous Generator: Will these loops interact?

(OP)
Based on thinking about the information provided so far, I'd like to ask you to help me validate two primary assumptions. Can you please tell me if you know or don't know if the assumptions below are correct?

1.) Before connecting a synchronous generator to a utility power grid, we believe there are only two things we can and should do prior to making the connection:
  A.) Make the shaft spin at the proper RPM
  B.) Apply some minimum specified excitation to the generator.

2.) Apart from startup and trip situations, we believe that the generator RPM will be not vary; the grid will keep it going at 1800 RPM if the grid is at 60Hz, and the RPM will fluctuate with the grid frequency. We believe actions we take with the valve position (controlling flow to the generator shaft to spin it) or with excitation affect kW, KVAR, and PF, but not RPM.
 

RE: Synchronous Generator: Will these loops interact?

If all you do is just 1)A) and 1)B) it will be very, very interesting.  You definitely need 1)C) as outlined by itsmoked.

RE: Synchronous Generator: Will these loops interact?

2) Your basic assumption is more-or-less correct, but the governor does not affect the reactive load, at least not in any significant way. There are some second order effects which do cause some interaction but ignore that for now. To a fairly good first approximation your governor regulates the power output in kW. The field current of the generator regulates the kVAR. Power factor is a measure of the ratio of kW and kVAR, so a change in either one will change the PF.

David and Keith's 1C) is to use a synchronising relay or a synchroscope to ensure that the breaker closes when the utility and the machine are electrically in synchronism, which means that speed, terminal voltage, and phase angle are all adjusted within acceptable tolerances. I think you are overlooking phase angle. The relay performs its task by automatically by raising or lowering the field regulator and governor position. A synchroscope provides indication which allows an operator to manually perform the raise and lower functions. An out-of-sync breaker closure is arguably the worst fault the machine can experience in terms of mechanical shock to the generator because the utility will force the generator into synchronism very very quickly causing huge torsional forces to act on the generator and prime mover. Things tend to break - on big machines shafts 2' thick have snapped during this kind of fault. As David says it could be very. very interesting.
  

----------------------------------
  
If we learn from our mistakes I'm getting a great education!
 

RE: Synchronous Generator: Will these loops interact?

This may be a dumb question and I am green.  Every time someone talks about connecting a generator of some kind to the utility grid someone brings up that, they should have synch-phase-over/under voltage relays.  The question I have is do they ever initially drive the generator with the utility grid before engaging the prime move to synch and phase match?

RE: Synchronous Generator: Will these loops interact?

Some gas turbines are brought up to speed using the generator as a motor, but you couldn't do that with reciprocating engine driven generators, hydro generators, or steam turbine driven generators, nor with any gas turbine not designed to be motored by the generator.  When the generator is used as a starting motor there is usually a VFD to bring the speed up gradually.

RE: Synchronous Generator: Will these loops interact?

By the time the generator is at synch speed the static start will have disengaged. Starting devices are usually not needed much beyond about 60% speed because the turbine's compressor is starting to build combuster pressure by then and the machine can become self-sustaining. At low speed the compressor is more like an inefficient fan.
 

----------------------------------
  
If we learn from our mistakes I'm getting a great education!
 

RE: Synchronous Generator: Will these loops interact?

(OP)
I didn't discuss synchronicity because we don't control the synchronizing relay.  The system that provides us the analog signals containing kW and PF (and KVAR which I don't use) has a synchronizing relay.  Our job is simply to control once online.

In light of that, do you think my control strategy will work? I am not an electrical engineer my background is manufacturing and some process control Thanks!

RE: Synchronous Generator: Will these loops interact?

Having had more than a little involvement in the control of gas and steam turbines, I would say keep away from any form of open loop control. I'm not from a hydro generation background so these are my thoughts from the world of thermal plant. I hope they aren't too far out:

- Accelerate up to about 98% nominal speed in closed loop speed control.
- Raise excitation and allow the AVR to set nominal voltage.
- Allow the synchronising relay to nudge speed setpoint up and down to match grid frequency. Simultaneously allow synchronising relay to nudge AVR voltage setpoint up or down to match grid voltage.
- Allow synchronising relay to close breaker.
- Detect breaker closure (not the command to close!) and use that as a transfer signal to move from speed control into load control. You need kW measurement to close the load control loop. Think about how to implement a bumpless transfer between modes.
- Ramp load setpoint to a stable minimum point and hold, usually about 5% would be a good bet as a starting point.
- Set target load and ramp to setpoint.
 
In my opinion you either need the synchronising relay, or you use the above scheme but perform the synchronising functions using raise and lower buttons controlled manually. For this you need the synchroscope I mentioned earlier. You should have an independent check synch relay as a breaker close permissive, just to back up the synchroniser on the day it suffers a failure and issues a close command at the wrong time, or the day when the operator presses the breaker close demand without paying attention. Saves an awful lot of problems.
  

----------------------------------
  
If we learn from our mistakes I'm getting a great education!
 

RE: Synchronous Generator: Will these loops interact?

Nice recipe Scotty.  I think I'm ready to give it a try!

How do you prove the breaker, a position switch, or some sort of electrical change in the line?

Keith Cress
kcress - http://www.flaminsystems.com

RE: Synchronous Generator: Will these loops interact?

Breaker closure is indicated by auxiliary contacts on the breaker, wired back to the governor/AVR.

RE: Synchronous Generator: Will these loops interact?

Even better than the aux contacts is the presence of current through the breaker.

RE: Synchronous Generator: Will these loops interact?

ScottyUK touches on an interesting point. The need for PID vs P control will depend on the characteristics of the prime mover. In particular, the throttle response.

The PID praameters may also have to change once the generator is connected to the grid, as the inertia of a free spinning rotor will behave quite differently than one that is generating power.  

RE: Synchronous Generator: Will these loops interact?

You don't need much control at 250 kW. Once on the grid you don't even need a governor. Whatever you do, don't try to use integral or derivative on the controller.
The grid will set the speed and the power input to the prime mover will control the kW output. Your voltage setting relative to the grids voltage will determine the power factor.
You only need a governor to make synchronizing easier and to protect your set from overspeed in the event the connection to the grid is lost.
Dialing offset into the governor or speed controller is an easy, dependable, proven way to control the power output of a small generator that is running in parallel with the grid or a larger generator.
One thing concerns me. On a diesel set the governor controls the fuel rack and the mass of fuel injected into the engine. No problem. On a steam driven set, the governor controls the steam feed valve, but it also indirectly controls the fuel feed to the boiler. As the steam valve opens up and starts to supply more steam to the turbine, the boiler pressure drops. Another control loop is watching the boiler pressure. As the boiler pressure drops, the controls increase the fuel feed to the boiler to maintain the boiler pressure. As the load drops off, the valve throttles the steam and the boiler pressure rises. The controls reduce the fuel fed to the boiler.
The governor gives fine control and the boiler fuel feed gives coarse control. The slightly varying pressure in the boiler acts as a buffer.
If you are using a control valve to throttle your input fluid, be sure that your system is capable of either absorbing the extra energy or capable of cascading back and controlling the energy input to the system.
If your system is such that the input power to the generator prime mover is not proportional to the position of the control valve, you will need a kW control loop as well to avoid overloading your alternator.
A small set such as this will have an AVR with Under Frequency Roll Off protection. One of the advantages of UFRO is that both the sense and power supply to the AVR may be permanently connected. The output voltage will build as the frequency increases when the set is started.
You may be able to use a quadrature CT to provide acceptable power factor control.
 

Bill
--------------------
"Why not the best?"
Jimmy Carter

RE: Synchronous Generator: Will these loops interact?

Bill,

For once I'm going to disagree - a well-implemented PI controller will give better control than a simple proportional controller. The key words being 'well implemented'.
  

----------------------------------
  
If we learn from our mistakes I'm getting a great education!
 

RE: Synchronous Generator: Will these loops interact?

Hi Scotty;
With generators paralleled in droop mode (P) the machines will share the load and load changes well. If you go to isochronous mode, (PI) you have better frequency control but the machines don't work and play together well. Usually one is put in isochronous mode and the others are run in droop.
When paralleling with the grid, the grid assumes the position of the isochronous set and controls the frequency. Droop is an easy way to control the loading on the smaller sets. If a set is large enough to impact the system or grid frequency, then fixed capacity has to be adjusted as the load increases or decreases.
I think that the point is that when a small set is operated in parallel with the grid, the grid assumes control of the speed. The control scheme controls the loading and provides runaway protection.
If I am running on the grid at 50 hz and I want 80% loading, I will set my P controller to 50 Hz+(.8 x 3% droop) or 51.2 Hz. Now I don't want reset (I) trying to increase the output in a vain attempt to raise the frequency to the actual set point.
Other than that, I agree with you completely as to the implementation of integral on a controller.  

Bill
--------------------
"Why not the best?"
Jimmy Carter

RE: Synchronous Generator: Will these loops interact?

In the context of controllers, PID does not refer to droop vs isochronous control modes.

A PID, Proportional/Integral/Differential controller allows for compensation in a control loop to optimize settling times and eliminate overshoot or ringing. While a generator tied to a stiff system generally needs only proportional control, the throttle control needed to spin a machine up to synchronous speed may need finer tuning, depending on the characteristics of the prime mover. Since it appears that this isn't a typical turbine, hydro, diesel, etc. system, the designers will have to take the dynamics of the system into account when starting. Particularly if this is to be done unattended.

RE: Synchronous Generator: Will these loops interact?

Ah, I see. You're using the inherent error of the proportional controller to provide droop. On the slightly larger machines I work with the droop is a calculated trim function which modifies the MW setpoint based on shaft speed and target frequency. A PI controller holds the turbine tightly to the calculated setpoint through a closed loop from the MW transducers.

Different ways of dealing with the same problem!
  

----------------------------------
  
If we learn from our mistakes I'm getting a great education!
 

RE: Synchronous Generator: Will these loops interact?

Hi Scotty.
I always enjoy our discussions, and the contrasts we find between the small (less than about 1.5 MW) and the large machines that you work on.
Before our little system got the "big" 1.5 MW fuel efficient Cat we had a mix of 5 sets. 2 x 600 kW and 3 x 350 kW. The operators watched the load and manually added or dropped machines as needed. All machines ran in droop and worked well together. The operators had governor controls on the switchboard. Once they had a machine on line, they would advance the throttle until the load was proportionally balanced. The machines would then share load fluctuations quite well. I was involved in discussions as to the implications of going to isochronous control to avoid the small frequency excursions as the droop followed the load. The operating plan was such that no one machine could be depended upon to always be running. Hence the governors may have to be converted from droop to isochronos "on the fly". The droop control was not causing any problems, the system was "islanded" in both meanings of the term. Most of the users were not even aware that there were slight frequency shifts. We concluded that going to isochronous mode would increase the both complexity of the operators task and the possibility of expensive mistakes. We stayed with droop mode.
 

Bill
--------------------
"Why not the best?"
Jimmy Carter

RE: Synchronous Generator: Will these loops interact?

Hi PHovnanian;
I understand from the original post that the system under discussion is about 250 kW.
For generatons, diesel generators in this size range and up to and beyond 1000 kW were controlled by mechanical droop governors. In the sizes from about 250 kW and up, hydraulic governors were available sometimes as an option. The more expensive hydraulic governors had isochronous mode available as well as droop. Many hydraulic governors had only droop mode.
Droop is proportional band (P) plus offset. 3% proportional band plus 3% offset is a standard droop setting.
Isochronous is droop plus reset or integral. (PI) The governor responds to load changes proportionally and then the integral or reset corrects back to the base speed.
With the advent of electronic governors in recent years pre-act or derivative is available, should you choose to implement it. The diesel machines are quite easy to spin up and synchronze. I agree with you completely that the designers of this non typical system may have issues getting synchronized.
I would strongly suggest that we add a reverse power relay to our recommendations. I don't think that it will be a good idea to allow a hydraulic driven set to motor.
If it were my project, I would consider a low power relay instead of or in addition to a reverse power relay, and close the breaker when the set is overtaking the grid. 60.25 Hz or so. Pick up some load and then enable the low power relay. I am sure that once this has been mentioned, the designers will discuss the implications and have the expertise to devise a control plan compatible with the dynamics of their system.
 

Bill
--------------------
"Why not the best?"
Jimmy Carter

RE: Synchronous Generator: Will these loops interact?

This may seem a bit basic, but whenever I come across people new to power generation control, I have found this to be a good primer and reference resource, go to Woodward publications, http://www.woodward.com/pubs/pubpage.cfm?web_section=power
 and search for publication 26260, Governing Fundementals and Power Management, takes a lot of what is discussed above and provides some additional info you may find helpful.  Also look at publication 83402-PID control and 1302-Speed Droop and Power Generation, expands on the information Bill and others provided above.

Basler also has some very good reference literature at, http://www.basler.com/html/dwntech.htm

Some of my favorites,
Voltage Regulator and Parallel Operation
Parallel Operation with a Network System  

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources