Functional Smart Grid Prototype using NI LabVIEW, NI DAQ Hardware and NI FPGA CompactRIO

Size: px
Start display at page:

Download "Functional Smart Grid Prototype using NI LabVIEW, NI DAQ Hardware and NI FPGA CompactRIO"

Transcription

1 Functional Smart Grid Prototype using NI LabVIEW, NI DAQ Hardware and NI FPGA CompactRIO Country: Singapore Author(s): P. H. Cheah, B. Sivaneasan, K. V. Ravi Kishore, G. Anima, M. K. Foo, H. B. Gooi Organization: Nanyang Technological University Products Used: NI LabVIEW 2009 NI crio 9082 (FPGA module) NI USB 6215 NI 9227 NI 9225 The Challenge: The integration of distributed energy resources (DERs) such as solar photovoltaic (PV) and battery energy storage system (BESS) and demand response management (DRM) into the microgrid, building and home has been a great challenge in developing a reliable, cost effective, secure and resilient smart grid infrastructure for Singapore. The Solution: The project utilizes NI LabVIEW, USB 6215, 9227, 9225 and crio to develop the maximum power point tracking (MPPT) module of the PV system and control scheme of BESS for the integration of home and building energy management systems (HEMS, BEMS), solar PV and energy storage into the microgrid. Abstract The project utilizes LabVIEW 2009, NI DAQ and NI FPGA CompactRIO to develop and test a smart grid laboratory prototype. NI crio 9082 is used to implement voltage balancing mechanism during battery charging and discharging and NI 9401 is used to drive the digital IO signal for controlling the on/off switching of discharging resistors and battery chargers. The MPPT module uses NI 9225 and NI 9227 to acquire voltage and current measurement data from the PV modules. NI 6215 is used to issue gating signals for use by the boost converter and to generate analog output signals to control the speed of the fan motor in HVAC System.

2 Smart Grid Development The Laboratory for Clean Energy Research (LaCER) at School of EEE, NTU houses the award winning 1 Microgrid Energy Management System (MG-EMS) prototype which incorporates software applications that manage sensing data and perform load and generation management. In order to extend the microgrid to a full fledge smart grid prototype, further works need to be done to integrate the HEMS, BEMS, renewable energy resources typically PV and BESS into the microgrid as shown in Figure 1. Through the integration of the consumer loads and their DERs in the supervisory control and data acquisition (SCADA) of LabVIEW, smart grid applications such as DRM, TOU electricity pricing scheme, power quality monitoring, power system optimization, DER scheduling, load forecasting and electricity billing can be performed easily. Figure 1: Smart Grid Architecture Figure 2 shows the block diagram on how the application works. 1 Best Innovation in Green Engineering Award, ASEAN Virtual Instrumentation Applications Contest Singapore, 20 October 2010.

3 Figure 2: Block Diagram of PV and BESS System Battery Energy Storage System with NI FPGA-Based CompactRIO-9082 NI CompactRIO module, NI Voltage Sensing module and NI Digital IO driver are used to implement the BESS to increase the reliability, life span of the battery pack as shown in Figure 3. Figure 3: Passive Balancing of BESS

4 NI PS-15 supplies power to the NI crio 9082 module. NI 9225 and NI 9401 are used to measure the voltage and control the parallel switch of each battery respectively every second. NI crio 9082 module is a vital part of the whole system. The voltage sensing module and DIO channel are integrated into crio module. The balancing logic is implemented on FPGA hardware with the help of Xilinx interface with LabVIEW. To control the balancing of the BESS, a LabVIEW VI was developed. In passive balancing, the parallel switch is ON until its voltage becomes equal to minimum voltage. In auto mode, passive balancing is active when the voltage difference between maximum and minimum is greater than the threshold preset through LabVIEW GUI. In manual mode, passive balancing is active independent of voltage difference which is a case of 0V threshold in auto mode. The BESS hardware setup is shown in Figure 4. Figure 4: BESS Hardware Setup in LaCER LabVIEW VI diagram for the balancing algorithm is shown in Figure 5. Figure 5: BESS Balancing Algorithm in LabVIEW: (a) VI Diagram and (b) GUI

5 Photovoltaic System based on MPPT A MPPT system is implemented with NI DAQ modules such as NI 9227 and NI The PV voltage and current can be directly measured with the help of NI 9225 and NI 9227 respectively. The acquired instantaneous voltage and current can be used for the implementation of MPPT. The operating point of PV panels usually depend on the load connected to it. So to ensure the operation occurs at maximum point, a MPPT controller is required to be implemented at the boost converter stage. The MPPT hardware setup is shown in Figure 6. Figure 6: Hardware Setup for PV System The MPPT is implemented by Perturb and Observe algorithm. The present and previous real time values of voltage and power are compared by perturbing the duty cycle of the boost converter. The duty cycle is incremented or decremented instantaneously The PWM gating signals required for the boost converter are issued through NI USB The operating point reaches maximum power point in 3s. The GUI of MPPT is shown in Figure 7.

6 Figure 7: MPPT in LabVIEW: (a) VI Diagram and (b) GUI BEMS A real-time BEMS that can monitor, manage and control every load and energy source installed in a commercial building has been developed. The GUI of the BEMS developed using LabVIEW is shown in Figure 8. The BEMS is integrated with the communication and control hardware components in order to perform DRM. NI-VISA is used to interface between the BEMS and ZigBee end devices through ZigBee USB Dongle (coordinator). NI USB 6215 is used to read data from temperature and water level sensors and generate analog output signals to control the speed of the fan motor in Air Handling Unit (AHU) through a VSD. The three DRM functions implemented are: 1. Load Shedding: Each load holds a pre-assigned priority as shown in Figure 9. When the main supply is about to exceed the contracted capacity, the system will automatically shed lower priority loads. 2. VSD control: The BEMS has the ability to reduce the AHU s energy consumption based on the temperature data collected from the temperature sensors. Figure 10 shows the VI diagram for the implementation of the VSD based DRM algorithm and the laboratory setup. 3. Sump Pump Scheduling: The BEMS performs pump scheduling to take advantage of the lower electricity price by shifting load to off-peak period and reduces the overall energy cost.

7 Figure 8: BEMS in LabVIEW Figure 9: Load Shedding in LabVIEW: (a) VI Diagram and (b) GUI showing DRM s algorithms

8 Figure 10: VSD DRM in LabVIEW: (a) VI Diagram and (b) Laboratory Setup HEMS A ZigBee-based HEMS which consists of three main components: the smart meter, Ethernet-ZigBee Gateway and SCADA has been developed. The software modules such as DRM, scheduling function and database are developed based on NI LabVIEW. HEMS enable home users to centrally manage and monitor the energy usage of their electrical devices through load control modules (LCMs). NI-VISA is used to interface between LCMs, smart meter and SCADA through ZigBee-based USB Dongle. Data such as energy consumption and status of each individual home appliance will be captured from LCMs to do intelligent automatic window blinds control, room temperature control and smart lighting control which are developed using NI LabVIEW. Figure 11 shows the VI diagram and front panel of GUI. Figure 11: HEMS in LabVIEW: (a) VI Diagram and (b) GUI showing intelligent control systems In order to fulfill the key function of the smart grid applications, DRM algorithms were designed using LabVIEW as shown in Figure 12. The DRM algorithm developed will interrupt the home appliances (HAs)

9 based on maximum demand or TOU electricity pricing. Home users can set or schedule the sequence of HA interruption via the developed GUI. Figure 12: DRM in LabVIEW: (a) VI Diagram and (b) Front Panel showing the DRM s GUI and algorithms Conclusion With the help of NI LabVIEW, NI CompactRIO FPGA and NI DAQ modules, we can integrate the developed BESS, PV System, BEMS and HEMS into the microgrid prototype easily. The FPGA technology module provides a direct interface for sensing, Xilinx interface to import the logic to hardware and LabVIEW GUI for debugging and validation. It has saved us time to select micro controller, programming tool, debugging tool, and sensors for operating range. This work is part of the fundamental blocks of the Intelligent Energy System (IES) project initiated by Energy Market Authority to explore if small non-contestable loads of buildings and homes in a district can be aggregated in a sizable capacity so that it is big enough to participate in the frequency regulation and demand response markets of National Electricity Market of Singapore. For more information, please contact: Cheah Peng Huat Nanyang Technological University School of EEE 50 Nanyang Ave Singapore cheahph@ntu.edu.sg

Solar Energy Conversion using MIAC. by Tharowat Mohamed Ali, May 2011

Solar Energy Conversion using MIAC. by Tharowat Mohamed Ali, May 2011 Solar Energy Conversion using MIAC by Tharowat Mohamed Ali, May 2011 Abstract This work introduces an approach to the design of a boost converter for a photovoltaic (PV) system using the MIAC. The converter

More information

FRC WPI Robotics Library Overview

FRC WPI Robotics Library Overview FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC Heating, Ventilation, and Air Conditioning (HVAC) User Manual User Manual Table of Contents 1. Introduction...1 2. Requirements...1 3. References...1 4.

More information

ugrid Testbed. Rein in microgrid complexity. With ease.

ugrid Testbed. Rein in microgrid complexity. With ease. ugrid Testbed. Rein in microgrid complexity. With ease. Outsmart the microgrid. ugrid Testbed Ultimate test solution for microgrid control system verification What is a microgrid? Microgrid is a collection

More information

UPiS - Uninterruptible Power intelligent Supply

UPiS - Uninterruptible Power intelligent Supply UPiS - Uninterruptible Power intelligent Supply www.pimodules.com Introduction The UPiS is an Advanced Powering add-on Module for the RaspberryPi that adds a wealth of additional features to the powering

More information

Solar Cybertech: A Competition of Digitally Controlled Vehicles Poweredby Solar Panels

Solar Cybertech: A Competition of Digitally Controlled Vehicles Poweredby Solar Panels 118 ELECTRONICS, VOL. 17, NO. 2, DECEMBER 2013 Solar Cybertech: A Competition of Digitally Controlled Vehicles Poweredby Solar Panels O. García, J. A. Oliver, D. Díaz, D. Meneses, P. Alou, M. Vasić, J.

More information

Medical Device Design: Shorten Prototype and Deployment Time with NI Tools. NI Technical Symposium 2008

Medical Device Design: Shorten Prototype and Deployment Time with NI Tools. NI Technical Symposium 2008 Medical Device Design: Shorten Prototype and Deployment Time with NI Tools NI Technical Symposium 2008 FDA Development Cycle From Total Product Life Cycle by David W. Fiegal, M.D., M.P.H. FDA CDRH Amazon.com

More information

Energy Storage System for Dc Micro Grid Using PIC Microcontroller

Energy Storage System for Dc Micro Grid Using PIC Microcontroller Energy Storage System for Dc Micro Grid Using PIC Microcontroller Sanas Renuka V 1, Patil Anupama S 2 P.G. Student, Department of Electrical Engg, Dnyanganga College of Engineering & Research, Pune, India

More information

Microgrids and self-generation with renewable energies

Microgrids and self-generation with renewable energies Energías Renovables Microgrids and self-generation with renewable energies Technology for energy efficiency CIRCUTOR Renewables Modern energy needs have caused the firm introduction of renewable energies,

More information

Bioreactor Process Plant Powered by NI LabVIEW and NI CompactRIO

Bioreactor Process Plant Powered by NI LabVIEW and NI CompactRIO Bioreactor Process Plant Powered by NI LabVIEW and NI CompactRIO Segment: Industry Country: Singapore Author(s): Sanka Hettiarachchi, Providev Kevin Kho, Technologies Unlimited Products: NI crio-9075 (Integrated

More information

The THERMOSTAT THE EVOLUTION OF CAPABILITIES INTO A PLATFORM FOR ENERGY MANAGEMENT

The THERMOSTAT THE EVOLUTION OF CAPABILITIES INTO A PLATFORM FOR ENERGY MANAGEMENT The THERMOSTAT THE EVOLUTION OF CAPABILITIES INTO A PLATFORM FOR ENERGY MANAGEMENT Presented by: Michael Kuhlmann President Residential Control Systems Inc The Basics Thermostat Functions Measure Room

More information

K.Vijaya Bhaskar,Asst. Professor Dept. of Electrical & Electronics Engineering

K.Vijaya Bhaskar,Asst. Professor Dept. of Electrical & Electronics Engineering Incremental Conductance Based Maximum Power Point Tracking (MPPT) for Photovoltaic System M.Lokanadham,PG Student Dept. of Electrical & Electronics Engineering Sri Venkatesa Perumal College of Engg & Tech

More information

SCADA and Monitoring for Solar Energy Plant

SCADA and Monitoring for Solar Energy Plant SCADA and Monitoring for Solar Energy Plant Segment: Industry Country: Thailand Author: Ranon Satitpanyapan Products: NI LabVIEW with LabVIEW Real-Time Module crio Real-Time controller 8 slot with 16 current

More information

Computerized Micro Jet Engine Test Facility

Computerized Micro Jet Engine Test Facility Computerized Micro Jet Engine Test Facility Flexible test bed for experiments Vladimir Krapp Yeshayahu Levy Eliyahu Mashiah Technion Basic physics similar to full scale engines Education UAVs Fun Why micro

More information

Solar Powered Smart Irrigation System

Solar Powered Smart Irrigation System Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 4 (2014), pp. 341-346 Research India Publications http://www.ripublication.com/aeee.htm Solar Powered Smart Irrigation System

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

MIDNITE SOLAR AND SOLAR WASHINGTON

MIDNITE SOLAR AND SOLAR WASHINGTON MIDNITE SOLAR AND SOLAR WASHINGTON CHARGE CONTROLLERS 30 amp MPPT with load control for small systems, boats and RV s THE KID THE KID LED MODES The KID has a three LED bar graph plus four status LEDs that

More information

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android About Us : We at Ensemble specialize in electronic design and manufacturing services for various industrial segments. We also offer student project guidance and training for final year projects in departments

More information

Hybrid Power System with A Two-Input Power Converter

Hybrid Power System with A Two-Input Power Converter Hybrid Power System with A Two-Input Power Converter Y. L. Juan and H. Y. Yang Department of Electrical Engineering National Changhua University of Education Jin-De Campus, Address: No.1, Jin-De Road,

More information

How To Use First Robot With Labview

How To Use First Robot With Labview FIRST Robotics LabVIEW Training SECTION 1: LABVIEW OVERVIEW What is LabVIEW? It is a tool used by scientists and engineers to measure and automate the universe around us It is a graphical programming

More information

Bi-directional Power System for Laptop Computers

Bi-directional Power System for Laptop Computers Bi-directional Power System for Laptop Computers Terry L. Cleveland Staff Applications Engineer Microchip Technology Inc. Terry.Cleveland@Microchip.com Abstract- Today the typical laptop computer uses

More information

Additional Solar System Information and Resources

Additional Solar System Information and Resources Additional Solar System Information and Resources Background information a. Roughly 400 schools in NJ already have solar systems, producing more than 91 MW, out of approximately 2500 K- 12 schools in NJ.

More information

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

Photovoltaic Solar Energy Unit EESFB

Photovoltaic Solar Energy Unit EESFB Technical Teaching Equipment Photovoltaic Solar Energy Unit EESFB Products Products range Units 5.-Energy Electronic console PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION Worlddidac Member ISO 9000: Quality

More information

The role of demand-responsive energy management systems for smart cities

The role of demand-responsive energy management systems for smart cities The role of demand-responsive energy management systems for smart cities Carlos Henggeler Antunes Dept. of Electrical Eng. and Computers, University of Coimbra and R&D Unit INESC Coimbra COST Exploratory

More information

Solar Mobile charging Solutions

Solar Mobile charging Solutions Solar Mobile charging Solutions Solar power is one of the widely available energy sources. It has been in focus worldwide and solar installations of capacities in megawatts order are reality today. The

More information

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com Best Practises for LabVIEW FPGA Design Flow 1 Agenda Overall Application Design Flow Host, Real-Time and FPGA LabVIEW FPGA Architecture Development FPGA Design Flow Common FPGA Architectures Testing and

More information

RENEWABLE ENERGY LABORATORY FOR LIGHTING SYSTEMS

RENEWABLE ENERGY LABORATORY FOR LIGHTING SYSTEMS RENEWABLE ENERGY LABORATORY FOR LIGHTING SYSTEMS DUMITRU Cristian, Petru Maior University of Tg.Mureş GLIGOR Adrian, Petru Maior University of Tg.Mureş ABSTRACT Nowadays, the electric lighting is an important

More information

Network Enabled Battery Health Monitoring System

Network Enabled Battery Health Monitoring System Network Enabled Battery Health Monitoring System Research Team: Fan Yang Zhengyang Liu Supervisor: Advisor: Hanlei Zhang (PhD Student) Wencong Su (PhD Student) Dr. Mo-Yuen Chow Presentation Outline Project

More information

Smart buildings in smart grids KNX City. Rafael Marculescu May 2013

Smart buildings in smart grids KNX City. Rafael Marculescu May 2013 Smart buildings in smart grids KNX City Rafael Marculescu May 2013 Smart grids - definition A smart grid is a digital, self-healing energy system that delivers electricity or gas from generation sources,

More information

Distributed Load Balancing for FREEDM system

Distributed Load Balancing for FREEDM system Distributed Load Balancing for FREEDM system Ravi Akella, Fanjun Meng, Derek Ditch, Bruce McMillin, and Mariesa Crow Department of Electrical Engineering Department of Computer Science Missouri University

More information

Dash 18X / Dash 18 Data Acquisition Recorder

Dash 18X / Dash 18 Data Acquisition Recorder 75 Dash 18X / Dash 18 Data Acquisition Recorder QUICK START GUIDE Supports Recorder System Software Version 3.1 1. INTRODUCTION 2. GETTING STARTED 3. HARDWARE OVERVIEW 4. MENUS & BUTTONS 5. USING THE DASH

More information

Sigma Control PC INSIDE. 97 psi 187 F R on load

Sigma Control PC INSIDE. 97 psi 187 F R on load Sigma Control PC INSIDE 97 psi 187 F R on load Innovation Sigma Control with a PC inside At Kaeser, we pride ourselves on being the world s leading innovator in air system technology. Over twenty-five

More information

SMS GSM Alarm Messenger

SMS GSM Alarm Messenger SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

ENERGY SOLUTIONS RESIDENTIAL STORAGE BATTERY SYSTEM

ENERGY SOLUTIONS RESIDENTIAL STORAGE BATTERY SYSTEM ENERGY SOLUTIONS RESIDENTIAL STORAGE BATTERY SYSTEM MAKING SMART TOWNS, BUILDING SMART COMMUNITIES WHY PANASONIC? RESIDENTIAL STORAGE BATTERY SYSTEM The next evolution in solar energy solutions. Panasonic

More information

High Power Programmable DC Power Supplies PVS Series

High Power Programmable DC Power Supplies PVS Series Data Sheet High Power Programmable DC Power Supplies The PVS10005, PVS60085, and PVS60085MR programmable DC power supplies offer clean output power up to 5.1 kw, excellent regulation, and fast transient

More information

Introduction to Data Acquisition

Introduction to Data Acquisition Introduction to Data Acquisition Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement

More information

Energy efficient Smart home based on Wireless Sensor Network using LabVIEW

Energy efficient Smart home based on Wireless Sensor Network using LabVIEW American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-02, Issue-12, pp-409-413 www.ajer.org Research Paper Open Access Energy efficient Smart home based on Wireless

More information

23/11/2015 TASK 4 REPORT - TECHNICAL ANALYSIS. Use of Task 4 analyses. Introduction and approach - Task 4 objective

23/11/2015 TASK 4 REPORT - TECHNICAL ANALYSIS. Use of Task 4 analyses. Introduction and approach - Task 4 objective Preparatory study analysing the technical, economic, environmental, market and societal aspects with a view to a broad introduction of smart appliances and developing adequate policy approaches Under multiple

More information

EKON BMS HVAC system. Simply Smart. www.ekonhome.com. Touch Screen Controller. Going green. Wireless. Wireless Thermostat with Light Switch

EKON BMS HVAC system. Simply Smart. www.ekonhome.com. Touch Screen Controller. Going green. Wireless. Wireless Thermostat with Light Switch Going green EKON BMS HVAC system Wireless Thermostat with Light Switch Control Fan Coil or Central AirCon Wireless Touch Screen Controller Wireless Light or Motorized Blind Wall Switch www.ekonhome.com

More information

VSys Modular Asset Monitoring System

VSys Modular Asset Monitoring System VSys Modular Asset Monitoring System BY: MOHD. SHAZLAN BIN MOHD. ANWAR Modularity System: A system that is composed of loosely coupled subsystems, which can connect, interact and exchange resources/data

More information

SMART GRIDS PLUS INITIATIVE

SMART GRIDS PLUS INITIATIVE Demand Response for residential customers -business opportunity for utilities ERA-NET SMART GRIDS PLUS INITIATIVE Sami Sailo, There Corporation Energy markets in Finland Supplier A Supplier B Settlement

More information

Industrial Automation Training Academy. PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

Design of a Monitoring and Test system for PV based Renewable Energy Systems

Design of a Monitoring and Test system for PV based Renewable Energy Systems European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 11) Las Palmas de Gran Canaria

More information

Testbed implementation of cloud based energy management system with ZigBee sensor networks

Testbed implementation of cloud based energy management system with ZigBee sensor networks Testbed implementation of cloud based energy management system with ZigBee sensor networks Katsuhiro Naito, Kazuo Mori, and Hideo Kobayashi Department of Electrical and Electronic Engineering, Mie University,

More information

Development of a Conceptual Reference Model for Micro Energy Grid

Development of a Conceptual Reference Model for Micro Energy Grid Development of a Conceptual Reference Model for Micro Energy Grid 1 Taein Hwang, 2 Shinyuk Kang, 3 Ilwoo Lee 1, First Author, Corresponding author Electronics and Telecommunications Research Institute,

More information

I2C PRESSURE MONITORING THROUGH USB PROTOCOL.

I2C PRESSURE MONITORING THROUGH USB PROTOCOL. I2C PRESSURE MONITORING THROUGH USB PROTOCOL. Product Details: To eradicate human error while taking readings such as upper precision or lower precision Embedded with JAVA Application: Technology Used:

More information

Lab View with crio Tutorial. Control System Design Feb. 14, 2006

Lab View with crio Tutorial. Control System Design Feb. 14, 2006 Lab View with crio Tutorial Control System Design Feb. 14, 2006 Pan and Tilt Mechanism Experimental Set up Power Supplies Ethernet cable crio Reconfigurable Embedded System Lab View + Additional Software

More information

SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM

SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM J.Godson 1,M.Karthick 2,T.Muthukrishnan 3,M.S.Sivagamasundari 4 Final year UG students, Department of EEE,V V College of Engineering,Tisaiyanvilai, Tirunelveli,

More information

Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs

Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs By Shaun Milano, and Andreas P. Friedrich Allegro MicroSystems Europe Focus on the Photovoltaic

More information

Wireless Sensor Networks (WSN) for Distributed Solar Energy in Smart Grids

Wireless Sensor Networks (WSN) for Distributed Solar Energy in Smart Grids Wireless Sensor Networks (WSN) for Distributed Solar Energy in Smart Grids Dr. Driss Benhaddou Associate Professor and Fulbright Scholar University of Houston, TX dbenhaddou@uh.edu 06/26/2014 Outline Background

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

Deep Dive on Microgrid Technologies

Deep Dive on Microgrid Technologies March 2015 Deep Dive on Microgrid Technologies 2 3 7 7 share: In the wake of Superstorm Sandy, a microgrid kept the lights on for more than for the more than 60,000 residents of Co-Op City in the northeastern

More information

WVC300 Micro-inverter solar grid system (Power line communications)

WVC300 Micro-inverter solar grid system (Power line communications) WVC300 Micro-inverter solar grid system (Power line communications) WVC300 Using IP65 waterproof streamline design, Can effectively prevent rainwater on the surface erosion, Built-in high-performance Maximum

More information

Design, Analysis, and Implementation of Solar Power Optimizer for DC Distribution System

Design, Analysis, and Implementation of Solar Power Optimizer for DC Distribution System Design, Analysis, and Implementation of Solar Power Optimizer for DC Distribution System Thatipamula Venkatesh M.Tech, Power System Control and Automation, Department of Electrical & Electronics Engineering,

More information

Design and Development of a Remote Monitoring and Maintenance of Solar Plant Supervisory System

Design and Development of a Remote Monitoring and Maintenance of Solar Plant Supervisory System International Journal of Research Studies in Science, Engineering and Technology [IJRSSET] Volume 1, Issue 4, July 2014, PP 57-61 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Design and Development

More information

Products Range Overview. Products Range Overview. The ZigBee Plug & Play wireless Network for Building and Industrial Applications

Products Range Overview. Products Range Overview. The ZigBee Plug & Play wireless Network for Building and Industrial Applications The ZigBee Plug & Play wireless Network for Building and Industrial Applications Energy Management Renewable Monitoring Environment Monitoring Open Modbus Integration Products Range Overview Products Range

More information

SNMP Web Management. User s Manual For SNMP Web Card/Box

SNMP Web Management. User s Manual For SNMP Web Card/Box SNMP Web Management User s Manual For SNMP Web Card/Box Management Software for Off-Grid Inverter Version: 1.2 Table of Contents 1. Overview... 1 1.1 Introduction... 1 1.2 Features... 1 1.3 Overlook...

More information

A Solar Power System for Electric Vehicles with Maximum Power Point Tracking for Novel Energy Sharing

A Solar Power System for Electric Vehicles with Maximum Power Point Tracking for Novel Energy Sharing A Solar Power System for Electric Vehicles with Maximum Power Point Tracking for Novel Energy Sharing Sushuruth Sadagopan, Sudeep Banerji, Priyanka Vedula, Mohammad Shabin C. Bharatiraja SRM University

More information

NEW. EVEN MORE data acquisition and test stand automation

NEW. EVEN MORE data acquisition and test stand automation NEW EVEN MORE data acquisition and test stand automation the new class of data The plug&play complete package User benefits Expert Series is the latest generation of data acquisition Complete hardware

More information

Solar powered battery charging system

Solar powered battery charging system Solar powered battery charging system B.E. Final Year Project Report Draft Catherine Conaghan Supervisor: Dr. Maeve Duffy Abstract In today s environmentally conscious climate there is more and more interest

More information

Quick Start Guide for High Voltage Solar Inverter DC-AC Board EVM. Version 1.3

Quick Start Guide for High Voltage Solar Inverter DC-AC Board EVM. Version 1.3 Quick Start Guide for High Voltage Solar Inverter DC-AC Board EVM Version 1.3 Introduction This document talks about the quick start principles for the high voltage solar inverter DC-AC board. From this

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information

Storage Product and Opportunity Overview. Peter Rive Co-founder & CTO

Storage Product and Opportunity Overview. Peter Rive Co-founder & CTO Storage Product and Opportunity Overview Peter Rive Co-founder & CTO Forward-Looking Statements This presentation contains forward-looking statements that involve risks and uncertainties, including statements

More information

emobility WAGO Leading the Charge

emobility WAGO Leading the Charge emobility WAGO Leading the Charge Six Steps to a Full Battery WAGO supports every aspect of charging from: TO-PASS GPRS Modem, VPN Router, 761-520 Identification / Registration /Authorization RFID SMS

More information

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

Introduction to the ELSA pilots & use cases

Introduction to the ELSA pilots & use cases Introduction to the ELSA pilots & use cases Stakeholder Workshop, Aachen 2 nd & 3 rd May 2016 Vincenzo Croce, Engineering ELSA Main objectives Combine 2nd life batteries with an innovative local ICTbased

More information

Hitachi s Smart Grid Technologies for Smart Cities

Hitachi s Smart Grid Technologies for Smart Cities Hitachi s Smart Grid Technologies for Smart Cities Hitachi Review Vol. 61 (2012), No. 3 134 Atsushi Nishioka Hiroo Horii, P.E.Jp Yuka Saito Shigeru Tamura, Dr. Eng. OVERVIEW: Prompted by the problem of

More information

Design and Construction of Microcontroller Based Charge Controller for Photovoltaic Application

Design and Construction of Microcontroller Based Charge Controller for Photovoltaic Application IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 1 Ver. I (Jan. 2014), PP 92-97 Design and Construction of Microcontroller Based Charge

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity Alert Controller METERS 3 simple steps starting the unit: Insert the SIM card Plug in the sensors connectors Connect the AC power cord. Specifications: AC 90~260V Auto Select Internal

More information

Oxford Case Study: smart local grid storing and sharing solar-generated electricity among networked homes

Oxford Case Study: smart local grid storing and sharing solar-generated electricity among networked homes Oxford Case Study: smart local grid storing and sharing solar-generated electricity among networked homes ERIC aims INCREASING CONSUMPTION OF SOLAR PV WITHIN THE COMMUNITY REDUCING PEAKS IN ELECTRICITY

More information

46120-F0 Solar Energy Training System

46120-F0 Solar Energy Training System 46120-F0 Solar Energy Training System LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 06/2016 Table of Contents General Description 2 List of Equipment 2 List of Manuals 3 Table of Contents of

More information

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES 1 Abinath.T.R, 2 Sudhakar.V, 3 Sasikala.S 1,2 UG Scholar, Department of Electrical and Electronics Engineering, Info Institute of Engineering,

More information

Seize the benefits of green energy and the smart grid

Seize the benefits of green energy and the smart grid Seize the benefits of green energy and the smart grid Electrical energy storage system for buildings optimizes self-consumption, costs, and reliability Are you getting the most from your onsite energy

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013 Control4 Smart Home System using Lab VIEW Akshatha N Gowda (1), Girijamba D L (2), Rishika G N (3), Shruthi S D (4),Niveditha S (5) 1,2,3,4 and 5 belongs to Department of Electronics & Communication Engineering

More information

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE for solar energy management LEATEC Delivering Solutions for Energy Management SOLAR ENERGY DATA CENTER BUILDING 4 to8 String Monitoring with 0.% Accuracy

More information

HBOX SOLAR 3A SOLAR POWERED ELECTROLYSER CASE STUDY 03

HBOX SOLAR 3A SOLAR POWERED ELECTROLYSER CASE STUDY 03 HBOX SOLAR 3A SOLAR POWERED ELECTROLYSER CASE STUDY 03 Case Study 03 HBox Solar: A Solar-Powered Electrolyser Background ITM Power is a developer of hydrogen energy systems based on electrolysis. There

More information

4.1 DESCRIPTION OF CONTROLS cont.

4.1 DESCRIPTION OF CONTROLS cont. 4.1 DESCRIPTION OF CONTROLS cont. EGPS-1022 Power Supply Remote Control Computer Panel (ADDITIONAL CONTROLS AND INDICATORS BELOW MAIN PANEL) Fig. 4.1-4 Screen captures of LabVIEW TM program for EGPS-1022

More information

Dash 8Xe / Dash 8X Data Acquisition Recorder

Dash 8Xe / Dash 8X Data Acquisition Recorder 75 Dash 8Xe / Dash 8X Data Acquisition Recorder QUICK START GUIDE Supports Recorder System Software Version 2.0 1. INTRODUCTION 2. GETTING STARTED 3. HARDWARE OVERVIEW 4. MENUS & BUTTONS 5. USING THE DASH

More information

Utilities Respond to the Rise of Solar

Utilities Respond to the Rise of Solar Falling costs for rooftop solar photovoltaic (PV) systems, tax incentives and other factors are speeding up the growth of PV installations in many parts of the country. According to a new report from the

More information

Instrumentação Suportada em Computadores Pessoais Instrumentation

Instrumentação Suportada em Computadores Pessoais Instrumentation 1 Instrumentação Suportada em Computadores Pessoais PC-Based Instrumentation A. Lopes Ribeiro arturlr@ist.utl.pt 2 Objectives To give the students the ability to design and implement automated data acquisition

More information

Basics of Simulation Technology (SPICE), Virtual Instrumentation and Implications on Circuit and System Design

Basics of Simulation Technology (SPICE), Virtual Instrumentation and Implications on Circuit and System Design Basics of Simulation Technology (SPICE), Virtual Instrumentation and Implications on Circuit and System Design Patrick Noonan Business Development Manager National Instruments Electronics Workbench Group

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module DATASHEET NI 9423 8-Channel Sinking Digital Input Module 8-channel, 100 µs digital input 24 V logic, sinking digital input Compatible with NI CompactDAQ counters 250 Vrms, CAT II isolation 10-position

More information

Grid of the Future. Integration of Renewables Energy Storage Smart Grid. Presentation by David Hawkins Lead Renewables Power Engineer Grid Operations

Grid of the Future. Integration of Renewables Energy Storage Smart Grid. Presentation by David Hawkins Lead Renewables Power Engineer Grid Operations Grid of the Future Integration of Renewables Energy Storage Smart Grid Presentation by David Hawkins Lead Renewables Power Engineer Grid Operations Grid of the Future Current Power System Gen. Trans. Dist.Cust.

More information

Industrial DAQ System for Measurements and Monitoring. Hans-Petter Halvorsen, M.Sc.

Industrial DAQ System for Measurements and Monitoring. Hans-Petter Halvorsen, M.Sc. Industrial DAQ System for Measurements and Monitoring Hans-Petter Halvorsen, M.Sc. System Overview Mobile Device Sensors DAQ System Industrial DAQ Hardware Data Logging Cloud Monitoring Data Computer Web

More information

ISPS2014 Workshop Energy to Smart Grids Presenting results of ENIAC project: E2SG (Energy to Smart Grid)

ISPS2014 Workshop Energy to Smart Grids Presenting results of ENIAC project: E2SG (Energy to Smart Grid) ISPS2014 Workshop Energy to Smart Grids Presenting results of ENIAC project: E2SG (Energy to Smart Grid) Bidirectional isolating AC/DC converter for coupling DC grids with the AC mains based on a modular

More information

Chetana Sarode, Prof.Mr.H.S.Thakar Department of Electronics &telecommunication, SKNCOE Department of Electronics &telecommunication, SKNCOE

Chetana Sarode, Prof.Mr.H.S.Thakar Department of Electronics &telecommunication, SKNCOE Department of Electronics &telecommunication, SKNCOE Intelligent Home Monitoring System Chetana Sarode, Prof.Mr.H.S.Thakar Department of Electronics &telecommunication, SKNCOE Department of Electronics &telecommunication, SKNCOE ABSTRACT Intelligent home

More information

An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources

An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources K.Pradeepkumar 1, J.Sudesh Johny 2 PG Student [Power Electronics & Drives], Dept. of EEE, Sri Ramakrishna Engineering College,

More information

Analog Inputs and Outputs

Analog Inputs and Outputs Analog Inputs and Outputs PLCs must also work with continuous or analog signals. Typical analog signals are 0-10 VDC or 4-20 ma. Analog signals are used to represent changing values such as speed, temperature,

More information

DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS

DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS Patil Snehal S.S. 1, Mr. Shivdas S.S. 2 1 M. E. Electronics (II), Department of Electronics Engineering;

More information

Metering for today s systems

Metering for today s systems Metering for today s systems The sub-meter gathers data on the building side of the utility company meter. This allows us to break out usage so data can be collected from individual circuits, a single

More information

System integration oriented data center. planning. In terms of ATEN's eco Sensors DCIM solution

System integration oriented data center. planning. In terms of ATEN's eco Sensors DCIM solution System integration oriented data center planning In terms of ATEN's eco Sensors DCIM solution 1. Introduction The reliability of an enterprise data center servicing either external or internal clients

More information

Intelligent Hot Water with. Solar PV. Cost-effective and without the hassle & price tag of solar thermal!

Intelligent Hot Water with. Solar PV. Cost-effective and without the hassle & price tag of solar thermal! Intelligent Hot Water with Solar PV Cost-effective and without the hassle & price tag of solar thermal! 70% Unbelievably, up to of clean energy is exported to the grid with very little benefit to the producer

More information

FLOW DIAGRAM OF FIVE DIFFERENT TYPES OF INVERTER SYSTEMS

FLOW DIAGRAM OF FIVE DIFFERENT TYPES OF INVERTER SYSTEMS FLOW DIAGRAM OF FIVE DIFFERENT TYPES OF INVERTER SYSTEMS FIGURE 1 Battery back up with no solar. This is the most basic system useful for occasional grid failures. The batteries are kept at full charge

More information

Master of Science (Electrical Engineering) MS(EE)

Master of Science (Electrical Engineering) MS(EE) Master of Science (Electrical Engineering) MS(EE) 1. Mission Statement: The mission of the Electrical Engineering Department is to provide quality education to prepare students who will play a significant

More information

Maximum Power Tracking for Photovoltaic Power Systems

Maximum Power Tracking for Photovoltaic Power Systems Tamkang Journal of Science and Engineering, Vol. 8, No 2, pp. 147 153 (2005) 147 Maximum Power Tracking for Photovoltaic Power Systems Joe-Air Jiang 1, Tsong-Liang Huang 2, Ying-Tung Hsiao 2 * and Chia-Hong

More information