Digital Relay
Digital Relay
Parameters:
VoltageRating:345kV
Systemfrequency:60Hz
Equivalent Voltage Per Unit: ES=1/Z5(pp.), ER=1Z0(pp.)
Equivalent Source Impedance: zip=0.238+5.72(Q), So=2.738+10(Q)ZRI=0.238+6.19(Q),
ZR0=0.833+5.12(Q)
LengthofTransmissionLine:100km
Line Constant: Ro=0.275(Q), Lo=3.725(MH), C0=6.71l(mph) RI=0.0275(Q),
LI=1.345(MH), Cl=9.483(mph)
Filter:2nd Order of Butterworth Low Pass Filter High Cut-Off Frequency 360HZ
Block diagram of a digital relay
Results:
Case of the system frequency increase and sampling frequency of 12 samples per 20 MS cycle
Case of the system frequency decrease and sampling frequency of 12 samples per 20 MS cycle
Current waveforms during single-phase fault (50 Hz)
Digital Relay Impedance Evolution for Mean Square Value based algorithm
Advantages of Digital Relay
Code:
figure
subplot (4,1,1)
plot (t, p1,'linewidth',2.5)
axis ([0 10 0 2])
legend ('P1 Status')
subplot (4,1,2)
plot (t, p2,'linewidth',2.5)
axis ([0 10 -.5 1.5])
legend ('P2 Status')
subplot (4,1,3)
plot (t, q1,'linewidth',2.5)
axis ([0 10 0 2])
legend ('Q1 Status')
subplot (4,1,4)
plot (t, q2,'linewidth',2.5)
axis ([0 10 -0.5 1.5])
legend ('Q2 Status')
figure
subplot (4,1,1)
plot (t, ip1)
axis ([0 10 -4000 4000])
legend ('P1 Current')
subplot (4,1,2)
plot (t, ip2)
axis ([0 10 -7000 7000])
legend ('P2 Current')
subplot (4,1,3)
plot (t, iq1)
axis ([0 10 -4000 4000])
legend ('Q1 Current')
subplot (4,1,4)
plot (t, iq2)
axis ([0 10 -4000 4000])
legend ('Q2 Current')
%subplot (5,1,5)
%plot(tout)
%axis ([0 10 -2200 2200])