EPSP CEP 64 Merged
EPSP CEP 64 Merged
GROUP MEMBERS:
MUHAMMAD MUZAMMIL (EE-18064)
MUHAMMAD UMAR (EE-18083)
MUHAMMAD UMAIR HAROON (EE-18085)
USAMA UMER MALIK (EE-18116)
BILAL AHMED KHAN (EE-18259)
                                               Page | 1
     Design of a OvercurrentRelay Using Arduino
              Uno as a Microcontroller
                             Muhammad Muzammil, EE-18064., muzammil4100883@cloud.neduet.edu.pk
                             Muhammad Umar, EE-18083, umar4104293@cloud.neduet.edu.pk
                             Muhammad Umair Haroon, EE-18085., haroon4103853@cloud.neduet.edu.pk
                             Usama Uemr Malik,EE-18116,malik4107145@cloud.neduet.edu.pk
                             Bilal Ahmed Khan, EE-18259., khan4103766@cloud.neduet.edu.pk
                                                                                                                                      Page 1 of 7
           This kind of overcurrent relay operates quickly
       without any delays when the current entering the relay
       exceeds its pick-up current value [9]. This relay is used
       to protect the outgoing feeder from overcurrent faults
       such as due to the short-circuit conditions, transient
       conditions and over loads. Its operation time is within
       100ms. The construction of the instantaneous relay
       comprises of a moving armature, plunger and an
       induction disk.
     Time delay Relay
          A time delay relay operates with certain time delay.
      If the fault current exceeds the pick-up or operating
      current of the relay, the relay will send the signal to the
      circuit breaker to trip after its time delay is reached [9].
      The pick-up current and the time delay of the relay can
      be adjusted according to the protection requirement of
      the system. The operation of the relay is determined by
      the magnitude of the pick-up current and the time delay.
      It only operates if two conditions are fulfilled. Even
      though the current entering the relay exceeds its pick-up
      current such as the starting current and the surge current,
      the relay is still not operating if the time delay of the
      relay is not met [10, 11, 12]. Based on the variations of
      the time delay, the time delay relay can be distinguished
      into two types i.e.: the definite time and the inverse
      time relays. Basically, both relays with definite and
      inverse characteristics have certain time delay. The
      definite time delay relay has a constant time delay. The
      definite time relays are usually applied as a back-up           Fig.2. The Inverse characteristic curves with the time delay [12]
      relay [10, 11, 12]. For example, it is used to back-up the            The inverse characteristic curves show the relationship
      distance relay to protect the transmission line and to
                                                                      between the operation time in seconds and the fault current of
      back-up the differential relay to protect the power
      transformer. It alsocan be applied as the main protection       the relay as the multiple of its pick-up current [9]. The curve
      relay to protect the outgoing feeder and bus coupler.           has the asymptote in the vertical axis and it is inverse to the
                                                                      current that exceeds to the pick-up current. The inversetime
        In contract to the definite time relay, the time delay        characteristic curve can be shifted up and down by adjusting
    of the inverse relay is varied depending on the magnitude         the Time Dial Setting (TDS). If the relay reaches its pick-up
    of the incoming fault current. Generally, if the magnitude        value due to a fault current, then its time delay is set to
    of the detected fault current is very high, the time delay of     identify that incoming fault current. The relay will sendthe
    the relay is also very fast. The characteristics of the inverse   signal to the circuit breaker to trip only if the duration of the
    time relay can be classified into four types as shown in the      fault exceeds its setting time delay. The example of the relay
    standard IEC 60255 [1], i.e.: Standard inverse, the Definite
                                                                      operation is given in Fig.3 where the pick-up current value is
    inverse, the Very inverse and the Extremely inverse. Their
    characteristic curves are shown in Figure 2.                      set at 1 Ampere and the TDS is positioned at 0.1. Then the
                                                                      value of its time delay is adjusted to the magnitude of the fault
        The time delay of those different inverse relays can be       current relay which is the area under the curve as shown in the
    calculated as expressed in (1) to (3) [1]:                        Fig.3.
       Standard Inverse:
(1)
       Very Inverse:
                                                               (2)
       Extremely Inverse:
                                                                (3)
where,
t     = the time delay of the relay (second)
TMS = the time multiplier setting (second)
Ir = the ratio of the fault current to the setting current
                                                                                                                                     Page 2 of 7
                                                                              time and IDMT characteristic. If this overcurrent relay is
                                                                              applied to protect the radial line, thelowest time delay has to
                                                                              be set to the relay that is placed at the longest point of the
                                                                              circuit then the time delay of the following relays are increased
                                                                              gradually.
                                                                                                          III. METHOD
AC source CT load
  Fig.3. Operation time of the inverse relay with a TMS setting at 0.1 [12]                              PZEM-004t                       Programmable
                                                                                                                            Arduin         Switch
Another example of the relay operation is given in Fig.4 where                                                              o Uno
different sets of TDS can be chosen for the overcurrent & earth
fault relay SPAJ 140 C type.
                                                                                                                                             Page 3 of 7
 The installation of the current sensor (i.e. CT) 10A is in                  TABLE 1. The   Measurement test of electrical equipment
series to the phase cable where the current flowing through                  From table 1 which is measurement of quantities test it is very
the circuit as shown in Fig. 5.and 7 The current sensor(i.e.
                                                                             clear that our pzem-004t sends data to microcontroller and
CT) has the ability to measure the current up to 10Amps.
The sensor works based on the hall sensor effect where the                   microcontroller display it on serial monitor within a time
magnitude of the current passes through the conductor (IP+                   period of 140 mili second which means that this time is
to IP-) is directly proportional to the magnitude of the                     appropriate selection for decision making.
magnetic field. The generated magnetic fields are
accumulated in the hall and produce the output voltage at the                TABLE 2.1. The tripping test during overloading condition with
output terminals of the sensor. The current sensor sends the
reading of the alternating current to Arduino Uno through                                IMDT (standard inverse method)
PZEM-004t v3 module.
3.) The calculation of the fault duration:
  The calculation of the time that is used in the prototype is                          Plug setting = 100% and TMS=0.1               Error (%)
  using the function that is available in the Arduino Uno
  which is called the millis() function. If the relay has reached             Current
                                                                                            Time Delay of SI    The Tripping time
  its pick-up current setting, the value of the millis() at that                               IEC 60255        of the tested relay
                                                                             (Ampere)        (milliseconds)       (milliseconds)
  condition is used as a reference. Then the increased millis()
  value is used as a subtraction to the reference millis() value.               2.02            988.61                1138.61           15.17
  Afterward, the difference between the two values is used as                   3.01            628.26                 778.26            23.87
  a stopwatch to calculate the duration time in milliseconds
                                                                                3.99            498.88                 648.88            30.06
  (ms).
                                                                                4.77            441.08                 591.08            34.00
4.) Electromagnetic switches
                                                                                        Plug setting = 100% and TMS=0.2               Error (%)
  When the magnitude of the fault current occurred exceeds
  the setting current value and its duration is longer than the                             Time Delay of SI    The Tripping time
  setting delay time of the relay, then the fault is considered               Current
                                                                                                 60255          of the tested relay
  as a permanent fault in the Arduino Uno program. At this                   (Ampere)          (Ampere)           (millisecond)
  stage, the digital pin of the Arduino Uno has a voltage of 5                  2,02            1977.22               2127.22           7.58
  Volts a programmable electromagnetic switch is used to
  break the electrical circuit when the permanent fault occurs.                 3,01            1256.53               1406.53           11.93
  a programmable electromagnetic switch is shown in Fig.7.                      3,99            997.77                1147.77           15.03
                                                                                4.77            882.16                 1032.16           17.00
                                                                                                                                      Page 4 of 7
TABLE 2.2. The tripping test during overloading condition with        TABLE 2.3. The tripping test during overloading condition with
            IMDT (very inverse method)                                          IMDT (extremely inverse method)
            Plug setting = 100% and TMS=0.1
                                                          Error (%)
                                                                                       Plug setting = 100% and TMS=0.1               Error (%)
  Current        Time Delay of      The Tripping time
                 VI IEC 60255       of the tested relay
 (Ampere)        (milliseconds)       (milliseconds)                         Current        Time Delay of      The Tripping time
                                                                                            EI IEC 60255       of the tested relay
   2.02             1323.53              1473.53           11.33            (Ampere)        (milliseconds)       (milliseconds)
   3.01             671.64               821.64            22.33               2.02            2597.06              2747.06            5.77
                                                                                                                              Page 5 of 7
                               TABLE 3. The         tripping test during overloading condition with             Fig.10 The tripping test of the proposed relay at different TMS settings in VI
                                                                                                                Mode
                                                 Definite time
                                                                                                                                                  2000
                               TABLE 4. The         tripping test during overloading condition with                                                    0
                                                Instantaneous time                                                                                               1         2                3                 4
                                                                                                                                                                                                                   PSM
                                                Current (Ampere)       Time delay ( m sec)                                                                 TSM 0.1   TSM 0.2        TSM 0.3              TSM 0.4
                                                      2.02                     150
                                                      3.01                     150                              Fig.11 The tripping test of the proposed relay at different TMS settings in EI
                                                      3.99                     150                              Mode.
                                                      4.77                     150
                                                                                                                                        2.5
                                        In Instantaneous time there is only a delay of 150 mili
                                        seconds which is the taken during measurement and
                                                                                                                                                  2
                                        decision making.
                                                                                                                 Time in sec
1.5
                                      5000                                                                                                        1
                                                                                                                                                                         Definite time
                                      4000                                                                                              0.5
                                                                         Standard Inverse
           Actual time of operation
                                      3000                                                                                                        0
                in mili second
                                                                                                                                                       0        1    2         3        4            5             6
                                      2000                                                                                                                            Current in Ampere
                                        0                                                                                           200
                                                     1                 2PSM         3                4
                                         TSM 0.1             TSM 02           TSM 0.3            TSM 0.4                            150
                                                                                                                 Delay (msec)
                               Fig.9. The tripping test of the proposed relay at different TMS settings in SI                       100
                               Mode                                                                                                                                  Instantenous Time
                                                                                                                                                  50
                   6000
                                                                                                                                                  0
Actual time of operation
                                                                                                                                                       0        1    2         3        4            5            6
                   4000                                                                                                                                                   Current (A)
                                                                         Very Inverse
                                                                                                                Fig.12 The tripping test of the proposed relay at Instantaneous Mode
                   2000
                               0
                                             1                    2               3                 4 PSM
                                        TSM 0.1              TSM 0.2          TSM 0.3            TSM 0.4
                                                                                                                                                                                                Page 6 of 7
                      V. CONCLUSIONS                                                        REFERENCES
    To sum up that the energy measuring module (i.e. pzem-
004t v3) that is used to sense the fault current has a very       [1]    B. Pandjaitan, Praktik-praktik Proteksi Sistem Tenaga Listrik,
good accuracy. The prototype digital relay has fulfilled the             Yogyakarta: Andi, 2012.
standard inverse characteristic as shown in the standard IEC      [2]    J. M. Gers and E. J. Holmes, Protection of Electricity Distribution
60255 also Definite time and instantaneous mode of                       Networks 2nd Edition, London: The Institution of Electrical
operation. It only works to trip if the pick-up current setting          Engineers, 2005.
of the relay is reached as well as its time delay. At the same    [3]    J. L. Blackburn and T. J. Domin, Protective Relaying Principles
TMS setting, the more the magnitude of the fault current                 and Applications, Boca Roton: CRC Press, 2007.
occurs, the quicker the response of the relayis. For the same     [4]    Cahayahati and M. Zoni, “Perancangan Rele Arus Lebih Dengan
pick-up current setting, the more value of theTMS effected               Karakteristik Standar Invers Berbasis Mikrokontroler Atmega
                                                                         8535,”Jurnal Nasional Teknik Elektro, vol. 1, no. 2302-2949, pp.
to the longer tripping time. Similarly in definite mode it               51-57, 2012.
break the circuit with defined time with little error which is
                                                                  [5]    Ramarao, G., Sateesh K. Telagamsetti, and V. S. Kale. "Design of
in milli seconds. Furthermore in Instantaneous mode of                   Microcontroller based Multi-Functional Relay for Automated
operation it breaks the connection instantly with only time              Protective System." Engineering and Systems (SCES), 2014
delay which is required to measured and decision making                  Students Conference on. IEEE, 2014.
which is 150 mili second.                                         [6]    Bhattacharya, Sourin, et al. "A Novel Approach to Overvoltage
                                                                         and Overcurrent Protection of Simple Single Phase Two Terminal
                                                                         Systems Utilizing Arduino Uno."IRPH, Vol. 10, no. 1, pp. 7-110,
                                                                         2017
                                                                  [7]    Swathika, OV Gnana, et al. "Optimization Techniques based
                                                                         Adaptive Overcurrent Protection in Microgrids." J Electr. Syst.
                                                                         Spec.(3) (2015): 6614-6618.
                                                                  [8]    Paithankar, Yeshwant G., and S. R. Bhide. Fundamentals of
                                                                         Power System Protection. PHI Learning Pvt. Ltd., 2011.
                                                                  [9]    Glover, J. Duncan, Mulukutla S. Sarma, and Thomas Overbye.
                                                                         Power System Analysis & Design, SI Version. Cengage Learning,
                                                                         2012.
                                                                  [10]   Horowitz, Stanley H., and Arun G. Phadke. Power System
                                                                         Relaying. Vol. 22. John Wiley & Sons, 2008.
                                                                  [11]   Sleva, Anthony F. Protective relay principles. CRC Press, 2009.
                                                                  [12]   Jiguparmar, “Electrical Engineering Portal,” 1 February 2013.
                                                                         [Online].         Available:       http://electrical-engineering-
                                                                         portal.com/types-       and-applications-of-overcurrent-relay-1.
                                                                         [Accessed 2 January 2018]
                                                                  [13]   Anonymous, “SPCJ 4D29 Overcurrent and Earth-Fault Relay
                                                                         Module,” ABB, Issued 1995-09-14.
                                                                                                                               Page 7 of 7
TABLE 1. The Measurement test of electrical equipment
       Laptop          100-   1.6    65      50-    240.3   0.44   57      55.02     0.54    50      106.45   542.4   0.125   72      12.3    0      140
       charger         240                   60                                                               4
       Mobile          100-   0.5    5       50-    239.7   0.05   6.30    50.17     0.53    49.7    11.98    4792    0.125   90      26      0.4    140
       charger         240                   60
       Juicer          100-   3      500     50-    239.7   0.58   135.5   -258.53   0.98    49.8    138.92   411     0.125   80.66   72.9    0.4    140
       blender         240                   60
       Iron            100-   5      100     50-    237.1   4.77   1130.   0.00      1       50      1130.2   49.7    1.2     4.6     13.04   0      140
                       240           0       60                    4                                 6