Modified single phase energy meter for rural domestic energy management supplied from solar panel based small grid system

Size: px
Start display at page:

Download "Modified single phase energy meter for rural domestic energy management supplied from solar panel based small grid system"

Transcription

1 Modified single phase energy meter for rural domestic energy management supplied from solar panel based small grid system 1 Piyali Das, 2 Mousam Ghosh and 3 Dr. Saswati Mazumdar Abstract 1 Assistant Professor, Dibrugarh University, Assam, India piyali_d2000@yahoo.co.in 2 Trainee Officer, West Bengal Financial Corporation, West Bengal, India ghosh_mousam@yahoo.co.in 3 Professor, Jadavpur University, Kolkata, India saswati.mazumdar@gmail.com In this paper the energy limiting is explored by the use of modified single phase energy meter using PIC16F877A [1]. This paper contains the method which is used to control a predefined domestic load and through out the day the total consumption. It also contains the advantage of using this energy saving energy meter and the method of using this energy meter in domestic use. Key words Energy meter, load control, multistage load control I. Introduction The main principle of this single phase energy meter is to control the wastage. For example a conventional non electrified small rural locality if electrified by solar panel based small grid system then the locality will face a problem which can be minimized by this proposed modified energy meter. Since those houses in this locality are electrified by solar panel and the power is stored in battery, so through out the day they can use limited amount of energy. If some of the houses consumed maximum amount of energy in a certain time through out the day then other houses get hampered. So a device is required which can limit the consumption through out the day. Also if some of the houses consume the total energy within their specified limit but at a certain time they may exceed the maximum power limit which is specified for them. This will again hamper the grid voltage and due to that, the other houses get hampered. So to get better reliability and to minimize these two unwanted situations this modified energy meter has been proposed. 55

2 II. Model Description Fig.-1: Solar Panel based Rural Electrification with small grid system Fig 2: Block diagram of Modified Energy Meter with the help of µcontroller. 56

3 The main principle of this single phase energy meter is to control the wastage of domestic load. Fig.-2 shows the block diagram of modified energy meter with the help of a micro controller. A new modified single phase energy meter system is being implemented with the help of a µcontroller PIC16F877A. To develop this modified energy meter a 3200 pulse per kw-hr electronic energy meter was selected i.e. if a one kw load is connected for a period of one hour then the energy meter gives 3200 nos. of pulses. To modify this energy meter, this pulse signal is manipulated by the microcontroller. Depending upon the following two principles this modified energy meter is developed.[2][3][4][5] i. Firstly, to limit the energy consumption in a day, the microcontroller counts the pulse throughout the day. If for a rural house the limit of energy consumption to 1kW-hr per day is set, that microcontroller counts the pulse throughout the day. If the limit is crossed i.e is counted, the microcontroller trips the power for the house for that day. In the next day it will be reset by the controller and power will be delivered to the house and like this the process will go on. ii. Secondly stop high power demand beyond the specified limit given to each house, the microcontroller checks the time span between two consecutive positive edges of the pulse signal. If any house powered on higher load than specified, this modified energy meter trips the circuit for that instance and there is a provision for user to reset after disconnection of the extra load. For example if it is required to limit a load of 500W for a rural house then a time of 2.25 sec is to be set to microcontroller. In any time during the day the load increases beyond 500W, the time span between two consecutive pulses will be reduced below that 2.25 sec and controller trips the power for that instance. III. Features: Trips the power if energy consumption is more than the specified limit through out a day. There are provisions to set different settings (1/2/3 kw-hr per day) at the time of installation by changing corresponding jumpers. At 80% of specified energy consumption limit through out a day, this modified energy meter shows a warning signal by a LED. There are further provisions for buzzer also. In any day if one of the house in that rural locality exceeds their energy consumption limit then they are not able to power on their lights for that day. But in the next day they will get power automatically. 57

4 Trips power for an instant if any house switches to more load at a time which crosses their specified power limit. But user can reset by pressing reset switch after disconnection of some of the loads. IV.. Instrument I Details Fig 3: A prototype of the Modified energy meter circuit Here in this project Anchor Electricals (P) Ltd. made energy meter is used, which is of 240V & 50 Hz rating. It gives 3200 pulse/kw-hr. Fig4: Circuit diagram of Energy meter controller by using Microcontroller 58

5 Fig 4 shows the microcontroller based Energy Meter. In first step the single phase energy meter is supplying pulse to the µcontroller through an isolation circuit, which is made of R1 and optocoupler Opt. By the rising edge of the pulse, the µcontroller is interrupted by the capture pin 17 which is selecting the positive edge of the pulse and feeding this to the µcontroller input pin, this is the second step. In third step three output pins of µcontroller are operating from which one is connected with a relay for tripping at overload condition, and two another output pins are operated to indicate at overload condition and 80% consumption of set point condition respectively. LED1 is the indicator of 80% consumption and LED2 is the indicator of overload condition. ow in fourth step Ph out is going to one of the relay pins and out is going to neutral of the load respectively (as load needs phase and neutral to operate). Load phase is being fed from another relay pin. This relay will operate when the initially set pulse in the µcontroller exceeds and will disconnect the load from the supply. µcontroller gets supply from a 5V supply and the relay gets supply from a 12V supply. The relay can be replaced by 240V contactor. SL. O. LEGET AME VALUE 1 U1 Micro- Controller PIC 16F877A 2 S1 Switch Push on switch 3 R1 Resistor 1KΩ /0.25W 4 R2 Resistor 5.6KΩ /0.25W 5 R3 Resistor 560Ω /0.25W 6 C1, C2, C5 C Capacitor 1µF/63V 7 R4,R8 Resistor 5.6KΩ/0.25W 8 R5,R7 Resistor 330Ω/0.25W 9 C3, C4 Capacitor 15PF/25V 10 XT1 Crystal 4 MHz 11 R6 Resistor 2.2K/0.25W 12 Rel1 Relay 12V 1CO, 10Amp, Table:1 List of Circuit Components 59

6 V. Flow Chart for self explanation START Initialize all the Variables. Configure the Capture Pin as Interrupt Capture at Every Rising Edge of Input Pulse. Configure Parallel I/OUT Ports SET all Variables to default SET all the O/P Port to ZERO Counting Sec, Min, Hr with 4MHz crystal as reference 1 2 Is Pulse Rising Edge Interrupt Occur? Increment the Pulse Counting, Reset the Timer_ConsecutivePulse Is Pulse counting = 80% of Set Point (for a KWh)? 2 Warning SET that bit 1 Is Pulse counting = Set Point (for a KWh)? Power OFF SET that bit 0 60

7 2 Is 24 Hours Completed? Pulse Counting Reset to Zero Power O SET that bit 1 and Reset Warning Bit Is Timer_ConsecutivePulse > Ref time for given Power OFF SET that bit 0 and OL O/P bit 1 SET a Flag Power_OFF_OL= 1 Check IPUT of Over Load Reset Pin Is Flag Power_OFF_OL Is User Reset The OVER LOAD Condition? Power O SET that bit 1 RESET a Flag Power_OFF_OL=

8 VI. Conclusion: In many rural place conventional electricity is yet not supplied and with a solar panel based small grid system is installed to serve the people. In those places the main object is to enlighten them at night. For these places, low wattage CFL or LED based lighting systems are more suitable. These lamps are fed by the stored energy in battery through solar panel (or any other non-conventional source). The stored energy is limited so if one or some of the houses in that locality connected with that grid consumes maximum amount of energy then other houses connected with that grid get hampered. Also if they consume within the limit but at a certain interval draw a high load current, it also hampers the grid voltage as well as other circuits of the arrangement and system stability will be reduced. These reduce the system reliability also. So to overcome these situations for small grid system this modified energy meter, which is basically a small modification of existing electronic energy meter with the use of a microcontroller, will be of great use. References [1] Application ote of PIC 16F877A from [2] A single phase microcontroller based energy meter, Loss, P.A.V., Lamego, M.M., Sousa, G.C.D., Vieira, J.L.F., Instrumentation and Measurement Technology Conference, IMTC/98. Conference Proceedings. IEEE, Date of Conference: May 1998, Volume: 2, Page(s): vol.2, Product Type: Conference Publications [3] United States Patent- Programmable Electrical Energy meter using Multiplexed Analog-to-Digital Converter, Inventor- Rodney C. Hamminger, Mark L. Munday, Assignee- ABB Power T & D Company Inc., Raleigh,. C., Patent number: , Filing date: 7 Jun 1995, Issue date: 6 Aug [4] Programmable electrical energy meter and methods therefore, Inventor- Mark L. Munday Rodney, C. Hamminger, Assignee- ABB Power T & D Company Inc., Raleigh,. C., Patent number: , Filing date: 6 Jun 1996, Issue date: 20 May [5] Power Energy Meter in a Low Cost Hardware/Software, Libano, F., Dept. of Electr. Eng., PUC- RS, Paranhos, I. ; Melchiors, J. ; Mano, O. ; Fehlberg, R. ; Braga, R. ; Muller, S.; Volume: 3,Page(s): ; Industrial Electronics, 2006 IEEE International Symposium on 9-13 July

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR INTRODUCTION This Project "Automatic Night Lamp with Morning Alarm" was developed using Microprocessor. It is the Heart of the system. The sensors

More information

Digital to Analog and Analog to Digital Conversion

Digital to Analog and Analog to Digital Conversion Real world (lab) is Computer (binary) is digital Digital to Analog and Analog to Digital Conversion V t V t D/A or DAC and A/D or ADC D/A Conversion Computer DAC A/D Conversion Computer DAC Digital to

More information

Low Cost Pure Sine Wave Solar Inverter Circuit

Low Cost Pure Sine Wave Solar Inverter Circuit Low Cost Pure Sine Wave Solar Inverter Circuit Final Report Members: Cameron DeAngelis and Luv Rasania Professor: Yicheng Lu Advisor: Rui Li Background Information: Recent rises in electrical energy costs

More information

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

Implementing Energy Harvesting in Embedded System Designs

Implementing Energy Harvesting in Embedded System Designs Implementing Energy Harvesting in Embedded System Designs Energy harvesting technology is rapidly emerging as a viable power supply option for embedded system designers, enabling wireless sensors to be

More information

Operating Manual for the Electronic Built-in Interval Timer. Micro II (Countdown Timer)

Operating Manual for the Electronic Built-in Interval Timer. Micro II (Countdown Timer) Operating Manual for the Electronic Built-in Interval Timer Micro II (Countdown Timer) Note: This document has been designed for our OEM customers. They can use it as supporting material when creating

More information

GSM Based Electrical Control System for Smart Home Application

GSM Based Electrical Control System for Smart Home Application Journal of Convergence Information Technology GSM Based Electrical Control System for Smart Home Application Faculty of Electrical and Electronic Engineering Universiti Tun Hussein Onn Malaysia, 86400

More information

Thyristor-controlled power supplies and battery chargers

Thyristor-controlled power supplies and battery chargers Thyristor-controlled power supplies and battery chargers Input voltage: 115 / 230 VAC, single phase, 50 / 60 Hz or 208 / 400 / 480 VAC, three phases, 50 / 60 Hz Output voltage: 12 / 24 / 48 / 60 / 72 /

More information

Advance Electronic Load Controller for Micro Hydro Power Plant

Advance Electronic Load Controller for Micro Hydro Power Plant Journal of Energy and Power Engineering 8 (2014) 1802-1810 D DAVID PUBLISHING Advance Electronic Load Controller for Micro Hydro Power Plant Dipesh Shrestha, Ankit Babu Rajbanshi, Kushal Shrestha and Indraman

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

3-phase, bidirectional energy meter

3-phase, bidirectional energy meter Data sheet www.sbc-support.com 3-phase, bidirectional energy meter with S0 pulse output Bidirectional energy meter with S0-interface. The S0 interface is a hardware interface for the transmission of measured

More information

PCAN-MicroMod Universal I/O Module with CAN Interface. User Manual. Document version 2.1.0 (2014-01-16)

PCAN-MicroMod Universal I/O Module with CAN Interface. User Manual. Document version 2.1.0 (2014-01-16) PCAN-MicroMod Universal I/O Module with CAN Interface User Manual Document version 2.1.0 (2014-01-16) Products taken into account Product Name Part number Model PCAN-MicroMod IPEH-002080 with firmware

More information

RISH EM 3490 DS Dual Source Energy Meter RISH EM 3490 DS. Application : Product Features:

RISH EM 3490 DS Dual Source Energy Meter RISH EM 3490 DS. Application : Product Features: Application : RISH Master 3490 DS measures important electrical parameters of Utility (in normal mode) & Generators (in Power back up) in three phase and single phase Network & replaces the multiple analog

More information

Interfacing Analog to Digital Data Converters

Interfacing Analog to Digital Data Converters Converters In most of the cases, the PIO 8255 is used for interfacing the analog to digital converters with microprocessor. We have already studied 8255 interfacing with 8086 as an I/O port, in previous

More information

How To Use A Watt Saver On A Microcontroller (Watt Saver) On A Cell Phone Or Mp3 Player

How To Use A Watt Saver On A Microcontroller (Watt Saver) On A Cell Phone Or Mp3 Player Watt Saver for a Cell Phone AC Adapter Reference Design Document Number: DRM130 Rev 1, 10/2013 2 Freescale Semiconductor, Inc. Contents Section number Title Page Chapter 1 Introduction 1.1 Overview...5

More information

A Practical Guide to Free Energy Devices

A Practical Guide to Free Energy Devices A Practical Guide to Free Energy Devices Device Patent No 29: Last updated: 7th October 2008 Author: Patrick J. Kelly This is a slightly reworded copy of this patent application which shows a method of

More information

Improvements of Reliability of Micro Hydro Power Plants in Sri Lanka

Improvements of Reliability of Micro Hydro Power Plants in Sri Lanka Improvements of Reliability of Micro Hydro Power Plants in Sri Lanka S S B Udugampala, V Vijayarajah, N T L W Vithanawasam, W M S C Weerasinghe, Supervised by: Eng J Karunanayake, Dr. K T M U Hemapala

More information

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module

More information

Study on Differential Protection of Transmission Line Using Wireless Communication

Study on Differential Protection of Transmission Line Using Wireless Communication Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,

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

Design and Construction of Variable DC Source for Laboratory Using Solar Energy

Design and Construction of Variable DC Source for Laboratory Using Solar Energy International Journal of Electronics and Computer Science Engineering 228 Available Online at www.ijecse.org ISSN- 2277-1956 Design and Construction of Variable DC Source for Laboratory Using Solar Energy

More information

How To Balance Power From Overloading

How To Balance Power From Overloading AUTOMATIC LOAD BALANCE AND THEFT DETECTION SYSTEM 1 Mr. NIKHIL P. WANDHARE, 2 Mr. SUDEEP D. KONDRA, 3 Ms. KOMAL H. GULHANE, 4 Mr. KARTIK J. DAVE 1-4 UG Students, Dept of EE, G.N.I.E.T, Dahegaon, Nagpur.

More information

Trip circuit supervision relay. Type RXTCS

Trip circuit supervision relay. Type RXTCS Trip circuit supervision relay Type RXTCS ABB a global technology leader ABB is a global leader in Power and Automation technologies that enable utility and industry customers to improve performance while

More information

GST301. (Single Protection Zone) Operation Manual

GST301. (Single Protection Zone) Operation Manual GST301 Gas Extinguishing Control Panel (Single Protection Zone) Operation Manual 2 of 19 CONTENTS 1 OVERVIEW... 4 2 TECHNICAL DATA... 4 3 STRUCTURES... 5 3.1 FRONT SURFACE DESCRIPTION... 5 3.1.1 Indicators...

More information

Keywords: rainfall detection, rain sensor, buzzer and alarm system.

Keywords: rainfall detection, rain sensor, buzzer and alarm system. Volume 5, Issue 4, April 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design of Rain

More information

HAM841K ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS

HAM841K ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS USER MANUAL USER MANUAL ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS INTRODUCTION The (HA-841K) is a complete

More information

Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit

Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit Installation Guidelines Products Covered: Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit This document is for the use of Qualified Electricians and Electrical Contractors

More information

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard University April 13, 2016 About Arduino: The Board Variety of models of Arduino Board (I am using Arduino Uno) Microcontroller constructd similarly

More information

Polyphase kwh Electricity Meter

Polyphase kwh Electricity Meter Polyphase kwh Electricity Meter Model Type: 5192B USER MANUAL Issue 1.0 E & O E AMPY Automation Ltd. July 2003 doc. ref. CSD 093 Contents 1 Introduction 2 1.1 Purpose 2 2 Definitions 2 2.1 References 2

More information

Design of Bidirectional Coupling Circuit for Broadband Power-Line Communications

Design of Bidirectional Coupling Circuit for Broadband Power-Line Communications Journal of Electromagnetic Analysis and Applications, 2012, 4, 162-166 http://dx.doi.org/10.4236/jemaa.2012.44021 Published Online April 2012 (http://www.scirp.org/journal/jemaa) Design of Bidirectional

More information

Monitoring of Intravenous Drip Rate

Monitoring of Intravenous Drip Rate Monitoring of Intravenous Drip Rate Vidyadhar V. Kamble, Prem C. Pandey, Chandrashekar P. Gadgil, and Dinesh S. Choudhary Abstract A drip rate meter, for monitoring intravenous infusion, is developed using

More information

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Introduction There is a growing trend in the UPS industry to create a highly efficient, more lightweight and smaller UPS

More information

M68EVB908QL4 Development Board for Motorola MC68HC908QL4

M68EVB908QL4 Development Board for Motorola MC68HC908QL4 M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

DISTRIBUTION TRANSFORMER OVERLOAD PROTECTION TRIPPING CIRCUIT

DISTRIBUTION TRANSFORMER OVERLOAD PROTECTION TRIPPING CIRCUIT DISTRIBUTION TRANSFORMER OVERLOAD PROTECTION TRIPPING CIRCUIT Dr. Dipesh Patel 1, Jigar Juthani 2, Harsh Parikh 3, Rushit Bhavsar 4, Ujjaval Darbar 5 1 Head of Electrical Department, BITS edu campus, Vadodara

More information

UniPi technical documentation REV 1.1

UniPi technical documentation REV 1.1 technical documentation REV 1.1 Contents Overview... 2 Description... 3 GPIO port map... 4 Power Requirements... 5 Connecting Raspberry Pi to UniPi... 5 Building blocks... 5 Relays... 5 Digital Inputs...

More information

ezsystem elab16m Project 1F: Alarm System (Full Project description)

ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem The aim of ezsystem is to enable Creativity and Innovation at an early age in a Problem Based Learning (PBL) approach. ezsystem

More information

MSL1000 Monitored Serial Link Interface Manual V1.01

MSL1000 Monitored Serial Link Interface Manual V1.01 Audix Systems, Station Road, Wenden, Saffron Walden, Essex, CB11 4LG. Telephone: +44(0)1799 540888 Facsimile: +44(0)1799 541618 www.tycosafetyproducts-europe.com www.audixsystems.co.uk MSL1000 Monitored

More information

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of applications such as home appliances, medical, automotive,

More information

Programmable Single-/Dual-/Triple- Tone Gong SAE 800

Programmable Single-/Dual-/Triple- Tone Gong SAE 800 Programmable Single-/Dual-/Triple- Tone Gong Preliminary Data SAE 800 Bipolar IC Features Supply voltage range 2.8 V to 18 V Few external components (no electrolytic capacitor) 1 tone, 2 tones, 3 tones

More information

Advanced Car Security System Using GSM

Advanced Car Security System Using GSM International Journal of Scientific and Research Publications, Volume, Issue, May 0 Advanced Car Security System Using GSM Hnin Pwint Han, Hla Myo Tun Email: kohlamyotun@gmail.com Abstract- This system

More information

Daker DK 1, 2, 3 kva. Manuel d installation Installation manual. Part. LE05334AC-07/13-01 GF

Daker DK 1, 2, 3 kva. Manuel d installation Installation manual. Part. LE05334AC-07/13-01 GF Daker DK 1, 2, 3 kva Manuel d installation Installation manual Part. LE05334AC-07/13-01 GF Daker DK 1, 2, 3 kva Index 1 Introduction 24 2 Conditions of use 24 3 LCD Panel 25 4 Installation 28 5 UPS communicator

More information

NOTES ON AURORA LINE CHARGES FOR NETWORK DESIGNERS, CONSULTANTS AND ELECTRICAL CONTRACTORS

NOTES ON AURORA LINE CHARGES FOR NETWORK DESIGNERS, CONSULTANTS AND ELECTRICAL CONTRACTORS ov 26 OTES O AURORA LIE CHARGES FOR ETWORK DESIGERS, COSULTATS AD ELECTRICAL COTRACTORS 1. PURPOSE AD SCOPE OF THIS DOCUMET This document provides general advice for personnel involved in the alteration

More information

DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com

DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com This handbook has been designed as a guide to the installation and operation of King Pigeon Hi-Tech.Co.,Ltd DAM series. Statements

More information

DALLAS DS1233 Econo Reset. BOTTOM VIEW TO-92 PACKAGE See Mech. Drawings Section on Website

DALLAS DS1233 Econo Reset. BOTTOM VIEW TO-92 PACKAGE See Mech. Drawings Section on Website 5V EconoReset www.maxim-ic.com FEATURES Automatically restarts microprocessor after power failure Monitors pushbutton for external override Internal circuitry debounces pushbutton switch Maintains reset

More information

Descriptive Technical Documentation. DTD no. 521-7135

Descriptive Technical Documentation. DTD no. 521-7135 Descriptive Technical Documentation - Model-dependent - DTD no. 521-7135 Model(s): PT 7135 C, PT 7136, PT 5135 C, PT 5136 14.10.2005, DE_en This information should not be duplicated or passed on without

More information

Disturbance Recoder SPCR 8C27. Product Guide

Disturbance Recoder SPCR 8C27. Product Guide Issued: April 1999 Status: Updated Version: C/26.04.2006 Data subject to change without notice Features Versatile digital disturbance recorder module for recording various phenomena in the electric power

More information

AN438 APPLICATION NOTE SAFETY PRECAUTIONS FOR DEVELOPMENT TOOL TRIAC + MICROCONTROLLER

AN438 APPLICATION NOTE SAFETY PRECAUTIONS FOR DEVELOPMENT TOOL TRIAC + MICROCONTROLLER AN438 APPLICATION NOTE SAFETY PRECAUTIONS FOR DEVELOPMENT TOOL TRIAC + MICROCONTROLLER INTRODUCTION The goal of this paper is to analyse the different ways to configure a micro-controller and a development

More information

SX460. Generator Automatic Voltage Regulator Operation Manual

SX460. Generator Automatic Voltage Regulator Operation Manual SX460 Generator Automatic Voltage Regulator Operation Manual Self Excited Automatic Voltage Regulator Compatible with Newage SX460* * Use for reference purpose only and not a genuine Newage product. 1.

More information

CAN bus board. www.matrixmultimedia.com EB018

CAN bus board. www.matrixmultimedia.com EB018 CAN bus board www.matrixmultimedia.com EB018 Contents About this document 3 Board layout 3 General information 4 Circuit description 5 Protective cover 6 Circuit diagram 7 2 Copyright About this document

More information

NC-12 Modbus Application

NC-12 Modbus Application NC-12 Modbus Application NC-12 1 Table of Contents 1 Table of Contents... 2 2 Glossary... 3 SCADA...3 3 NC-12 Modbus in general... 3 4 Entire system... 4 4.1 PFC to PC connection alternatives...4 4.1.1

More information

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application A.Thiyagarajan Assistant Professor, Department of Electrical and Electronics Engineering Karpagam Institute of Technology

More information

Section 16935 TELEPHONE AUTOMATIC DIALER SYSTEM

Section 16935 TELEPHONE AUTOMATIC DIALER SYSTEM Section TELEPHONE AUTOMATIC DIALER SYSTEM PART 1 GENERAL 1.01 SYSTEM DESCRIPTION A. Design Requirements: 1. Electronic monitoring system shall interface plant alarms to public telephone system or cellular

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

HANDLING SUSPEND MODE ON A USB MOUSE

HANDLING SUSPEND MODE ON A USB MOUSE APPLICATION NOTE HANDLING SUSPEND MODE ON A USB MOUSE by Microcontroller Division Application Team INTRODUCTION All USB devices must support Suspend mode. Suspend mode enables the devices to enter low-power

More information

Automatic Street Light Control System Using Microcontroller

Automatic Street Light Control System Using Microcontroller Automatic Street Light Control System Using Microcontroller MUSTAFA SAAD, ABDALHALIM FARIJ, AHAMED SALAH and ABDALROOF ABDALJALIL Department of Control Engineering College of Electronic Technology/ Baniwalid

More information

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential

More information

Switch board datasheet EB007-00-1

Switch board datasheet EB007-00-1 Switch board datasheet EB007-00-1 Contents 1. About this document... 2 2. General information... 3 3. Board layout... 4 4. Testing this product... 5 5. Circuit description... 6 Appendix 1 Circuit diagram

More information

Tire pressure monitoring

Tire pressure monitoring Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction

More information

Installation manual. Generator Paralleling Controller GPC multi-line 2 4189340225C

Installation manual. Generator Paralleling Controller GPC multi-line 2 4189340225C Installation manual Generator Paralleling Controller GPC multi-line 2 Software ver. 1.3X Compact system in one unit - dynamic synchronisation - load sharing - generator protection DEIF A/S 3-phase AC RMS

More information

RISH CON - Hz. Salient Features : Application : Product Features: FREQUENCY TRANSDUCER

RISH CON - Hz. Salient Features : Application : Product Features: FREQUENCY TRANSDUCER Application : The RISH CON - Hz transducer is used for frequency measurement. The output signal is proportional to measured frequency and is either load independent DC Current or load independent DC Voltage.

More information

Fixed - Over/Under voltage limits, (0.75...1.2) U N respectivity Link selectable - 5 min or 10 min delay. Fixed limits

Fixed - Over/Under voltage limits, (0.75...1.2) U N respectivity Link selectable - 5 min or 10 min delay. Fixed limits Features 71.11.8.230.0010 71.11.8.230.1010 1 - Phase 230 V Over & Under voltage monitoring relays 71.11.8.230.0010 - Fixed Over & Under voltage detection - Link selectable 5 or 10 minute lock-out delay

More information

International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ISSN 2278-7763 THROUGH MOBILE

International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ISSN 2278-7763 THROUGH MOBILE International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ANTI ELECTRICAL THEFTING AND TROUBLE SHOOTING THROUGH MOBILE 1. ABSTRACT The proposed project work aims on

More information

Four/Five Axis TB6560 CNC Driver Users Manual

Four/Five Axis TB6560 CNC Driver Users Manual Four/Five Axis TB6560 CNC Driver Users Manual Revision 2.0. Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 1.3. Key Features... 3 2. Descriptions of 4/5-AXIS

More information

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, Nov 2009 Fully-automated control of lighting and security system of a Room Group No: D2 Bharat Bhushan (06d04026) Sravan

More information

Ground Resistance Clamp On Tester

Ground Resistance Clamp On Tester USER MANUAL Ground Resistance Clamp On Tester MODEL 382357 Introduction Congratulations on your purchase of Extech s 382357 Ground Resistance Tester. This Clamp on device allows the user to measure ground

More information

VJ 6040 Mobile Digital TV UHF Antenna Evaluation Board

VJ 6040 Mobile Digital TV UHF Antenna Evaluation Board VISHAY VITRAMON Multilayer Chip Capacitors Application Note GENERAL is a multilayer ceramic chip antenna designed for receiving mobile digital TV transmissions in the UHF band. The target application for

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

LTC1390 8-Channel Analog Multiplexer with Serial Interface U DESCRIPTIO

LTC1390 8-Channel Analog Multiplexer with Serial Interface U DESCRIPTIO FEATRES -Wire Serial Digital Interface Data Retransmission Allows Series Connection with Serial A/D Converters Single V to ±V Supply Operation Analog Inputs May Extend to Supply Rails Low Charge Injection

More information

RS - SPM. Serial parallel translator module

RS - SPM. Serial parallel translator module ReSatron GmbH Boisheimer Str. 162 D-41751 Viersen Telefon (+49) 02162-45 06 80 Telefax (+49) 02162-45 03 04 email: info@resatron.de RS - SPM Serial parallel translator module RSSPM000215SPM-021 - Subject

More information

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Arifa Ferdousi 1 and Sadeque Reza Khan 2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh

More information

Event counters in NOVA

Event counters in NOVA Case study: how to use the event counters in NOVA? 1 Event counter support NOVA Technical Note 22 Event counters in NOVA Most of the measurement commands, like CV staircase or Record signals (> 1 ms) provide

More information

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description Samba OPLC SM35-J-R20 Installation Guide The Unitronics SM35-J-R20 offers the following onboard I/Os: 12 Digital Inputs, configurable via wiring to include: 1 HSC/Shaft-encoder Input, 2 Analog inputs (only

More information

ends of transmission line are used for relay operation [70]. Another type of

ends of transmission line are used for relay operation [70]. Another type of 69 CHAPTER-4 TRANSMISSION LINE DIFFERENTIAL PROTECTION USING WIRELESS TECHNOLOGY 4.1 INTRODUCTION The probability of fault occurrence on the overhead lines is much more due to their greater lengths and

More information

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

DMX512 TO 0-10 VOLT ANALOG CONVERTER OWNERS MANUAL

DMX512 TO 0-10 VOLT ANALOG CONVERTER OWNERS MANUAL DMX512 TO 0-10 VOLT ANALOG CONVERTER OWNERS MANUAL Doug Fleenor Design 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 revision 2.1 November, 1998 PRODUCT DESCRIPTION The DMX512 to Analog

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

DIALER SPECIFICATION VERBATIM MODULAR SERIES VSS

DIALER SPECIFICATION VERBATIM MODULAR SERIES VSS DIALER SPECIFICATION VERBATIM MODULAR SERIES VSS 1. Description and Phone Number Dialing: The dialer shall be a solid state component capable of dialing up to 16 telephone numbers, each up to 60 digits

More information

Three Axis TB6560 CNC Driver Users Manual

Three Axis TB6560 CNC Driver Users Manual Three Axis TB6560 CNC Driver Users Manual Revision 2.0 Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 2. Descriptions of 3-AXIS CNC Board... 3 2.1. Photo

More information

Inverter / Charger Installation General Operations and AC and DC Connections

Inverter / Charger Installation General Operations and AC and DC Connections Inverter / Charger Installation General Operations and AC and DC Connections The Inverter is just one piece. Sometimes, a tendency is to mount the inverter and batteries, and make it work It is better

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

TEA1024/ TEA1124. Zero Voltage Switch with Fixed Ramp. Description. Features. Block Diagram

TEA1024/ TEA1124. Zero Voltage Switch with Fixed Ramp. Description. Features. Block Diagram Zero Voltage Switch with Fixed Ramp TEA04/ TEA4 Description The monolithic integrated bipolar circuit, TEA04/ TEA4 is a zero voltage switch for triac control in domestic equipments. It offers not only

More information

Automatic Railway Gate Controller with High Speed Alerting System

Automatic Railway Gate Controller with High Speed Alerting System Automatic Railway Gate Controller with High Speed Alerting System Vikash Kumar 1, Prajit Paul 2, Nishant kumar 1, Pratik kumar Sinha 1, Sumant Kumar Mahato 1 B. Tech Student, Dept. of ECE, Asansol Engineering

More information

Brake module AX5021. Documentation. Please read this document carefully before installing and commissioning the brake module!

Brake module AX5021. Documentation. Please read this document carefully before installing and commissioning the brake module! Documentation Brake module AX5021 Please read this document carefully before installing and commissioning the brake module! Version : 1.2 : 2012.03.05 Date Article-no. : TDmlAX-5021-0000-0200 Page 2/8

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

What is a multimeter?

What is a multimeter? What is a multimeter? A multimeter is a devise used to measure voltage, resistance and current in electronics & electrical equipment It is also used to test continuity between to 2 points to verify if

More information

ARRL Morse Code Oscillator, How It Works By: Mark Spencer, WA8SME

ARRL Morse Code Oscillator, How It Works By: Mark Spencer, WA8SME The national association for AMATEUR RADIO ARRL Morse Code Oscillator, How It Works By: Mark Spencer, WA8SME This supplement is intended for use with the ARRL Morse Code Oscillator kit, sold separately.

More information

BARDIC. 4 & 8 Zone Fire Panels Zircon range. Data, installation, operation and maintenance. by Honeywell

BARDIC. 4 & 8 Zone Fire Panels Zircon range. Data, installation, operation and maintenance. by Honeywell Data, installation, operation and maintenance 4 & 8 Zone Fire Panels Zircon range BARDIC by Honeywell LED flashing LED Continuous FAULT DISABLE/TEST Power General Fault Sounder Fault/ Disable System Fault

More information

Development of a Single Phase Automatic Change-Over Switch

Development of a Single Phase Automatic Change-Over Switch Development of a Single Phase Automatic Change-Over Switch M.S. Ahmed, A.S. Mohammed and O.. Agusiobo Department of Electrical and Computer Engineering, Federal University of Technology Minna, Nigeria

More information

RC2200DK Demonstration Kit User Manual

RC2200DK Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7

More information

Silvertel. Ag5200. 1 Features. 2 Description. Power-over-Ethernet Plus Module. IEEE802.3at and IEEE802.3af compliant. Maximum 30W output power

Silvertel. Ag5200. 1 Features. 2 Description. Power-over-Ethernet Plus Module. IEEE802.3at and IEEE802.3af compliant. Maximum 30W output power Silvertel V1.1 November 2012 Datasheet Pb 1 Features IEEE802.3at and IEEE802.3af compliant Maximum 30W output power Dual In-Line (DIL) package size 50.6mm (L) x 30mm (W) Overload, short-circuit and thermal

More information

EXTERNAL DIMENSIONS AND PARTS

EXTERNAL DIMENSIONS AND PARTS FX2N-4DA SPECIAL FUNCTION BLOCK USER S GUIDE JY992D65901A This manual contains text, diagrams and explanations which will guide the reader in the correct installation and operation of the FX2N-4DA special

More information

ABB Drives. User s Manual. Pulse Encoder Interface Module RTAC-01

ABB Drives. User s Manual. Pulse Encoder Interface Module RTAC-01 ABB Drives User s Manual Pulse Encoder Interface Module RTAC-0 Pulse Encoder Interface Module RTAC-0 User s Manual 3AFE 64486853 REV A EN EFFECTIVE:.5.00 00 ABB Oy. All Rights Reserved. Safety instructions

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

24-Bit Analog-to-Digital Converter (ADC) for Weigh Scales FEATURES S8550 VFB. Analog Supply Regulator. Input MUX. 24-bit Σ ADC. PGA Gain = 32, 64, 128

24-Bit Analog-to-Digital Converter (ADC) for Weigh Scales FEATURES S8550 VFB. Analog Supply Regulator. Input MUX. 24-bit Σ ADC. PGA Gain = 32, 64, 128 24-Bit Analog-to-Digital Converter (ADC) for Weigh Scales DESCRIPTION Based on Avia Semiconductor s patented technology, HX711 is a precision 24-bit analogto-digital converter (ADC) designed for weigh

More information

Measuring Resistance Using Digital I/O

Measuring Resistance Using Digital I/O Measuring Resistance Using Digital I/O Using a Microcontroller for Measuring Resistance Without using an ADC. Copyright 2011 John Main http://www.best-microcontroller-projects.com Page 1 of 10 Table of

More information

Phase II Design for a Multiband LMR Antenna System

Phase II Design for a Multiband LMR Antenna System Phase II Design for a Multiband LMR Antenna System S. Ellingson and R. Tillman Aug 30, 2011 Contents 1 Introduction 2 2 System Design 2 3 Antenna Tuner 3 Bradley Dept. of Electrical & Computer Engineering,

More information

3. Identification of water pumps through RFID technology. 4. Wireless control of remote water pump using RF technology.

3. Identification of water pumps through RFID technology. 4. Wireless control of remote water pump using RF technology. Construction of Central Control Unit for Irrigation water pumps. Cost effective method to control entire villager s water pumps with user level authentication. Illiterate s friendly system. This project

More information

AUTOMATIC LPG BOOKING, LEAKAGE DETECTION AND A REAL TIME LPG MEASUREMENT MONITORING SYSTEM

AUTOMATIC LPG BOOKING, LEAKAGE DETECTION AND A REAL TIME LPG MEASUREMENT MONITORING SYSTEM AUTOMATIC LPG BOOKING, LEAKAGE DETECTION AND A REAL TIME LPG MEASUREMENT MONITORING SYSTEM R.Padmapriya, E.Kamini, priyaece973@gmail.com,kamsenpa007@gmail.com, IV Year Electronics and Communication Engineering,

More information