The study presents a family of novel switched smart filter compensated devices using Green Plug Smart Filter Soft Starter (GP-SF-SS) devices for small single phase induction motors used in air-conditioning, ventilation and water pumping. GP-SF-SS devices are members of a family of smart switched filter capacitor compensation devices developed by Sharaf for energy conservation and enhanced utilization of cyclical and temporal type motorized loads. GP-SF-SS devices are equipped with a dynamic online error driven optimally tuned controller that ensures improved power factor, reduced feeder losses, stabilized voltage, minimal current ripples and efficient energy utilization/conservation with minimal impact on the host electric grid security and reliability. The proposed schemes can enhance the power quality; extend induction motor life span by reducing overheating due to inrush currents and harmonics. They prevent overheating and possible motor damage. The family of GP-SF-SS schemes is intended for use with residential/commercial motor drives used in water pumping, ventilation, air conditioning, compressors, refrigeration applications. The family of Green Energy devices and filters is based on concept of avoiding cyclical variations and transients in voltage and current to ensure uniform quasi steady state power and energy load demand.
INTRODUCTION
Small scale induction motors drives consume over 50% of the total electrical energy generated in the developed countries (Zahedi and Veaz-Zadeh, 2009). The electric utility industry and consumers of electrical energy around the world are facing new challenges for cutting electric energy cost, improving energy utilization, enhancing energy-efficiency, demand-side management, improving supply waveform-power quality, reducing safety hazards to personnel and protecting sensitive computer and automatic-data processing networks (Mademlis et al., 2005; De Rossiter Correa et al., 2004).
There is a mushrooming use of nonlinear electric loads especially in large motor drives arc furnaces and power electronic converter loads. All these nonlinear loads are byproduct of analog (saturation or limiter type) or digital (converter, solid state switching type) nonlinearities (Shenoy and Nirody, 2006; Neri et al., 2005). Nonlinear type loads cause severe waveform distortion, power quality problems interference and extra feeder losses due to excessive inrush currents and severe voltage sags. The extended use of power electronic switching conveners and devices in motor drives, process-industries: Mining. Oil and Gas Industries and industrial DC and AC arc type furnaces have resulted in a polluted grid and unreliable radial distribution/utilization system with serious inherent voltage and power quality problems (Sharaf et al., 1998, 2000). These non-linear type electric loads are used with ventilation, air conditioning, water pumping and low power factor industries such as sewing, printing, shear and press machinery and food processing plants.
These non-linear loads also fall in the category of inrush or arc type motorized loads and combined with fluorescent lighting can cause waveform distortion, harmonic interference and voltage flickering (Sharaf and Kreidi, 2002; Sharaf and Chalet, 1998). Generally, direct online motor starting is an economical method for starting induction motors. But direct starting will result in severe voltage sags and extra heating.
When starting large induction motors, excessive voltage dips result in overheating and loss of motor life expectancy (Sharaf and Aljankawey, 2006). In the study, a family of novel switched filter devices using Green Plug Smart Filter Soft Starter (GP-SF-SS) devices equipped with a dynamic online error driven and optimally tuned controllers that can ensure improved power factor, reduced feeder losses, reduced voltage and current ripples, efficient energy utilization/conservation with minimal impact on the electric grid security and supply continuity for single phase induction motor loads. In this study, seven different control strategies were examined and validated, namely: self tuned conventional pid controller, self tuned modified pid controller-I, self tuned modified pid controller-II, self tuned variable structure sliding mode controller vsc/smc/b-b, self tuned zonal activation or target practice controller, self tuned tan-sigmoid incremental integral action controller and self tuned multi-stage incremental action controller.
The need for an on-line gains adaptation or self tunable control mechanism is highly needed in the control of any non-linear systems with un-modeled dynamics. Several AI-related soft computing techniques, such as Genetic Algorithms and Particle Swarm Optimization PSO are emerging as valuable, robust, simple and effective tools in industrial process automation and on-line control adaptation. GA is an iterative search algorithm based on natural selection and genetic search mechanism. However, GA is very fussy; it contains selection, copy, crossover and mutation scenarios and so on. Furthermore, the process of coding and decoding not only impacts its precision but also increases the complexity of the genetic algorithm.
However, Particle Swarm Optimization (PSO) is a novel emerging intelligence which was flexible optimization algorithm proposed in 1995. There are many common characteristics between PSO and GA. First, they are both flexible optimization technologies. Second, they all have strong universal property independent of any gradient information.
However, PSO is much simpler to implement than GA and its operation is more convenient, without selection, copy and crossover. The proposed tri-loop dynamic error driven self tuned controllers are also used to ensure energy efficiency, control loop decoupling, stability and system efficient utilization while maintaining full voltage stability capability. The study presents a novel application of both Multi Objective Particle Swarm Optimization MOPSO and Genetic search Algorithms MOGA optimization and search techniques for online tuning are used to optimally tune the gains of the different controllers.
The smart filter/energy conservation devices ensure for single phase induction motor loads: supply power quality PQ enhancement, enhanced electric energy efficiency, dynamic minimum current ripple tracking, dynamic minimum current level, dynamic minimum power tracking, dynamic minimum effective power ripple tracking, dynamic minimum RMS source current tracking, dynamic maximum power factor, minimum harmonic ripple content, reduced harmonic ripple content, reduction of voltage sags conditions associated with induction motor starting and inrush currents, extended life span of the induction motor, reduced KWh consumption and electricity billing, minimized switching transients and load excursions, maximized power/energy utilization nder unbalanced load conditions, Reduce THD, regulate voltage to be maintained at around 1pu.
MATERIALS AND METHODS
Genetic Algorithm (GA): Genetic algorithm is an optimization method inspired by Darwins reproduction and survival of the fittest individual (Davis, 1991). This algorithm looks for the fittest individual from a set of candidate solutions called population. The population is exposed to crossover, mutation and selection operators to find the fittest individual. The fitness function assesses the quality of each individual in evaluation process. The selection operator ensures the fittest individuals for the next generation.
The crossover and mutation operators are used for variety of populations. Figure 1 shows the general flow chart of the GA algorithm based on total error iterative minimum search. The steps of genetic algorithm are depicted as follows:
Start: Generate random population of n chromosomes (suitable solutions for the problem).
Fitness: Evaluate the fitness f(x) of each chromosome x in the population.
New population: Create a new population by repeating following steps until the new population is complete:
• | Selection: Select two parent chromosomes from a population according to their fitness (the better fitness, the bigger chance to be selected) |
• | Crossover: With a crossover probability cross over the parents to form a new offspring (children). If no crossover was performed, offspring is an exact copy of parents |
• | Mutation: With a mutation probability mutate new offspring at each locus (position in chromosome) |
• | Accepting: Place new offspring in a new population |
Replace: Use new generated population for a further run of algorithm.
![]() | |
Fig. 1: | Flow chart for the GA minimizing search algorithm |
Test: If the end condition is satisfied, stop and return the best solution in current population.
Loop: Go to step 2.
Particle swarm optimization: Particle Swarm Optimization (PSO) is an evolutionary computation optimization technique (a search method based on a natural system) developed by Kennedy and Eberhart (1995) and Shi and Eberhart (1999).
The system initially has a population of random selective solutions. Each potential solution is called a particle. Each particle is given a random velocity and is flown through the problem space. The particles have memory and each particle keeps track of its previous best position (called the Pbest) and its corresponding fitness. There exist a number of Pbest for the respective particles in the swarm and the particle with greatest fitness is called the global best (Gbest) of the swarm. The basic concept of the PSO technique lies in accelerating each particle towards its Pbest and Gbest locations with a random weighted acceleration at each time step. The main steps in the particle swarm optimization algorithm and selection process are described as follows:
• | Step 1: Initialize a population of particles with random positions and velocities in d dimensions of the problem space and fly them |
• | Step 2: Evaluate the fitness of each particle in the swarm |
• | Step 3: For every iteration, compare each particles fitness with its previous best fitness (Pbest) obtained. If the current value is better than Pbest, then set Pbest equal to the current value and the Pbest location equal to the current location in the d-dimensional space |
• | Step 4: Compare Pbest of particles with each other and update the swarm global best location with the greatest fitness (Gbest) |
• | Step 5: Change the velocity and position of the particle |
According to Eq. 1 and 2, respectively
![]() | (1) |
![]() | (2) |
Where Vid and Xid represent the velocity and position of the ith particle with d dimensions, respectively. rand1 and rand2 are two uniform random functions and ω is the inertia weight which is chosen beforehand.
• | Repeat steps 2-5 until convergence is reached based on some desired single or multiple criteria |
The PSO optimization search utilized dynamic total error minimization algorithm has many key parameters and these are described as follows: ω is called the inertia weight that controls the exploration and exploitation of the search space because it dynamically adjusts velocity. Vmax is the maximum allowable velocity for the particles (i.e., in the case where the velocity of the particle exceeds Vmax then it is limited to Vmax). Thus, resolution and fitness of search depends on Vmax. If Vmax is too high then particles will move beyond a good solution. If Vmax is too low, particles will be trapped in local minima. The constants C1 and C2 in Eq. 1 and 2, termed as cognition and social components, respectively. These are the acceleration constants which changes the velocity of a particle towards Pbest and Gbest (generally, somewhere between Pbest and Gbest). Figure 2 shows the general flow chart of the PSO algorithm based on total error iterative minimum search. The most striking difference between PSO and the other evolutionary algorithms is that PSO chooses the path of cooperation over competition.
The other optimization algorithms commonly use some form of decimation, survival of the fittest. In contrast, the PSO population is stable and individuals are not destroyed or recreated. Individuals are influenced by the best performance of their neighbors. Individuals eventually converge on optimal points in the problem domain. In addition, the PSO traditionally does not have genetic operators like crossover between individuals and mutation and other individuals never substitute particles during the run.
![]() | |
Fig. 2: | Flow chart for the PSO minimizing search algorithm |
So, in PSO all the particles tend to converge to the best solution quickly, comparing with GA.
Multi objective optimization: The following definitions are used in the proposed Multi Objective Optimization (MOO) search algorithm (Ngatchou et al., 2005; Berizzi et al., 2001; Coello and Lechuga, 2002).
Defination 1: The general MO problem requiring the optimization of N objectives may be formulated as follows:
![]() | (3) |
![]() | (4) |
![]() | (5) |
Where:
![]() |
= | The objective vector |
![]() |
= | Represents the constraints |
![]() |
= | P-dimensional vector representing the decision variables within a parameter space Ω |
The space spanned by the objective vectors is called the objective space. The subspace of the objective vectors satisfying the constraints is called the feasible space.
![]() | |
Fig. 3: | Flow chart of NSGA |
Defination 2: A decision vector
is said to dominate the decision vector
(denoted by)
,
if the decision vector
is
not worse than
in all objectives and strictly better than
in at least one objective.
Defination 3: A decision vector is
called Pareto-optimal, if there does not exist another
that dominates it. An objective vector is called Pareto-optimal, if the corresponding
decision vector is Pareto-optimal.
Defination 4: The non-dominated set of the entire feasible search space Ω is the Pareto-optimal set. The Pareto-optimal set in the objective space is called Pareto-optimal front.
Multi-objective genetic algorithm: The Non-dominated Sorting Genetic Algorithm (NSGA) is a multi-objective genetic algorithm that was developed by Deb et al. (2002). This algorithm has been chosen over a conventional genetic algorithm for three principal reasons: no need to specify a sharing parameter, a strong tendency to find a diverse set of solutions along the Pareto optimal front and the ability to specify multiple objectives without the need to combine them using a weighted sum. The basic idea behind NSGA is the ranking process executed before the selection operation, as shown in Fig. 3. This process identifies non dominated solutions in the population, at each generation to form non dominated fronts (Srinivas and Deb, 1994), after this the selection, crossover and mutation usual operators are performed. In the ranking procedure, the non dominated individuals in the current population are first identified. Then, these individuals are assumed to constitute the first non dominated front with a large dummy fitness value (Srinivas and Deb, 1994).
The same fitness value is assigned to all of them. In order to maintain diversity in the population, a sharing method is then applied. Afterwards, the individuals of the first front are ignored temporarily and the rest of population is processed in the same way to identify individuals for the second non dominated front.
A dummy fitness value that is kept smaller than the minimum shared dummy fitness of the previous front is assigned to all individuals belonging to the new front. This process continues until the whole population is classified into non dominated fronts. Since the non dominated fronts are defined, the population is then reproduced according to the dummy fitness values.
Multi-objective particle swarm optimization: In MOPSO (Ngatchou et al., 2005; Berizzi et al., 2001; Coello and Lechuga, 2002), a set of particles are initialized in the decision space at random. For each particle i, a position xi in the decision space and a velocity vi are assigned. The particles change their positions and move towards the so far best-found solutions.
The non-dominated solutions from the last generations are kept in the archive. The archive is an external population in which the so far found non-dominated solutions are kept. Moving towards the optima is done in the calculations of the velocities as follows:
![]() | (6) |
Where:
Pr,d, Pp,d | = | Randomly chosen from a single global Pareto archive |
ω | = | Inertia factor influencing the local and global abilities of the algorithm |
Vi,d | = | The velocity of the particle i in the dth dimension |
c1 and c2 | = | Weights affecting the cognitive and social factors, respectively |
r1 and r2 | = | Uniform random functions in the range (Zahedi and Veaz-Zadeh, 2009) |
According to Eq. 6, each particle has to change its position Xi,d towards the position of the two guides Pr,d, Pp,d which must be selected from the updated set of non-dominated solutions stored in the archive. The particles change their positions during generations until a termination criterion is met. Finding a relatively large set of Pareto-optimal trade-off solutions is possible by running the MOPSO for many generations.
![]() | |
Fig. 4: | Flow chart of the MOPSO optimization search algorithm |
Figure 4 shows the flow chart of the Multi-Objective Particle Swarm Optimization MOPSO.
RESULTS AND DISCUSSION
PSO and other Evolutionary Computation (EC) techniques: A comparison between conventional optimization techniques and evolutionary algorithms (like genetic algorithm and PSO) is shown in Table 1 (Poirier et al., 2001). The most striking difference between PSO and the other evolutionary algorithms is that PSO chooses the path of co-operation over competition.
The other algorithms commonly use some form of decimation, survival of the fittest. In contrast, the PSO population is stable and individuals are not destroyed or created. Individuals are influenced by the best performance of their neighbors. Individuals eventually converge on optimal points in the problem domain. In addition, the PSO traditionally does not have genetic operators like crossover between individuals and mutation and other individuals never substitute particles during the run. Instead the PSO refines its search by attracting the particles to positions with good solutions. Moreover, compared with genetic algorithms (GAs), the information sharing mechanism in PSO is significantly different. In GAs, chromosomes share information with each other.So the whole population moves like a one group towards an optimal area. In PSO, only Gbest (or Pbest) gives out the information to others. It is a one-way information sharing mechanism.
Table 1: | comparison between conventional optimization procedures and evolutionary algorithms |
![]() |
|
![]() | |
Fig. 5: | The proposed Green Plug-Smart Filter-Soft Starter (GP-SF-SS) for Single Phase Induction Motor (SPIM) drive system |
The evolution only looks for the best solution. In PSO all the particles tend to converge to the best solution quickly, comparing with GA, even in the local version in most cases.
Sample study motorized system: Figure 5 shows the block diagram of the utilization Single-phase Induction Motor (SPIM) and the connection of the Green Plug-Smart Filter-Soft Starter (GP-SF-SS) and the speed control drive system to the SPIM load. Figure 6 and 7 show the proposed tri-loop dynamic tracking controller to ensure both objectives of (energy/power) saving as well as power quality enhancement of the supply system current and load bus voltage.
The novel PSO and GA self tuned multi regulators and coordinated controller are used for the following purposes: Green Plug Filter Compensator GPFC-SPWM regulator for pulse width switching scheme to regulate the DC bus voltage and minimize inrush current transients and load excursions and the SPIM drive with the speed regulator that ensure speed reference tracking with minimum inrush conditions and ensure reduced voltage transients and improved energy utilization. Figure 8 and 15 show the proposed family of Green Plug-Smart Filter-Soft Starter (GP-SF-SS) schemes.
Figure 8 shows a hybrid series, parallel filter compensator scheme acting as a series/parallel capacitor and or parallel tuned arm filter. Figure 9 shows a switched capacitor compensator scheme with combined parallel tuned arm filter.
Figure 10 shows a hybrid switched series/parallel capacitor compensation scheme which acts with AC source and SPIM inductances as a blocking tuned arm filter. Figure 11 shows a combined capacitor compensator or tuned arm filter.
Figure 12 shows a switched series and/or parallel capacitor compensator for series compensation and power factor correction. Figure 13 shows a switched doubly tuned arm filter at two separate tuned frequencies. Figure 14 shows a switched tuned arm filter using a low cost triac.
![]() | |
Fig. 6: | Tri-loop error driven self regulating dynamic controller for control of Single Phase Induction Motor (SPIM) drive |
![]() | |
Fig. 7: | Tri-loop error driven self regulating dynamic controller for the Green Plug-Smart FilterSoft Starter (GP-SF-SS) scheme |
Finally, Fig. 15 shows a switched C-type damped power filter capable of providing a low impedance path to all harmonics. It can utilize a triac or a fast MOSFET switch in slow and fast dynamic loads.
All filters objectives can be either: harmonic reduction and Power Quality (PQ) enhancement or electric power/energy savings and dynamic reactive compensation for the single phase induction motor loads. The proposed utilization scheme is fully validated using the Matlab/Simulink software environment under normal conditions, load excursion, SPIM motor torque changes to assess the control system robustness, effective energy utilization and speed reference tracking.The common concerns of power quality are the long duration voltage variations (overvoltage, under-voltage and sustained interruptions), short duration voltage variations (interruption, sags and swells), voltage imbalance (voltage unbalance), waveform distortion (DC offset, harmonics, inter-harmonics, notching and noise), voltage fluctuation (voltage flicker) and power frequency variations.
![]() | |
Fig. 8: | Economic tuned-arm power filter and capacitor compensator scheme-A |
![]() | |
Fig. 9: | Low cost tuned-arm power filter/capacitor compensator scheme-B |
![]() | |
Fig. 10: | Low cost tuned-arm power filter and capacitor compensation scheme-C |
![]() | |
Fig. 11: | Low cost tuned-arm power filter/capacitor compensator scheme-D |
To prevent the undesirable states and to reduce the power consumption, a GPF scheme is used to stabilize system.
![]() | |
Fig. 12: | Switched series parallel capacitor compensator scheme-E |
![]() |
|
Fig. 13: | Dual-tuned-arm filter compensator scheme-F |
![]() | |
Fig. 14: | Low cost Tuned-Arm Power Filter (TAF) compensator scheme-G |
Dynamic error driven control: The proposed control system comprises two sub-regulators or controllers named as DC side Green Plug Filter Compensator GPFC-SPWM regulator and the SPIM drive speed controller.
![]() | |
Fig. 15: | Low cost switched C-type power filter compensator scheme-H |
Figure 6 and 7 depict the proposed multi-loop dynamic self regulating controllers based on multi objective optimization search and optimization technique based on soft computing PSO and GA.
The global error is the summation of the three loop individual errors including voltage stability, current limiting and synthesize dynamic power loops. Each multi loop dynamic control scheme is used to reduce a global error based on a tri-loop dynamic error summation signal and to mainly track a given speed reference trajectory loop error in addition to other supplementary motor current limiting and dynamic power loops are used as auxiliary loops to generate a dynamic global total error signal that consists of not only the main loop speed error but also the current ripple, over current limit and dynamic over load power conditions.
The global error signal is input to the self tuned controllers shown in Fig. 6. The (per-unit) three dimensional-error vector (evs, eIs, eps) of the electric source controller scheme is governed by the following equations:
![]() | (7) |
![]() | (8) |
![]() | (9) |
The total or global error ets(k) for the GP-SF-SS side scheme at a time instant:
![]() | (10) |
In the same manner, the (per-unit) three dimensional-error vector (eωm, eIm, epm) of the SPIM motor scheme is governed by the following equations:
![]() | (11) |
![]() | (12) |
![]() | (13) |
And the total or global error etm (k) for the MPFC scheme at a time instant:
![]() | (14) |
A number of conflicting objective functions are selected to optimize using the PSO algorithm. These functions are defined by the following:
J1 | = | Minimize the Total Harmonic Distortion of the load current (THDi) |
J2 | = | Minimize the Total Harmonic Distortion of the load Voltage (THDv) |
J3 | = | Maximize the electric energy efficiency |
J4 | = | Maximize the power factor |
J5 | = | Minimize the KWh consumption |
In general, to solve this complex optimality search problem, there are two possible optimization techniques based on Particle Swarm Optimization (PSO): Single aggregate selected Objective Optimization (SOO) which is explained and Multi Objective Optimization (MOO). The main procedure of the SOO is based on selecting a single aggregate objective function with weighted single objective parameters scaled by a number of weighting factors. The objective function is optimized (either minimized or maximized) using either Genetic Algorithm (GA) or Particle Swarm Optimization search algorithm (PSO) methods to obtain a single global or near optimal solution. On the other hand, the main objective of the Multi Objective (MO) problem is finding the set of acceptable (trade-off) optimal solutions. This set of accepted solutions is called Pareto front.
These acceptable trade-off multi level solutions give more ability to the user to make an informed decision by seeing a wide range of near optimal selected solutions that are feasible and acceptable from an overall standpoint. Single Objective (SO) optimization may ignore this trade-off viewpoint which is crucial.
The main advantages of the proposed MOO method are: It doesnt require a priori knowledge of the relative importance of the objective functions and it provides a set of acceptable trade-off near optimal solutions. This set is called Pareto front or optimality trade-off surfaces. Both SOO and MOO searching algorithms are tested, validated and compared.
The dynamic error driven controller regulates the controllers gains using the Particle Swarm Optimization (PSO) and GA to minimize the system total error and the selected objective functions. The proposed dynamic tri loop error driven controller, developed by Sharaf which is a novel advanced regulation concept that operates as an adaptive dynamic type multi-purpose controller capable of handling sudden parametric changes, load and/or source excursions.
By using the tri loop error driven controller, it is expected to have a smoother, less dynamic overshoot, fast and more robust controller when compared to those of classical control schemes. Seven different control structures were examined and validated, for speed trajectories tracking: tuned conventional PID controller, tuned modified PID controller-I, tuned modified PID controller-II, tuned variable structure sliding mode controller VSC/SMC/B-B, tuned zonal activation or target practice controller, tuned tan-sigmoid incremental integral action controller and tuned multi-stage incremental action controller.
Self tuned conventional PID controller: Fundamentally, the conventional PID controller comprises three basic control actions. They are simple to implement and they provide good performance. The tuning process of the gains of PID controllers can be complex because is iterative: first, it is necessary to tune the proportional mode, then the integral and then add the derivative mode to stabilize the overshoot then add more proportional and so on.
![]() | |
Fig. 16: | Optimally tuned conventional PID controller block diagram |
The PID controller has the following form in the time domain as shown in Fig. 16:
![]() | (15) |
Where:
e(t) | = | The selected system error |
u(t) | = | The control variable |
Kp | = | The proportional gain |
Ki | = | The integral gain |
Kd | = | The derivative gain |
Each coefficient of the PID controller adds some special characteristics to the output response of the system. Because of this choosing the right parameters becomes a crucial decision. In this scheme, the tri loop error driven controller is utilized with traditional PID controller. PID controller gains (KP, KI, KD) are dynamically self tuned using the PSO and GA dynamic search and optimization criterion based on total error minimization, steady state error, maximum overshoot, settling time and rising time.
Self tuned modified PID controller-I: In the tuned modified PID controller- I proposed controller scheme, an optimally tuned modified PID controller for the SPIM motor drive systems is developed using the Particle Swarm Optimization technique (PSO) and the Genetic Algorithm GA, where the additional integral of the squared system error is implemented in this modified PID controller as shown in Fig. 17.
![]() | (16) |
![]() | |
Fig. 17: | Optimally Tuned modified PID controller- I block diagram |
The modified PID controller gains (KP, KI, KD and Ke) are tuned using the PSO searching algorithm to minimize the selected objective functions (J1-J5).
Self tuned modified PID controller-II: The tuned modified PID controllerII proposed control scheme is shown in Fig. 18. The resultant control voltage has the form in the time domain as:
![]() | (17) |
Self tuned Variable Structure Sliding Mode Bang-Bang (VSC/SMC/B-B) controller: In the variable structure sliding mode controller scheme, an optimally adaptive and self tuned variable structure sliding mode controller for SPIM motor drive systems using Particle Swarm Optimization technique (PSO) and Genetic Algorithm (GA) as shown in Fig. 19. The slope of the sliding surface is designed as:
![]() | (18) |
With adaptive term:
![]() | (19) |
Where;
![]() | (20) |
The system control voltage has the following form in the time domain (Srinivas and Deb, 1994), the control is an on-off logic that is when σ >0, Vc = 1 and when σ < 0,Vc = -1.
The PSO and GA optimization and parameters searching algorithms are implemented for tuning the gains β0, β1 and α to minimize the selected objective functions (J1-J5).
![]() | |
Fig. 18: | Optimally tuned modified PID controller-II block diagram |
![]() | |
Fig. 19: | Optimally tuned VSC/SMC/B-B controller block diagram |
![]() | |
Fig. 20: | Optimally tuned zonal activation or target Practice controller block diagram |
Self tuned zonal activation or target practice controller: Figure 20 shows the proposed zonal activation or target practice controller scheme. In this strategy, the tri loop error driven controller is utilized with zonal activation or target practice controller which is dynamically self tuned using the PSO and GA search and optimization criterion based on total error minimization, steady state error, maximum overshoot and settling and rising time. The dynamic supplementary control loops utilizes speed, current, ripples and dynamic momentum excursion errors. Zonal Activation Target Practice Controller is composed from concentric circles representative zones, each circle has a radius depends on the values of the total error and the first derivative of the total error as shown in Fig. 21:
![]() | (21) |
![]() | |
Fig. 21: | Zonal activation target practice controller boundaries |
Table 2: | Zonal activation controller boundaries *number of zones can be selected for best performance |
![]() |
|
Zonal activation target Practice controller determines the value of boundaries Δα which assigned to each zone according to the values of the total error and the first derivative of the total error as shown in Table 2 and Fig. 20. Then the value of the controlling firing angle α is determined using the following form:
![]() | (22) |
Where 0.01≤Kα≤1.0, β0 and β1 are an optimization parameter which is tuned using MOPSO and MOGA to minimize the selected objective functions.
Self tuned tan-sigmoid incremental controller: Figure 22 shows the Tan-sigmoid self adjusting multi loop controller. The change in the control voltage ΔVc is defined as:
![]() | (23) |
Where:
![]() | (24) |
![]() | |
Fig. 22: | Optimally tuned tan-sigmoid incremental integral action controller |
![]() | |
Fig. 23: | Tuned multi-Stage incremental action regression based controller block diagram |
and: 50≤K0≤200.0, 1≤β0≤5 are optimization parameters which are tuned using MOPSO and MOGA to minimize the selected objective functions. The system control voltage has the following form in the time domain:
![]() | (25) |
Self tuned multi-loop incremental controller: Figure 23 shows the change in the control voltage ΔVc of the Multi-loop incremental controller that is defined as:
![]() | (26) |
![]() | (27) |
In this strategy, the PSO and GA searching algorithms are implemented for tuning the gains (γ1-γ4) minimize the selected objective functions (J1-J5).
Self tuned Artificial Neural Network controller (ANN): The neural network used in this study is the simplest one that uses three layers which is widely used in the control of the electrical machines. Each layer is composed of neurons. Each neuron is connected via weights to the previous layer. The first layer is connected to the input variables. The second one is connected via weights to all the neurons of the previous layer and the last one is composed of one neuron given the output value. The weights and the biases of the ANN network's are updated to provide that the global error of the system is minimized.
![]() | |
Fig. 24: | ANN incremental controlled controller block diagram |
The proposed ANN regulator is tuned on-line using the back-propagation algorithm. The on-line ANN rule-based algorithm is used to update the ANN network weights and biases to ensure continuous effective dynamic response while keeping the motor inrush current under specified tolerable limits. The input vector with 3 layer ANN as shown in Fig. 24 is:
![]() | (28) |
Self tuned Fuzzy Logic Controller (FLC): As shown in Fig. 25, the FLC system consists of three subsystems which are the fuzzification, rule base and defuzzification. Fuzzification subsystem converts the exact inputs to fuzzy values using five membership functions: Positive Big (PB), Positive Small (PS), Zero (ZZ), Negative Small (NS) and Negative Big (NB). The rule base unit processes these fuzzy values with fuzzy rules.
The defuzzification unit converts the fuzzy results to exact values. The FLCs input values are the global error et and change in global error, det. According to these variables, a rule table is produced in the FLCs rule base unit as shown in Table 3.
Digital simulation results: The GP-SF-SS devices system performance is compared for two cases; without (as shown in Table 4) and with the GP-SF-SS devices, the second case is studied with fixed and self tuned type controllers using either GA or PSO. In addition, the second case is studied to compare the performance with Artificial Neural Network (ANN) controller (Table 5) and Fuzzy Logic Controller FLC (Table 6) with the self tuned type controllers using either GA or PSO.
![]() | |
Fig. 25: | Main structure of the FLC-incremental controller |
Table 3: | Fuzzy rules decision table |
![]() |
|
Table 4: | System behavior without (GP-SF-SS) schemes |
![]() |
|
The seven self tuned type controllers based either GA or PSO are tuned conventional PID controller, tuned modified PID controller-I, Tuned modified PID controller-II, tuned variable structure sliding mode controller VSC/SMC/B-B, tuned zonal ctivation or target practice controller, tuned tan-sigmoid incrementali integral action controller and tuned multi-stage incremental action controller.
All of the controllers discussed in the study have been applied to the speed tracking control of the same system parameters for performance comparison. Matlab-Simulink Software was used to design, test and validate the effectiveness of the GP-SF-SS devices for small motors used in household appliances, washers, dryers, fans, water pumps, ventilation systems, air-conditions and other applications in dispersing machines, actuators and small converters with induction motor size up to 5-25 KVA. The digital dynamic simulation model using Matlab/Simulink software environment allows for low cost assessment and prototyping, system parameters selection and optimization of control settings.
Table 5: | System dynamic behavior comparison using ANN controller |
![]() |
|
Table 6: | System dynamic behavior comparison using the FLC controller |
![]() |
|
The use of GA and PSO-search algorithm is used in online gain adjusting to minimize controller absolute value of total error. This is required before full scale prototyping which is both expensive and time consuming. The effectiveness of dynamic simulators brings on detailed sub-models selections and tested sub-models Matlab library of power system components already tested and validated. The dynamic simulation conditions are identical for all tuned controllers. To compare the global performances of all controllers, the Normalised Mean Square Error (NMSE) deviations between output plant variables and desired values and is defined as:
![]() | (29) |
![]() | (30) |
![]() | (31) |
The control system comprises the three dynamic multi-loop error driven regulator is co-ordinated to minimize the selected objective functions. SOO obtains a single global or near optimal solution based on a single weighted objective function. The weighted single objective function combines several objective functions using specified or selected weighting factors as follows:
![]() | (32) |
Where α1 = 0.20, α2 = 0.20, α3 = 0.20, α4 = 0.20, α5 = 0.20 are selected weighting factors. J1, J2, J3, J4 and J5 are the selected objective functions. On the other hand, the MO finds the set of acceptable (trade-off) optimal solutions. This set of accepted solutions is called Pareto front. These acceptable trade-off multi level solutions give more ability to the user to make an informed decision by seeing a wide range of near optimal selected solutions.
Self tuned conventional PID controller: Table 7 shows the system behavior using traditional controllers with constant controller gains for the (GP-SF-SS) eight schemes. In addition, Table 8 shows system behavior comparison using the SOGA based Tuned conventional PID controller and Table 9 shows the system behavior comparison using the MOGA based Tuned conventional PID controller.
Finally, Table 10 and 11 show system behavior comparison using the SOPSO and MOPSO, respectively based tuned conventional PID controller. Comparing the system dynamic response results of the two study cases, with GA and PSO tuning algorithms and traditional controllers with constant controller gains results, ANN controller and FLC, it is quite apparent that the GA and PSO tuning algorithms highly improved the system dynamic performance from a general power quality point of view. The GA and PSO tuning algorithms had a great impact on Motor RMS voltage (PU) is improved from 0.8782 (without the (GP-SF-SS) device), 0.9500 (constant gains controller), 0.9414 (ANN controller) and 0.9525 (FLC) to around 0.9675 (SOGA based tuned controller), 0.9785 (MOGA based tuned controller), 0.9627 (SOPSO) based tuned controller and 0.9735 (MOPSO based tuned controller).
Motor RMS current (PU) is reduced from 0.8576 (without the (GP-SF-SS) device), 0.7064 (constant gains controller), 0.7269 (ANN controller) and 0.7158 (FLC) to around 0.6376 (SOGA based tuned controller), 0.6453 (MOGA based tuned controller), 0.6606 (SOPSO) based tuned controller and 0.5824 (MOPSO based tuned controller). Maximum Transient Motor Voltage Over/Under Shoot (PU) is reduced from 0.1597 (without the (GP-SF-SS) device), 0.0858 (constant gains controller), 0.0888 (ANN controller) and 0.0949 (FLC) to around 0.0240 (SOGA based tuned controller), 0.0469 (MOGA based tuned controller), 0.0321 (SOPSO) based tuned controller and 0.0483 (MOPSO based tuned controller).
Table 7: | System dynamic behavior comparison using the constant parameters conventional PID controller |
![]() |
|
Table 8: | System dynamic behavior comparison using the SOGA based tuned conventional PID controller |
![]() |
|
Table 9: | System dynamic behavior comparison using a selected solution from the MOGA Pareto front based tuned conventional PID controller |
![]() |
|
Table 10: | System dynamic behavior comparison using the SOPSO based tuned conventional PID controller |
![]() |
|
Table 11: | System dynamic behavior comparison using a selected solution from the MOPSO Pareto front based yuned conventional PID controller |
![]() |
|
Maximum Transient Motor Current-Over/Under Shoot (PU) is reduced from 0.1775 (without the GP-SF-SS device), 0.0864 (constant gains controller), 0.0859 (ANN controller) and 0.0928 (FLC) to around 0.0415 (SOGA based tuned controller), 0.0368 (MOGA based tuned controller), 0.0453 (SOPSO) based tuned controller and 0.0231 (MOPSO based tuned controller). The system efficiency is improved from 0.8145 (without the GP-SF-SS device), 0.8954 (constant gains controller), 0.9012 (ANN controller) and 0.8788 (FLC) to around 0.9167 (SOGA based tuned controller), 0.9581 (MOGA based tuned controller), 0.9132 (SOPSO) based tuned controller and 0.9449 (MOPSO based tuned controller). Moreover, the Normalized Mean Square Error (NMSE-V) of the Motor voltage is reduced from 0.3293 (without the GP-SF-SS device), 0.01721 (constant gains controller), 0.03378 (ANN controller) and 0.04076 (FLC) to around 0.008980 (SOGA based tuned controller), 0.002800 (MOGA based tuned controller), 0.006336 (SOPSO) based tuned controller and 0.003643 (MOPSO based tuned controller). In addition the (NMSE-ωm) of the SPIM motor is reduced from 0.5093 (without the GP-SF-SS device), 0.02519 (constant gains controller), 0.06218 (ANN controller) and 0.07776 (FLC) to around 0.006660 (SOGA based tuned controller), 0.008219 (MOGA based tuned controller), 0.002746 (SOPSO) based tuned controller and 0.006804 (MOPSO based tuned controller).
The (NMSE-I) of the Motor current is reduced from 0.2398 (without the GP-SF-SS device), 0.07644 (constant gains controller), 0.02170 (ANN controller) and 0.04893 (FLC) to around 0.009340 (SOGA based tuned controller), 0.006386 (MOGA based tuned controller), 0.004257 (SOPSO) based tuned controller and 0.1455 (MOPSO based tuned controller). Total Harmonic Distortion THD (%) of the supply voltage is reduced from 17.486 (without the GP-SF-SS device), 6.8208 (constant gains controller), 8.0866 (ANN controller) and 8.4756 (FLC) to around 3.6738 (SOGA based tuned controller), 4.1615 (MOGA based tuned controller), 4.0891 (SOPSO) based tuned controller and 3.8768 (MOPSO based tuned controller).
THD (%) of the supply current is reduced from 19.475 (without the GP-SF-SS device), 9.3836 (constant gains controller), 8.8441 (ANN controller) and 7.5479 (FLC) to around 3.3040 (SOGA based tuned controller), 3.6622 (MOGA based tuned controller), 4.8129 (SOPSO) based tuned controller and 3.7437 (MOPSO based tuned controller). THD (%) of the motor voltage is reduced from 16.456 (without the GP-SF-SS device), 9.1149 (constant gains controller), 7.7610 (ANN controller) and 6.2888 (FLC) to around 5.5256 (SOGA based tuned controller), 4.2924 (MOGA based tuned controller), 5.7222 (SOPSO) based tuned controller and 4.2724 (MOPSO based tuned controller).
THD (%) of the motor current is reduced from 18.465 (without the GP-SF-SS device), 7.0554 (constant gains controller), 8.4061 (ANN controller) and 9.3727 (FLC) to around 5.1057 (SOGA based tuned controller), 3.4825 (MOGA based tuned controller), 4.2410 (SOPSO) based tuned controller and 3.4044 (MOPSO based tuned controller). Motor power factor is improved from 0.7516 (without the GP-SF-SS device), 0.8872 (constant gains controller), 0.8909 (ANN controller) and 0.8837 (FLC) to around 0.9444 (SOGA based tuned controller), 0.9425 (MOGA based tuned controller), 0.9225 (SOPSO) based tuned controller and 0.9544 (MOPSO based tuned controller). Reduction in KWh Consumption (%) is reduced from 0.000 (without the (GP-SF-SS) device), 12.6978 (constant gains controller), 13.6386 (ANN controller) and 13.2319 (FLC) to around 16.4767 (SOGA based tuned controller), 16.3532 (MOGA based tuned controller), 16.4862 (SOPSO) based tuned controller and 17.8901 (MOPSO based tuned controller).
Self tuned modified PID controller-I: Table 12 shows the system behavior using traditional controllers with constant controller gains for the (GP-SF-SS) eight schemes. In addition, Table 13 shows system behavior comparison using the SOGA based tuned modified PID controller-I and Table 14 shows the system behavior comparison using the MOGA based tuned modified PID controller-I.
Finally, Tables 15 and 16 show system behavior comparison using the SOPSO and MOPSO, respectively based Tuned modified PID controller-I. Comparing the system dynamic response results of the two study cases, with GA and PSO tuning algorithms and traditional controllers with constant controller gains results, ANN controller and FLC, it is quite apparent that the GA and PSO tuning algorithms highly improved the system dynamic performance from a general power quality point of view.
The GA and PSO tuning algorithms had a great impact on Motor RMS voltage (PU) is improved from 0.8782 (without the GP-SF-SS device), 0.9448 (constant gains controller), 0.9414 (ANN controller) and 0.9525 (FLC) to around 0.9851 (SOGA based tuned controller), 0.9917 (MOGA based tuned controller), 0.9669 (SOPSO) based tuned controller and 0.9737 (MOPSO based tuned controller). Motor RMS current (PU) is reduced from 0.8576 (without the GP-SF-SS device), 0.6845 (constant gains controller), 0.7269 (ANN controller) and 0.7158 (FLC) to around 0.6406 (SOGA based tuned controller), 0.6239 (MOGA based tuned controller), 0.6566 (SOPSO) based tuned controller and 0.6479 (MOPSO based tuned controller).
Maximum transient motor voltage over/under shoot (PU) is reduced from 0.1597 without the (GP-SF-SS device), 0.0938 (constant gains controller), 0.0888 (ANN controller) and 0.0949 (FLC) to around 0.0469 (SOGA based tuned controller), 0.0427 (MOGA based tuned controller), 0.0448 (SOPSO) based tuned controller and 0.0463 (MOPSO based tuned controller). Maximum transient motor current-over/under shoot (PU) is reduced from 0.1775 (without the (GP-SF-SS) device), 0.0949 (constant gains controller), 0.0859 (ANN controller) and 0.0928 (FLC) to around 0.0386 (SOGA based tuned controller), 0.0325 (MOGA based tuned controller), 0.0333 (SOPSO) based tuned controller and 0.0298 (MOPSO based tuned controller).
Table 12: | System dynamic behavior comparison using the constant parameters modified PID controller-I |
![]() |
|
Table 13: | System dynamic behavior comparison using the SOGA based tuned modified PID controller-I |
![]() |
|
Table 14: | System dynamic behavior comparison using a selected solution from the MOGA pareto front based tuned modified PID controller-I |
![]() |
|
The system efficiency is improved from 0.8145 (without the (GP-SF-SS) device), 0.9020 (constant gains controller), 0.9012 (ANN controller) and 0.8788 (FLC) to around 0.9377 (SOGA based tuned controller), 0.9325 (MOGA based tuned controller), 0.9274 (SOPSO) based tuned controller and 0.9262 (MOPSO based tuned controller).
Table 15: | System dynamic behavior comparison using the SOPSO based tuned modified PID controller-I |
![]() |
|
Table 16: | System dynamic behavior comparison using a selected solution from the MOPSO Pareto front based tuned modified PID controller-I |
![]() |
|
Moreover, the Normalized Mean Square Error (NMSE-V) of the Motor voltage is reduced from 0.3293 (without the (GP-SF-SS) device), 0.04393 (constant gains controller), 0.03378 (ANN controller) and 0.04076 (FLC) to around 0.008807 (SOGA based tuned controller), 0.003610 (MOGA based tuned controller), 0.003016 (SOPSO) based tuned controller and 0.004001 (MOPSO based tuned controller).
In addition the (NMSE-ωm) of the SPIM motor is reduced from 0.5093 (without the (GP-SF-SS) device), 0.05909 (constant gains controller), 0.06218 (ANN controller) and 0.07776 (FLC) to around 0.002576 (SOGA based tuned controller), 0.001543 (MOGA based tuned controller), 0.007334 (SOPSO) based tuned controller and 0.003602 (MOPSO based tuned controller). The (NMSE-I) of the Motor current is reduced from 0.2398 (without the GP-SF-SS device), 0.06488 (constant gains controller), 0.02170 (ANN controller) and 0.04893 (FLC) to around 0.003525 (SOGA based tuned controller), 0.005272 (MOGA based tuned controller), 0.002851 (SOPSO) based tuned controller and 0.001147 (MOPSO based tuned controller). Total Harmonic Distortion THD (%) of the supply voltage is reduced from 17.486 (without the (GP-SF-SS) device), 6.6869 (constant gains controller), 8.0866 (ANN controller) and 8.4756 (FLC) to around 5.1191 (SOGA based tuned controller), 5.7369 (MOGA based tuned controller), 5.5613 (SOPSO) based tuned controller and 3.0994 (MOPSO based tuned controller).
THD (%) of the supply current is reduced from 19.475 (without the GP-SF-SS device), 8.4680 (constant gains controller), 8.8441 (ANN controller) and 7.5479 (FLC) to around 3.6054 (SOGA based tuned controller), 5.3255 (MOGA based tuned controller), 5.5307 (SOPSO) based tuned controller and 4.7972 (MOPSO based tuned controller). THD (%) of the motor voltage is reduced from 16.456 (without the GP-SF-SS device), 6.9072 (constant gains controller), 7.7610 (ANN controller) and 6.2888 (FLC) to around 4.3007 (SOGA based tuned controller), 3.4279 (MOGA based tuned controller), 5.0449 (SOPSO) based tuned controller and 4.3214 (MOPSO based tuned controller). THD (%) of the motor current is reduced from 18.465 (without the GP-SF-SS device), 7.5903 (constant gains controller), 8.4061 (ANN controller) and 9.3727 (FLC) to around 4.4072 (SOGA based tuned controller), 5.1945 (MOGA based tuned controller), 4.1944 (SOPSO) based tuned controller and 5.7553 (MOPSO based tuned controller).
Motor power factor is improved from 0.7516 (without the GP-SF-SS device), 0.9004 (constant gains controller), 0.8909 (ANN controller) and 0.8837 (FLC) to around 0.9354 (SOGA based tuned controller), 0.9350 (MOGA based tuned controller), 0.9616 (SOPSO) based tuned controller and 0.9259 (MOPSO based tuned controller). Reduction in KWh Consumption (%) is reduced from 0.000 (without the GP-SF-SS device), 13.0035 (constant gains controller), 14.6386 (ANN controller) and 14.2319 (FLC) to around 17.8021 (SOGA based tuned controller), 17.9411 (MOGA based tuned controller), 17.3185 (SOPSO) based tuned controller and 17.7769 (MOPSO based tuned controller).
Self tuned modified PID controller- II: Table 17 shows the system behavior using traditional controllers with constant controller gains for the (GP-SF-SS) eight schemes. In addition, Table 18 shows system behavior comparison using the SOGA based Tuned modified PID controller-II and Table 19 shows the system behavior comparison using the MOGA based Tuned modified PID controller-II. Finally, Table 20 and 21 show system behavior comparison using the SOPSO and MOPSO respectively based tuned modified PID controller-II. Comparing the system dynamic response results of the two study cases with GA and PSO tuning algorithms and traditional controllers with constant controller gains results, ANN controller and FLC, it is quite apparent that the GA and PSO tuning algorithms highly improved the system dynamic performance from a general power quality point of view.
The GA and PSO tuning algorithms had a great impact on Motor RMS voltage (PU) is improved from 0.8782 (without the (GP-SF-SS) device), 0.9494 (constant gains controller), 0.9414 (ANN controller) and 0.9525 (FLC) to around 0.9728 (SOGA based tuned controller), 0.9877 (MOGA based tuned controller), 0.9691 (SOPSO) based tuned controller and 0.9658 (MOPSO based tuned controller). Motor RMS current (PU) is reduced from 0.8576 (without the GP-SF-SS device), 0.7353 (constant gains controller), 0.7269 (ANN controller) and 0.7158 (FLC) to around 0.5902 (SOGA based tuned controller), 0.6494 (MOGA based tuned controller), 0.6212 (SOPSO) based tuned controller and 0.6077 (MOPSO based tuned controller).
Maximum Transient Motor Voltage Over/Under Shoot (PU) is reduced from 0.1597 (without the GP-SF-SS device), 0.0859 (constant gains controller), 0.0888 (ANN controller) and 0.0949 (FLC) to around 0.0274 (SOGA based tuned controller), 0.0453 (MOGA based tuned controller), 0.0464 (SOPSO) based tuned controller and 0.0356 (MOPSO based tuned controller). Maximum Transient Motor Current-Over/Under Shoot (PU) is reduced from 0.1775 (without the GP-SF-SS device), 0.0925 (constant gains controller), 0.0859 (ANN controller) and 0.0928 (FLC) to around 0.0245 (SOGA based tuned controller), 0.0334 (MOGA based tuned controller), 0.0488 (SOPSO) based tuned controller and 0.0453 (MOPSO based tuned controller). The system efficiency is improved from 0.8145 (without the GP-SF-SS device), 0.8817 (constant gains controller), 0.9012 (ANN controller) and 0.8788 (FLC) to around 0.9280 (SOGA based tuned controller), 0.9451 (MOGA based tuned controller), 0.9210 (SOPSO) based tuned controller and 0.9388 (MOPSO based tuned controller).
Table 17: | System dynamic behavior comparison using the constant parameters modified PID controller-II |
![]() |
|
Table 18: | System dynamic behavior comparison using the SOGA based tuned modified PID controller-II |
![]() |
|
Table 19: | System dynamic behavior comparison using a selected solution from the MOGA Pareto front based tuned modified PID controller-II |
![]() |
|
Table 20: | System dynamic behavior comparison using the SOPSO based tuned modified PID controller-II |
![]() |
|
Moreover, the Normalized Mean Square Error (NMSE-V) of the Motor voltage is reduced from 0.3293 (without the GP-SF-SS device), 0.07137 (constant gains controller), 0.03378 (ANN controller) and 0.04076 (FLC) to around 0.001593 (SOGA based tuned controller), 0.002924 (MOGA based tuned controller), 0.001438 (SOPSO) based tuned controller and 0.002527 (MOPSO based tuned controller).
Table 21: | System dynamic behavior comparison using a selected solution from the MOPSO Pareto front based tuned modified PID controller-II |
![]() |
|
In addition the (NMSE-ωm) of the SPIM motor is reduced from 0.5093 (without the GP-SF-SS device), 0.07818 (constant gains controller), 0.06218 (ANN controller) and 0.07776 (FLC) to around 0.008402 (SOGA based tuned controller), 0.006290 (MOGA based tuned controller), 0.003834 (SOPSO) based tuned controller and 0.003195 (MOPSO based tuned controller).
The (NMSE-I) of the motor current is reduced from 0.2398 (without the GP-SF-SS device), 0.03573 (constant gains controller), 0.02170 (ANN controller) and 0.04893 (FLC) to around 0.006472 (SOGA based tuned controller), 0.007173 (MOGA based tuned controller), 0.002045 (SOPSO) based tuned controller and 0.004985 (MOPSO based tuned controller).
Total Harmonic Distortion THD (%) of the supply voltage is reduced from 17.486 (without the GP-SF-SS device), 9.1445 (constant gains controller), 8.0866 (ANN controller) and 8.4756 (FLC) to around 3.5030 (SOGA based tuned controller), 3.7913 (MOGA based tuned controller), 4.4817 (SOPSO) based tuned controller and 4.5813 (MOPSO based tuned controller).
THD (%) of the supply current is reduced from 19.475 (without the GP-SF-SS device), 6.3350 (constant gains controller), 8.8441 (ANN controller) and 7.5479 (FLC) to around 3.7712 (SOGA based tuned controller), 4.2106 (MOGA based tuned controller), 4.3172 (SOPSO) based tuned controller and 3.0598 (MOPSO based tuned controller). THD (%) of the motor voltage is reduced from 16.456 (without the GP-SF-SS device), 6.2773 (constant gains controller), 7.7610 (ANN controller) and 6.2888 (FLC) to around 5.7026 (SOGA based tuned controller), 4.9854 (MOGA based tuned controller), 3.3625 (SOPSO) based tuned controller and 5.5529 (MOPSO based tuned controller).
THD (%) of the motor current is reduced from 18.465 (without the GP-SF-SS device), 7.6200 (constant gains controller), 8.4061 (ANN controller) and 9.3727 (FLC) to around 5.1524 (SOGA based tuned controller), 4.5770 (MOGA based tuned controller), 4.7629 (SOPSO) based tuned controller and 3.8990 (MOPSO based tuned controller). Motor power factor is improved from 0.7516 (without the GP-SF-SS device), 0.8543 (constant gains controller), 0.8909 (ANN controller) and 0.8837 (FLC) to around 0.9538 (SOGA based tuned controller), 0.9456 (MOGA based tuned controller), 0.9202 (SOPSO) based tuned controller and 0.9213 (MOPSO based tuned controller). Reduction in KWh Consumption (%) is reduced from 0.000 (without the GP-SF-SS device), 12.6287 (constant gains controller), 12.6386 (ANN controller) and 12.2319 (FLC) to around 16.5828 (SOGA based tuned controller), 17.1336 (MOGA based tuned controller), 16.0191 (SOPSO) based tuned controller and 17.4657 (MOPSO based tuned controller).
Self tuned Variable Structure Sliding Mode Controller (VSC/SMC/B-B): Table 22 shows the system behavior using traditional controllers with constant controller gains for the (GP-SF-SS) eight schemes.
Table 23 shows system behavior comparison using the SOGA based the self tuned variable structure sliding mode controller and Table 24 shows the system behavior comparison using the MOGA based the self tuned variable structure sliding mode controller.
Finally, Table 25 and 26 show system behavior comparison using the SOPSO and MOPSO, respectively based the self tuned variable structure sliding mode controller. Comparing the system dynamic response results of the two study cases, with GA and PSO tuning algorithms and traditional controllers with constant controller gains results, ANN controller and FLC, it is quite apparent that the GA and PSO tuning algorithms highly improved the system dynamic performance from a general power quality point of view.
Table 22: | System dynamic behavior comparison using the constant parameters variable structure sliding mode controller |
![]() |
Table 23: | System dynamic behavior comparison using the SOGA based tuned variable structure sliding mode controller |
![]() |
Table 24: | System dynamic behavior comparison using a selected solution from the MOGA Pareto front based tuned variable structure sliding mode controller |
![]() |
The GA and PSO tuning algorithms had a great impact on Motor RMS voltage (PU) is improved from 0.8782 (without the GP-SF-SS device), 0.9433 (constant gains controller), 0.9414 (ANN controller) and 0.9525 (FLC) to around 0.9897 (SOGA based tuned controller), 0.9893 (MOGA based tuned controller), 0.9806 (SOPSO) based tuned controller and 0.9760 (MOPSO based tuned controller).
Table 25: | System dynamic behavior comparison using the SOPSO based tuned variable structure sliding mode controller |
![]() |
Table 26: | System dynamic behavior comparison using a selected solution from the MOPSO pareto front based tuned variable structure sliding mode controller |
![]() |
Motor RMS current (PU) is reduced from 0.8576 (without the GP-SF-SS device), 0.7381 (constant gains controller), 0.7269 (ANN controller) and 0.7158 (FLC) to around 0.6286 (SOGA based tuned controller), 0.6394 (MOGA based tuned controller), 0.5816 (SOPSO) based tuned controller and 0.6490 (MOPSO based tuned controller).
Maximum transient motor voltage over/Under shoot (PU) is reduced from 0.1597 (without the GP-SF-SS device), 0.0963 (constant gains controller), 0.0888 (ANN controller) and 0.0949 (FLC) to around 0.0425 (SOGA based tuned controller), 0.0401 (MOGA based tuned controller), 0.0276 (SOPSO) based tuned controller and 0.0488 (MOPSO based tuned controller). Maximum transient motor current-over/under shoot (PU) is reduced from 0.1775 (without the GP-SF-SS device), 0.0859 (constant gains controller), 0.0859 (ANN controller) and 0.0928 (FLC) to around 0.0345 (SOGA based tuned controller), 0.0262 (MOGA based tuned controller), 0.0333 (SOPSO) based tuned controller and 0.0354 (MOPSO based tuned controller). The system efficiency is improved from 0.8145 (without the GP-SF-SS device), 0.8600 (constant gains controller), 0.9012 (ANN controller) and 0.8788 (FLC) to around 0.9360 (SOGA based tuned controller), 0.9429 (MOGA based tuned controller), 0.9567 (SOPSO) based tuned controller and 0.9561 (MOPSO based tuned controller).
The Normalized Mean Square Error (NMSE-V) of the Motor voltage is reduced from 0.329 (without the GP-SF-SS device), 0.0376 (constant gains controller), 0.0337 (ANN controller) and 0.04076 (FLC) to around 0.0905 (SOGA based tuned controller), 0.00943 (MOGA based tuned controller), 0.008955 (SOPSO) based tuned controller and 0.008868 (MOPSO based tuned controller). In addition the (NMSE-ωm) of the SPIM motor is reduced from 0.5093 (without the GP-SF-SS device), 0.06436 (constant gains controller), 0.06218 (ANN controller) and 0.07776 (FLC) to around 0.09566 (SOGA based tuned controller), 0.005618 (MOGA based tuned controller), 0.004872 (SOPSO) based tuned controller and 0.002801 (MOPSO based tuned controller).
Table 27: | System dynamic behavior comparison using the constant parameters zonal activation or target practice controller |
![]() |
The Normalized (NMSE-I) of the Motor current is reduced from 0.2398 (without the GP-SF-SS device), 0.05613 (constant gains controller), 0.02170 (ANN controller) and 0.04893 (FLC) to around 0.01561 (SOGA based tuned controller), 0.004695 (MOGA based tuned controller), 0.003756 (SOPSO) based tuned controller and 0.008297 (MOPSO based tuned controller). Total Harmonic Distortion THD (%) of the supply voltage is reduced from 17.486 (without the GP-SF-SS device), 6.5757 (constant gains controller), 8.0866 (ANN controller) and 8.4756 (FLC) to around 5.3814 (SOGA based tuned controller), 3.3714 (MOGA based tuned controller), 4.2650 (SOPSO) based tuned controller and 3.8253 (MOPSO based tuned controller).
THD (%) of the supply current is reduced from 19.475 (without the GP-SF-SS device), 8.0879 (constant gains controller), 8.8441 (ANN controller) and 7.5479 (FLC) to around 5.8074 (SOGA based tuned controller), 5.1991 (MOGA based tuned controller), 5.5612 (SOPSO) based tuned controller and 5.2151 (MOPSO based tuned controller).
THD (%) of the motor voltage is reduced from 16.456 (without the GP-SF-SS device), 6.0975 (constant gains controller), 7.7610 (ANN controller) and 6.2888 (FLC) to around 4.5868 (SOGA based tuned controller), 4.4394 (MOGA based tuned controller), 4.6731 (SOPSO based tuned controller) and 4.2222 (MOPSO based tuned controller). THD (%) of the motor current is reduced from 18.465 (without the GP-SF-SS device), 9.1725 (constant gains controller), 8.4061 (ANN controller) and 9.3727 (FLC) to around 3.5953 (SOGA based tuned controller), 5.2254 (MOGA based tuned controller), 3.7393 (SOPSO based tuned controller) and 5.6939 (MOPSO based tuned controller). Motor power factor is improved from 0.7516 (without the GP-SF-SS device), 0.8685 (constant gains controller), 0.8909 (ANN controller) and 0.8837 (FLC) to around 0.9440 (SOGA based tuned controller), 0.9623 (MOGA based tuned controller), 0.9444 (SOPSO based tuned controller) and 0.9518 (MOPSO based tuned controller). Reduction in KWh Consumption (%) is reduced from 0.000 (without the GP-SF-SS device), 12.8652 (constant gains controller), 12.6386 (ANN controller) and 12.2319 (FLC) to around 16.2051 (SOGA based tuned controller), 16.0151 (MOGA based tuned controller), 16.8778 (SOPSO) based tuned controller and 17.4786 (MOPSO based tuned controller).
Self tuned zonal activation or target practice controller: Table 27 shows the system behavior using traditional controllers with constant controller gains for the (GP-SF-SS) eight schemes. In addition, Table 28 shows system behavior comparison using the SOGA based the self tuned zonal activation or target practice controller and Table 29 shows the system behavior comparison using the MOGA based the self tuned zonal activation or target practice controller.
Finally, Table 30 and 31 show system behavior comparison using the SOPSO and MOPSO, respectively based the self tuned zonal activation or target practice controller.
Comparing the system dynamic response results of the two study cases, with GA and PSO tuning algorithms and traditional controllers with constant controller gains results, ANN controller and FLC, it is quite apparent that the GA and PSO tuning algorithms highly improved the system dynamic performance from a general power quality point of view.
Table 28: | System dynamic behavior comparison using the SOGA based tuned zonal activation or target practice controller |
![]() |
Table 29: | System dynamic behavior comparison using a selected solution from the MOGA Pareto front based tuned zonal activation or target practice controller |
![]() |
The GA and PSO tuning algorithms had a great impact on Motor RMS voltage (PU) is improved from 0.8782 (without the GP-SF-SS device), 0.9382 (constant gains controller), 0.9414 (ANN controller) and 0.9525 (FLC) to around 0.9844 (SOGA based tuned controller), 0.9948 (MOGA based tuned controller), 0.9901 (SOPSO) based tuned controller and 0.9851 (MOPSO based tuned controller).
Motor RMS current (PU) is reduced from 0.8576 (without the GP-SF-SS device), 0.7499 (constant gains controller), 0.7269 (ANN controller) and 0.7158 (FLC) to around 0.5857 (SOGA based tuned controller), 0.6338 (MOGA based tuned controller), 0.6310 (SOPSO) based tuned controller and 0.6306 (MOPSO based tuned controller). Maximum Transient Motor Voltage Over/Under Shoot (PU) is reduced from 0.1597 (without the GP-SF-SS device), 0.0959 (constant gains controller), 0.0888 (ANN controller) and 0.0949 (FLC) to around 0.0432 (SOGA based tuned controller), 0.0292 (MOGA based tuned controller), 0.0477 (SOPSO) based tuned controller and 0.0264 (MOPSO based tuned controller). Maximum Transient Motor Current-Over/Under Shoot (PU) is reduced from 0.1775 (without the GP-SF-SS device), 0.0907 (constant gains controller), 0.0859 (ANN controller) and 0.0928 (FLC) to around 0.0490 (SOGA based tuned controller), 0.0384 (MOGA based tuned controller), 0.0271 (SOPSO) based tuned controller and 0.0392 (MOPSO based tuned controller).
The system efficiency is improved from 0.8145 (without the GP-SF-SS device), 0.8673 (constant gains controller), 0.9012 (ANN controller) and 0.8788 (FLC) to around 0.9255 (SOGA based tuned controller), 0.9250 (MOGA based tuned controller), 0.9263 (SOPSO) based tuned controller and 0.9162 (MOPSO based tuned controller). Moreover, the Normalized Mean Square Error (NMSE-V) of the motor voltage is reduced from 0.3293 (without the GP-SF-SS device), 0.06263 (constant gains controller), 0.03378 (ANN controller) and 0.04076 (FLC) to around 0.009344 (SOGA based tuned controller), 0.004511 (MOGA based tuned controller), 0.005837 (SOPSO) based tuned controller and 0.007559 (MOPSO based tuned controller).
Table 30: | System dynamic behavior comparison using the SOPSO based tuned zonal activation or target practice controller |
![]() |
Table 31: | System dynamic behavior comparison using a selected solution from the MOPSO Pareto front based tuned zonal activation or target practice controller |
![]() |
In addition the NMSE-ωm of the SPIM motor is reduced from 0.5093 (without the GP-SF-SS device), 0.08417 (constant gains controller), 0.06218 (ANN controller) and 0.07776 (FLC) to around 0.007623 (SOGA based tuned controller), 0.005567 (MOGA based tuned controller), 0.8182 (SOPSO) based tuned controller and 0.007575 (MOPSO based tuned controller). The NMSE-I of the Motor current is reduced from 0.2398 (without the GP-SF-SS device), 0.01299 (constant gains controller), 0.02170 (ANN controller) and 0.04893 (FLC) to around 0.008792 (SOGA based tuned controller), 0.003647 (MOGA based tuned controller), 0.002873 (SOPSO) based tuned controller and 0.001690 (MOPSO based tuned controller). Total Harmonic Distortion (THD) (%) of the supply voltage is reduced from 17.486 (without the GP-SF-SS device), 6.6196 (constant gains controller), 8.0866 (ANN controller) and 8.4756 (FLC) to around 3.8914 (SOGA based tuned controller), 4.5209 (MOGA based tuned controller), 4.9241 (SOPSO) based tuned controller and 4.7073 (MOPSO based tuned controller). THD (%) of the supply current is reduced from 19.475 (without the GP-SF-SS device), 9.6328 (constant gains controller), 8.8441 (ANN controller) and 7.5479 (FLC) to around 5.2460 (SOGA based tuned controller), 3.6205 (MOGA based tuned controller), 5.8456 (SOPSO) based tuned controller and 5.7041 (MOPSO based tuned controller).
THD (%) of the motor voltage is reduced from 16.456 (without the GP-SF-SS device), 6.2423 (constant gains controller), 7.7610 (ANN controller) and 6.2888 (FLC) to around 3.0758 (SOGA based tuned controller), 5.4651 (MOGA based tuned controller), 4.4285 (SOPSO) based tuned controller and 4.7636 (MOPSO based tuned controller). THD (%) of the motor current is reduced from 18.465 (without the GP-SF-SS device), 8.2256 (constant gains controller), 8.4061 (ANN controller) and 9.3727 (FLC) to around 4.7253 (SOGA based tuned controller), 4.0933 (MOGA based tuned controller), 5.1721 (SOPSO) based tuned controller and 3.6998 (MOPSO based tuned controller). Motor power factor is improved from 0.7516 (without the GP-SF-SS device), 0.8950 (constant gains controller), 0.8909 (ANN controller) and 0.8837 (FLC) to around 0.9378 (SOGA based tuned controller), 0.9299 (MOGA based tuned controller), 0.9174 (SOPSO) based tuned controller and 0.9133 (MOPSO based tuned controller).
Reduction in KWh Consumption (%) is reduced from 0.000 (without the GP-SF-SS device), 13.8356 (constant gains controller), 13.6386 (ANN controller) and 13.2319 (FLC) to around 16.2601 (SOGA based tuned controller), 16.7016 (MOGA based tuned controller), 16.8207 (SOPSO) based tuned controller and 17.4587 (MOPSO based tuned controller).
Self tuned tan-sigmoid incremental integral action controller: Table 32 shows the system behavior using traditional controllers with constant controller gains for the (GP-SF-SS) eight schemes. In addition, Table 33 shows system behavior comparison using the SOGA based the self tuned tan-sigmoid incremental integral action controller and Table 34 shows the system behavior comparison using the MOGA based the self tuned tan-sigmoid incremental integral action controller.
Finally, Tables 35 and 36 show system behavior comparison using the SOPSO and MOPSO, respectively based the self tuned tan-sigmoid incremental integral action controller. Comparing the system dynamic response results of the two study cases, with GA and PSO tuning algorithms and traditional controllers with constant controller gains results, ANN controller and FLC, it is quite apparent that the GA and PSO tuning algorithms highly improved the system dynamic performance from a general power quality point of view. The GA and PSO tuning algorithms had a great impact on Motor RMS voltage (PU) is improved from 0.8782 (without the GP-SF-SS device), 0.9339 (constant gains controller), 0.9414 (ANN controller) and 0.9525 (FLC) to around 0.9878 (SOGA based tuned controller), 0.9923 (MOGA based tuned controller), 0.9798 (SOPSO) based tuned controller and 0.9831 (MOPSO based tuned controller). Motor RMS current (PU) is reduced from 0.8576 (without the GP-SF-SS device), 0.7141 (constant gains controller), 0.7269 (ANN controller) and 0.7158 (FLC) to around 0.5918 (SOGA based tuned controller), 0.6672 (MOGA based tuned controller), 0.6000 (SOPSO) based tuned controller and 0.6567 (MOPSO based tuned controller). Maximum Transient Motor Voltage Over/Under Shoot (PU) is reduced from 0.1597 (without the (GP-SF-SS) device), 0.0941 (constant gains controller), 0.0888 (ANN controller) and 0.0949 (FLC) to around 0.0485 (SOGA based tuned controller), 0.0380 (MOGA based tuned controller), 0.0484 (SOPSO) based tuned controller and 0.0482 (MOPSO based tuned controller). Maximum Transient Motor Current-Over/Under Shoot (PU) is reduced from 0.1775 (without the GP-SF-SS device), 0.0945 (constant gains controller), 0.0859 (ANN controller) and 0.0928 (FLC) to around 0.0221 (SOGA based tuned controller), 0.0434 (MOGA based tuned controller), 0.0293 (SOPSO) based tuned controller and 0.0279 (MOPSO based tuned controller). The system efficiency is improved from 0.8145 (without the GP-SF-SS device), 0.8585 (constant gains controller), 0.9012 (ANN controller) and 0.8788 (FLC) to around 0.9514 (SOGA based tuned controller), 0.9399 (MOGA based tuned controller), 0.9287 (SOPSO) based tuned controller and 0.9592 (MOPSO based tuned controller).
Table 32: | System dynamic behavior comparison using the constant parameters tan-sigmoid incremental integral action controller |
![]() |
Table 33: | System dynamic behavior comparison using the SOGA based tuned tan-sigmoid incremental integral action controller |
![]() |
Table 34: | System dynamic behavior comparison using a selected solution from the MOGA Pareto front based tuned tan-sigmoid incremental integral ction controller |
![]() |
Moreover, the Normalized Mean Square Error (NMSE-V) of the Motor voltage is reduced from 0.3293 (without the GP-SF-SS device), 0.07225 (constant gains controller), 0.03378 (ANN controller) and 0.04076 (FLC) to around 0.005229 (SOGA based tuned controller), 0.005330 (MOGA based tuned controller), 0.004453 (SOPSO) based tuned controller and 0.002398 (MOPSO based tuned controller). In addition the (NMSE-ωm) of the SPIM motor is reduced from 0.5093 (without the (GP-SF-SS) device), 0.08313 (constant gains controller), 0.06218 (ANN controller) and 0.07776 (FLC) to around 0.001563 (SOGA based tuned controller), 0.002997 (MOGA based tuned controller), 0.3387 (SOPSO) based tuned controller and 0.008440 (MOPSO based tuned controller).
The NMSE-I of the motor current is reduced from 0.2398 (without the GP-SF-SS device), 0.06793 (constant gains controller), 0.02170 (ANN controller) and 0.04893 (FLC) to around 0.002935 (SOGA based tuned controller), 0.007327 (MOGA based tuned controller), 0.3279 (SOPSO) based tuned controller and 0.006582 (MOPSO based tuned controller).
Total Harmonic Distortion (THD) (%) of the supply voltage is reduced from 17.486 (without the GP-SF-SS device), 9.7466 (constant gains controller), 8.0866 (ANN controller) and 8.4756 (FLC) to around 5.3448 (SOGA based tuned controller), 4.0008 (MOGA based tuned controller), 4.1346 (SOPSO) based tuned controller and 5.0450 (MOPSO based tuned controller). THD (%) of the supply current is reduced from 19.475 (without the GP-SF-SS device), 7.2956 (constant gains controller), 8.8441 (ANN controller) and 7.5479 (FLC) to around 3.2508 (SOGA based tuned controller), 4.4022 (MOGA based tuned controller), 5.8108 (SOPSO) based tuned controller and 3.2818 (MOPSO based tuned controller). THD (%) of the motor voltage is reduced from 16.456 (without the GP-SF-SS device), 6.9979 (constant gains controller), 7.7610 (ANN controller) and 6.2888 (FLC) to around 5.3376 (SOGA based tuned controller), 3.0317 (MOGA based tuned controller), 3.7638 (SOPSO) based tuned controller and 4.4262 (MOPSO based tuned controller).
Table 35: | System dynamic behavior comparison using the SOPSO based tuned tan-sigmoid incremental integral action controller |
![]() |
Table 36: | System dynamic behavior comparison using a selected solution from the MOPSO Pareto front based tuned tan-sigmoid incremental integral ction controller |
![]() |
THD (%) of the motor current is reduced from 18.465 (without the GP-SF-SS device), 9.6199 (constant gains controller), 8.4061 (ANN controller) and 9.3727 (FLC) to around 5.2257 (SOGA based tuned controller), 5.3838 (MOGA based tuned controller), 5.1561 (SOPSO) based tuned controller and 4.8837 (MOPSO based tuned controller). Motor power factor is improved from 0.7516 (without the GP-SF-SS device), 0.8977 (constant gains controller), 0.8909 (ANN controller) and 0.8837 (FLC) to around 0.9164 (SOGA based tuned controller), 0.9501 (MOGA based tuned controller), 0.9483 (SOPSO) based tuned controller and 0.9318 (MOPSO based tuned controller).
Reduction in KWh Consumption (%) is reduced from 0.000 (without the GP-SF-SS device), 12.1976 (constant gains controller), 13.6386 (ANN controller) and 13.2319 (FLC) to around 17.9799 (SOGA based tuned controller), 17.6391 (MOGA based tuned controller), 17.5938 (SOPSO) based tuned controller and 17.8238 (MOPSO based tuned controller).
Self tuned multi-stage incremental action controller: Table 37 shows the system behavior using traditional controllers with constant controller gains for the (GP-SF-SS) eight schemes. In addition, Table 38 shows system behavior comparison using the SOGA based the self tuned multi-stage incremental action controller and Table 39 shows the system behavior comparison using the MOGA based the self tuned multi-stage incremental action controller. Finally, Table 40 and 41 show system behavior comparison using the SOPSO and MOPSO respectively based the self tuned multi-stage incremental action controller. Comparing the system dynamic response results of the two study cases with GA and PSO tuning algorithms and traditional controllers with constant controller gains results, ANN controller and FLC, it is quite apparent that the GA and PSO tuning algorithms highly improved the system dynamic performance from a general power quality point of view.
Table 37: | System dynamic behavior comparison using the constant parameters multi-stage incremental action controller |
![]() |
Table 38: | System dynamic behavior comparison using the SOGA based tuned multi-stage incremental action controller |
![]() |
Table 39: | System dynamic behavior comparison using a selected solution from the MOGA Pareto front based tuned Multi-Stage Incremental action ontroller |
![]() |
The GA and PSO tuning algorithms had a great impact on motor RMS voltage (PU) is improved from 0.8782 (without the GP-SF-SS device), 0.9465 (constant gains controller), 0.9414 (ANN controller) and 0.9525 (FLC) to around 0.9894 (SOGA based tuned controller), 0.9888 (MOGA based tuned controller), 0.9760 (SOPSO) based tuned controller and 0.9915 (MOPSO based tuned controller).
Table 40: | System dynamic behavior comparison using the SOPSO based tuned multi-stage incremental action controller |
![]() |
Table 41: | System dynamic behavior comparison using a selected solution from the MOPSO Pareto front based tuned multi-stage incremental ction ontroller |
![]() |
Motor RMS current (PU) is reduced from 0.8576 (without the GP-SF-SS device), 0.7031 (constant gains controller), 0.7269 (ANN controller) and 0.7158 (FLC) to around 0.6446 (SOGA based tuned controller), 0.6226 (MOGA based tuned controller), 0.5813 (SOPSO) based tuned controller and 0.6057 (MOPSO based tuned controller). Maximum Transient Motor Voltage Over/Under Shoot (PU) is reduced from 0.1597 (without the (GP-SF-SS) device), 0.0938 (constant gains controller), 0.0888 (ANN controller) and 0.0949 (FLC) to around 0.0300 (SOGA based tuned controller), 0.0274 (MOGA based tuned controller), 0.0296 (SOPSO) based tuned controller and 0.0281 (MOPSO based tuned controller). Maximum transient motor current-over/under shoot (PU) is reduced from 0.1775 (without the GP-SF-SS device), 0.0877 (constant gains controller), 0.0859 (ANN controller) and 0.0928 (FLC) to around 0.0220 (SOGA based tuned controller), 0.0469 (MOGA based tuned controller), 0.0272 (SOPSO) based tuned controller and 0.0334 (MOPSO based tuned controller). The system efficiency is improved from 0.8145 (without the GP-SF-SS device), 0.8628 (constant gains controller), 0.9012 (ANN controller) and 0.8788 (FLC) to around 0.9221 (SOGA based tuned controller), 0.9344 (MOGA based tuned controller), 0.9638 (SOPSO) based tuned controller and 0.9271 (MOPSO based tuned controller). Moreover, the Normalized Mean Square Error (NMSE-V) of the Motor voltage is reduced from 0.3293 (without the GP-SF-SS device), 0.01334 (constant gains controller), 0.03378 (ANN controller) and 0.04076 (FLC) to around 0.007376 (SOGA based tuned controller), 0.004401 (MOGA based tuned controller), 0.004588 (SOPSO) based tuned controller and 0.007217 (MOPSO based tuned controller). In addition, the (NMSE-ωm) of the SPIM motor is reduced from 0.5093 (without the GP-SF-SS device), 0.09611 (constant gains controller), 0.06218 (ANN controller) and 0.07776 (FLC) to around 0.008525 (SOGA based tuned controller), 0.005495 (MOGA based tuned controller), 0.006239 (SOPSO) based tuned controller and 0.003437 (MOPSO based tuned controller). The (NMSE-I) of the Motor current is reduced from 0.2398 (without the GP-SF-SS device), 0.07236 (constant gains controller), 0.02170 (ANN controller) and 0.04893 (FLC) to around 0.008973 (SOGA based tuned controller), 0.002884 (MOGA based tuned controller), 0.008869 (SOPSO) based tuned controller and 0.007074 (MOPSO based tuned controller).
Total Harmonic Distortion THD (%) of the supply voltage is reduced from 17.486 (without the GP-SF-SS device), 9.3237 (constant gains controller), 8.0866 (ANN controller) and 8.4756 (FLC) to around 5.2884 (SOGA based tuned controller), 4.9745 (MOGA based tuned controller), 4.9696 (SOPSO) based tuned controller and 3.1842 (MOPSO based tuned controller). THD (%) of the supply current is reduced from 19.475 (without the GP-SF-SS device), 7.6456 (constant gains controller), 8.8441 (ANN controller) and 7.5479 (FLC) to around 3.8367 (SOGA based tuned controller), 5.2901 (MOGA based tuned controller), 3.7954 (SOPSO) based tuned controller and 5.2700 (MOPSO based tuned controller). THD (%) of the motor voltage is reduced from 16.456 (without the GP-SF-SS device), 8.3815 (constant gains controller), 7.7610 (ANN controller) and 6.2888 (FLC) to around 4.6016 (SOGA based tuned controller), 5.3575 (MOGA based tuned controller), 4.5814 (SOPSO) based tuned controller and 3.8515 (MOPSO based tuned controller). THD (%) of the motor current is reduced from 18.465 (without the GP-SF-SS device), 9.2265 (constant gains controller), 8.4061 (ANN controller) and 9.3727 (FLC) to around 5.7616 (SOGA based tuned controller), 3.2045 (MOGA based tuned controller), 3.7586 (SOPSO) based tuned controller and 5.6710 (MOPSO based tuned controller). Motor power factor is improved from 0.7516 (without the GP-SF-SS device), 0.8664 (constant gains controller), 0.8909 (ANN controller) and 0.8837 (FLC) to around 0.9648 (SOGA based tuned controller), 0.9551 (MOGA based tuned controller), 0.9598 (SOPSO) based tuned controller and 0.9394 (MOPSO based tuned controller).
Reduction in KWh Consumption (%) is reduced from 0.000 (without the GP-SF-SS device), 12.0813 (constant gains controller), 12.6386 (ANN controller) and 12.2319 (FLC) to around 16.0901 (SOGA based tuned controller), 17.6541 (MOGA based tuned controller), 16.6020 (SOPSO) based tuned controller and 17.6654 (MOPSO based tuned controller).
CONCLUSION
The study presents a family of novel low cost Green Plug electricity saving device/Smart Filter/Soft Starter (GP-SF-SS) devices developed by the First researcher and equipped with a dynamic online error driven optimally tuned controller using a dynamic online error driven optimally tuned controllers.
The GP-SF-SS are a small low cost energy conservation devices in the form add-on dynamic switched capacitor filter compensator schemes for low horse power motors used in household appliances, washers, dryers, fans, water pumps, ventilation systems, air-conditioners and other cyclical motorized loads used in dispersing machines, actuators and small converters with induction motor size up to 5 KVA. The GP-SF-SS device uses a smart dynamic error driven tracking controller to ensure combined functions of speed reference tracking and efficient utilization. This ensures of reduced electricity consumption, efficient operation, reduced motor losses, motor extended life span, enhanced AC supply operation with minimal voltage and current excursions, harmonics, voltage sags, inrush currents and severe excursions that cause voltage flickering, notching and spikes.
The GP-SF-SS devices family can be used with all types of small horse power motors with speed control up to 5 KVA with billions of small motors used in multitude of applications that consumes over 50-60% of total electrical energy generated in the world. The GP-SF-SS device can save 10-20% of the electricity cost of operating the small motor over the estimated motor life span of 7-10 years. This translate into millions of dollars in daily electricity savings, reduced electrical utility overloading conditions, blackouts, brownouts and enhanced secure and reliable operation with additional sizable power capacity release due to reduced electric demand and feeder losses.
APPENDIX
SPIM: Nominal Power = 0.25 HP, Nominal voltage = 110 V, Nominal frequency = 60 HZ, Main Winding Stator: RS = 2.02 Ohm, Lls = 7.4 mH, Main winding rotor: Rr = 4.12 ohm, Llr = 5.6 mH, Main winding mutual inductance: Lms = 0.177 H, Auxilary Winding Stator: RS = 7.14 Ohm, Lls = 8.54 mH, Inertia: J = 0.0146, Pairs of poles: P = 2, ratio of turns:1.18, Capacitor start: Rst = 2.15 ohm, Cst = 255 μf, Capacitor Run: Rru=18 ohm, Cru = 21.1 μF.
GPFC-Scheme A: Rf = 0.2 Ω, Lf = 2 mH, Cf
= 35 μF, Cp = 100 μF,
GPFC-Scheme B: Rf = 0.3 Ω, Lf = 5 mH, Cf
= 45 μF, Cp = 120 μF,
GPFC-Scheme C: Rf = 0.25 Ω, Lf = 3 mH, Cf
= 25 μF, Cp = 90 μF,
GPFC-Scheme D: Rf = 0.25 Ω, Lf = 4 mH, Cf
=55 μF, Cs = 25 μF,
GPFC-Scheme E: Cf = 65 μF, Cs = 35 μF,
GPFC-Scheme F: R1 = 0.3 Ω, L1 = 5 mH, C1
= 75 μF, R2 = 0.2 Ω, L2 = 3 mH, C2
= 100 μF,
GPFC-Scheme G: R1 = 0.5 Ω, L1 = 3 mH, C1
=85 μF,
GPFC-Scheme H: R1 = 0.4 Ω, C1 =85 μF, R2
= 0.3 Ω, L2 = 4 mH, C2 = 120 μF,
Control Weightings Scaling: γvs = 0.86, γIs
= 0.45, γPs = 0.25, γvm = 0.92, γIm
= 0.54, γPm = 0.24,
Tuned conventional PID controller Gains: 10≤KPs, KPm≤
200, 1≤KIs, KIm≤20, 0.1≤KDs, KDm≤10,
Tuned modified PID controller- I Gains: 50≤KPs, KPm≤300,
1≤KIs, KIm≤10, 0.1≤KDs, KDm≤5,
1≤Kes, Kem≤50,
Tuned modified PID controller -II Gains: 50≤KPs, KPm≤300,
1≤KIs, KIm≤10, 0.1≤KDs, KDm≤5,
1≤Kes, Kem≤100,
Tuned Variable structure sliding mode controller VSC/SMC/B-B Gains:1≤β0s
, β0m≤10, 1≤β1s, β1m≤50,
0.01≤ Kαs, Kαm≤1
Tuned Zonal Activation or Target Practice Controller Gains: 1≤β0s,
β0m≤10, 0≤β1s , β1m≤50,
0.01≤Kαs, Kαm≤1
Tuned Tan-sigmoid Incremental Integral Action Controller Gains: 1≤β0s,
β0m≤5, 50≤K0s, K0m≤200
Tuned Multi-Stage Incremental Action Controller Gains: 1≤γ1s,
γ1m≤100, 1≤γ2s , γ2m≤100,
1≤γ3s, γ3m≤ 100, 1≤γ4s ,
γ4m ≤100
Adel A.A. El-Gammal and Adel M. Sharaf. Novel Low Cost Green Plug Smart Filter Soft Starter (GP-SF-SS) Schemes for Small Horse Power Motorized Loads.
DOI: https://doi.org/10.36478/ijepe.2010.113.146
URL: https://www.makhillpublications.co/view-article/1990-7958/ijepe.2010.113.146