Sei sulla pagina 1di 6

Distributed Power Quality Monitoring using Wireless Sensor Networks

M. Ramakrishnan P. Vanaja Ranjan


Department of Electrical and Electronics Engineering, Department of Electrical and Electronics Engineering,
College of Engineering, Guindy, Anna University College of Engineering, Guindy, Anna University
Chennai. Chennai

Abstract which leads to severe consequences. iv) Electro static


interference and electro magnetic interferences are
Nowadays power quality (PQ) is the major issue for other power quality issues.
both electrical utilities and consumers, as the The paper is organized as follows. Section II
deregulation of power market happens all around the discusses about the various power quality monitoring
world. In this context, power quality attracts the systems reported in the literature elaborately and the
research interest of both academia and the industrial section III describes the distributed wireless power
community. This paper deals with the design of quality monitoring architecture. Section IV discusses
distributed power quality monitoring using wireless about the firmware design in the PQMN and the
Power Quality Monitoring Nodes (PQMN). The design gateway node. And section V discusses about the
of intelligent PQMN which does the data acquisition, experimental results.
signal processing and wireless information transfer is
reported. The wireless PQMNs are connected to the 2. RELATED WORK
Ethernet backbone network through the embedded
gateway nodes. In the literature there has been lots of work done on
distributed power quality monitoring system.
Keywords: Distributed Power Quality Monitoring, Reference [4] discusses about the optimal number and
Wireless Sensor Networks, Embedded Web Server location of power quality monitor in a power system to
reduce cost and redundant data. Microcomputer acts as
1. INTRODUCTION power quality info nodes (PQIN) and they are
connected to each other through internet. An algorithm
In recent years research in power quality gets greater is proposed to find the optimal number and location of
momentum and the term power quality itself gets Power Quality Monitor. An internet based power
significance among the electric utilities and industrial quality monitoring system is proposed in [5]. This
power consumers due to the deregulation of the power paper deals about development of software modules to
market. In this scenario, the consumer has an option to integrate various commercial power quality meter
select the power suppliers not only according to the output. In reference [6] the usage of energy monitoring
cost of power but also the reliability of the power (i.e.) system is justified. The paper states that continuous
Power Quality. According to the IEEE power quality monitoring will yield a better savings due to the
monitoring standards Power Quality is defined as preventive maintenance. It is also stated that the site
powering the sensitive equipment in a manner that is engineer can plan for the expansion by doing load
suitable for the operation of that equipment [1]. As far prediction from the continuous monitoring. In
as the industries are concerned, power quality is getting reference [7] power quality problems voltage swells
the power with the contracted specifications without and sags occurred in the field have been reported. The
any interruption and any power disturbances from the PQ information are drawn from the data collected over
utilities. The North American industries are losing the span of 4 years. Reference [8] proposes a combined
billions of dollars because of power quality problems metering system for various sites of the industry spread
[2]. across the geographical area. It is also stated that the
combination of continuous power and energy
Power quality disturbances can be broadly classified monitoring along with the power quality monitoring is
into the following categories [3]. i) Power frequency an effective method of obtaining power system
disturbances: They are low frequency phenomena that information to enhance the reliability of the
results in voltage sag and swells. ii) Power system manufacturing unit. In [9] S. R. IGabram et al are
transients: They are a fast short time duration event that reported a theoretical approach for power quality
provides distortions. iii) Power System Harmonics: It is monitoring using MEMS wireless current sensor. It is
the existence of multiple frequencies in the system. also stated that the loss due to harmonics cost around
This happens due to the non linear load. Sometimes 15% of the total fundamental loss cost. It divides the
interaction of the harmonics with the power system design phase of wireless power quality monitoring
parameters(R-L-C) make the harmonics to multiply, system into four phases as sensor design phase, circuit
Process Process Process
Unit I Unit I Unit I

Client
Control Room
RF module

Internet

PQMN Embedded Web Server Personal Computer

Figure 1. Distributed Wireless Power Quality Monitoring Architecture


which the sensor output is connected. It has 1K
designing phase, communication layer design phase EEPROM and Capture/Compare/PWM modules.
and software design phase. Rs232 port
3. Power quality monitoring using
Wireless Sensor Networks
The proposed distributed wireless power quality Adf7020-1 PIC18f4620 Sensors
monitoring system is given in figure 1. This power
quality monitoring system can be implemented in the
industrial environment where the different process unit
are physically apart. The Power Quality Monitoring Power supply
Nodes (PQMN) with current sensors senses the
instantaneous current and finds the frequency
component in it by an Fast Fourier Transform (FFT) Figure 2. Power quality monitoring node Block
algorithm embedded in it and sends power spectral Diagram
density details to base station which is connected to the
Ethernet backbone network. The remote client or the
local client in the network can take the Power Quality
information and stores it in the database for the post
processing.
As the embedded gateway node acts as a web
server the client does not need to run the specialized
software other than a simple browser to retrieve the
information.

4. Design of Power Quality Monitoring


Node
The core of the PQMN node is its
microcontroller PIC18F4620. It has 64K flash, 4K
RAM, 13 channel 10 bit Analog to Digital Converter to
Figure 3. Power Quality Monitoring Node with Battery
The block diagram and photograph of PQMN is shown
in the figures. The node has a half duplex transceiver start start
ADF7020-1, which is a low power highly integrated
FSK/GFSK/ASK/OOK/GOOK transceiver designed
Start A/D conversion
for operating in the low UHF and VHF band. The Initialize A/D
operating frequency for this transceiver can be set converter
anywhere between 135MHz to 650MHz. By using the Store digital value in
‘divide by two’ mechanism, the operating frequency buffer
can be reduced to 80MHz. The transmitter output Initialize Timer.
power is programmable in 63 steps from -20dBm to Load 40µs count
+13dBm. As the power quality monitoring nodes are to timer Increment buffer
line powered, there is no much attention to be given for count (BC)
the power conservation during communication layer
design. stop

4.1 SENSORS (a) Is


BC=1024
?
A low resistive shunt is used to measure the
current.
N P Reload timer value
Stop timer
Dataprocess_flag =1
Signal
conditio stop
PQMN
ning
circuit (b)

Figure 4 Current sensing Arrangement Figure 5. (a) Data Acquisition module main loop (b)
Timer ISR
As the ADC of the PIC18F4620 requires the unipolar
signal, signal conditioning circuit has a clamper to shift 4.2.2 DATA PROCESSING PART:
the DC level of the bipolar voltage signal proposional
to the line current. The software has to be done such start
that the digital sample for the current is taken at the
sampling frequency of 25kHz to accommodate two
power cycles in 1024 data samples. The signal Level shift 1024 byte data
conditioning circuit has the amplifier to amplify the
incoming signal to make use of the full dynamic range Convert the data into current equivalent
of ADC of PIC microcontroller.
Do FFT calculation
4.2 FIRMWARE DESIGN FOR PQMN
The firmware is developed in C language using a cross Find the magnitude of complex o/p of FFT
compiler The firmware design of PQMN has three
parts. They are
1. Data acquisition part Calculate the THD
2. Data processing part
3. Communication layer part
Pack the PQ information into a packet
4.2.1 DATA ACQUISITION PART:
Set packet arrival flag
As the signal capturing and signal processing is
taking place in an 8 bit processor, 8 bit resolution is
used. The conversion time required by ADC of PIC
microcontroller is 0.7us. The firmware is designed to Stop
take the samples after every 40 µs. That is the sampling
frequency is set to 25KHz. Figure 6. Flow chart for data processing
The data processing module only gets executed after PQMN node is set to report the PQ information to the
the data acquisition module fills the entire buffer. In base station periodically. The communication software
the data processing module first the unipolar signal is has been developed with the following packet structure
converted into bipolar signal by level shifting the
acquired data. Then it is converted into its current
equivalent and then the FFT is calculated. To find the CRC0 CRC1 PL DATA
power spectral density at various frequencies the
magnitude of the complex quantity is found. The total
Figure 8. Packet structure
harmonic distortion (THD) is found out. Total
harmonic distortion and the power spectral densities at
various frequencies are packed as a single packet. After First two bytes are for cyclic redundancy check (CRC).
This is to ensure the packet integrity as the wireless
that the communication layer module sends the packet
channel is not reliable. The third byte holds the packet
wirelessly.
length which is the length of the data bytes followed.
Here the Manchester encoding is done for the proper
reception of data though the reception of continuous
4.2.3 COMMUNICATION LAYER PART: 1’s or 0’s occurs.
In this wireless distributed power quality
monitoring system single hop communication is used.
5. EMBEDDED GATEWAY NODE
That is for all PQMN nodes the base station is in its
5.1 HARDWARE DESCRIPTION
radio range and the topology is simple star topology.
Carrier Sense Multiple Access /Collision Avoidance
The Rabbit Semiconductor’s RCM4000
(CSMA/CA) is used in the MAC layer. The digital
Received Signal Strength Indicator (RSSI) capability of module development board is used as the gateway
node. This module has rabbit 4000, a 16 bit processor
ADF7020-, facilitates the development of CSMA/CA.
which operates at the clock speed up to 60MHz. The
There is no need for the specialized routing protocol as
processor also features I/O lines shared with five serial
PQ monitoring architecture consist only the single hop
wireless network. ports and four levels of alternate pin function that
include variable phase PWM, auxiliary I/O, quadrature
decoder and input capture. This module has an
start integrated 10 base T Ethernet port which allows the
node to be connected to the IP networks. This
Sense the carrier presence (RSSI) microprocessor has 512K Flash and 512K SRAM. The
wireless node is connected to the gateway node through
the serial Interface and the gateway node is connected
to the IP network through the switch.
Is
medium
idle?

Yes
Wait for channel

Increment the retry count

Transmit the packet


Is count
<3?

Drop the packet


Figure 9. Rabbit RCM4000 Gateway Node

5.2 FIRMWARE DESCRIPTION


For the distributed PQ monitoring system, the
stop
As the ADC of firmware is written in the gateway node such that it
Figure 7. Simple CSMA/CA for PQMN will act as a HTTP server so that there is no need for
the specialized software in the client machine other To restrict access to the PQ data, a HTTP digest
than a simple browser. The firmware in the gateway is authentication is used by the gateway node. The client
developed using Dynamic C IDE. This IDE has TCP/IP machine view of the HTTP form for the power quality
and HTTP libraries to support the development of monitoring application is given in figure 10. A Java
embedded Ethernet application. The application along application is also developed in the client side to
with the web pages is embedded into the processor continuously retrieve the power quality information
memory. The web pages are developed with Server from the PQ monitoring system and the power quality
Side Include (SSI) directives to serve the dynamic information are stored in the database for the post
sensor data to the client machine. processing.

6. CONCLUSION

This paper reports about the design of the distributed


power quality monitoring system using wireless sensor
networks. The proposed system can be deployed in the
industries like electric arc furnaces where the
continuous power quality monitoring is required. Most
of the studies reveal that the continuous power quality
monitoring will help the industry for the preventive
maintenance and avoiding unplanned shut down. The
firmware development of the Power Quality
Monitoring Node (PQMN) is also detailed elaborately.
A rabbit microprocessor based gateway node connects
the wireless network to the Ethernet backbone network,
through which the client can access the Power Quality
information. The firmware design in the gateway node
is detailed in this paper. A Java program is also
developed which will run in client machine to collect
the PQ information and store it in a database for post
Figure 10. Algorithm for the Gateway Node processing of PQ information.

For the distributed Power Quality monitoring, a HTTP In future the 8 bit current sensor nodes can be replaced
form interface is used. A web interface is designed for by 32 bit current sensor nodes which will do more data
the client system in the intranet/ internet to monitor the processing in the PQMN itself and send only required
current harmonic levels of different process unit in an information.
industry. The figure 10 shows the web interface.
7. REFERENCES
[1] IEEE Recommended Practice for Monitoring
Electric Power Quality,IEEE Standard IEEE Std 1159-
1995.
[2] Byman, Ben, Schnorr von Carolsfeld, Rudolf,
Yarborough, Tom, Van Gorp, John, “Using Distributed
Power quality Monitoring for Better Electrical System
Mamagement,” in IEEE 1998
[2] Byman, Ben,Schnorr von Carolsfeld, Rudolf,
Yarborough, Tom, Van Gorp, John, "USING
DISTRIBUTED POWER QUALITY MONITORING
FOR BETTER ELECTRICAL SYSTEM
MANAGEMENT", IEEE transaction on industrial
applications, sep/oct 2000 Vol 36 Issue 5 Pages 1481 -
1485
[3] C. Sankaran , "Power Quality", CRC PRESS 2002
[4] M. A. Eldery, E. E El-Saadany, M. M. A. Salama,
Figure 11. Speed monitoring and control form in client "Optimum Number and Location of Power Quality
Monitors", 11th International Conference on
Harmonics and Quality of Power 2004
[5] Maxwell E. MONTEIRO, Elton S. MOURA,
Adrian B. DRAGO, Luiz 0. BONINO, Josi G.
PEREIRA P, Paul0 F. S. AMARAL, Domingos S. L.
SIMONETTI, Pedro. F. ROSA, Geraldo D.
BAZELATT0, "An Internet-Based Power Quality
Monitoring System" IEEE International symposium on
Industrial electronics 2003.
[6] Anne P. Stublen, Craig M.Wellan, Steven A. Kell,
and Terry W. Langston, "Justifing and Planning An
Energy Monitoring System", IEEE Indstry Application
Magazine 1997
[7]Douglas S . Don, "Point of Utilization Power
Quality Study Results",IEEE TRANSACTIONS ON
INDUSTRY APPLICATIONS, VOL. 31, NO. 4,
JULY/AUGUST 1995
[8]
[9] S. R. I. Gabran, G. S. A. Shaker, E. F. El-Saadany,
M. M. A. Salama, ” Real-Time Power Quality
Monitoring Using MEMS Based Wireless Current
Sensors “,Proceedings of the IEEE International
Conference on Mechatronics & Automation Niagara
Falls, Canada • July 2005

Potrebbero piacerti anche