You are on page 1of 5

4th International Conference on Power Engineering, Energy and Electrical Drives Istanbul, Turkey, 13-17 May 2013

Design and Implementation of a Renewable Energy


Monitoring System

Ersan KABALCI*,1, Alper GORGUN2, Yasin KABALCI3


*,1
Department of Electrical and Electronics Eng., Engineering and Architecture Faculty, Nevsehir University, Turkey.
2
Department of Electronics and Automation, Vocational College of Haci Bektas Veli, Nevsehir University, Turkey
3
Department of Electronics and Automation, Nigde Vocational College of Technical Sciences, Nigde University, Turkey.
kabalci@nevsehir.edu.tr, agorgun@nevsehir.edu.tr, yasinkabalci@nigde.edu.tr

Abstract— This paper introduces an instant monitoring there are several methods proposed as wired or wireless
infrastructure of a renewable energy generation system that is measuring, all the solutions are related to smart grid concept
constituted with a wind turbine and solar panel arrays. There an that is extensively researched [5-7]. The demands directed to a
uncontrolled six-pulse rectifier converts ac output voltages of smart grid are remote sensing, communication, control,
wind turbine to dc. The hybrid system of renewable energy monitoring and analysis processes. The smart grid should also
sources (RES) couples generated voltages of wind turbine and meet these requirements in a sustainable, reliable and efficient
solar panels on a dc-bus and supplies charge voltage to the way. The applications and studies on smart grid are mostly
battery bank. The monitoring platform is based on current and focused on phase measurements, advanced metering and
voltage measurements of each renewable source. The related
remote monitoring of a source [7].
values are measured with the developed sensing circuits and are
processed by an 18F4450 microcontroller of Microchip. The The RES system introduced in this study is based on dc-bus
processed parameters are then transmitted to a personal coupling by rectifying the output voltages of wind turbine and
computer (PC) over universal serial bus (USB) to be saved in a connecting to dc-bus of solar system as shown in Fig. 1. The
database and to observe the system instantly. The observing monitoring system is developed with sensing and measurement
software that is coded with Microsoft Visual Studio.Net platform circuits. The current and voltages of wind turbine and solar
allows system administrator to monitor generated energy and panel array are measured instantly and are processed with a
actual status of each renewable energy source at a glance. The peripheral interface controller (PIC) of Microchip. The
coded visual interface of monitoring software can manage the
parameters to be observed are acquired with sensing circuits
saved data to analyze daily, weekly and monthly values of each
measurement separately.
that are constituted by current and voltage sensors. The
acquired values are conformed to the involved levels in order
Keywords-hybrid renewable energy; wind turbine; solar panel; to be processed by microcontroller (MCU). The pre-processed
monitoring; microcontroller. measurements are then applied to analog-digital conversion
(ADC) ports of the MCU. The key role of the MCU is
I. INTRODUCTION performing the connection between personal computer (PC)
The renewable energy sources (RES) such as wind, solar, and measurement system where monitoring software runs on
biomass, geothermal, and tidal are believed to tackle the the PC to save and analyze the actual conditions of RES. A
dependency to fossil fuels in this century. The RES are also bidirectional universal serial bus (USB) connection is managed
assumed as alternative energy sources and are integrated to by the MCU. The interface software that is coded by using
current grid structures by distributed generation (DG) systems. Microsoft Visual Studio.Net platform provides to save
The island mode applications of RES are being converted to measured data to a database by generating historical view
grid-tied integrations in order to increase the capabilities of options and visualizes saved data on user interface with
conventional grids [1,2]. The DG based on various energy
sources will allow obtaining higher total energy efficiency and
improved performance. A robust micro grid constituted with
different energy sources should also exhibit an operation
capability similar to “plug and play” structure. This term means
the integration capability of any additional source connected to
existing DG system without requiring any system
configuration.
There are many ways to integrate different renewable
energy generation sources to form a hybrid system. The
methods can be generally classified into three categories as dc-
coupled, ac-coupled, and hybrid-coupled [1-3]. The monitoring
and metering requirements in DG networks should be
performed as well as done in conventional networks. Although Fig. 1. Schematic diagram of the hybrid energy system.

978-1-4673-6392-1/13/$31.00 ©2013 IEEE


POWERENG 2013 1071
4th International Conference on Power Engineering, Energy and Electrical Drives Istanbul, Turkey, 13-17 May 2013

graphical presentations. The following paarts of this paper measurement and communicaation circuits require ±5V and
covers introduction of the RES test-bed, measurement and ±12V voltage levels. Fig. 4 illuustrates the supply circuit that is
monitoring system in second and third parts,, respectively. The built with symmetrical voltage regulator
r circuits.
operation analyses and evaluation of the syystem performance
are discussed in fourth section. B. Current and Voltage Acquissition Circuit
The current acquisition circcuit is based on LA55-P current
II. THE IMPLEMENTED RENEWABLE ENERGY SYSTEM sensor of LEM that has a convversion ratio at 1/1000 [8]. Since
the measurement values of currrent circuit will be quite low, the
The hybrid RES that is constituted with a wind turbine at 2 sensitivity of the data that willl be transferred to the MCU is
kW rated power and a solar panel arrayy are installed at also expected to be low. Thhere is an active amplifier is
Vocational College of Haci Bektas Veli as seen
s in Fig. 2. The designed to overcome this situation. The current data
rotor diameter of wind turbine is 3.6 m and hub height is 9 m. acquisition circuit is shown in Fig.
F 5 where the current of solar
The over speed protection is supplied withh electromechanic panel is obtained with currentt sensor in a dc waveform and
braking and dump load methods. The cut-in speed of turbine is amplified with an operationnal amplifier (op-amp). The
3 m/s while the cut-off limit is set to 20 m/s.. The wind turbine amplified dc waveform is appplied to RA1 pin of the MCU.
generates three-phase ac output voltage arounnd 165 V owing to Furthermore, a potentiometer and zener diode is used on the
its permanent magnet synchronous generator (PMSG). input side of the MCU to t provide protection against
The solar energy conversion system iss constituted with overshoots. Another current accquisition circuit is designed as
eight mono-crystalline solar panels as seen ono the upper right- seen in Fig. 6 for wind turbinne and conversion system. The
hand side of Fig. 2. The solar panels are connnected in serial and current of wind turbine is acquuired with current sensor in a dc
parallel configuration in order to share power
p capacity in waveform as done in solar systtem and is amplified with an op-
voltage and current distribution. The generaated power of the amp to transfer the signal to RA
A3 pin of the MCU.
RES is coupled to dc-bus and is used to chaarge batteries. The The overshoot current prottection of wind data acquisition
battery bank consists of eight serially conneccted 12V/100A gel system is performed with a pootentiometer and a zener diode
batteries. The control and monitoring systemm illustrated in Fig. that are connected parallel to RA3
R pin of the MCU as seen on
1 performs charge control operation of the enntire system. There the right-hand side of Fig. 6. The voltage acquisition circuit
sensing and MCU circuits as seen in Figg. 3 implement a designed for wind turbine convverts the measured value to a dc
monitoring system. waveform and then provides to RA2 pin of the MCU by
III. IMPLEMENTATION OF MONITOR
RING SYSTEM
amplifying. The zener diode is i also added to this circuit for
protection issues where the commplete circuit is seen in Fig. 7.
The software and hardware that are desiggned to acquire the
related measurements of solar and wind powerp system are
analyzed in this section.
A. Supply Circuit
The voltage supply circuit is designed inn order to provide
the required voltages in symmetrical vaalues. The MCU,

Fig. 3. Block diagram


m of the control system.

Fig. 2. Hybrid RES installed at Vocational College of


o Haci Bektas Veli.
Fig. 4. Schematic diagram
m of voltage supply circuit.

POWERENG 2013 1072


4th International Conference on Power Engineering, Energy and Electrical Drives Istanbul, Turkey, 13-17 May 2013

Fig. 5. Current acquisition circuit for solar panels.

Fig. 6. Current acquisition circuit for wind turbine. Fig. 8. The flowchart of MCU.

The block diagram seen in Fig. 3 illustrates the control


circuit and its integration to energy conversion system. All the
data sent from measurement and acquisition devices are
evaluated by the MCU. It is observed by experimental studies
that the MCU performs the operation of system parameters in a
fast and reliable way owing to its software developed in C
programming language. The MCU senses its configured ports
continuously and awaits an input waveform to convert to the
data. This sensing property of the MCU is also related with a
PC over USB connection and the MCU operates the command
arrays that are sent from the PC. In case of a command is sent
from PC to MCU, it operates the related sub-procedure and
Fig. 7. Voltage acquisition circuit for wind turbine. writes the obtained values to the database. The flowchart of the
MCU is shown in Fig. 8. These operation procedures are
synchronized by control signals that are managed by MCU
C. Control Circuit with USB port. Each transmission cycle is depended to USB
18F4450 microcontroller is known as USB microcontroller authorization that enables MCU to send data package
with nanowatt technology. The PIC18FX455/X550 device containing four parameters in serial communication standards.
family contains a full-speed and low-speed compatible USB Although the communication speed between USB and MCU
Serial Interface Engine (SIE) that allows fast communication can be increased up to 480 Mbit/s owing to USB 2.0 protocol,
between any USB host and the PIC® microcontroller. Besides it is limited to 12Mb/s by the full speed oscillator of 18F4450
being compatible to USB2.0 protocol, 18F4450 MCU provides MCU.
1.5Mb/s data communication speed in low speed mode and
12Mb/s speed in full speed operation mode. There are 22 IV. DEVELOPED MONITORING TOOL
separate registers that are named as USB Control register The hardware design of the monitoring system is seen in
(UCON), USB Configuration register (UCFG), USB Transfer Fig.9. The voltage and current measurement board that is
Status register (USTAT), USB Device Address register depicted on the left-hand side of Fig.9 is built with LA-55P
(UADDR), Frame Number registers (UFRMH:UFRML), and current sensors and LV-25P voltage sensors. “Attenuating
Endpoint Enable registers (UEPn) are defined to control USB Circuit” decreases the sensed wind turbine voltage and all the
communications [9]. The control circuit is constituted with an voltage and current values are converted to dc voltage levels
18F4450 owing to these features and performs the real time by “Measurement and calibration circuit” where the output of
measurement of all hardware besides control operations. this board is supplied to analog-digital conversion (ADC) pins

POWERENG 2013 1073


4th International Conference on Power Engineering, Energy and Electrical Drives Istanbul, Turkey, 13-17 May 2013

of the MCU. Although the related values are defined as current over USB port. The usb control routine of the developed tool
and voltages of solar panels and wind turbine, there are several writes the received data to a database (DB) file in each
measurements such as battery voltage, temperature, charge acquiring interval. The second step of monitoring process is
values etc. can be done by using the data acquisition card gathering the related dataset from the DB file. The measured
designed. Therefore, all the ADC ports of 18F4450 MCU are values are obtained from DB synchronously and are written in
configured according to USB communication for possible the related textboxes that are located on the lower left-hand
future measurements. The obtained analog measurement side of user interface. There a calibrating conversion is applied
results are processed in the MCU after digital conversion steps in interface software that the measured real values are
and the flowchart introduced in Fig. 8 is run on MCU. The instantly seen in textboxes.
user interface of monitoring tool is shown in Fig.10. The
monitoring tool of the hybrid system is developed with Visual The instantly measured values are also visualized in
C#.Net software development kit of .Net Studio. The acquired separate line graphs for each parameter where the line graphs
values are processed and are transmitted by the MCU to PC are drawn by adding instant values and connecting line dots

(a) (b)
Fig. 9. Hardware of the monitoring system; a) general view, b) boards.

Fig. 10. The screenshot of monitoring tool

POWERENG 2013 1074


4th International Conference on Power Engineering, Energy and Electrical Drives Istanbul, Turkey, 13-17 May 2013

together. Although the monitoring interface display real time Nevsehir University with ref. No. 2012/13. Ersan Kabalci
measurement results on textboxes and current or voltage thanks to NEUBAP Division for the support.
graphs, it is also possible to reach DB file to analyze history of
the hybrid RES system. REFERENCES
[1] I. Çolak, E. KabalcÕ, G. Bal, “Parallel DC-AC conversion system based
V. CONCLUSIONS on separate solar farms with MPPT control”, IEEE 8th International
Conference on Power Electronics, pp. 1469-1475, May 30-June 3 2011,
In this paper a parameter monitoring tool that is designed to Jeju Korea.
observe voltage and current values of a hybrid RES system [2] M.H. Nehrir, C. Wang, K. Strunz, H. Aki, R. Ramakumar, J. Bing, Z.
with real time tracking property is introduced. The energy Miao, Z. Salameh, “A review of hybrid renewable/alternative energy
generation system is built with a wind turbine and solar panels systems for electric power generation: configurations, control, and
arrays where the generated energy is coupled over a dc-bus applications”, IEEE Transactions on Sustainable Energy, vol.2, no.4,
and then is supplied to battery pack that consist eight gel pp.392-403, Oct. 2011.
batteries with 12V/100A current and voltage rates. The [3] E. KabalcÕ, F. Batta, O. Battal, “Modelling of a Hybrid Renewable
Energy Conversion System”, 3rd International Conference on Nuclear
monitoring system can be considered in two parts as hardware and Renewable Energy Resources (NURER 2012), pp. 1-6, May 20-23,
and software. The hardware part is built with sensing, voltage 2012, Istanbul, Turkey.
attenuator, measurement and calibration, and MCU control [4] J. Byun, I. Hong, B. Kang, S. Park, “A smart energy distribution and
boards. All the designed boards perform the measurement and management system for renewable energy distribution and context-
communication operation between hybrid RES and PC in the aware services based on user patterns and load forecasting”, IEEE
mentioned queue. The monitoring interface is coded with Transactions on Consumer Electronics, vol.57, no.2, pp.436-444, May
2011.
Visual C# of .Net framework. The developed tool manages the
[5] Y. Lei, Z. Yi, Y. Chong-chong, D. Zhen-gang, "Design and research on
USB communication between 18F4450 MCU and provides data analysis platform of the renewable energy monitoring system",
mutual control operation. The measured values are stored in a IE&EM '09. 16th International Conference on Industrial Engineering
permanent database and user interface generates the graphics and Engineering Management, pp.722-725, 21-23 Oct. 2009, Beijing,
by gathering datasets from DB file where each measurement is China.
stored in a column. [6] C. Lubritto, A. Petraglia, C. Vetromile, F. Caterina, A. D'Onofrio, M.
Logorelli, G. Marsico, S. Curcuruto, "Telecommunication power
Although the monitoring interface uses real time systems: Energy saving, renewable sources and environmental
measurement results to prepare the current and voltage monitoring," IEEE 30th International Telecommunications Energy
graphics, it is also possible to reach DB file to analyze history Conference, 2008, pp.1-4, 14-18 Sept. 2008, San Diego, USA.
of the hybrid RES system. In future studies, it is aimed to [7] E. KabalcÕ, Y. KabalcÕ, I. Develi, “Modelling and analysis of a power
line communication system with QPSK modem for renewable smart
develop the monitoring tool by adding user controls that grids”, International Journal of Electrical Power and Energy Systems,
provide analysis features by generating daily, weekly or vol. 34, no. 1, pp. 19-28, 2012.
monthly graphics according to requested selection. The [8] Semikron Inc., Current Transducer LA 55-P, [(24.12.2012) Available
developed tool can be adapted to a web site owing to online at:
deploying properties of .Net studio http://www.semikron.com/products/data/cur/assets/LA_55_P_90_13_25
_000_0_13950120.pdf
ACKNOWLEDGMENT [9] Microchip Technology Inc., PIC18F2455/2550/4455/4550 Data Sheet,
This study is a part of a scientific research project that is 2006 [(24.12.2012) Available online at:
funded by Scientific Research Division (NEUBAP) of http://ww1.microchip.com/downloads/en/devicedoc/39632c.pdf

POWERENG 2013 1075

You might also like