1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
|
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Chapter 33: PROTECTIVE RELAYS"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Example 33.1: Time_of_operation_of_the_relay.sce"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"// A Texbook on POWER SYSTEM ENGINEERING\n",
"// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar\n",
"// DHANPAT RAI & Co.\n",
"// SECOND EDITION \n",
"\n",
"// PART III : SWITCHGEAR AND PROTECTION\n",
"// CHAPTER 7: PROTECTIVE RELAYS\n",
"\n",
"// EXAMPLE : 7.1 :\n",
"// Page number 595-596\n",
"clear ; clc ; close ; // Clear the work space and console\n",
"\n",
"// Given data\n",
"I_setting = 150.0 // Current setting of IDMT(%)\n",
"t_mult = 0.5 // Time multiplier setting\n",
"ratio_CT = 500.0/5 // CT ratio\n",
"CT_sec = 5.0 // Secondary turn\n",
"I_f = 6000.0 // Fault current\n",
"\n",
"// Calculations\n",
"I_sec_fault = I_f/ratio_CT // Secondary fault current(A)\n",
"PSM = I_sec_fault/(CT_sec*I_setting/100) // Plug setting multiplier\n",
"t = 3.15 // Time against this PSM(sec). From graph E7.1 in textbook page no 595\n",
"time_oper = t*t_mult // Operating time(sec)\n",
"\n",
"// Results\n",
"disp('PART III - EXAMPLE : 7.1 : SOLUTION :-')\n",
"printf('\nTime of operation of the relay = %.3f sec', time_oper)"
]
}
,
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Example 33.2: Time_of_operation_of_the_relay.sce"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"// A Texbook on POWER SYSTEM ENGINEERING\n",
"// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar\n",
"// DHANPAT RAI & Co.\n",
"// SECOND EDITION \n",
"\n",
"// PART III : SWITCHGEAR AND PROTECTION\n",
"// CHAPTER 7: PROTECTIVE RELAYS\n",
"\n",
"// EXAMPLE : 7.2 :\n",
"// Page number 596\n",
"clear ; clc ; close ; // Clear the work space and console\n",
"\n",
"// Given data\n",
"ratio = 525.0/1 // CT ratio\n",
"CT_sec = 1.0 // Secondary turn\n",
"t_mult = 0.3 // Time multiplier setting\n",
"I_f = 5250.0 // Fault current(A)\n",
"\n",
"// Calculations\n",
"I_sec_fault = I_f/ratio // Secondary fault current(A)\n",
"PSM = I_sec_fault/(1.25*CT_sec) // Plug setting multiplier\n",
"t = 3.15 // Time against this PSM(sec). From graph E7.1 in textbook page no 595\n",
"time_oper = t*t_mult // Operating time(sec)\n",
"\n",
"// Results\n",
"disp('PART III - EXAMPLE : 7.2 : SOLUTION :-')\n",
"printf('\nTime of operation of the relay = %.3f sec', time_oper)"
]
}
,
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Example 33.3: EX33_3.sce"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"// A Texbook on POWER SYSTEM ENGINEERING\n",
"// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar\n",
"// DHANPAT RAI & Co.\n",
"// SECOND EDITION \n",
"\n",
"// PART III : SWITCHGEAR AND PROTECTION\n",
"// CHAPTER 7: PROTECTIVE RELAYS\n",
"\n",
"// EXAMPLE : 7.3 :\n",
"// Page number 596\n",
"clear ; clc ; close ; // Clear the work space and console\n",
"\n",
"// Given data\n",
"MVA = 20.0 // Transformer MVA\n",
"overload = 30.0 // Overload of transformer(%)\n",
"kV = 11.0 // Bus bar rating(kV)\n",
"CT_trans = 1000.0/5 // Transformer CT\n",
"CT_cb = 400.0/5 // Circuit breaker CT\n",
"ps = 125.0 // Plug setting(%)\n",
"ts = 0.3 // Time setting\n",
"I_f = 5000.0 // Fault current(A)\n",
"t_margin = 0.5 // Discriminative time margin(sec)\n",
"\n",
"// Calculations\n",
"I_sec_fault = I_f/CT_cb // Secondary fault current(A)\n",
"CT_cb_sec = 5.0 // Secondary turn\n",
"PSM = I_sec_fault/(ps/100*CT_cb_sec) // Plug setting multiplier\n",
"t = 2.8 // Time against this PSM(sec). From graph E7.1 in textbook page no 595\n",
"time_oper = t*ts // Operating time of feeder relay(sec)\n",
"I_ol = (1+(overload/100))*MVA*1000/(3**0.5*kV) // Overload current(A)\n",
"I_sec_T = I_ol/CT_trans // Secondary current(A)\n",
"CT_T_sec = 5.0 // Secondary turn of transformer\n",
"PSM_T = I_sec_T/CT_T_sec // Minimum plug setting multiplier of transformer\n",
"I_sec_T1 = I_f/CT_trans // Secondary fault current(A)\n",
"ps_T1 = 1.5 // Plug setting as per standard value\n",
"PSM_T1 = I_sec_T1/(CT_T_sec*ps) // Plug setting multiplier of transformer\n",
"t_T1 = 7.0 // Time against this PSM(sec). From graph E7.1 in textbook page no 595\n",
"time_setting = (time_oper+t_margin)/t_T1 // Time setting of transformer\n",
"\n",
"// Results\n",
"disp('PART III - EXAMPLE : 7.3 : SOLUTION :-')\n",
"printf('\nOperating time of feeder relay = %.2f sec', time_oper)\n",
"printf('\nMinimum plug setting of transformer relay, P.S > %.2f ', PSM_T)\n",
"printf('\nTime setting of transformer = %.3f ', time_setting)"
]
}
,
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Example 33.4: Time_of_operation_of_the_two_relays.sce"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"// A Texbook on POWER SYSTEM ENGINEERING\n",
"// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar\n",
"// DHANPAT RAI & Co.\n",
"// SECOND EDITION \n",
"\n",
"// PART III : SWITCHGEAR AND PROTECTION\n",
"// CHAPTER 7: PROTECTIVE RELAYS\n",
"\n",
"// EXAMPLE : 7.4 :\n",
"// Page number 596-597\n",
"clear ; clc ; close ; // Clear the work space and console\n",
"\n",
"// Given data\n",
"I_f = 2000.0 // Fault current(A)\n",
"ratio_CT = 200.0/1 // CT ratio\n",
"R_1 = 100.0 // Relay 1 set on(%)\n",
"R_2 = 125.0 // Relay 2 set on(%)\n",
"t_margin = 0.5 // Discriminative time margin(sec)\n",
"TSM_1 = 0.2 // Time setting multiplier of relay 1\n",
"\n",
"// Calculations\n",
"CT_sec = 200.0 // CT secondary\n",
"PSM_1 = I_f*100/(CT_sec*R_1) // PSM of relay 1\n",
"t_1 = 2.8 // Time against this PSM(sec). From graph E7.1 in textbook page no 595\n",
"time_oper_1 = TSM_1*t_1 // Operating time of relay with TSM of 0.2(Sec)\n",
"PSM_2 = I_f*100/(CT_sec*R_2) // PSM of relay 2\n",
"t_2 = 3.15 // Time against this PSM(sec). From graph E7.1 in textbook page no 595\n",
"actual_time_2 = time_oper_1+t_margin // Actual time of operation of relay 2(sec)\n",
"TSM_2 = actual_time_2/t_2 // Time setting multiplier of relay 2\n",
"\n",
"// Results\n",
"disp('PART III - EXAMPLE : 7.4 : SOLUTION :-')\n",
"printf('\nTime of operation of relay 1 = %.2f sec', time_oper_1)\n",
"printf('\nActual time of operation of relay 2 = %.2f sec', actual_time_2)\n",
"printf('\nT.S.M of relay 2 = %.4f', TSM_2)"
]
}
,
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Example 33.6: Will_the_relay_operate_the_trip_of_the_breaker.sce"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"// A Texbook on POWER SYSTEM ENGINEERING\n",
"// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar\n",
"// DHANPAT RAI & Co.\n",
"// SECOND EDITION \n",
"\n",
"// PART III : SWITCHGEAR AND PROTECTION\n",
"// CHAPTER 7: PROTECTIVE RELAYS\n",
"\n",
"// EXAMPLE : 7.6 :\n",
"// Page number 611\n",
"clear ; clc ; close ; // Clear the work space and console\n",
"\n",
"// Given data\n",
"I_min = 0.1 // Relay minimum pick up current(A)\n",
"slope = 10.0 // Slope characteristic(%)\n",
"CT_ratio = 400.0/5 // CT ratio\n",
"I_1 = 320.0 // Current(A)\n",
"I_2 = 304.0 // Current(A)\n",
"\n",
"// Calculations\n",
"I_op_coil = (I_1-I_2)/CT_ratio // Current in operating coil(A)\n",
"I_re_coil = 1.0*(I_1+I_2)/(2*CT_ratio) // Current in restraining coil(A)\n",
"I_re_coil_slope = I_re_coil*slope/100 // Current in restraining coil with slope(A)\n",
"\n",
"// Results\n",
"disp('PART III - EXAMPLE : 7.6 : SOLUTION :-')\n",
"if(I_op_coil<I_re_coil_slope) then\n",
" printf('\nRelay will not trip the circuit breaker')\n",
"else then\n",
" print('\nRelay will trip the circuit breaker')\n",
"end"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Scilab",
"language": "scilab",
"name": "scilab"
},
"language_info": {
"file_extension": ".sce",
"help_links": [
{
"text": "MetaKernel Magics",
"url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md"
}
],
"mimetype": "text/x-octave",
"name": "scilab",
"version": "0.7.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
|