ISSN ONLINE(2278-8875) PRINT (2320-3765)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

A novel method for detecting optimal location and parameters of power system stabilizer (PSS) based on intelligent techniques

E.Saadati1, A.Damaki2, S.Radman1
  1. Senior Student, Dept. of ECE, Yazd University, Iran
  2. Assistant professor, Dept. of ECE, Yazd University, Iran
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

Abstract

This paper presents a new technique to design a Power System Stabilizer (PSS) in multi-machine power system. The method is based on the Particle Swarm Optimization (PSO) algorithm for tuning PSS parameters including lead-lag compensator time constants as well as the controller gain. For evaluating the particles evolution throughout the searching process, an eigenvalue-based multi-objective function is used. The DIgSILENT is used as tool for modelling test system and programming PSO algorithm. Then by using a fuzzy approach implemented in Matlab/fuzzy toolbox the optimal number and location for PSSs specified. Two-area (four-machine 11bus) Power system is considered as the case study in this paper. Simulation results for various operating conditions prove the capability of the proposed algorithm in damping improvement of power system.

Keywords

Power System Stabilizer, Particle Swarm Optimization, Low Frequency Oscillations, Multi Machine, Digsilent, Matlab

INTRODUCTION

The extension of interconnected power systems is continually increasing because of the constantly growth in electric power demand. Due to the increasing electrical power system demand and need to power systems operate close to their stability limit, modern power systems can reach the stressed conditions more easily than the past. In this situations occurrence of any contingency or disturbance may lead to instability or poorly damped oscillations [1]. Low-frequency oscillations in a power system is the cause of many undesirable effects such as constraining the power transfer on the transmission lines, initiating and propagating stress in the mechanical shaft, endangering the system’s security, and reduce the overall operating efficiency of a power system[2,3]. These oscillations may sustain and grow to cause system separation if no adequate damping is available [4,5].
In the last decades, power system stabilizers (PSSs) have been used by utilities in real power systems as they have proven to be the most cost-effective electromechanical damping control [6]. Many researchers have posed techniques for designing PSSs to enhance the damping of electromechanical oscillations of power systems and improve power systems stability. The most important aspects for designing such a controller are the proper choosing of stabilizer’s feedback signals, the optimal parameter setting and the proper selection of controller’s location [7].
In last few years, Artificial Intelligence (AI) techniques have been discussed in literatures to solve problems related to PSS design [8]. Genetic Algorithm (GA) is developed in [2,9] for optimal design of PSS. In [3] the participation factor (PF) method is primarily used for number estimation and to identify the location of the PSSs, while the GA is applied to further reduce the number of PSSs. A similar approach is found in [10], where GA is employed to search the robust PSSs parameters. In [8] the BAT search algorithm based on the echolocation behavior of bats is proposed for optimal design of PSSs in a multi-machine environment. Another heuristic technique like Tabu Search (TS) is introduced in [11] to design PSS. An improved genetic-tabu hybrid algorithm is proposed in [12] where the algorithm synthesizes the global search ability of GA and local optimization ability of TS.
Like other optimization techniques, Particle Swarm Optimization (PSO) is widely used to robust PSS design problem [1,7]. In [13] PSS parameters have optimized by PSO for single machine connected to infinite bus power system to stabilize the system. In order to find the optimal location of PSS, an improved PSO (IPSO) based on the chaotic sequence (IPSOC) is proposed in [14]. However most of previous papers usually a certain number of PSS and/or fixed location have been studied in the PSS design procedure.
In this paper PSS parameters are tuned by using PSO algorithm where the objective function is formulated as an eigenvalue-based multi-objective function comprising both the damping ratio and the real part of the oscillatory mode. Then the best location and optimal number of PSSs is defined by a fuzzy approach. The paper is organized as follows: in Section II, power system model and PSS controller structure is explained and discussed. Particle Swarm Optimization and its advantages over other optimization techniques is studied in Section III and the objective function is presented and explained in Section IV. Next, the Fuzzy approach that is employed for finding best location and optimal number of PSS discussed in Section V. Next, the proposed algorithm is applied to the considered system and simulation results are discussed in Section VI. Finally, conclusions are presented in Section VII.

PROBLEM STATEMENT

Power system model: Two Area Four Machine (TAFM) power system is considered as the case study in this paper. The single line diagram of TAFM power system is shown in Fig. 1. The system contains eleven buses and two areas, connected by a weak tie between bus 7 and 9 which causes to suggest for low frequency oscillatory (LFO) stability studies. This power network is specially designed to study low frequency electromechanical oscillations in two interconnected power systems [1]. Totally two loads are applied to the system at bus 7 and 9. Two shunt capacitors are also connected to bus 7 and 9 as shown in the figure below. The detail system data has been taken from [15].
The generators are modelled by the sixth order model so has six state variables with the following equations:
image(1)
image(2)
image(3)
image(4)
image(5)
image(6)
PSS Controller Structure: Power System Stabilizer (PSS) is a device which provides additional supplementary control loops to the automatic voltage regulator system and/or the turbine governing system of a generating unit. PSS are often used as an effective and economic means of damping such oscillations [13].
In this study the conventional PSS structure with two stage lead-lag compensator is considered, as shown in Fig. 2. For the ith PSS in system the transfer function as given in (7), consists of an amplification block with a control gain KPSS , a washout filter with time constant Tw and two lead-lag blocks for phase compensation with time constants T1, T2, T3 and T4.
image(7)
The washout block is provided to eliminate the steady state bias in the output of PSS. Tw is usually pre-specified. Thus this parameter is not considered as a control variable and it has been set to 10 in all PSSs [1,5,16]. So the PSS parameters that are consider adjustable and remain to be optimized are the gain KPSS, and time constants T1, T2, T3 and T4.
The test system (TAFM generators with equipped AVR/Governor and considered PSS) is modeled in DIgSILENT.

PSO OPTIMIZATION

PSO is a population based stochastic optimization method and a kind of evolutionary computation technique. It explores for the optimal solution from a swarm population of moving particle vectors, based on a fitness function. The method has been found to be robust in solving problems featuring nonlinearity and non-differentiability, multiple optima, and high dimensionality through adaptation, which is derived from the social-psychological theory [14].
The state of each particle is represented by its position and velocity. The flowchart of the procedure is shown in Fig.3.
In every iteration, position and velocity of each particle is updated with two following equations:
image (8)
image (9)
Where: r1 and r2 are the random numbers between 0 and 1. c1 is the self confidence factor and c2 is the swarm confidence factor. w is the inertia factor that calculated with the following equation:
image (10)
Where wmax and wmin are initial and final weight respectively iteration max and iteration are maximum and current iteration number. Furthermore in each iteration the fitness value is stored. This position is called pbest. The best position among all iteration is also stored, that is named global best. When the maximum number of iteration is reached, position of global best is returned as the optimal values that found. An important aspect of the PSO is that the ratios of the three elements that influence the particle velocity in the optimization process can be modified. Therefore, the particle performance toward the optimal solution can be enhanced controlling the weighting coefficients [7].

OBJECTIVE FUNCTION

During an unstable condition, the declining rate of the power system oscillation is determined by the highest real part of the eigenvalue in the power system and the magnitude of each oscillation by its damping ratio [14]. Hence, for our optimization problem, an eigenvalue based multi-objective function reflecting the combination of real part and damping ratio is considered as follows:
Where:
image (11)
image(12)
image (13)
Here σi and i are the real part and damping ratio of the ith eigenvalues and α is scaling factor.
The value of 0 determines the relative stability in terms of damping factor margin provided for constraining the placement of eigenvalues during the process of optimization. The eigenvalues are placed in the region to the left of dashed line as shown in Fig. 4a, if only 1 were to be taken as the objective function.
Similarly, if only j2 is considered, then it limits the maximum overshoot of the eigenvalues as shown in Fig. 4b. In the case of j2, 0 is the desired minimum damping ratio which is to be achieved. When optimized with j the eigenvalues are restricted within a D-shaped area as shown shaded in Fig. 4c [17].
The parameters of PSO algorithm and the constants coefficient in objective function is given in table I.
Also, in this study the following constrains has been considered for all PSS:
image(14)
image(15)

FUZZY SYSTEM

In order to increase the efficiency of PSS in suppressing low-frequency oscillations and improving power systems stability, one of the important subjects is the selection of suitable installing location. It is very valuable for the system planner who needs to identify the suitable location of PSS [18].
In various studies participation factor (PF) technique was utilized to determine the possible location of PSSs before using the optimization methods in tuning the PSS parameters [14]. The second way is proposed by [19] where it uses the GA and a bits control (1: PSS installed, 0:PSS not installed) to find out the location of PSS. In [3] by using PF and GA the optimal location of PSSs are determined.
In this study, a list of all possible locations prepare and by a fuzzy system with proper membership function and fuzzy rules indexed by a decision variable (PSS location). Fig .5 shown this fuzzy approach that implemented in Matlab/fuzzy toolbox. The input of fuzzy system are the real part and damping ratio of critical eigenvalue. Here we use eight critical eigenvalue corresponding to the number of mechanical modes.
The membership functions of inputs shown in Fig. 6 and the 25 rules defined for the fuzzy system is given in Table II.
In Table II HS (High Stable), S (Stable), M (Medium), U(Unstable) and HU (High Unstable) are the membership functions of output and here these are constant numbers for the use of Takagi-Sugeno [20].
Then PSS location index for every possible state calculate using following equation:
image (16)
Where n is total number of mechanical mode, k is a possible location for PSS and ki are the weight coefficients of each critical eigenvalue. The larger value of this index show a better location for PSS. In a power system with N machines and m PSS the maximum possible location for PSS obtain from following equation:
image(17)

SIMULATION RESULT

First for all possible PSS location the optimization perform and then the critical eigenvalue of system sent to the fuzzy system. As shown in Table III the best PSS locations for the case of using one generator is G1, while generators G2, G3 and generators G1, G2, G4 are the best places for PSS installation for the cases of using two and three generators.
Table IV shows the optimal parameters for best locations set obtained by the proposed method. It is found that for the case of using one PSS in system, the damping ratio is so small. So minimum of two numbers of PSS is required and they must be installed on G2 and G3. As a common rule, not all the generators in a network are equipped by PSSs, but the minimum number of PSSs used in a network equals to half of the total generators used in it [14]. So in this case study at least two PSSs are necessary and from the sight of proposed fuzzy system, adequate performance is when three PSSs is used.
In order to evaluate the performance of the proposed method some time domain simulations also have been performed in DIgSILENT and the result are brought in this section.
In this tests, to evaluate the effectiveness of the PSO based tuned PSS and fuzzy based placement PSS, a 0.5-sec three phase short circuit is applied at bus 8. The speed deviations of all generators under the fault at bus 8 are shown in Fig. 7-11, respectively.
Fig. 7 and 8 shows the speed response of generator 2 and 3 during the mentioned disturbance. As shown in this figure when using 4 PSO based tuned PSS, achieve good results and provide superior damping in comparison the conventional method. Setting for the conventional method taken from [1].
Fig. 9 illustrates speed response of generator 1, G1, when 3 tuned PSS installed in different possible locations. As expected from the fuzzy system, the best place to install PSSs for this case is when the PSSs are located in G1, G2 and G4. The same procedure is applied for the case of using 2 and 1 PSS in considered multi machine power system. Fig. 10 and 11 show speed response of G4 and G3 for the case of using 2 and 1 PSS in system. For this cases it is clear that when PSSs are placed in G1, G3 for case of 2 PSS and G1 for case of 1 PSS the maximum damped speed response has been achieved.

CONCLUSION

In this paper, a hybrid approach was applied for tuning and finding the best locations for power system stabilizer in multi machine power systems. A multi machine power system (Two Area Four Machine) that recommended for LFO stability studies, was simulated. All possible PSS locations listed and PSSs was tuned by using PSO algorithm implemented in DIgSILENT. Then by a fuzzy system which accept the real part and damping ratio of critical eigenvalue an index defined for optimal PSS place. A number of time domain simulation was perform to evaluate the performance of proposed approach. The obtained results show that the proposed method can find the optimal locations and the best PSSs parameters simultaneously with an excellent global damping performance.

Tables at a glance

Table icon Table icon Table icon Table icon
Table 1 Table 2 Table 3 Table 4
 

Figures at a glance





Figure 1 Figure 2 Figure 3 Figure 4
Figure 1 Figure 2 Figure 3 Figure 4
Figure 1 Figure 2 Figure 3 Figure 4
Figure 1 Figure 2 Figure 3 Figure 4
Figure 1 Figure 2 Figure 3
Figure 9 Figure 10 Figure 11
 

References