Smart Grid PMU-CL Optimization
Smart Grid PMU-CL Optimization
fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
Abstract—Due to the relatively high costs of phasor mea- a hierarchy of at least three main tiers: local area networks
surement units (PMUs), the optimal PMU placement problem, (LAN), field area networks (FAN), and wide area networks
which focuses on minimizing the number of PMUs for full (WAN) [13]. In order to fulfill the complicated transmission
system observability, has long been a popular research topic.
However, PMUs alone will not make a system observable. An requirements of different applications, a variety of commu-
appropriate communication network that transmits all PMU nication technologies has been adopted in the design of the
data to the phasor data concentrator plays a key role. This communication network in smart grid. Early communication
paper proposes the optimal PMU-communication link placement technologies, like power line carrier and microwave communi-
(OPLP) problem that investigates the placement of PMU and cation, have limitations in reliability, scalability and robustness
communication links (CLs) for full observability in a power
system. Besides the location of PMUs and CLs, to ensure the [14]. However, the adoption of optical fiber communication
reliable and timely transmission of PMU data, the communication in power systems renders the end-to-end data transmission
capacity needed on every CL is also captured by the OPLP latency low enough to meet the communication needs [13].
problem. We carry out numerical studies on the IEEE 30-bus, Thus, in this work, we investigate the use of optical fibers in
57-bus, 118-bus and 300-bus systems for the proposed models. smart grid.
The results show that, compared with the traditional optimal
PMU placement model, OPLP can reduce the total installation In many existing works, such as [15] and [16], commu-
cost significantly. nication network availability is considered as a constraint in
choosing the optimal places to install PMUs. In other words,
Index Terms—Optimal PMU placement, communication link,
bandwidth assignment. these proposals consider a bus as a candidate to install a
PMU only if it has a communication link (CL) connect-
ing to the PDC. The OPP problem assumes the existence
I. I NTRODUCTION of a communication network with relatively good coverage
Wide area measurement system (WAMS) involves the use of and sufficient bandwidth. If this assumption does not hold,
system-wide information and the communication of selected new CLs must be installed. Relatively few studies, such
local information to a remote data center [1]. Synchronized as [17]–[20], considered the placement of CLs jointly with
measurement technology is an important enabler of WAMS. the PMUs. The co-optimal placement problem of PMU and
By providing synchronized real-time information, including their communication infrastructure was formulated and solved
voltage and current phasors, the phasor measurement units by Imperialistic Competition Algorithm (ICA) and Genetic
(PMUs) are important parts of WAMS [2]. The optimal Algorithm (GA) in [17] and [20], respectively. In [18], Rather
PMU placement (OPP) problem, which investigates optimal et al. took the hidden cost into consideration, and, jointly
installation strategies that make the entire system observable solved the placement problem of PMU and ancillary facil-
with the minimum number of PMUs, has been extensively ities, including communication facilities by Particle Swarm
studied in the literature [3]–[10]. Optimization (PSO). The authors of [19] proposed a solution
However, PMUs alone will not make a power system to place a minimum number of PMUs and CLs in the power
observable. An appropriate communication infrastructure must system so that the steady-state availability of synchrophasor
also be established to support timely data transmission be- data at each bus meets a prescribed level. In [21], Pal et
tween PMUs and the phasor data concentrator (PDC). The al. presented an integer linear programming methodology for
topological design of the smart grid communication networks the PMU placement problem while considering the communi-
is becoming important. Not only do the applications in smart cation infrastructure upgrading cost. However, these studies
grid require communication to be real-time, reliable, scalable did not take the PMU data transmission requirements into
and manageable, but they also require communications to consideration. They all assumed that the network capacity is
be interoperable, secure, future-proof, and cost-effective [11]. sufficient. However, network capacity can be a very expensive
Although there are no industrial standards, the communication resource in large-scale power systems. Appropriate allocation
infrastructure in smart power system is envisioned as a col- of the transmission capacity of every CL is very important in
lection of interconnected networks that will be structured into the design of WAMS.
The main objective of this paper is to extend the traditional
Xingzheng Zhu, Miles H. F. Wen, Victor O. K. Li, and Ka-Cheong OPP problem to the optimal PMU-CL placement (OPLP)
Leung are with the Department of Electrical and Electronic Engineering,
the University of Hong Kong, HKSAR, China (e-mail: [email protected],hk; problem to investigate the optimal placement of PMUs and
[email protected]; [email protected]; [email protected]). CLs jointly. Both the effect of zero-injection buses (ZIBs)
1
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
and PMU measurement capacity limitation are considered in We consider an N -bus power system and denote N =
the OPLP problem. Furthermore, this paper investigates the {1, 2, . . . , N } as the set of buses. We use M to represent
assignment of link capacity of every CL to fulfill the commu- the connectivity matrix. Its (i,j) entry, mi,j , satisfies:
nication requirements. A linear CL cost model and the shortest
path routing scheme are used. We fit the OPLP problem
1 if bus i and bus j are connected
into the mixed integer quadratically constrained programming mi,j = 1 if i = j (1)
(MIQCP) framework, which can be solved efficiently using 0 otherwise
commercial numerical solvers. We also provide numerical
analysis for OPLP on the IEEE 30-bus, 57-bus, 118-bus, and and µ = [µ1 , µ2 , · · · , µN ] is defined as the PMU installation
300-bus systems. From the numerical results, we have the vector, where
following particular findings: {
1 if PMU is installed on bus i
• The optimal placement of CL relies on the installation µi = (2)
0 otherwise
of PMUs and the selection of data routing paths. The
different choices on transmission paths for PMU data can In this work, we assume that there is one PDC in the WAMS
affect the CL cost. Specifically, the cost is additionally and the location of the PDC is fixed. In order to transmit
reduced by the optimization of data routing path. the PMU data reliably and in a timely fashion, sufficient link
• Since the bandwidth cost constitutes a significant propor- capacities should be assigned to these CLs. In this paper,
tion of the total system installation cost, the shortest CL we use the term bandwidth inter-changeably with channel
does not necessarily indicate minimum total cost. In some capacity. We use matrix B to denote the power system
cases, the CL will be located at the branch which is not bandwidth requirement, with its element bi,j indicating the
the shortest one for reducing the overall bandwidth cost. bandwidth requirement on the CL placed at branch i-j. In
• Since the existence of ZIBs reduces the number of general, bi,j ≥ 0. Moreover, bi,j = 0 indicates that there is
buses that are needed to be measured, the number of no data transmitted via branch i-j, which means that there is
PMUs for full observability and the total data traffic in no CL placed at branch i-j. Furthermore, the requirements on
the WAMS reduce. Furthermore, ZIBs would lessen the the CL capacity depend on the PMU data traffic and the data
optimal number of PMUs as well as the cost on CLs. routing scheme. In the following, we introduce the WAMS
The rest of the paper is organized as follows. We first model traffic model and data routing scheme in detail.
WAMS in Section II. Then, we show the OPLP model and give
some brief extensions of the proposed model in Section III, A. WAMS Traffic Model
followed by the MIQCP formulation of OPLP. In Section IV,
we carry out numerical study and provide numerical results In WAMS, the PMUs generate phasor data to make the
before we conclude in Section V. power system observable. However, the amount of data traffic
generated by different PMUs varies. In [23], the bandwidth
requirements of different smart grid applications are studied.
II. W IDE A REA M ONITORING S YSTEM (WAMS) M ODEL In most cases, 100 Kbps per node are required. For the wide
area situational awareness, the bandwidth requirement ranges
In this section, the basic model of WAMS consisting of three from 600 Kbps to 1500 Kbps. According to [24], the required
major components, PMUs, a PDC and a communication net- bandwidth for synchrophasor data transfer is dedicated based
work, is introduced. All PMUs can be placed on the buses, and on the reporting rate and the message size. In this section,
CLs can be placed on the branches that connect the buses. In we introduce the WMAS traffic model based on the linear
this way, the communication network topology overlaps with traffic model proposed in [25]. The amount of data generated
the power network topology. As summarized in [11], the over- by PMU i per second can be formulated as a linear function
lapping of networks can reduce the maintenance cost as well of the number of buses that PMU i measured as follows,
as the construction fees of WAMS. Besides, the coincidence di = (Wi p + α) · Fs (3)
of power network and the communication network would
allow the smart grid to support multiple applications [12], e.g., where Wi is the number of buses that PMU i measures
wide area measurement, substation automation, etc. Also, the (including bus i), p is the size of the data portion in a
implementations of some communication technologies, such single phasor data frame, α is the size of the frame overhead
as power-line communications that carry data on power lines, generated by this PMU, and Fs is the configured phasor data
require the overlapping of power lines and communication frame reporting frequency. In fact, α is very small compared
lines. Therefore, the assumption that only communication lines with the size of the phasor data, and α can be dropped from
can be built between two adjacent buses is widely accepted Di , resulting in,
in the optimal PMU and CL placement problem [19]. In the d i = Wi · d (4)
overlapped system, the PMU data may not be transmitted to
the PDC via a direct CL. Thus, as a key component of the where d = pFs . We assume that the data size and measurement
multi-hop data transmission, the routing scheme of the PMU frequency for all PMUs are the same. Thus, d is a positive
data will be introduced in this section. constant in this paper.
2
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
B. Data Routing Scheme be the sum of all PMU requirements. Therefore, B can be
For a certain data routing scheme, one or several paths calculated as:
connecting a PMU and the PDC will be adopted. Furthermore, ∑
N ∑
Ci
i ∈ N , to indicate which path(s) will be adopted by the PMU represented by P̃3 = {bus 3 → bus 2 → bus 5, bus 3 →
installed on bus i. Γki = 1 if the k th path connecting bus i and bus 4 → bus 5}. The selections between two shortest path
the PDC is used, and Γki = 0 otherwise. Assume that a PMU result in two different bandwidth required by PMU 3. If Γ13 =
installed on bus i requires hi paths to reliably communicate 1 and PMU 3 is assigned to measure the phasor data at buses 3
with the PDC, hi ≥ 1. hi ∈ Z, we must have: and 4, the bandwidth requirements of PMU 3 on CLs located
on branches 3-2 and 2-5 are 2d. Moreover, both PMUs 2 and
∑
Ci
3 transmit data via the CL on branch 2-5. The bandwidth
Γki = hi µi (7)
requirement on CL 2-5 should be 5d. Hence, by summing the
k=1
bandwidth requirements of PMU 2 and PMU 3, we can obtain
For simplicity, we set hi = 1 in this paper. the system bandwidth matrix B as follows:
For the PMU located on bus i, it generates di amount of
0 0 0 0 0
data per second. In order to ensure timely transmission, the 0 0 2d 0 5d
chosen simple paths from bus i to the PDC should satisfy the
B= 0 2d 0 0 0
(10)
communication bandwidth requirement, di . In other words, the 0 0 0 0 0
bandwidth of all CLs belonging to the chosen paths should be
0 5d 0 0 0
at least di .
For the transmission of all PMU data, a CL may belong Similarly, if Γ23 = 1, we can calculate B in a similar way.
to multiple data transmission paths. We assume that the time- We thus omit the calculation here. As shown above, we can see
division multiple access (TDMA) scheme is adopted to avoid how the data routing selection influences the system bandwidth
the collision of the data transmission of numerous PMUs over requirement which affects the installation cost of CL directly.
a CL. In order to fulfill the transmission requirements of all Thus, the data routing selection can have a significant impact
PMUs in the system, the system bandwidth matrix B should on the optimal PMU-CL placement.
3
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
宅宸家季孶 宅宸家季孷
∑
N ∑
N ∑
N
宅宸家季孴
Minimize K µj + f (bi,j , di,j ) (13)
j=1 i=1 j>i
Subject to µM ≥ k (14)
2d bi,j ≥ bi,j ∀i, j ∈ N , (15)
4
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
B. PMU Measurement Limitations To realize OPLP, there may exist the installation of new
Usually, a PMU with multiple measurement channels is CLs as well as provision more capacities to some existing CLs.
installed at the bus with several neighboring buses. There exist Based on this fact, we can understand the physical meaning of
an upper bound on how many buses one PMU can measure, li,j and ηi,j in (23) easily. The binary variable li,j indicates
and this upper bound is called the measurement capacity if there is a CL placed on branch i-j. When there is a CL
limitation of this PMU. We consider the effect of PMU mea- installed on branch i-j, li,j = 1 holds, and otherwise, li,j =
surement capacity 0. When there is an existing CL on branch i-j, αi,j = 1
∑ limitations on the∑ PMU placement problem
holds. Then, according to the first part in g(bi,j , di,j ), even
by substituting j∈N mi,j µj with j∈N mi,j ωi,j µj in (16).
Thus, if li,j = 1, the passive cost on the corresponding CL equals
∑ ∑ to zero. The binary variable, ηi,j , indicates if the CL needs
gi = mi,j ωi,j µj + mi,j zj yi,j , ∀i ∈ N (19) a bandwidth upgrade. If there is an existing CL on brand i-
j∈N j∈N j and the preassigned bandwidth is needed to be upgraded,
In addition, we introduce the following constraints: ηi,j = 1, and otherwise, ηi,j = 0. The constraint (24) ensures
∑ that the placement of CL can only happen when the bandwidth
mi,j ωi,j ≤ ωjmax , ∀j ∈ N (20) requirement on the CL is larger than d. Here we formulate
i∈N
the lower bound on the bandwidth requirement as d instead of
ωi,j ≤ µj , ∀i, j ∈ N (21) zero. Based on the linear PMU traffic model, d is the minimum
where ωi,j ∈ {0, 1} represents the measurement at bus i with unit of data traffic that a PMU can generate. The constraint
the PMU located at bus j. If ωi,j = 1, bus i is measured (25) ensures that there will be an upgrade on the bandwidth,
by the PMU located at bus j, and ωi,j = 0, otherwise. if and only if the existing CL bandwidth, qi,j cannot meet the
The two constraints mean that the total number of buses a bandwidth requirement, i.e. bi,j .
PMU measures should be less than its measurement capacity With the transformation, the OPLP problem can be modeled
limitation, ωjmax . as (26). Since (24) and (25) are quadratic constraints, OPLP is
a Mixed Integer Quadratic Constraint programming (MIQCP)
C. Solving OPLP problem. Although the MIQCP for OPLP is an NP-hard
problem, many commercial solvers, such as, Cplex, Gurobi,
In this section, we will introduce a general way to solve
and Mosek, can provide approximate solution efficiently [28].
OPLP. All through this section, we take both the ZIB effect
Cplex utilies McCormick Branch and Bound approximation to
and PMU measurement limitation into consideration.
solve MIQCP problem. Branch and bound algorithms provide
Constraint (15) specifies the bandwidth requirement on each
a systematic enumeration of candidate solutions by means
CL. Since the CL cost function, f (·), as defined in (12), is
of state space search. On each search point, a second order
monotonic increasing with bi,j , the optimal solution must lie
cone programming (SOCP) should be solved. CPLEX use
on the boundary of constraint (15). In other words, OPLP is
McCormick method to provide a linear programming approx-
equivalent to:
imation of the SOCP problem. According to [29], [30], Cplex
∑
N ∑
N ∑
N maintains a provable upper and lower bounds on the (globally)
Minimize K µj + f (bi,j , di,j ) (22) optimal objective value. They can converge to the ϵ-suboptimal
j=1 i=1 j>i point in a finite number of steps.
Subject to µM ≥ k
∑
Ci
Γki = hi µi IV. N UMERICAL A NALYSIS
k=1 In this section, we evaluate the proposed OPLP model on the
∑
N ∑
Ci
IEEE 30-bus, 57-bus, 118-bus, and 300-bus test systems [31].
B= di µi ( Γki P ki ) Cplex optimization package1 is used for our study. We test all
i=1 k=1 systems under two initial conditions, with and without existing
where X = {µi ∈ ∈ {0, 1}, bi,j ≥ 0|∀i ∈ N , ∀k ≤
{0, 1}, Γki CLs. We name the cases with existing CLs OPLPeL and the
Ci } denotes the decision space of (22). cases without existing CLs OPLPnL. By comparing the results
In (22), the objective function has some piecewise linear of OPLPnL and OPLPeL, we try to find how the existing links
functions, f (bi,j , di,j ). Thus, the optimization problem cannot affect the placement of PMU and CLs. In this section, we first
be solved by any commercial solver. To tackle the issue, compare and discuss the performance results of OPP, OPLPnL
we introduce two sets of binary variables, li,j ∈ {0, 1} and and OPLPeL. Then we examine the optimal placements of CLs
ηi,j ∈ {0, 1}, where i, j ∈ N , to model the piecewise function and PMUs as well as the bandwidth requirements for CLs.
and transform the problem into a mixed integer programming Next, we show the results of OPLPnL under different PMU
problem. Then, we can transform f (bi,j , di,j ) into g(bi,j , di,j ) measurement limitations. In the end, we will test OPLPnL on
by adding constraints (24) and (25). different pricing scenarios of PMU and CLs.
g(bi,j , di,j ) = (1−αi,j )(El di,j )li,j + Eb (bi,j −qi,j )ηi,j(23) 1 Cplex Optimizer, Inc., “IBM ILOG CPLEX Optimization Studio.”
5
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
∑
N ∑
N −1 ∑
N
Minize K µj + g(bi,j , di,j )
j=1 i=1 j=i+1
j̸=i
∑ ∑
mi,j ωi,j µj + mi,j zj yi,j ≥ k, ∀i ∈ N
∑
j∈N j∈N
, ∀j ∈ N
∑i∈N mi,j yi,j = zjmax
m ω ≤ ω , ∀j ∈ N
i∈N i,j i,j j
ωi,j ≤ µj , ∀i, j ∈ N
g(bi,j , di,j ) = (1 − αi,j )(El di,j )li,j + Eb (bi,j − qi,j )ηi,j
d li,j ≤ bi,j ≤ li,j bi,j
(1 − ηi,j )(bi,j − qi,j ) ≤ bi,j − qi,j ≤ ηi,j (bi,j − qi,j )
∑Ci k
Subject to k=1 Γi = hi µi (26)
∑N ∑Ci
Γki P ki )
B= di µi (
i=1 k=1
li,j ∈ {0, 1} ∀i, j ∈ N , i ̸= j
ηi,j ∈ {0, 1} ∀i, j ∈ N , i ̸= j
µi ∈ {0, 1} ∀i ∈ N
ωi,j ∈ {0, 1}, ∀i, j ∈ N
yi,j ∈ {0, 1}, ∀i, j ∈ N
Γki ∈ {0, 1}, ∀i ∈ N , ∀k ≤ Ci
To solve OPLP, we need to define the values of K, Eb , TABLE I: Existing CLs locations and bandwidths.
and El , where K is the cost of a PMU, Eb is the CL IEEE 30-bus System
bandwidth price per kbit/s, and, El is the passive CL price per Locations of CLs 4-6 16-17 10-17
Bandwidth (Kbps) 4d 3d 4d
kilometer. These three values vary significantly for different IEEE 57-bus System
power systems. According to [20], the price from Chinese Locations of CLs 36-37 1-16 12-16
telecommunication compancy2 and U.S-based vendor3 , we Bandwidth (Kbps) 4d 5d 3d
take K = 40000, Eb = 120, and El = 1500 in units IEEE 118-bus System
Locations of CLs 5-8 114-115 82-96
of USD in our numerical studies. In [20], the installation Bandwidth (Kbps) 5d 5d 3d
cost of optical fiber communication line is about $10000 per IEEE 300-bus System
kilometer, and 85% of the price is digging fee. Since we Locations of CLs 9-11 100-102 198-209
consider the model where CL overlaps with the power line, Bandwidth(Kbops) 5d 1d 5d
the digging fee is saved. Then, we set El = 1500. Besides,
these values represent the estimated prices of a standard
at bus 10. Before solving the MIQCP model proposed in (26),
PMU offered by a U.S.-based vendor3 and the Ethernet lines
we need to pre-calculate P i , where i ∈ N . As mentioned
provided by a Chinese telecommunication company2 . To be
before, in this paper, we evaluate data transmissions from any
able to approximate the distance matrix of each IEEE test
potential PMU bus to the PDC by considering the shortest
network, we have assumed that all transmission lines have
path only.
the same conductors with the same configurations. Thus, the
relative distances between system buses can be extracted from
the system admittance matrix [20]. We assume that the total A. Performance Comparisons
length of transmission lines in IEEE 30-bus, 57-bus, 118-bus,
First, the standard IEEE 30-bus, 57-bus, 118-bus, and 300-
and 300-bus test networks equal to 3000, 5712, 9884 and
bus test systems are investigated by the proposed OPLPeL and
25128 kilometers, respectively.
OPLPnL models. Table II shows the PMU placement results
For OPLPnL, since there are no existing CLs, we set all of OPP [15], OPLPnL and OPLPeL. Three different cases are
αi,j equals to zero. For OPLPeL, we randomly select three considered, namely, the case without ZIBs or PMU outage,
branches with pre-installed CLs, each having a bandwidth with PMU outage or (N − 1) redundancy, and, with ZIBs.
between d to 5d. The detailed configuration is shown in Columns 2-4 of Table II show the minimum PMU number
Table I. The bandwidth associated with these links, however, achieved by OPP under these three cases. Columns 5-16 show
are assigned at random. the minimum PMU number and CLs achieved by OPLPnL and
In all systems we studied, we assume that PDC is located OPLPeL under three different cases. By comparing the results
of Case 1 and 3, we can see that the existence of ZIBs reduces
2 [Online] http://www.chinatelecomglobal.com/tariffinformation/iepliplc, the number of PMUs. Besides, almost double the number of
Accessed, Sep 2017.
3 [Online] https://www.selinc.com/synchrophasors/products. Accessed, May PMUs are needed to achieve (N − 1) redundancy. Besides
2016. ZIBs, the existing of conventional measurement (CM) sensors,
6
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
TABLE II: Results of PMU Placement for IEEE standard test systems in different cases.
OPP OPLPnL OPLPeL
Test System Case 14 Case 25 Case 36 Case 14 Case 25 Case 36
Case 14 Case 25 Case 36
PMU Link PMU Link PMU Link PMU Link PMU Link PMU Link
IEEE 30-bus 10 17 7 10 13 17 18 7 9 10 15 17 19 7 11
IEEE 57-bus 17 29 11 18 33 29 38 14 27 18 33 32 59 14 28
IEEE 118-bus 32 59 28 35 60 71 85 32 59 35 59 71 85 32 59
IEEE 300-bus 87 162 68 90 167 205 303 69 141 90 165 205 303 69 141
4 The case without zero-injection buses or device outage.
5 (N − 1) redundancy case without consideration of zero-injection buses.
6 The case with zero-injection buses and no device outage.
4d 4d
5d
5d
PDC
OPLPnL Optimal PMU
OPLPnL CL Location &Bandwidth 8d
3d
3d
8d
8d
6d
3d 3d 4d
6d
6d 3d
6d
d
19
25d
3d 4d 9d
3d 3d
3d
3d
Fig. 2: Cost Comparison Between OPLP and OPP.
e.g. power flow measurements and voltage measurement, will Fig. 3: OPLP Results for IEEE 30-bus system [31].
reduce the number of required PMUs according to [3]. Since
we do not consider the effect of CMs in OPLP, there would
be observability redundancies provided by the CM sensors. 118-bus, and 300-bus systems, although OPLP adopts more
From another point of view, the observability redundancies PMUs than the minimal number, it could reduce the total cost
enhance the resilience against potential cyberattack [32] and significantly by reducing the CL cost. This is because the costs
PMU failure [3]. of CLs will outweigh the costs of PMUs in large-scale power
Based on the results of Table II, existing CLs seem to systems. In this case, placing more PMUs can help to reduce
have little influence on the number of PMUs and CLs when the cost on CLs.
we compare OPLPnL and OPLPeL results. Next, we show
the locations of PMUs, locations and bandwidth of CLs of B. IEEE Standard Cases
OPLPnL and OPLPeL. All the results shown in Fig. 3, Table We show results of OPLPeL and OPLPnL in Fig. 3 based
III and IV are tested under the assumption of Case 1. on the IEEE 30-bus diagram from [31]. The solution to the
By comparing the OPLP results with those of OPP, we can OPLPnL problem suggests that, to make the system fully
see that, for the case of the IEEE 30-bus system, OPLP and observable, a total of ten PMUs are to be installed on buses
OPP require the same number of PMUs for system observ- 3, 6, 7, 9, 10, 12, 19, 24, 25, and 27. To successfully transmit
ability. However, OPLP would install more PMUs compared all PMU data to the PDC, a total of 13 CLs with properly
with OPP in 57-bus, 118-bus, and 300-bus systems. provisioned bandwidths is required. The symbol attached to
We show the cost comparison between OPLP and OPP of each CL denotes its required bandwidth of the CL. OPLPnL
IEEE 30-bus, 57-bus, 118-bus, and 300-bus systems in Fig. 2. calculates the total cost to be $1,523,320.
The bars of OPLP-CL and OPLP-PMU represent the cost of If three CLs with bandwidths 4d, 3d, and 4d were previously
CLs and PMUs acheieved by OPLP. The bars of OPP-CL and installed in the system on branches 4-6, 16-17, and 10-17,
OPP-PMU represent the cost of CLs and PMUs achieved by respectively, the solution to the OPLPeL problem suggests the
OPP, respectively. All the results are obtained from the tests same installations of PMUs are adopted as shown in Fig 3.
under the condition that there are no existing CLs. From Fig. However, the installations of CLs are different for the two
2, we can see that compared with OPP, OPLP can reduce the cases. By comparing the CL installations, we can easily find
total cost by about 25%. For small-scale systems, i.e., IEEE that a new CL is placed at branch 12 → 16 to build a new
30-bus system, OPLP and OPP pay the same amount of money transmission path, i.e., 12 → 16 → 17 → 10. Thus, the existing
on PMUs. OPLP would save the cost on CLs by adopting CLs can be fully utilized. Furthermore, the data of the PMU
the optimal locations of PMUs and selecting the optimal data located at bus 12 is routed via the new path instead of the old
routing paths. For the large-scale systems, i.e., IEEE 57-bus, path, so the bandwidth requirement on CL 4 → 6 reduces from
7
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
8
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
20
0
0.15 1.5 15 150 1500 15000 150000
El
2000
Length of CLs
The Total
1000
0
0.15 1.5 15 150 1500 15000 150000
El
1500
Bandwidth of CLs
1000
The Total
500
0
0.15 1.5 15 150 1500 15000 150000
El
Fig. 4: Results of OPLP for IEEE standard test systems Fig. 5: Results of OPLP under different pricing scenarios.
considering measurement limitation.
9
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
10
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TSG.2018.2860622, IEEE
Transactions on Smart Grid
Xingzheng Zhu received the B.S. degree in automa- Ka-Cheong Leung (S’95–M’01) received the
tion from Harbin Institute of Technology, Harbin, B.Eng. degree in Computer Science from the Hong
China, in 2011 and the M.S. degree in control Kong University of Science and Technology, Hong
science and control engineering from Shanghai Jiao Kong, in 1994, the M.Sc. degree in Electrical Engi-
Tong University, Shanghai, China, in 2014. She is neering (Computer Networks) and the Ph.D. degree
currently working toward the Ph.D. degree at the in Computer Engineering from the University of
University of Hong Kong under supervision of Dr. Southern California, Los Angeles, California, USA,
K.-C. Leung. Her research interests are in the opti- in 1997 and 2000, respectively. He worked as Senior
mization of communication systems and smart grids, Research Engineer at Nokia Research Center, Nokia
including optimal PMU placement problem, energy Inc., Irving, Texas, USA from 2001 to 2002. He was
management in microgrids, demand response, ener- Assistant Professor at the Department of Computer
gy storage, and integration of renewable energy sources. Science at Texas Tech University, Lubbock, Texas, USA, between 2002 and
2005. Since June 2005 he has been with the University of Hong Kong, Hong
Kong, where he is currently Assistant Professor at the Department of Electrical
and Electronic Engineering. His research interests include smart grid, vehicle-
to-grid (V2G), power flow routing, smart microgrids, transport layer protocol
design, congestion control, and wireless packet scheduling.
11
1949-3053 (c) 2018 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.