SlideShare a Scribd company logo
1 of 5
Download to read offline
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010




   Energy Audit And Management Of Induction
  Motor Using Field Test And Genetic Algorithm
                                            Nagendrappa. H1 , Prakash Bure2
 Department of Electrical & Electronics Engineering , National Institute of Technology Karnataka, Surathkal, INDIA
                           Email: nagendra_nitk@yahoo.com , prakash.bure@gmail.com


Abstract-This paper proposes an economical method that              per unit (p.u) of load is closely proportional to the P.u. of
can be used by industries/plants to make a right decision in        the ratio of measured slip to full-load slip and         The
replacing the inefficient induction motors with efficient           current method presumes that the p.u. of load is also
ones. proposed method focuses on the field efficiency of            closely proportional to the p.u of the ratio of measured
motors without the needs for removing motors and                    current to full-load current, and then the motor field
measuring the output power. The use of a few sets of
measured data from field test coupled with the genetic
                                                                    efficiency can be estimated by using the following
algorithms using one operating point for evaluating motor           relationships.
equivalent circuit parameters instead of using the no load                                        N     −N
                                                                                                    syn     r                 (1)
and blocked-rotor tests is proposed. Test results indicate           Load(p . u) =
that this method has a high accuracy, then it is suitable for                      N       − N (V               /V       ) 2
conducting onsite energy audit of motors in order to project                         syn       fl     nameplate meas
cost savings and payback and to support a confidence
decision regarding the investment in higher efficiency
motors.                                                                           I        ×V
                                                                    Load(p . u) = measured   measured                        (2)
Index Terms-energy audit, field test, parameter estimation,                         I ×V
                                                                                     fl   nameplate
induction motor

                     I. INTRODUCTION                                Output power Pout = Prated (Nameplate ) x Load (p.u) (3)
                                                                                                  Pout                   (4)
     The majority of motors in the field are induction              Field Efficiency    =
                                                                                           Pin (Measured)
motors. There are many methods relevant to field
efficiency evaluation in the literature and new methods             Where Nsyn, Nr and Nfl denote the synchronous speed,
are appearing every year [1]. As the cost of energy is              measured rotor speed and nameplate full-load speed of
growing at a high rate, the industries can save a                   motor respectively, Vmeas and Vnameplate stand for the
considerable amount of money by replacing inefficient               measured voltage and nameplate rated voltage
motors with new more energy-efficient ones[4]. In the               respectively, Where Imeasured and Ifl denote the measured
past, many methods were used to calculate the efficiency            current and nameplate full-load current respectively, Prated
of induction motors, one common method is to test the               and Pin are the nameplate rated power and measured input
motor under load conditions and then monitor the input              power respectively. Using SM and CM methods, a few
and output at different load points using a dynamometer             problems may occur. First the nameplate efficiencies of a
and torque transducer. This is the most straightforward             given motor can be evaluated according to different
method to measure the output power directly from the                standards. Second, the nameplate data are rounded. Third,
shaft without any need to calculate losses.                         the motor may have been rewound. Hence, the error in
Conventionally, the shaft torque method offers the most             estimated efficiency could be very high.
accurate field efficiency evaluation method, however, this
is not suitable for the field evaluation because this                                 II. GENETIC ALGORITHM
process involves the removal of motor from service to                    The genetic algorithm is another method which may
place it on a test stand and couple it to the dynamometer.          be used to solve a system of nonlinear equations. The
It can be seen that this method is impractical and costly.          genetic algorithm uses objective function based on some
Another accurate method for field efficiency evaluation             performance criterion to calculate an error [5]. However,
relies on using the no-load and blocked-rotor test results          the genetic algorithm is based on natural selection using
to estimate the motor equivalent circuit parameters. The            random numbers, and does not require a good initial
blocked-rotor test procedures require reduced voltage and           estimate. That is, solutions to complex problems could
frequency in addition to preventing the rotor from                  evolve from poor initial estimates in a game of survival
rotating which is a difficult task. Comparison of actual            of the fittest. Genetic algorithms manipulate strings of
motor efficiencies is certainly a valid tool to justify the         binary digits, and measure each string’s strength with a
use of one motor over another motor.                                fitness value. The stronger strings advance, and mate
  In the field, one may estimate the efficiency based on            with other strong strings to produce offspring. Eventually
information from the name plate and input                           one string emerges as the best. One of the most important
measurements[1], such as the slip method(SM) and                    advantages of the genetic algorithm is that they are able
current method (CM).The slip method presumes that the               to find the global minimum instead of a local minimum
                                                                1
© 2010 ACEEE
DOI: 01.ijepe.01.01.01
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


and that the initial estimate need not be close to the actual       mutation follows crossover and protects against the loss
values. Another advantage is that they do not require the           of useful genetic information (1’s and 0’s). the operator
use of the derivative of the function, which is not always          works by randomly selecting one string and one bit
easily obtainable or may not even exist for example when            location, and changing that strings bit from a 1 to a 0 or
dealing with real measurements involving noisy data.                vice versa as shown in Fig. 2. The probability for
                                                                    mutation to occur is usually very small, roughly one
                                                                    mutation per thousand bit transfers.
A. The Main Operators
       The mechanics of the genetic algorithm are
elementary, involving nothing more than copying strings,                                                                           bit selected
random number generation, and swapping partial string.                                                                             for mutation
A simple genetic algorithm that produces good results in
many practical problems is composed of three operators:                                       String A                 100011 0
          i. Reproduction
          ii. Crossover                                                                         String A’ 1 0 0 0 1 1 1
          iii.Mutation
reproduction is a process in which individual strings are                                    Figure 2. The mutation operator.
selected according to their fitness. The fitness is
determined by calculating how well each string fits an                 The three genetic operators, reproduction, crossover,
objective function. Copying strings according to their              and mutation, provide an effective search technique using
fitness value implies that strings that fit the objective           natural selection and random number generation.
function well have a higher probability of contributing             Advanced operators, such as, dominance, inversion, and
one or more offspring in the next generation. This                  segregation exist, but are generally not essential for good
process of reproduction is of course an artificial version          results to many problems. In some cases the advanced
of natural selection. Here the objective function is the            operators can degrade the performance of the genetic
final arbiter of the string-creature’s life or death.               algorithm.
     Stochastic sampling with replacement is the name
given to a simple reproduction scheme. This scheme is                       III. FIELD EFFICIENCY ESTIMATION SET UP
based on placing the string probabilities on a weighted
roulette wheel and spinning the wheel to select a string.
The probabilities on the roulette wheel are determined by
the string’s fitness as a percentage of the total population                    Voltage
                                                                                Frequency
                                                                                                        Supply
                                                                                                        Terminal
fitness. The roulette wheel selection scheme utilizes                           Resistance


random numbers to simulate a spin of the wheel. Once a
string is selected by the reproduction operator, the string                                                        One Operating Point


is copied into a mating pool and waits to be selected for                       Portable
                                                                                Metering
                                                                                              Current


further genetic operator action. The roulette wheel
scheme does not guarantee that the fittest strings will be                                   Speed




                                                                                                                                                  Process
selected albeit their probability for selection is high.                    Estimation

Therefore, this method may not produce the best results,                    of Motor
                                                                            Performance
                                                                                                                    Three-Phase Induction
especially for problems with small populations.                                                                     Motor in the Field

     Crossover is a two step process that involves mating
and swapping of partial strings. Each time the crossover                     Figure 3. Implementation of the proposed method
operator takes action, two randomly selected strings from                   The field efficiency evaluation is based on the
the mating pool are mated. Then, in the case of simple              equivalent circuit method. The motor parameters can be
crossover, a position along one string is selected at               estimated by using a few sets of data from the field test
random, and all binary digits following the position are            and nameplate information coupled with the genetic
swapped with the second string. The result is two entirely          algorithms instead of using the no-load and blocked-rotor
new strings that move on to the next generation. This can           test results [6]. The field test data which rely on
be more clearly understood by the following example in              measuring the input voltage, current, electrical power,
which string 1 and string 2 have already been chosen to             stator resistance and output speed of the motor are
mate as shown in Fig.1                                              obtained from the measured values at either one operating
                                                                    point test (OPT) or two operating points test(TPT) which
                                                                    need not be close to no-load or full-load values as shown
                            Crossover point
                                                                    in Fig. 3
           String A     1 0 0 1 1 0 0 1

           String B     1 0 1 0 1       1 1 0

           String A’ 1 0 0 1 1 1 1 0

           String B’ 1 0 1 0 1 0 0 1

               Figure 1. The crossover operator
                                                                2
© 2010 ACEEE
DOI: 01.ijepe.01.01.01
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


                           IV. EQUIVALENT CIRCUIT                                V. PARAMETER ESTIMATION FROM FIELD TEST
                                                                                                         Flow Chart


                                                                                                            Start



                                                                                                 R1 and Field Test data (3 sets):
                                                                                               Voltage, current, power factor, speed



  Figure 4. Equivalent circuit diagram of 3-phase induction motor.
                                                                                                     Optimization process:
                                                                                                 Estimation of equivalent circuit
    Most models which were used in the past eliminated
                                                                                               Parameters Using Genetic Algorithm
the stray load loss. Neglecting this loss introduces a
significant error in estimating the efficiency. The stray
load loss will decrease with decreasing output power
proportional to the square of the torque. It is worth
mentioning that this proposed model includes the stray
load loss parameter RSLL as shown in Fig.4. The                                                   Equivalent circuit parameters
                                                                                                   R1, X1, Rc, Xm, R2, X2, Xeq.
parameter RSLL can be expressed as
                                         M(1   − Sf )R 2
                           R SLL     =
                                                Sf
where, M = per unit full-load power, which is set to be
the value (0.002<M<0.0189) [6] or 1.8% of the full load,                                 Calculation of operating Performances:
RsLL = stray load loss, Sf = full load slip.                                                        Efficiency, current, torque
    Efficiency assessed through an equivalent circuit
method is based on the impedance values of an
equivalent circuit, shown in Fig. 4. The six impedances
are stator resistance R1, stator leakage reactance X1,
                                                                                                              End
magnetizing reactance Xm, core-loss resistance RC, rotor
leakage reactance X2, and rotor resistance R2. The slip
affects the load of the equivalent circuit.
                                                                                             Figure 5. Flow chart of proposed technique
                              V
       I               =                  Amps                    (5)
           1 i , cal        Ztotal
      P in . cal = 3 V 1 I 1 PF           Watts                   (6)            The equivalent circuit parameters can be estimated
                                                                            by using the field test data coupled with genetic
Where, V1 and I1 are rms values of the input phase                          algorithm. The flow chart of the proposed technique is
voltage and current respectively, and PF is the power                       shown in Fig.5.The technique for estimating the
factor.                                                                     equivalent circuit parameters proceeds as follows [1].
     The advantage of the equivalent circuit method is                      From the field test of motor (on-site), only 3 sets of data
that the performance of a motor can be predicted at any                     of motor input voltage, current, power factor and speed,
load when the impedance values are known. On the other                      which need not be close to no-load or full-load values,
hand, the impedance values can change a great deal when                     are directly measured while the motor is in service. The
the motor speed varies between standstill and no load,                      stator winding resistance R1 which is obtained from
due to deep bar effects and magnetic saturation. There are                  resistance measurements is also included. However, it
different approaches for obtaining the impedance values.                    remains inconvenient to measure the shaft torque in the
     When the six-impedance equivalent circuit is used,                     field.
all the losses other than the friction and wind age loss that
are not represented by the stator copper, rotor copper, and                      For this reason, the motor input power data is then
no-load core-loss resistances, are grouped together in a                    proposed in this technique. Then these test data sets are
collective loss named stray-load loss.                                      determined in the optimization process. The aim of
                                                                            genetic     algorithm     (binary   or    floating    pint
                                                                            implementation) is to minimize the error of (7), or
                                                                            maximize the fitness of (8). After optimization process,
                                                                            the parameters of equivalent circuit can be obtained and
                                                                            finally, the operating performances of an actual induction
                                                                            motor can be predicated.




                                                                        3
© 2010 ACEEE
DOI: 01.ijepe.01.01.01
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


                                      2                                2
              n    ⎡ Pin, cal ⎤              n    ⎡ I 1 i, cal ⎤                                                          Estimated Efficiency of 5hp Motor at
            =∑                            + ∑                               (7)
                   ⎢ Pin, data − 1⎥               ⎢ I 1 i, data − 1⎥
                                                                                                                                       75% load
 F
   objective i=1                            i=1
                   ⎣              ⎦               ⎣                ⎦                                                 100
                                                                                                                          90
                    1                                                                                                     80
 Fitness =                                                                 (8)                                            70
                                                                                                                                                                  OPT




                                                                                                        Efficiency
             1 + Fobjective
                                                                                                                          60
                                                                                                                                                                  IEEE
                                                                                                                          50
                                                                                                                                                                  CM
                                                                                                                          40
Where I1i, cal and Pin, cal are the calculated values using                                                               30
                                                                                                                                                                  SM

(5) and (6) respectively, I1i,data and Pin ,data are the                                                                  20

measured values obtained from the field test when n = 1
                                                                                                                          10
                                                                                                                           0
for the (OPT).                                                                                                                                     1
                                                                                                                                               5HP
               VI. RESULTS AND DISCUSSION
    The proposed technique described in the preceding                                              Figure 6. Estimated efficiency at 75% Motor load Using
section is applied to three phase induction motor having                                                     OPT compared with IEEE Std-112, CM and SM.
the following motor ratings:
 5hp (3.7kw), 380/400V, 7.9A, 50hz, 4-pole, 1420rpm.                                                                           Estimated Efficiency of 5hp Motor at
The optimization process results of estimated equivalent                                                             90
                                                                                                                                            100% load

circuit parameters of motor obtained from the proposed                                                               80

technique. The results show that binary point                                                                        70

                                                                                                                     60
implementation can be used in the genetic algorithm.                                                                                                                  OPT




                                                                                                      Efficiency
                                                                                                                     50                                               IEEE

Only one drawback of using the binary implementation is                                                              40                                               CM
                                                                                                                                                                      SM
time consumption. Noting that the accurate value of Rc                                                               30

                                                                                                                     20
and Xm will be obtained if a set of data at light load is                                                            10

provided.                                                                                                             0
                                                                                                                                               1
    Equivalent circuit parameters: R1 = 2.6342Ω, R2 =                                                                                              5hp
1.4535Ω, rc = 473.4942 Ω xm = 67.5317 Ω, X1 =
2.1256Ω, X2 = 2.1480 Ω.                                                                            Figure 7. Estimated efficiency at 100% motor load using
                                                                                                             OPT compared with IEEE Std-112, CM and SM
    From table-1, At one-quarter load, the measured
efficiencies obtained from IEEE 112 Method B                                               The estimated efficiency results using the OPT at
evaluation is 90 %, while the estimated efficiencies                                  various loads of the 5hp motor at 2/4,3/4 and 4/4 load
obtained from the OPT is 87.3 %. At full-load, the                                    compared with those obtained from IEEE 112 Method B
measured efficiency is 84 %, while the estimated                                      evaluation, current method (CM) and slip method
efficiencies are 81 %. It can be observed that the                                    (SM)are also illustrated in Fig.6 and Fig.7 respectively.
accuracy of estimation is lower at full-load than at one-                                  As mentioned in effective field efficiency estimation,
quarter load. Note that the synchronous speed is 1500                                 the stray load loss was not ignored in this analysis; as a
RPM while the speed at one-quarter load is 1485 RPM                                   result the accurate estimated value of motor efficiency
and at full-load is 1440 RPM. This can be attributed to                               can be obtained. It can be observed that the efficiency
the fact that at lower load the slip becomes smaller.                                 values using CM and SM methods in Fig.6 and Fig.7 can
Therefore, any small error in measuring speed will result                             lead to dramatic error in the estimation. This can be
in a significant error in slip.                                                       attributed to the fact that any small error in measuring
                               Table I                                                current or speed will result in a significant error. It is
                                                                                      recommended when using these methods that the current
                                  Motor load                                          and speed are measured as accurately as possible.
     Methods            25%      50%    75%                 100%
        CM              96        94              90          85                                     VII. COST SAVING AND PAYBACK
        SM              70        77              71          69                          The accurate field efficiency estimation using this
       OPT              87.3      85          83.5                                    proposed method can be used to determine the economics
                                                              81
                                                                                      of investing in buying new energy-efficient motors. The
       IEEE             90        88              86                                  Simple Payback method is the most popular technique to
                                                              84                      estimate how many years it will take to recover the cost
                                                                                      of investment for higher efficiency motors. First, the
Summary of Results of Estimated Efficiency for 5hp Motor at Various                   annual cost savings (A saving) in units is determined using
                        Loads Using OPT.                                              the following formula [9]:
                                                                                                                                      ⎡   1            1⎤
                                                                                      A             = Pout L h r C ⎢                           −        ⎥             (9)
                                                                                          Saving
                                                                                                                                      ⎣ E ex       E ee ⎦
                                                                                      Where,
                                                                                      Pout : is the motor rated in KW,
                                                                                      L : is the percentage of full load divided by 100,
                                                                                  4
© 2010 ACEEE
DOI: 01.ijepe.01.01.01
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


hr     : is the annual operating hours,                              and payback which are used to guide the decisions
c     : Are the average costs (units/kwh),                           regarding the investment in efficient motors.
Eex    : stand for the existing motor efficiency,
Eee    : the energy-efficient motor
                                                                                           REFERENCES.
    Thus, it is suggested that the Present worth Life Cycle
method [9] should be used. This technique relies on                  [1] J. S. Hsu, J. D. Kueck, M. Olaszewski, D. A.Casada,
calculating the present value of the achieved savings                     P.J. Otadduy, and L. M. Tolbert, “Comparison of
taking into account the cost of capital and the inflation                 induction motor field efficiency evaluation
rate for energy cost. Once the effective interest rate (i),               methods,” IEEE Transactions on Industry
the expected annual rate of energy cost inflation (r1), the               Applcations., vol. 34, issue:1, pp. 117-125, Jan/Feb.
required internal rate of return on investments ( r2) and                 1998.
the expected operating lifetime of the motor ( n ) values             [2] F. Alonge, F D’ Ippolito, G. Ferrante and F.M.
are defined, the following equations can be used to                       Raimondi, “Parameter identification of induction
determine the feasibility of the investment.                              motor model using genetic algorithms”, IEEE Proc.,
                                                                          Control Theory Appl., vol. 145, no. 6, pp. 587-593,
      100 + r
                2                                         (10)            Nov. 1998.
i =                 − 1                                              [3] K. S. Hunang, Q. H. Wu, and D. R. Turner,
      100 + r
             1                                                            “Effective identification of induction motor
                                          n
                               (1 + i )       −1          (11)            parameters based on fewer measurements,” IEEE
PW saving       = A saving ×                  n
                                i (1 + i )                                Transactions on Energy Conv., vol. 17, no. 1, pp. 55-
                                                                          60, March 2002.
                                                                     [4] F. Parasiliti, Energy Efficiency in Motor Driven
    Where PW saving denotes present worth of savings
                                                                          Systems, Springer-Verlag, August 2003.
which can then be used to make the decision regarding
                                                                     [5] T.Phumiphak and C. Chat-uthai, “Estimation of
the various alternatives available.
                                                                          induction motor parameters based on field test
                                                                          coupled with genetic algorithm,” Proceedings of
      In order to quick estimate the payback period for the
                                                                          2002 International Conference on Power System
economics of investment, the cost of new energy-efficient                 Technology, Power Con 2002, vol. 2, Kunming,
motor can be simply divided by the annual savings to get                  China, pp. 1199-1203. Oct. 2002.
the payback period. The estimated payback period can
                                                                     [6] IEEE Standard Test Procedure for Polyphase
vary from 7 years up to 9 years depending on the
                                                                          Induction Motor and Generators, IEEE Standard
operating load, the hours of operation and the cost per                   112-1996, New York, May 1997.
kilowatt-hour. It is important to mention that the
                                                                     [7] Technology Procurement Project IEA Hi-Motor
efficiency figure used must be the efficiency value at the                Competition, Jury Report, International Energy
actual load point (3/4 load or full-load) since the fact that             Agency, Demand Side Management, Dec. 1998.
the efficiency of motor can vary significantly across the
                                                                     [8] Motor Efficiency Test : According to IEEE Std 112-
load [10].                                                                1996 (Method B), Test Report, Metropolitan
                            Cost of New Efficient Motor   (12)            Electricity Authority (MEA), Thailand, March 2002.
Pay Back Period(Yea rs) =
                                   Annual Savings                    [9] Energy Management Guide for Selection and Use of
                                                                          Fixed Frequency Medium AC Squirrel-Cage
                                                                          Polyphase Induction Motors, NEMA Standard
                          CONCLUSION                                      Publication MG 10-2001.
                                                                     [10] The European Database of Efficient Electric Motors
     The proposed method for estimating efficiency of                     (EuroDEEM2000), European Commission, DG Joint
induction motor in the field has been described. This                     Research Centre (JRC), Institute for Environment
method relies on the on-site measurement of the input                     and Sustainability, Italy, 2000.
voltage, current, power and actual motor shaft speed                 [11] J. S. Hsu and B. P. Scoggins, “Field test of motor
without conducting no-load and blocked-rotor tests. The                   efficiency and load changes through air-gap torque,”
important advantages of this proposed technique over                      IEEE Trans. Energy Conv., vol. 10, no. 3, pp. 471-
other methods are that it is a simple procedure; therefore                477, Sept. 1995.
it is possible to estimate the efficiency of motor in a short        [12] A.H. Bonnett, “ An update on AC induction motor
time while the motor is in service without the removal of                 efficiency,” IEEE Trans. Industry Appli., vol. 30, no.
motor, and that such procedure is inexpensive. It is worth                5, Sept./ Oct. 1994.
noting that this proposed method is suitable for
conducting on-site energy audits and management of
actual motors. It provides information for the decisions to
immediately replace motors with more efficient ones and
it also provides the data base of in-service motors
performance such as the future motor replacement
decisions, the detection of under loading or over loading.
This information can then be used to project cost savings

                                                                 5
© 2010 ACEEE
DOI: 01.ijepe.01.01.01

More Related Content

What's hot

Iaetsd power-frequency transient studies
Iaetsd power-frequency transient studiesIaetsd power-frequency transient studies
Iaetsd power-frequency transient studiesIaetsd Iaetsd
 
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...IJERD Editor
 
Effects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability StudiesEffects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability StudiesPower System Operation
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...IDES Editor
 
Power System Modeling and Simulation lab manual
Power System Modeling and Simulation lab manualPower System Modeling and Simulation lab manual
Power System Modeling and Simulation lab manualDHEERAJ DHAKAR
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...ijsc
 
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...IDES Editor
 
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source InverterModel Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source Inverteridescitation
 
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET Journal
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...IJECEIAES
 
Firefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power FlowFirefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power Flowijceronline
 
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...csandit
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...eSAT Publishing House
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemIOSR Journals
 

What's hot (20)

Iaetsd power-frequency transient studies
Iaetsd power-frequency transient studiesIaetsd power-frequency transient studies
Iaetsd power-frequency transient studies
 
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
 
Effects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability StudiesEffects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability Studies
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
 
Power System Modeling and Simulation lab manual
Power System Modeling and Simulation lab manualPower System Modeling and Simulation lab manual
Power System Modeling and Simulation lab manual
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
 
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
 
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source InverterModel Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
 
Reducing Power Consumption during Test Application by Test Vector Ordering
Reducing Power Consumption during Test Application by Test Vector OrderingReducing Power Consumption during Test Application by Test Vector Ordering
Reducing Power Consumption during Test Application by Test Vector Ordering
 
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...
 
Firefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power FlowFirefly Algorithm based Optimal Reactive Power Flow
Firefly Algorithm based Optimal Reactive Power Flow
 
Al36228233
Al36228233Al36228233
Al36228233
 
Psms lab manual
Psms lab manualPsms lab manual
Psms lab manual
 
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...
 
03 03085
03 0308503 03085
03 03085
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
 

Similar to Energy Audit And Management Of Induction Motor Using Field Test And Genetic Algorithm

Autotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plantAutotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation planteSAT Journals
 
Ijmer 41023842
Ijmer 41023842Ijmer 41023842
Ijmer 41023842IJMER
 
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...IJMER
 
A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...
A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...
A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...paperpublications3
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...IJAPEJOURNAL
 
Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...
Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...
Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...IJERA Editor
 
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET Journal
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...
Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...
Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...ijtsrd
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units IJECEIAES
 
Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...elelijjournal
 
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...IRJET Journal
 
Applications of Artificial Neural Network and Wavelet Transform For Conditio...
Applications of Artificial Neural Network and Wavelet  Transform For Conditio...Applications of Artificial Neural Network and Wavelet  Transform For Conditio...
Applications of Artificial Neural Network and Wavelet Transform For Conditio...IJMER
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 

Similar to Energy Audit And Management Of Induction Motor Using Field Test And Genetic Algorithm (20)

Autotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plantAutotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plant
 
Comparison of Cascaded H-bridge Inverters for Harmonic Mitigation Considerin...
Comparison of Cascaded H-bridge Inverters for Harmonic  Mitigation Considerin...Comparison of Cascaded H-bridge Inverters for Harmonic  Mitigation Considerin...
Comparison of Cascaded H-bridge Inverters for Harmonic Mitigation Considerin...
 
F43022431
F43022431F43022431
F43022431
 
Ijmer 41023842
Ijmer 41023842Ijmer 41023842
Ijmer 41023842
 
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...
 
A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...
A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...
A Comparative Study of GA tuned and PSO tuned PI Controller Based Speed Contr...
 
I02095257
I02095257I02095257
I02095257
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
 
Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...
Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...
Optimization of Automatic Voltage Regulator Using Genetic Algorithm Applying ...
 
40220140505002
4022014050500240220140505002
40220140505002
 
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...
Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...
Identifying Three Phase Induction Motor Equivalent Circuit Parameters from Na...
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
 
M356872
M356872M356872
M356872
 
Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...
 
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
 
Applications of Artificial Neural Network and Wavelet Transform For Conditio...
Applications of Artificial Neural Network and Wavelet  Transform For Conditio...Applications of Artificial Neural Network and Wavelet  Transform For Conditio...
Applications of Artificial Neural Network and Wavelet Transform For Conditio...
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
[IJET-V1I4P8] Authors :T.Vignesh,V.Dileepan, P.Kannappar, R.Manoj Babu , P.E...
[IJET-V1I4P8]  Authors :T.Vignesh,V.Dileepan, P.Kannappar, R.Manoj Babu , P.E...[IJET-V1I4P8]  Authors :T.Vignesh,V.Dileepan, P.Kannappar, R.Manoj Babu , P.E...
[IJET-V1I4P8] Authors :T.Vignesh,V.Dileepan, P.Kannappar, R.Manoj Babu , P.E...
 

More from IDES Editor

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A ReviewIDES Editor
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...IDES Editor
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingIDES Editor
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...IDES Editor
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsIDES Editor
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...IDES Editor
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkIDES Editor
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetIDES Editor
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyIDES Editor
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’sIDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...IDES Editor
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance AnalysisIDES Editor
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...IDES Editor
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...IDES Editor
 

More from IDES Editor (20)

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 

Recently uploaded

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Recently uploaded (20)

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

Energy Audit And Management Of Induction Motor Using Field Test And Genetic Algorithm

  • 1. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 Energy Audit And Management Of Induction Motor Using Field Test And Genetic Algorithm Nagendrappa. H1 , Prakash Bure2 Department of Electrical & Electronics Engineering , National Institute of Technology Karnataka, Surathkal, INDIA Email: nagendra_nitk@yahoo.com , prakash.bure@gmail.com Abstract-This paper proposes an economical method that per unit (p.u) of load is closely proportional to the P.u. of can be used by industries/plants to make a right decision in the ratio of measured slip to full-load slip and The replacing the inefficient induction motors with efficient current method presumes that the p.u. of load is also ones. proposed method focuses on the field efficiency of closely proportional to the p.u of the ratio of measured motors without the needs for removing motors and current to full-load current, and then the motor field measuring the output power. The use of a few sets of measured data from field test coupled with the genetic efficiency can be estimated by using the following algorithms using one operating point for evaluating motor relationships. equivalent circuit parameters instead of using the no load N −N syn r (1) and blocked-rotor tests is proposed. Test results indicate Load(p . u) = that this method has a high accuracy, then it is suitable for N − N (V /V ) 2 conducting onsite energy audit of motors in order to project syn fl nameplate meas cost savings and payback and to support a confidence decision regarding the investment in higher efficiency motors. I ×V Load(p . u) = measured measured (2) Index Terms-energy audit, field test, parameter estimation, I ×V fl nameplate induction motor I. INTRODUCTION Output power Pout = Prated (Nameplate ) x Load (p.u) (3) Pout (4) The majority of motors in the field are induction Field Efficiency = Pin (Measured) motors. There are many methods relevant to field efficiency evaluation in the literature and new methods Where Nsyn, Nr and Nfl denote the synchronous speed, are appearing every year [1]. As the cost of energy is measured rotor speed and nameplate full-load speed of growing at a high rate, the industries can save a motor respectively, Vmeas and Vnameplate stand for the considerable amount of money by replacing inefficient measured voltage and nameplate rated voltage motors with new more energy-efficient ones[4]. In the respectively, Where Imeasured and Ifl denote the measured past, many methods were used to calculate the efficiency current and nameplate full-load current respectively, Prated of induction motors, one common method is to test the and Pin are the nameplate rated power and measured input motor under load conditions and then monitor the input power respectively. Using SM and CM methods, a few and output at different load points using a dynamometer problems may occur. First the nameplate efficiencies of a and torque transducer. This is the most straightforward given motor can be evaluated according to different method to measure the output power directly from the standards. Second, the nameplate data are rounded. Third, shaft without any need to calculate losses. the motor may have been rewound. Hence, the error in Conventionally, the shaft torque method offers the most estimated efficiency could be very high. accurate field efficiency evaluation method, however, this is not suitable for the field evaluation because this II. GENETIC ALGORITHM process involves the removal of motor from service to The genetic algorithm is another method which may place it on a test stand and couple it to the dynamometer. be used to solve a system of nonlinear equations. The It can be seen that this method is impractical and costly. genetic algorithm uses objective function based on some Another accurate method for field efficiency evaluation performance criterion to calculate an error [5]. However, relies on using the no-load and blocked-rotor test results the genetic algorithm is based on natural selection using to estimate the motor equivalent circuit parameters. The random numbers, and does not require a good initial blocked-rotor test procedures require reduced voltage and estimate. That is, solutions to complex problems could frequency in addition to preventing the rotor from evolve from poor initial estimates in a game of survival rotating which is a difficult task. Comparison of actual of the fittest. Genetic algorithms manipulate strings of motor efficiencies is certainly a valid tool to justify the binary digits, and measure each string’s strength with a use of one motor over another motor. fitness value. The stronger strings advance, and mate In the field, one may estimate the efficiency based on with other strong strings to produce offspring. Eventually information from the name plate and input one string emerges as the best. One of the most important measurements[1], such as the slip method(SM) and advantages of the genetic algorithm is that they are able current method (CM).The slip method presumes that the to find the global minimum instead of a local minimum 1 © 2010 ACEEE DOI: 01.ijepe.01.01.01
  • 2. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 and that the initial estimate need not be close to the actual mutation follows crossover and protects against the loss values. Another advantage is that they do not require the of useful genetic information (1’s and 0’s). the operator use of the derivative of the function, which is not always works by randomly selecting one string and one bit easily obtainable or may not even exist for example when location, and changing that strings bit from a 1 to a 0 or dealing with real measurements involving noisy data. vice versa as shown in Fig. 2. The probability for mutation to occur is usually very small, roughly one mutation per thousand bit transfers. A. The Main Operators The mechanics of the genetic algorithm are elementary, involving nothing more than copying strings, bit selected random number generation, and swapping partial string. for mutation A simple genetic algorithm that produces good results in many practical problems is composed of three operators: String A 100011 0 i. Reproduction ii. Crossover String A’ 1 0 0 0 1 1 1 iii.Mutation reproduction is a process in which individual strings are Figure 2. The mutation operator. selected according to their fitness. The fitness is determined by calculating how well each string fits an The three genetic operators, reproduction, crossover, objective function. Copying strings according to their and mutation, provide an effective search technique using fitness value implies that strings that fit the objective natural selection and random number generation. function well have a higher probability of contributing Advanced operators, such as, dominance, inversion, and one or more offspring in the next generation. This segregation exist, but are generally not essential for good process of reproduction is of course an artificial version results to many problems. In some cases the advanced of natural selection. Here the objective function is the operators can degrade the performance of the genetic final arbiter of the string-creature’s life or death. algorithm. Stochastic sampling with replacement is the name given to a simple reproduction scheme. This scheme is III. FIELD EFFICIENCY ESTIMATION SET UP based on placing the string probabilities on a weighted roulette wheel and spinning the wheel to select a string. The probabilities on the roulette wheel are determined by the string’s fitness as a percentage of the total population Voltage Frequency Supply Terminal fitness. The roulette wheel selection scheme utilizes Resistance random numbers to simulate a spin of the wheel. Once a string is selected by the reproduction operator, the string One Operating Point is copied into a mating pool and waits to be selected for Portable Metering Current further genetic operator action. The roulette wheel scheme does not guarantee that the fittest strings will be Speed Process selected albeit their probability for selection is high. Estimation Therefore, this method may not produce the best results, of Motor Performance Three-Phase Induction especially for problems with small populations. Motor in the Field Crossover is a two step process that involves mating and swapping of partial strings. Each time the crossover Figure 3. Implementation of the proposed method operator takes action, two randomly selected strings from The field efficiency evaluation is based on the the mating pool are mated. Then, in the case of simple equivalent circuit method. The motor parameters can be crossover, a position along one string is selected at estimated by using a few sets of data from the field test random, and all binary digits following the position are and nameplate information coupled with the genetic swapped with the second string. The result is two entirely algorithms instead of using the no-load and blocked-rotor new strings that move on to the next generation. This can test results [6]. The field test data which rely on be more clearly understood by the following example in measuring the input voltage, current, electrical power, which string 1 and string 2 have already been chosen to stator resistance and output speed of the motor are mate as shown in Fig.1 obtained from the measured values at either one operating point test (OPT) or two operating points test(TPT) which need not be close to no-load or full-load values as shown Crossover point in Fig. 3 String A 1 0 0 1 1 0 0 1 String B 1 0 1 0 1 1 1 0 String A’ 1 0 0 1 1 1 1 0 String B’ 1 0 1 0 1 0 0 1 Figure 1. The crossover operator 2 © 2010 ACEEE DOI: 01.ijepe.01.01.01
  • 3. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 IV. EQUIVALENT CIRCUIT V. PARAMETER ESTIMATION FROM FIELD TEST Flow Chart Start R1 and Field Test data (3 sets): Voltage, current, power factor, speed Figure 4. Equivalent circuit diagram of 3-phase induction motor. Optimization process: Estimation of equivalent circuit Most models which were used in the past eliminated Parameters Using Genetic Algorithm the stray load loss. Neglecting this loss introduces a significant error in estimating the efficiency. The stray load loss will decrease with decreasing output power proportional to the square of the torque. It is worth mentioning that this proposed model includes the stray load loss parameter RSLL as shown in Fig.4. The Equivalent circuit parameters R1, X1, Rc, Xm, R2, X2, Xeq. parameter RSLL can be expressed as M(1 − Sf )R 2 R SLL = Sf where, M = per unit full-load power, which is set to be the value (0.002<M<0.0189) [6] or 1.8% of the full load, Calculation of operating Performances: RsLL = stray load loss, Sf = full load slip. Efficiency, current, torque Efficiency assessed through an equivalent circuit method is based on the impedance values of an equivalent circuit, shown in Fig. 4. The six impedances are stator resistance R1, stator leakage reactance X1, End magnetizing reactance Xm, core-loss resistance RC, rotor leakage reactance X2, and rotor resistance R2. The slip affects the load of the equivalent circuit. Figure 5. Flow chart of proposed technique V I = Amps (5) 1 i , cal Ztotal P in . cal = 3 V 1 I 1 PF Watts (6) The equivalent circuit parameters can be estimated by using the field test data coupled with genetic Where, V1 and I1 are rms values of the input phase algorithm. The flow chart of the proposed technique is voltage and current respectively, and PF is the power shown in Fig.5.The technique for estimating the factor. equivalent circuit parameters proceeds as follows [1]. The advantage of the equivalent circuit method is From the field test of motor (on-site), only 3 sets of data that the performance of a motor can be predicted at any of motor input voltage, current, power factor and speed, load when the impedance values are known. On the other which need not be close to no-load or full-load values, hand, the impedance values can change a great deal when are directly measured while the motor is in service. The the motor speed varies between standstill and no load, stator winding resistance R1 which is obtained from due to deep bar effects and magnetic saturation. There are resistance measurements is also included. However, it different approaches for obtaining the impedance values. remains inconvenient to measure the shaft torque in the When the six-impedance equivalent circuit is used, field. all the losses other than the friction and wind age loss that are not represented by the stator copper, rotor copper, and For this reason, the motor input power data is then no-load core-loss resistances, are grouped together in a proposed in this technique. Then these test data sets are collective loss named stray-load loss. determined in the optimization process. The aim of genetic algorithm (binary or floating pint implementation) is to minimize the error of (7), or maximize the fitness of (8). After optimization process, the parameters of equivalent circuit can be obtained and finally, the operating performances of an actual induction motor can be predicated. 3 © 2010 ACEEE DOI: 01.ijepe.01.01.01
  • 4. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 2 2 n ⎡ Pin, cal ⎤ n ⎡ I 1 i, cal ⎤ Estimated Efficiency of 5hp Motor at =∑ + ∑ (7) ⎢ Pin, data − 1⎥ ⎢ I 1 i, data − 1⎥ 75% load F objective i=1 i=1 ⎣ ⎦ ⎣ ⎦ 100 90 1 80 Fitness = (8) 70 OPT Efficiency 1 + Fobjective 60 IEEE 50 CM 40 Where I1i, cal and Pin, cal are the calculated values using 30 SM (5) and (6) respectively, I1i,data and Pin ,data are the 20 measured values obtained from the field test when n = 1 10 0 for the (OPT). 1 5HP VI. RESULTS AND DISCUSSION The proposed technique described in the preceding Figure 6. Estimated efficiency at 75% Motor load Using section is applied to three phase induction motor having OPT compared with IEEE Std-112, CM and SM. the following motor ratings: 5hp (3.7kw), 380/400V, 7.9A, 50hz, 4-pole, 1420rpm. Estimated Efficiency of 5hp Motor at The optimization process results of estimated equivalent 90 100% load circuit parameters of motor obtained from the proposed 80 technique. The results show that binary point 70 60 implementation can be used in the genetic algorithm. OPT Efficiency 50 IEEE Only one drawback of using the binary implementation is 40 CM SM time consumption. Noting that the accurate value of Rc 30 20 and Xm will be obtained if a set of data at light load is 10 provided. 0 1 Equivalent circuit parameters: R1 = 2.6342Ω, R2 = 5hp 1.4535Ω, rc = 473.4942 Ω xm = 67.5317 Ω, X1 = 2.1256Ω, X2 = 2.1480 Ω. Figure 7. Estimated efficiency at 100% motor load using OPT compared with IEEE Std-112, CM and SM From table-1, At one-quarter load, the measured efficiencies obtained from IEEE 112 Method B The estimated efficiency results using the OPT at evaluation is 90 %, while the estimated efficiencies various loads of the 5hp motor at 2/4,3/4 and 4/4 load obtained from the OPT is 87.3 %. At full-load, the compared with those obtained from IEEE 112 Method B measured efficiency is 84 %, while the estimated evaluation, current method (CM) and slip method efficiencies are 81 %. It can be observed that the (SM)are also illustrated in Fig.6 and Fig.7 respectively. accuracy of estimation is lower at full-load than at one- As mentioned in effective field efficiency estimation, quarter load. Note that the synchronous speed is 1500 the stray load loss was not ignored in this analysis; as a RPM while the speed at one-quarter load is 1485 RPM result the accurate estimated value of motor efficiency and at full-load is 1440 RPM. This can be attributed to can be obtained. It can be observed that the efficiency the fact that at lower load the slip becomes smaller. values using CM and SM methods in Fig.6 and Fig.7 can Therefore, any small error in measuring speed will result lead to dramatic error in the estimation. This can be in a significant error in slip. attributed to the fact that any small error in measuring Table I current or speed will result in a significant error. It is recommended when using these methods that the current Motor load and speed are measured as accurately as possible. Methods 25% 50% 75% 100% CM 96 94 90 85 VII. COST SAVING AND PAYBACK SM 70 77 71 69 The accurate field efficiency estimation using this OPT 87.3 85 83.5 proposed method can be used to determine the economics 81 of investing in buying new energy-efficient motors. The IEEE 90 88 86 Simple Payback method is the most popular technique to 84 estimate how many years it will take to recover the cost of investment for higher efficiency motors. First, the Summary of Results of Estimated Efficiency for 5hp Motor at Various annual cost savings (A saving) in units is determined using Loads Using OPT. the following formula [9]: ⎡ 1 1⎤ A = Pout L h r C ⎢ − ⎥ (9) Saving ⎣ E ex E ee ⎦ Where, Pout : is the motor rated in KW, L : is the percentage of full load divided by 100, 4 © 2010 ACEEE DOI: 01.ijepe.01.01.01
  • 5. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 hr : is the annual operating hours, and payback which are used to guide the decisions c : Are the average costs (units/kwh), regarding the investment in efficient motors. Eex : stand for the existing motor efficiency, Eee : the energy-efficient motor REFERENCES. Thus, it is suggested that the Present worth Life Cycle method [9] should be used. This technique relies on [1] J. S. Hsu, J. D. Kueck, M. Olaszewski, D. A.Casada, calculating the present value of the achieved savings P.J. Otadduy, and L. M. Tolbert, “Comparison of taking into account the cost of capital and the inflation induction motor field efficiency evaluation rate for energy cost. Once the effective interest rate (i), methods,” IEEE Transactions on Industry the expected annual rate of energy cost inflation (r1), the Applcations., vol. 34, issue:1, pp. 117-125, Jan/Feb. required internal rate of return on investments ( r2) and 1998. the expected operating lifetime of the motor ( n ) values [2] F. Alonge, F D’ Ippolito, G. Ferrante and F.M. are defined, the following equations can be used to Raimondi, “Parameter identification of induction determine the feasibility of the investment. motor model using genetic algorithms”, IEEE Proc., Control Theory Appl., vol. 145, no. 6, pp. 587-593, 100 + r 2 (10) Nov. 1998. i = − 1 [3] K. S. Hunang, Q. H. Wu, and D. R. Turner, 100 + r 1 “Effective identification of induction motor n (1 + i ) −1 (11) parameters based on fewer measurements,” IEEE PW saving = A saving × n i (1 + i ) Transactions on Energy Conv., vol. 17, no. 1, pp. 55- 60, March 2002. [4] F. Parasiliti, Energy Efficiency in Motor Driven Where PW saving denotes present worth of savings Systems, Springer-Verlag, August 2003. which can then be used to make the decision regarding [5] T.Phumiphak and C. Chat-uthai, “Estimation of the various alternatives available. induction motor parameters based on field test coupled with genetic algorithm,” Proceedings of In order to quick estimate the payback period for the 2002 International Conference on Power System economics of investment, the cost of new energy-efficient Technology, Power Con 2002, vol. 2, Kunming, motor can be simply divided by the annual savings to get China, pp. 1199-1203. Oct. 2002. the payback period. The estimated payback period can [6] IEEE Standard Test Procedure for Polyphase vary from 7 years up to 9 years depending on the Induction Motor and Generators, IEEE Standard operating load, the hours of operation and the cost per 112-1996, New York, May 1997. kilowatt-hour. It is important to mention that the [7] Technology Procurement Project IEA Hi-Motor efficiency figure used must be the efficiency value at the Competition, Jury Report, International Energy actual load point (3/4 load or full-load) since the fact that Agency, Demand Side Management, Dec. 1998. the efficiency of motor can vary significantly across the [8] Motor Efficiency Test : According to IEEE Std 112- load [10]. 1996 (Method B), Test Report, Metropolitan Cost of New Efficient Motor (12) Electricity Authority (MEA), Thailand, March 2002. Pay Back Period(Yea rs) = Annual Savings [9] Energy Management Guide for Selection and Use of Fixed Frequency Medium AC Squirrel-Cage Polyphase Induction Motors, NEMA Standard CONCLUSION Publication MG 10-2001. [10] The European Database of Efficient Electric Motors The proposed method for estimating efficiency of (EuroDEEM2000), European Commission, DG Joint induction motor in the field has been described. This Research Centre (JRC), Institute for Environment method relies on the on-site measurement of the input and Sustainability, Italy, 2000. voltage, current, power and actual motor shaft speed [11] J. S. Hsu and B. P. Scoggins, “Field test of motor without conducting no-load and blocked-rotor tests. The efficiency and load changes through air-gap torque,” important advantages of this proposed technique over IEEE Trans. Energy Conv., vol. 10, no. 3, pp. 471- other methods are that it is a simple procedure; therefore 477, Sept. 1995. it is possible to estimate the efficiency of motor in a short [12] A.H. Bonnett, “ An update on AC induction motor time while the motor is in service without the removal of efficiency,” IEEE Trans. Industry Appli., vol. 30, no. motor, and that such procedure is inexpensive. It is worth 5, Sept./ Oct. 1994. noting that this proposed method is suitable for conducting on-site energy audits and management of actual motors. It provides information for the decisions to immediately replace motors with more efficient ones and it also provides the data base of in-service motors performance such as the future motor replacement decisions, the detection of under loading or over loading. This information can then be used to project cost savings 5 © 2010 ACEEE DOI: 01.ijepe.01.01.01