Lab 06
Lab 06
Manual
Handout no. 6
EXPERIMENT # 6
Introduction:
Frequency variations in the system occur due to the variation in the prime mover speed. In
a large inter-connected stable system frequency variation are rare. Because a generator unit
connected to a large stable system cannot operate at higher or lower frequency than the system
frequency. But a smaller system or a generator working alone is prone to frequency variations due
to the variations in load.
This abnormal condition is not very dangerous for the system. So frequency relay sense the
abnormal condition and activate alarm and if this condition persist for a long time then relay
operates the circuit breaker.
Over-Frequency:
This condition is due to the increase in speed of prime mover. On the generation site this is
protected by the over-speed device. An over-frequency relay can be used as backup to mechanical
devices. Again, if the unit is connected to a stable system, the generator cannot operate above the
system frequency. However, if the system is dynamically unstable over-frequency relays can alert
the operator. In general, the governing devices will protect the unit from over-speed. But for reliable
system all system conditions must be addressed.
Under-Frequency:
While no standards have been established for abnormal frequency operation of generators,
itis recognized that reduced frequency results large flux, saturation of magnetic material and large
magnetization current. Therefore, operation at reduced frequency should be at reduced kVA or kV.
Operating precautions should be taken to stay within the short-time thermal ratings of the generator
rotor and stator. Under-frequency is a system condition that affects the turbines and the
Page 1
Power System Protection Lab. Manual
Frequency Relay:
The frequency relay activates alarm or isolates the generator in the case when frequency
deviates from the allowable limits. As mentioned earlier the over and under frequencies are
produced in a power system due to sudden change in load or generation. Over frequency can occur
due to isolation of a large load by tripping of a transmission line. Under frequency can occur due
to loss of one or more generating sources in a heavily loaded power system.
Laboratory Task:
Implement a frequency relay that protects the system in over-frequency and under-frequency
conditions.
Procedure
Step 1:
Draw a power system having a three phase programmable source, three phase circuit
breaker, three-phase VI measurement unit and three phase RLC series load. Connect the blocks as
shown below.
Set the properties of each block as mentioned below. Keep all other parameters as it is.
Page 2
Power System Protection Lab. Manual
System Frequency: 50 Hz
Total Simulation Time: 0.5 s
Solver: Ode23tb (stiff/TR-BDF2)
Solver reset Method: Robust
Three-Phase Breakers:
Initial status of breakers: closed
Step 2:
In subsystem “Frequency Relay”, connect the blocks as shown in the diagram and set the
parameters of all the blocks given in the diagram as specified below. To access the different blocks
in the MATLAB SIMULINK library their full path has been given against their names.
Initial condition: 0
This block is used to find the area under the curve. The area under the sinusoidal wave
depends upon the frequency. Because with the increase in frequency wave shrinks on time axis and
its area decreases and vice versa. It means the frequency of system can be judged from the area
under the curve. Observe the output of integrator on ‘scope’ along with the sinusoidal waveform.
Page 3
Power System Protection Lab. Manual
This block is used to amplify the difference between the areas at two different frequencies.
To set the value of gain, follow the instructions given below.
Page 4
Power System Protection Lab. Manual
For all the students, from Reg. No. 1 to 5 gain is 50 times of their roll number, from Reg.
No. 6 to 25 gain is 10 times of their roll numbers, from Reg. No. 26 to 50 gain is 5 times of their
roll numbers and for the rest of the students gain is equal to their roll number.
Gain = 155
This block is used to determine the maximum value of input signal. It holds a value unless it is
reset or some new higher value replaces the older one.
Compare To Constant (Upper Limit & Lower Limit): (Simulink >> Logic and Bit
Operations)
To set the ‘constant value’ of these blocks run the simulation of the system at lower and
upper limits of frequency by setting the frequency of ‘Programmable source’ to 49 Hz and 51 Hz
respectively, and observe the output of gain on ‘Display’. During this simulation keep the circuit
breaker permanently closed by applying a constant ‘1’ on its ‘com’ input. Note down the
observations in the space given below. Output of ‘Gain’ at
There is an inverse relation between frequency and area under the curve.
Also note down the output on the ‘Display’ block for the following frequencies and draw a plot
between frequency and corresponding area under the curve.
Frequ 45 46 47 48 49 50 51 52 53 54 55
ency
Area 1593 1558 1525 1493 1463 1434 1403 1378 1353 1328 1303
(Max) 0.38 4.72 3.73 6.60 2.39 0.32 0.94 9.94 0.32 0.32 9.40
Page 5
Power System Protection Lab. Manual
Counter (s): (Signal Processing Blockset >>Signal Management >> Switches and Counters)
Counter1:
Count Direction: Up
Count Event: Free running
Count Size: User defined
Max. Count: 1e6
Initial Count: 0
Output: Count
Reset input: Check this option
Sample Time: 50e-6
Counter2:
Count Direction: Up
Count Event: Rising edge
Count Size: User defined
Max. Count: 1e6
Initial Count: 0
Output: Count
Reset input: Check this option
Page 6
Power System Protection Lab. Manual
Step 3:
Normal Condition:
Step magnitude: 0
Over Frequency:
Step magnitude: 1.5
Under Frequency:
Step magnitude: -1.5
Challenging Task:
There is a flaw in this logic implementation of frequency relay. As this relay calculate the area
under the curve of voltage waveform to determine the frequency of voltage, any variation in the
magnitude of the voltage will cause a mal-operation of the relay. In practical systems, these
variations are quite common due to different loading conditions and transients in the system.
Frequency relay logic should be independent from the variations in the voltage magnitude. So make
appropriate changes in this logic to make it robust against the variation in voltage.
Page 7
Power System Protection Lab. Manual
SIMULATION ON SIMULINK
Circuit Diagram
Page 8
Power System Protection Lab. Manual
Normal Condition:
Step magnitude: 0
Over Frequency:
Step magnitude: 1.5
Page 9
Power System Protection Lab. Manual
Under Frequency:
Step magnitude: -1.5
CONCLUSION
By performing this lab, I am able
Page 10