Design and Implementation of Automatic Phase Changer for the Distribution Network using PIC Micro Controller 16F877A

Size: px
Start display at page:

Download "Design and Implementation of Automatic Phase Changer for the Distribution Network using PIC Micro Controller 16F877A"

Transcription

1 Design and Implementation of Automatic Phase Changer for the Distribution Network using PIC Micro Controller 16F877A S.Vithiya1, M.Tharanee2, N.Swappana3, G.Subbulakshmi4 UG Student, Dept. of EEE, K.Ramakrishnan College Of Engineering, Trichy, Tamilnadu, India Abstract Most domestic supplies at household & semi-industrial premises are supplied from single phase AC. The no. of single phase customers connected to three phase system increases especially in very large scale electrical distribution system.so any one phase of the three phase system gets overloading. In this paper, we bring a new control technique for the distribution line phase changer & used to enhance the solution of electrical load distribution balancing problem where the overloaded phase is automatically changed to other phase by using a relay with the help of pic microcontroller 16F877A by overcoming the manual operation. II. METHODOLOGY In distributed lines, if any one phase of the three phase system gets overloaded, the domestic load connected to that phase becomes abnormal.it is necessary to provide normal voltage for the domestic loads connected in that phase. For that the phase contacts must be change and this is done manually by the line man of Electricity Board using Jumper rods. Index Terms Current transformer, Domestic load, Micro controller, Phase changing, Switching Devices. I. INTRODUCTION The invention of electricity and its advancements in the field of electrical engineering has made electrical energy so vast in its applications. A modern house today, cannot be said to be one if it has no use for electricity.this is because most of the items required for making life fit and comfortable in a home functions with electricity. Electrical appliances like water heaters, radios, televisions, fans, water pumps etc. all have absolute need for electricity. The main aim of this project is to exploit the ubiquitous micro controller facilities in bringing about automation of the phase changeover process. One of the most critical needs of embedded system is to reduce power consumption, space and time & this is achieved in this paper. It has been observed over the years that power failure is occuring, there is a time lag between power failure and when the power is restored to normal level. This system is designed to overcome the short comings of the already existing manual phase changeover. Fig.1. A line man operating jumper rods in the Line. Jumper is a tiny metal connector that is used to close or open part of an electric circuit. It is made up of material that conducts electricity and is sheathed in a non-conductive plastic block to prevent accidental circuit shorts. This time lagging manual operation is replaced by this paper. ISSN: Page 1

2 III. SYSTEM DESIGN AND IMPLEMENTATION.alternating current (AC) in its secondary which is proportional to the AC current in its primary. Current transformers, together with voltage transformers (VTs) or potential transformers (PTs), which are designed for measurement, are known as an Instrument transformer. Current transformers are used in electronic equipment and are widely used for metering and protective relays in the electrical power industry. Fig.4. Sensing Unit Fig.2. The Block Diagram for the Proposed System. The System has i. Power Supply Unit ii. Sensing Unit iii. Signal Conditioning Unit iv. PIC 16F877A Microcontroller v. Switching Unit vi. Driver Circuit The functions of these blocks are explained below. A. Power Supply Unit The power supply unit has a step down transformer(t1). T1 that reduces the high input voltage of 240V to as low as 12V output. It also has a bridge rectifies that converts the low A.C to an equivalent D.C output, though still pulsating in nature. A Low pass filter connected immediately after the rectifies helps to reduce the A.C content bringing out a cleaner increased D.C output. There is a light emitting diode (LED) D5, connected in series with a resistor and both in parallel with the output D.C to help indicate the process is working as designed. Fig.3. Power Supply Unit B. Sensing Unit Sensing unit is a unit which senses any parameter of a system.in our system,we used Current transformer as a sensing unit which senses the current on the line. A current transformer (CT) is a transformer that is used to produce an C. Signal Conditioning Unit A signal conditioner is a device that converts one type of electronic signal into another type of signal. Its primary use is to convert a signal that may be difficult to read by conventional instrumentation into a more easily read format. In performing this conversion a number of functions may take place. The process of converting AC to DC:- Alternating current (AC) is the most efficient way to deliver electrical power. However, most electronic devices need direct current (DC) to function. For this reason, AC to DC converters are either a part of devices themselves or as part of their power cords. If you've built a device you wish to power from an AC outlet, you must add an AC to DC converter. Steps:- a. Determine what your AC input voltage.in India, it's 230 to 240 volts at 50 hertz. The standard in other areas may differ. b. Find the voltage and amperage needed to power the components of your electronic device. Check the manufacturer's instructions, if necessary. Too much of either amperage or voltage will destroy the components, while too little will not allow the device to work correctly. Most have a safe range; aim for the center so your input power can vary somewhat. c. Use a transformer to step down the output from high-voltage AC to low-voltage AC. Electrical current enters the primary coil of the transformer Run the low-voltage AC through a rectifier. A rectifier usually consists of 4 diodes arranged in ISSN: Page 2

3 a diamond shape -- a type called a bridge rectifier. A diode only allows current to pass in 1 direction; the diamond configuration allow 2 diodes to pass the positive half of the current and the other 2 diodes to pass the negative half. The output of both sets is a current that climbs from 0 volts to the maximum positive voltage. d. Add a large electrolytic capacitor to smooth out the voltage. A capacitor stores an electrical charge for a short time and then releases it slowly. The input from the rectifier resembles a string of humps; the output of the "smoothing capacitor" is a somewhat steady voltage with ripples.for devices that only need a low current, you can create a regulator with a resistor and a zener diode, which is designed to break down when a certain voltage is reached, allowing current to pass through it. The resistor limits the current. e. Pass the output of the smoother through a regulator. This smooths out the ripples and creates a very steady current that will operate your electronic device without damaging it. Regulators are integrated circuits and can either have fixed or variable output voltages. Although regulators include protection against excessive current and heat, yours may still require that you attach a heat sink to keep it from becoming too hot. f. and induces a current in the secondary coil, which has fewer coils, resulting in a lower voltage. Little power is lost in this process because the amperage increases in relation to the decrease in voltage. D. PIC 16F877A Microcontroller PIC 16F877A finds its applications in a huge number of devices. It is used in remote sensors, security and safety devices, home automation and in many industrial instruments. An EEPROM is also featured in it which makes it possible to store some of the information permanently like transmitter codes and receiver frequencies and some other related data. The cost of this controller is low and its handling is also easy. Its flexible and can be used in areas where microcontrollers have never been used before as in coprocessor applications and timer functions etc. There are 40 pins of this microcontroller IC. It consists of two 8 bit and one 16 bit timer. Capture and compare modules, serial ports, parallel ports and five input/output ports are also present in it. Pin Configuration: PIN 1: MCLR The first pin is the master clear pin of this IC. It resets the microcontroller and is active low, meaning that it should constantly be given a voltage of 5V and if 0 V are given then the controller is reset. Resetting the controller will bring it back to the first line of the program that has been burned into the IC. PIC16F877A reset. A push button and a resistor is connected to the pin. The pin is already being supplied by constant 5V. When we want to reset the IC we just have to push the button which will bring the MCLR pin to 0 potential thereby resetting the controller. PIN 2: RA0/AN0 PORTA consists of 6 pins, from pin 2 to pin 7, all of these are bidirectional input/output pins. Pin 2 is the first pin of this port. This pin can also be used as an analog pin AN0. It is built in analog to digital converter. PIN 3: RA1/AN1 This can be the analog input 1. PIN 4: RA2/AN2/Vref- It can also act as the analog input2. Or negative analog reference voltage can be given to it. PIN 5: RA3/AN3/Vref+ Fig.5a & 5b. Signal Conditioning Unit It can act as the analog input 3. Or can act as the analog positive reference voltage. PIN 6: RA0/T0CKI ISSN: Page 3

4 To timer0 this pin can act as the clock input pin, the type of output is open drain. PIN 7: RA5/SS/AN4 This can be the analog input 4. There is synchronous serial port in the controller also and this pin can be used as the slave select for that port. PIN 8: RE0/RD/AN5 PORTE starts from pin 8 to pin 10 and this is also a bidirectional input output port. It can be the analog input 5 or for parallel slave port it can act as a read control pin which will be active low. PIN 9: RE1/WR/AN6 It can be the analog input 6. And for the parallel slave port it can act as the write control which will be active low. PIN 10: RE2/CS/A7 It can be the analog input 7, or for the parallel slave port it can act as the control select which will also be active low just like read and write control pins. PIN 11 and 32: VDD These two pins are the positive supply for the input/output and logic pins. Both of them should be connected to 5V. PIN 12 and 31: VSS These pins are the ground reference for input/output and logic pins. They should be connected to 0 potential. PIN 13: OSC1/CLKIN This is the oscillator input or the external clock input pin. PIN 14: OSC2/CLKOUT This is the oscillator output pin. A crystal resonator is connected between pin 13 and 14 to provide external clock to the microcontroller. ¼ of the frequency of OSC1 is outputted by OSC2 in case of RC mode. This indicates the instruction cycle rate. the clock input of timer 1 or the oscillator output of timer 2. PIN 16: RC1/T1OSI/CCP2 It can be the oscillator input of timer 1 or the capture 2 input/compare 2 output/ PWM 2 output. PIN 17: RC2/CCP1 It can be the capture 1 input/ compare 1 output/ PWM 1 output. PIN 18: RC3/SCK/SCL It can be the output for SPI or I2C modes and can be the input/output for synchronous serial clock. PIN 23: RC4/SDI/SDA It can be the SPI data in pin. Or in I2C mode it can be data input/output pin. PIN 24: RC5/SDO It can be the data out of SPI in the SPI mode. PIN 25: RC6/TX/CK It can be the synchronous clock or USART Asynchronous transmit pin. PIN 26: RC7/RX/DT It can be the synchronous data pin or the USART receive pin. PIN 19,20,21,22,27,28,29,30: All of these pins belong to PORTD which is again a bidirectional input and output port. When the microprocessor bus is to be interfaced, it can act as the parallel slave port. PIN 33-40: PORT B All these pins belong to PORTB. Out of which RB0 can be used as the external interrupt pin and RB6 and RB7 can be used as in-circuit debugger pins. crystal interfacing with PIC16F877A PIN 15: RC0/T1OCO/T1CKI PORTC consists of 8 pins. It is also a bidirectional input output port. Of them, pin 15 is the first. It can be Fig.6.Pin Configuration of PIC16F877A Microcontroller ISSN: Page 4

5 E. Switching Unit A switch is an electrical component that can break an electrical circuit, interrupting the current or diverting it from one conductor to another. Also can be used to select and ON or OFF state of a system. In a power system the ON state represents power flow while the OFF state represents the otherwise situation. Switches are commonly used in power electrical circuitry. The various switching systems used in power systems include. a) MANUAL SWITCHING: Where a cut-out (an electrical connector device) is used to approximately interconnect and select down the voltage phases by manually plugging in a removable fused connector from one base to the other depending on the one with power. This conventional approach is usually employed in homes often than in industries. b) MECHANICAL SWITCHING: Mechanical switching involves using some sort of mechanism for closing and opening a part of current flow. A typical example is the gang switch used in isolating supply lines. c) ELECTROMECHANICAL SWITCHING: Electromechanical switching is a form of switching which integrates electrical and suitable mechanism for power flow. In this case, power is supplied to the mechanism using solenoids to activate the switching mechanism. d) AUTOMATIC SWITCHING: Automatic switches are those switches that are activated in response to any change in system characteristics (current or voltage). It usually employs relay for detection of change in system characteristics after which a corresponding switching is activated immediately. e) MICRPROCESSOR CONTROLLED SWITCHING: In the case of microprocessor controlled switching a microprocessor chip is software programmed and stored in its memory unit to b interfaced between the available power source and the connected loads. We are using RELAY as a switching devise in our system.a relay is an electrically operated switch that has two major parts coil unit and the contact unit. Current flowing through the coil of the relay creates a magnetic field which attracts a lever and changes the switch contact positions. Relays have two switching positions the normally closed and the normally open. There is no electrical connection between the coil unit and the contact switching position when energized. The link is only magnetic and mechanical. The operational principle of the relay is basically like that of a switch controlled by electromagnetic force. This magnetic force is generated by flow of current through a coil in the relay. The relay opens or closes a circuit when current through the coil is started or stopped. Fig.7.Switching Circuit F. Driver Circuit In our driver circuit we used two topologies, for controlling the switching operation.they are 1. Relay driver IC ULN Darlington driver circuit Relay driver ULN2803: It is a High voltage, high current Transistor Array IC used especially with Microcontrollers where we need to drive high power loads. Thic IC consists of a eight NPN Darlington connected transistors with common Clamp diodes for switching the loads connected to the output. This IC is widely used to drive high loads such Lamps, relays, motors etc. It is usually rated at 50v/500mA. This article brings out the working of ULN2803 IC and how to use it in a circuit.most of the Chips operates with low level signals such as TTL, CMOS, PMOS, NMOS which operates at the range of (0-5)v and are incapable to drive high power inductive loads. However this chip takes low level input signals (TTL) and use that to switch/turn off the higher voltage loads that is connected to the output side. Fig.8.Relay Driver Circuit Darlington driver circuit: A Darlington driver that comes in an IC 18 pin DIL package. ISSN: Page 5

6 There are 8 drivers in the IC, each driving up to 500mA.Each driver can produce up to 500mA but if every driver is producing 500mA the IC will get hot - possibly very hot.two or more drivers can be connected directly in parallel to produce more current.they can connect to voltages of up to 50v (30v input).every output has a diode connected to it - in reverse bias, shown dotted - with the cathodes all connected together. This is used for inductive loads, such as motors to protect the driver from high EMF voltages created by the coils in the motor. This can be left unconnected if not required.remember that the output sinks current, and thus it should be connected to the negative connection of any device, with the positive connected to the supply.the internal circuit of each driver is shown right - it contains protection and bias resistors.in our system,relay driver IC( ULN2803 ) is capable of controlling eight relay coils and the remaining one relay is controlled by the darlington driver circuit. Fig.10.Simulation of the system using MATLAB. VI. RESULTS The output of the system using the software MATLAB is shown. Fig.11.Result of the system. Fig.9.Darlington Driver Circuit IV. OPERATION The PT is used to check the availability of voltage on the phase and the CT senses the current on the phases.the current value is used for the comparison.if any one phase of the three phase system gets overloaded, the relay changes the phase automatically according to the command generated by micro controller. V. SIMULATION The simulation of this paper was done using a software called MATLAB. VII. CONCLUSION Design and implementation of autophase selection of single phase for distributed lines minimizes damages lives/equipment since it has its own monitoring system and its switching requires no human contact with a switch, thus eliminating human error and it reduces its changeover timing to the minimum due to its fast response to power outage & its maintain high quality of service through its fast and prompt response. VIII. REFERENCES [1] Arindam Ghosh, Senior Member, IEEE, and Avinash Joshi, A New Approach to Load Balancing and Power Factor Correction inpower Distribution System, IEEE Trans. On Power Delivery, vol, 15, no.1, Jan [2] Kolo, J. G., Design and Construction of an Automatic Power Changeover Switch, Assumption University Journal of Technology, (2007), Vol. 11, No. 2, pp [3] Chukwubuikem, N. M., Ekene, M. S. and Uzedhe, G., A Cost Effective Approach to Implementing Changeover System, Academic Research International, (2012), Vol. 2, No. 2, pp [4] Anon., Low Voltage Automatic Transfer Switch System, (2010). [5] F. I. Radha building Automatic Phase Changer ( Chemical press, India ) ISSN: Page 6

Embedded Systems. Oscillator and I/O Hardware. Eng. Anis Nazer First Semester

Embedded Systems. Oscillator and I/O Hardware. Eng. Anis Nazer First Semester Embedded Systems Oscillator and I/O Hardware Eng. Anis Nazer First Semester 2016-2017 Oscillator configurations Three possible configurations for Oscillator (a) using a crystal oscillator (b) using an

More information

SPY ROBOTIC MODULE USING ZIGBEE

SPY ROBOTIC MODULE USING ZIGBEE SPY ROBOTIC MODULE USING ZIGBEE Prabhakaran.J,Mohammed Arif.K, Monish Kumar.R, Pavithra.D.N 4, Subha. K Assistant Professor,,,4, Student Members Department of Electronics and Communication Engineering

More information

Experiment (1) Principles of Switching

Experiment (1) Principles of Switching Experiment (1) Principles of Switching Introduction When you use microcontrollers, sometimes you need to control devices that requires more electrical current than a microcontroller can supply; for this,

More information

DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION

DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION HARSH DHIMAN Department of Electrical Engineering, The M. S. University, Vadodara,

More information

EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM

EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM G.Rupa 1, K.Sangeetha 2, A.Sowmiya 3, J.Shri saranya 4 1,2,3Student, Electrical and Electronics Engineering, Jeppiaar SRR Engineering

More information

Design and Construction of PIC-based IR Remote Control Moving Robot

Design and Construction of PIC-based IR Remote Control Moving Robot Design and Construction of PIC-based IR Remote Control Moving Robot Sanda Win, Tin Shein, Khin Maung Latt Abstract This document describes an electronic speed control designed to drive two DC motors from

More information

Auto Selection of Any Available Phase in 3 Phase Supply System

Auto Selection of Any Available Phase in 3 Phase Supply System Auto Selection of Any Available Phase in 3 Phase Supply System Prof. Praful Kumbhare 1, Pramod Donode 2, Mahesh Nimbulkar 3, Harshada Kale 4, Mayur Waghamare 5, Akansha Patil 6, 1, 2, 3, 4, 5, 6 Department

More information

The Speech Based Floor Cleaning Robot

The Speech Based Floor Cleaning Robot International journal of Systems and Technologies ISSN 0-0 The Speech Based Floor Cleaning Robot Sidhartha Velpula, Sunil Babu Thota, V.S.G.V.Sridhar, Syed Inthiyaz, Siva Kumar Abstract: Munuswamy, Students,

More information

I. INTRODUCTION MAIN BLOCKS OF ROBOT

I. INTRODUCTION MAIN BLOCKS OF ROBOT Stair-Climbing Robot for Rescue Applications Prof. Pragati.D.Pawar 1, Prof. Ragini.D.Patmase 2, Mr. Swapnil.A.Kondekar 3, Mr. Nikhil.D.Andhare 4 1,2 Department of EXTC, 3,4 Final year EXTC, J.D.I.E.T Yavatmal,Maharashtra,

More information

Automatic USB Controlled Power Switch

Automatic USB Controlled Power Switch Automatic USB Controlled Power Switch Manish P 1, Praveen K Ravindran 1, Sandesh Varma E 1, Kiran K Kannan 1, Sanjay Lakshman 1,Vimi K Wilson 2 U.G. Students, Department of Electrical and Electronics Engineering,

More information

AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN ALTERNATIVE TO THE FUSE PROTECTION TECHNIQUE A. Z. Loko 1, A. I. Bugaje 2, A. A. Bature 3 1 Department of Physics Electronics/Nasarawa

More information

I. INTRODUCTION II. LITERATURE REVIEW

I. INTRODUCTION II. LITERATURE REVIEW ABSTRACT 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Reactive Power Compensation in Distribution System Piyush Upadhyay, Praveen

More information

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source S.Gautham Final Year, UG student, Department of Electrical and Electronics Engineering, P. B. College of Engineering, Chennai

More information

PIC18F2X1X/4X1X. 28/40/44-Pin Flash Microcontrollers with 10-Bit A/D and nanowatt Technology. Flexible Oscillator Structure: Power-Managed Modes:

PIC18F2X1X/4X1X. 28/40/44-Pin Flash Microcontrollers with 10-Bit A/D and nanowatt Technology. Flexible Oscillator Structure: Power-Managed Modes: 28/40/44-Pin Flash Microcontrollers with 10-Bit A/D and nanowatt Technology Power-Managed Modes: Run: CPU On, Peripherals On Idle: CPU Off, Peripherals On Sleep: CPU Off, Peripherals Off Idle mode Currents

More information

SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM. Unit Objectives. Unit Objectives 2/29/2012

SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM. Unit Objectives. Unit Objectives 2/29/2012 SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM Unit Objectives Describe the structure of an atom. Identify atoms with a positive charge and atoms with a negative charge. Explain

More information

EXAMINATION PAPER EMBEDDED SYSTEMS 6EJ005 UNIVERSITY OF DERBY. School of Computing and Technology DATE: SUMMER 2003 TIME ALLOWED: 2 HOURS

EXAMINATION PAPER EMBEDDED SYSTEMS 6EJ005 UNIVERSITY OF DERBY. School of Computing and Technology DATE: SUMMER 2003 TIME ALLOWED: 2 HOURS BSc/BSc (HONS) MUSIC TECHNOLOGY AND AUDIO SYSTEM DESIGN BSc/BSc (HONS) LIVE PERFORMANCE TECHNOLOGY BSc/BSc (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING DATE: SUMMER 2003 TIME ALLOWED: 2 HOURS Instructions

More information

Power Factor Compensation Using PIC

Power Factor Compensation Using PIC Power Factor Compensation Using PIC R.Giridhar Balakrishna 1, K. Pavan Kumar 2 Assistant Professor, Dept. of EEE, VR Siddhartha Engineering College, Vijayawada, A.P, India 1 UG Student, Dept. of EEE, VR

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

INTELLIGENT SELF-PARKING CHAIR

INTELLIGENT SELF-PARKING CHAIR INTELLIGENT SELF-PARKING CHAIR Siddharth Gauda 1, Ashish Panchal 2, Yograj Kadam 3, Prof. Ruchika Singh 4 1, 2, 3 Students, Electronics & Telecommunication, G.S. Moze College of Engineering, Balewadi,

More information

Design of a Microcontroller-Based Push-Pull Inverter with Automatic Voltage Regulator

Design of a Microcontroller-Based Push-Pull Inverter with Automatic Voltage Regulator ISSN 2278 0211 (Online) Design of a Microcontroller-Based Push-Pull Inverter with Automatic Voltage Regulator Ogunseye Abiodun Alani Assistant Lecturer, Department of Electrical/Electronics & Computer

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3, Issue 1, January -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Design

More information

SIMULATION OF TRANSFORMER PROTECTION USING MICROCONTROLLER BASED RELAY & MONITORING USING GSM

SIMULATION OF TRANSFORMER PROTECTION USING MICROCONTROLLER BASED RELAY & MONITORING USING GSM SIMULATION OF TRANSFORMER PROTECTION USING MICROCONTROLLER BASED RELAY & MONITORING USING GSM 1 Shweta Mate, 2 Shital Jagtap, 3 B.S. Kunure Department of Electrical Engineering, ZCOER, Pune, India Abstract

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

GSM Based Automatic Wireless Energy Meter Reading System P. Harish M.Tech, S. Sandeep M.Tech,

GSM Based Automatic Wireless Energy Meter Reading System P. Harish M.Tech, S. Sandeep M.Tech, GSM Based Automatic Wireless Energy Meter Reading System P. Harish M.Tech, S. Sandeep M.Tech, Asst.Professor, Dept.of ECE, SVPCET, RVS Nagar, Puttur. Asst. Professor, Dept. of ECE, SVPCET, RVS Nagar, Puttur.

More information

SUBELEMENT T6 Electrical components: semiconductors; circuit diagrams; component functions 4 Exam Questions - 4 Groups

SUBELEMENT T6 Electrical components: semiconductors; circuit diagrams; component functions 4 Exam Questions - 4 Groups SUBELEMENT T6 Electrical components: semiconductors; circuit diagrams; component functions 4 Exam Questions - 4 Groups 1 T6A Electrical components: fixed and variable resistors; capacitors and inductors;

More information

Implementation Of Solid State Relays For Power System Protection

Implementation Of Solid State Relays For Power System Protection Implementation Of Solid State Relays For Power System Protection Nidhi Verma, Kartik Gupta, Sheila Mahapatra ABSTRACT: This paper provides the implementation of solid state relays for enhancement of power

More information

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

Technician Licensing Class T6

Technician Licensing Class T6 Technician Licensing Class T6 Amateur Radio Course Monroe EMS Building Monroe, Utah January 11/18, 2014 January 22, 2014 Testing Session Valid dates: July 1, 2010 June 30, 2014 Amateur Radio Technician

More information

Feeder Protection From Over Load and Earth Fault Relay

Feeder Protection From Over Load and Earth Fault Relay Feeder Protection From Over Load and Earth Fault Relay Prof. Vaneela Pyla 1, Uma N. Bhimnath 2, Archana M. Bhosale 3, Apurva V. Khachane 4 Assistant Professor, Electrical Engineering Department, NBN Sinhgad

More information

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Payal P.Raval 1, Prof.C.R.mehta 2 1 PG Student, Electrical Engg. Department, Nirma University, SG Highway, Ahmedabad,

More information

Servo and Motor Controller

Servo and Motor Controller Servo and Motor Controller Date: August 0, 00 Description: The servo motor controller drives three R/C servomotors and one brushless DC motor. All four motors are controlled by PWM signals sent from a

More information

T6A4. Electrical components; fixed and variable resistors, capacitors, and inductors; fuses, switches, batteries

T6A4. Electrical components; fixed and variable resistors, capacitors, and inductors; fuses, switches, batteries Amateur Radio Technician Class Element Course Presentation ti ELEMENT SUB-ELEMENTS Technician Licensing Class Supplement T Electrical/Electronic Components Exam Questions, Groups T - FCC Rules, descriptions

More information

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM Piyush Upadhyay, Praveen Nagar, Priya Chhaperwal, Rajat Agarwal, Sarfaraz Nawaz Department of Electrical Engineering, SKIT M& G, Jaipur ABSTRACT In this

More information

Chapter 5 Electric Logic Sensors and Actuators

Chapter 5 Electric Logic Sensors and Actuators Chapter 5: Electric logic sensors and actuators -IE337 Chapter 5 Electric Logic Sensors and Actuators 1 5.1 Introduction to Electric Logic Sensors and Actuators Electric sensors and actuators can be classified

More information

3 Circuit Theory. 3.2 Balanced Gain Stage (BGS) Input to the amplifier is balanced. The shield is isolated

3 Circuit Theory. 3.2 Balanced Gain Stage (BGS) Input to the amplifier is balanced. The shield is isolated Rev. D CE Series Power Amplifier Service Manual 3 Circuit Theory 3.0 Overview This section of the manual explains the general operation of the CE power amplifier. Topics covered include Front End Operation,

More information

Design & Implementation of PWM Based 3-Phase Switch-Mode Power Supply (SMPS)

Design & Implementation of PWM Based 3-Phase Switch-Mode Power Supply (SMPS) Design & Implementation of PWM Based 3-Phase Switch-Mode Power Supply (SMPS) Abstract This research work is on designing a PWM based SMPS instead of using conventional pulse generating pre-programmed chips.

More information

Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter

Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter Shaikh Ahmed Ali, MTech(Power Systems Control And Automation Branch), Aurora s Technological and Research institute(atri),hyderabad,

More information

LM555 and LM556 Timer Circuits

LM555 and LM556 Timer Circuits LM555 and LM556 Timer Circuits LM555 TIMER INTERNAL CIRCUIT BLOCK DIAGRAM "RESET" And "CONTROL" Input Terminal Notes Most of the circuits at this web site that use the LM555 and LM556 timer chips do not

More information

Activity 4: Due before the lab during the week of Feb

Activity 4: Due before the lab during the week of Feb Today's Plan Announcements: Lecture Test 2 programming in C Activity 4 Serial interfaces Analog output Driving external loads Motors: dc motors, stepper motors, servos Lecture Test Activity 4: Due before

More information

Cost Less Transistorized Inverter

Cost Less Transistorized Inverter Cost Less Transistorized Inverter K. Avinash Babu Department of ECE, REC, Ramananda Nagar, Nalgonda(dt),A.P,India. Abstract Often times the power from the wall socket is neither stable nor uninterrupted.

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

PIC18F45J10 Family Data Sheet

PIC18F45J10 Family Data Sheet PIC18F45J10 Family Data Sheet 28/40/44-Pin High-Performance RISC Microcontrollers with nanowatt Technology 2007 Microchip Technology Inc. Preliminary DS39682C te the following details of the code protection

More information

PIC18F2423/2523/4423/4523 Data Sheet

PIC18F2423/2523/4423/4523 Data Sheet Data Sheet 28/40/44-Pin, Enhanced Flash Microcontrollers with 12-Bit A/D and nanowatt Technology 2007 Microchip Technology Inc. Preliminary DS39755B te the following details of the code protection feature

More information

The Guitar Chord Learning System

The Guitar Chord Learning System The Guitar Chord Learning System Calvin A. Sessions Hardware Description April 19, 2005 Western Washington University Electronics Engineering Technology ETEC 474, Professor Morton INTRODUCTION The Guitar

More information

Industrial Fully Control Dc Motor Drive without Microcontroller. Four Quadrant Speed Control of DC Motor Using MOSFET and Push Button Switch

Industrial Fully Control Dc Motor Drive without Microcontroller. Four Quadrant Speed Control of DC Motor Using MOSFET and Push Button Switch International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Industrial

More information

Appendix 1. Basic Electronics. The PIC Hardware. Using Transistors (Basic Electronics)

Appendix 1. Basic Electronics. The PIC Hardware. Using Transistors (Basic Electronics) Teach Yourself PIC Microcontrollers www.electronicspk.com 120 Appendix 1 Basic Electronics The PIC Hardware Well so far you have gained an insight about the various features of 1PIC microcontroller. Now

More information

BLOCK DIAGRAM OF THE UC3625

BLOCK DIAGRAM OF THE UC3625 U-115 APPLICATION NOTE New Integrated Circuit Produces Robust, Noise Immune System For Brushless DC Motors Bob Neidorff, Unitrode Integrated Circuits Corp., Merrimack, NH Abstract A new integrated circuit

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

MD03-50Volt 20Amp H Bridge Motor Drive

MD03-50Volt 20Amp H Bridge Motor Drive MD03-50Volt 20Amp H Bridge Motor Drive Overview The MD03 is a medium power motor driver, designed to supply power beyond that of any of the low power single chip H-Bridges that exist. Main features are

More information

Development of a Prototype Underground Cable Fault Detector

Development of a Prototype Underground Cable Fault Detector Development of a Prototype Underground Cable Fault Detector 1 Dhivya Dharani.A, 2 Sowmya.T 1,2 Department of Electronics and Communication Engineering, Sri Shakti Institute of Engineering and Technology,

More information

IJREE - International Journal of Research in Electrical Engineering ISSN:

IJREE - International Journal of Research in Electrical Engineering ISSN: ISSN: 2349-2503 DEVELOPMENT OF A PROTOTYPE UNDERGROUND CABLE FAULT DETECTOR DHIVYA DHARANI.A SOWMYA.T 1 (Department of ECE, Sri Shakti Institute of Engineering and Technology, India, E-mail:adhivyadharani@gmail.com)

More information

Design and Development of Smart. Harmonic Analyzer

Design and Development of Smart. Harmonic Analyzer Chapter - 4 Design and Development of Smart Harmonic Analyzer 4.1 Introduction: There is steady evolution in the field of generation, distribution, and use of electricity since many years. New methods

More information

DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER

DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER M.A.A. Mashud 1*, M.A.A. Tariq 1, M. Shamim Hossain 2 and Md. Serajul Islam 3 1 Department of Applied Physics,

More information

DLVP A OPERATOR S MANUAL

DLVP A OPERATOR S MANUAL DLVP-50-300-3000A OPERATOR S MANUAL DYNALOAD DIVISION 36 NEWBURGH RD. HACKETTSTOWN, NJ 07840 PHONE (908) 850-5088 FAX (908) 908-0679 TABLE OF CONTENTS INTRODUCTION...3 SPECIFICATIONS...5 MODE SELECTOR

More information

PIC18F45J10 Family Data Sheet

PIC18F45J10 Family Data Sheet PIC18F45J10 Family Data Sheet 28/40/44-Pin High-Performance, RISC Microcontrollers 2009 Microchip Technology Inc. DS39682E te the following details of the code protection feature on Microchip devices:

More information

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR Priyadarshni.S 1, Sakthigurusamy.S 2,Susmedha. U 3, Suryapriya.M 4, Sushmitha. L 5, Assistant Professor 1, Student members 2,3,4,5 Department of Electronics

More information

8-Bit CMOS Microcontrollers with A/D Converter

8-Bit CMOS Microcontrollers with A/D Converter 8-Bit CMOS Microcontrollers with A/D Converter Devices included in this data sheet: PIC16C72 PIC16C73 PIC16C73A PIC16C74 PIC16C74A PIC16C76 PIC16C77 Microcontroller Core Features: High-performance RISC

More information

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology.

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology. Design of an Intelligent Auto Traffic Signal Controller with Emergency Override * Geetha.E 1, V.Viswanadha 2, Kavitha.G 3 Abstract- The main objective of this project is to design an intelligent auto traffic

More information

Automatic Load Sharing of Transformers using Microcontroller

Automatic Load Sharing of Transformers using Microcontroller Automatic Load Sharing of Transformers using Microcontroller Akhil Krishnan V 1, Arun P S 1, D Yathishan 1, Jomice Thomas 1, D K Narayanan 2 U.G. Students, Department of Electrical and Electronics Engineering,

More information

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION 1 Mr. Kamble Santosh Ashok, 2 Mr.V.Naga Mahesh 1 M.Tech Student, 2 Astt.Prof. 1 Ece - Embedded System, 1 Scient Institute Of Technology, Ibrahimpatnam,

More information

DC-Motor Driver circuits

DC-Motor Driver circuits DC-Mot May 19, 2012 Why is there a need for a motor driver circuit? Normal DC gear-head motors requires current greater than 250mA. ICs like 555 timer, ATmega Microcontroller, 74 series ICs cannot supply

More information

MOSFET as a Switch. MOSFET Characteristics Curves

MOSFET as a Switch. MOSFET Characteristics Curves MOSFET as a Switch MOSFET s make very good electronic switches for controlling loads and in CMOS digital circuits as they operate between their cut-off and saturation regions. We saw previously, that the

More information

High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE

High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE J.Gopinath, A.V.Manirathnam, K.Manoj Kumar, C.Murugan M. Tech, Dept. of ECE, VELTECH, Chennai, India ABSTRACT: An effective

More information

Sensor based Automated Irrigation System with IOT

Sensor based Automated Irrigation System with IOT Sensor based Automated Irrigation System with IOT Sultan chougle, Pawan Sharma, Shreyas Shinde, Ravindra Yadav ABSTRACT Irrigation for plants, fruits and vegetable gardens and farms has been the need Of

More information

Calhoon MEBA Engineering School. Study Guide for Proficiency Testing Industrial Electronics

Calhoon MEBA Engineering School. Study Guide for Proficiency Testing Industrial Electronics Calhoon MEBA Engineering School Study Guide for Proficiency Testing Industrial Electronics January 0. Which factors affect the end-to-end resistance of a metallic conductor?. A waveform shows three complete

More information

BASIC-Tiger Application Note No. 059 Rev Motor control with H bridges. Gunther Zielosko. 1. Introduction

BASIC-Tiger Application Note No. 059 Rev Motor control with H bridges. Gunther Zielosko. 1. Introduction Motor control with H bridges Gunther Zielosko 1. Introduction Controlling rather small DC motors using micro controllers as e.g. BASIC-Tiger are one of the more common applications of those useful helpers.

More information

Direct Current Waveforms

Direct Current Waveforms Cornerstone Electronics Technology and Robotics I Week 20 DC and AC Administration: o Prayer o Turn in quiz Direct Current (dc): o Direct current moves in only one direction in a circuit. o Though dc must

More information

Construction and Operation of an Electronic Automatic Transfer Switch (Ats)

Construction and Operation of an Electronic Automatic Transfer Switch (Ats) Global Journal of Energy Technology Research Updates, 2015, 2, 1-5 1 Construction and Operation of an Electronic Automatic Transfer Switch (Ats) J.O. Olowoleni, A.U. Adoghe *, A. Ademola, A.O. Omadoye,

More information

Automatic Motor Detection and Control System (A.M.D.A.C.S.)

Automatic Motor Detection and Control System (A.M.D.A.C.S.) Automatic Motor Detection and Control System (A.M.D.A.C.S.) Mr. Prasad U. Vaidya UG student, Dept of Electronics & Telecommunication MMIT, Pune, India Email: prasad.vaidya265@gmail.com Mr. Santosh B. Tambe

More information

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Souvik Kumar Dolui 1, Dr.Soumitra Kumar Mandal 2 M.Tech Student, Dept. of Electrical Engineering, NITTTR, Kolkata, Salt Lake

More information

BIDIRECTIONAL ROTATION OF AN INDUCTION MOTOR WITH A REMOTE CONTROL DEVICE

BIDIRECTIONAL ROTATION OF AN INDUCTION MOTOR WITH A REMOTE CONTROL DEVICE BIDIRECTIONAL ROTATION OF AN INDUCTION MOTOR WITH A REMOTE CONTROL DEVICE ABSTRACT The project is designed to drive an induction motor for the required application in forward and reverse directions using

More information

JX pin PIC Microcontroller Project Board

JX pin PIC Microcontroller Project Board JX-877 40-pin PIC Microcontroller Project Board Specification Connect to PC s parallel port for programming with CX-6 cable (included) PIC16F877-20/P on-board, support all 40-pin of PIC16F and 18F series.

More information

GCSE Electronics. Scheme of Work

GCSE Electronics. Scheme of Work GCSE Electronics Scheme of Work Week Topic Detail Notes 1 Practical skills assemble a circuit using a diagram recognize a component from its physical appearance (This is a confidence building/motivating

More information

Simple-H User Manual

Simple-H User Manual Simple-H User Manual Thank you for your purchase of the Robot Power Simple-H. This manual explains the features and functions of the Simple-H along with some tips for successful application. Before using

More information

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Wireless

More information

Embedded systems. Exercise session 1. Introduction and project presentation

Embedded systems. Exercise session 1. Introduction and project presentation Embedded systems Exercise session 1 Introduction and project presentation Introduction Contact Mail : michael.fonder@ulg.ac.be Office : 1.82a, Montefiore Website for the exercise sessions and the project

More information

IMPLEMENTATION OF IGBT SERIES RESONANT INVERTERS USING PULSE DENSITY MODULATION

IMPLEMENTATION OF IGBT SERIES RESONANT INVERTERS USING PULSE DENSITY MODULATION IMPLEMENTATION OF IGBT SERIES RESONANT INVERTERS USING PULSE DENSITY MODULATION 1 SARBARI DAS, 2 MANISH BHARAT 1 M.E., Assistant Professor, Sri Venkateshwara College of Engg., Bengaluru 2 Sri Venkateshwara

More information

PIC18F2525/2620/4525/4620 Data Sheet

PIC18F2525/2620/4525/4620 Data Sheet Data Sheet 28/40/44-Pin Enhanced Flash Microcontrollers with 10-Bit A/D and nanowatt Technology 2007 Microchip Technology Inc. Preliminary DS39626C te the following details of the code protection feature

More information

Seminar Report Railway Gate Control 1. INTRODUCTION

Seminar Report Railway Gate Control 1. INTRODUCTION 1. INTRODUCTION It is designed using AT89C51 microcontroller to avoid railway accidents happening at unattended railway gates, if implemented in spirit. This utilizes two powerful IR transmitters and two

More information

Basic Microprocessor Interfacing Trainer Lab Manual

Basic Microprocessor Interfacing Trainer Lab Manual Basic Microprocessor Interfacing Trainer Lab Manual Control Inputs Microprocessor Data Inputs ff Control Unit '0' Datapath MUX Nextstate Logic State Memory Register Output Logic Control Signals ALU ff

More information

Total solder points: 247 Difficulty level: beginner advanced. 10 Channel, 2-Wire REMOTE CONTROL K8023 ILLUSTRATED ASSEMBLY MANUAL

Total solder points: 247 Difficulty level: beginner advanced. 10 Channel, 2-Wire REMOTE CONTROL K8023 ILLUSTRATED ASSEMBLY MANUAL Total solder points: 247 Difficulty level: beginner 1 2 3 4 5 advanced 10 Channel, 2-Wire REMOTE CONTROL K8023 Control up to 10 devices from a distance using only 2 wires. ILLUSTRATED ASSEMBLY MANUAL H8023IP-1

More information

A Novel Simple Reliability Enhancement Switching Topology for Single Phase Buck-Boost Inverter

A Novel Simple Reliability Enhancement Switching Topology for Single Phase Buck-Boost Inverter A Novel Simple Reliability Enhancement Switching Topology for Single Phase Buck-Boost Inverter Snehal Balaji Gatkine 1 PG Scholar, 1 Department of Electrical Engineering, 1 Tulsiramji Gaikwad - Patil College

More information

Induction Motor Protection using Micro Controller

Induction Motor Protection using Micro Controller IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 08 February 2016 ISSN (online): 2349-784X Induction Motor Protection using Micro Controller Helly M. Chudasama Vimal V Tank

More information

Product overview. Features. Product specifications. Order codes. 1kΩ Resistance Output Module

Product overview. Features. Product specifications. Order codes. 1kΩ Resistance Output Module Product overview The AX-ROM135 and the AX-ROM1000 Modules enable an Analogue, Pulse or Floating point signal and convert to either a 0-135Ω or a 1KΩ Proportional Resistive output signal. The output resistance

More information

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 11 Motor Control

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 11 Motor Control EEE34 Microcontroller Applications Department of Electrical Engineering Lecture Motor Control Week 3 EEE34 Microcontroller Applications In this Lecture. Interface 85 with the following output Devices Optoisolator

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

Speed Control of a Single Phase Induction Motor Using Step-down Cycloconverter

Speed Control of a Single Phase Induction Motor Using Step-down Cycloconverter International Journal of Industrial and Manufacturing Systems Engineering 08; 3(): -0 http://www.sciencepublishinggroup.com/j/ijimse doi: 0.8/j.ijimse.08030. ISSN: 575-350 (Print); ISSN: 575-3 (Online)

More information

The NMIH-0050 H-Bridge

The NMIH-0050 H-Bridge The NMIH-0050 H-Bridge Features: 5 A continuous, 6 A peak current Supply voltages from 5.3V up to 40V Terminal block for power / motor Onboard LEDs for motor operation/direction Onboard LED for motor supply

More information

Application Note AN-3006 Optically Isolated Phase Controlling Circuit Solution

Application Note AN-3006 Optically Isolated Phase Controlling Circuit Solution www.fairchildsemi.com Application Note AN-3006 Optically Isolated Phase Controlling Circuit Solution Introduction Optocouplers simplify logic isolation from the ac line, power supply transformations, and

More information

PWM Generation using PIC16F877A for Bidirectional V/F control of Single-Phase Induction Motors

PWM Generation using PIC16F877A for Bidirectional V/F control of Single-Phase Induction Motors PWM Generation using PIC16F877A for Bidirectional V/F control of Single-Phase Induction Motors Prof. Latha.L.R 1, Prof. Deepa V.Bolanavar 2 Assistant Professor, Dept. of EEE, New Horizon College of Engineering,

More information

Construction. sunil kumar Electromechanical energy meters. Parts List

Construction. sunil kumar Electromechanical energy meters. Parts List Low-cost Energy Meter Using ADE7757 S.C. DWIVEDI sunil kumar Electromechanical energy meters have been the standard for metering the electricity since billing began. But these are now being gradually replaced

More information

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at ore.hu.

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at   ore.hu. EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at www.hest ore.hu. Data Sheet 28/40/44-Pin Enhanced Flash Microcontrollers with ECAN Technology,

More information

Process Components. Process component

Process Components. Process component What are PROCESS COMPONENTS? Input Transducer Process component Output Transducer The input transducer circuits are connected to PROCESS COMPONENTS. These components control the action of the OUTPUT components

More information

LS7362 BRUSHLESS DC MOTOR COMMUTATOR / CONTROLLER

LS7362 BRUSHLESS DC MOTOR COMMUTATOR / CONTROLLER LS7362 BRUSHLESS DC MOTOR COMMUTATOR / CONTROLLER FEATURES: Speed control by Pulse Width Modulating (PWM) only the low-side drivers reduces switching losses in level converter circuitry for high voltage

More information

Electronic Components

Electronic Components Electronic Components Arduino Uno Arduino Uno is a microcontroller (a simple computer), it has no way to interact. Building circuits and interface is necessary. Battery Snap Battery Snap is used to connect

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 e-issn (O): 2348-4470 p-issn (P): 2348-6406 International Journal of Advance Engineering and Research Development A National Conference On Spectrum Of Opportunities

More information

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months PROGRESS RECORD Study your lessons in the order listed below. Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months 1 2330A Current

More information

4/30/2012. General Class Element 3 Course Presentation. Circuit CoCircuit Componentsmponents. Subelement G6. 3 Exam Questions, 3 Groups

4/30/2012. General Class Element 3 Course Presentation. Circuit CoCircuit Componentsmponents. Subelement G6. 3 Exam Questions, 3 Groups General Class Element 3 Course Presentation ti ELEMENT 3 SUB ELEMENTS General Licensing Class Subelement G6 Circuit Components 3 Exam Questions, 3 Groups G1 Commission s Rules G2 Operating Procedures G3

More information

Design and Construction of Microcontroller- Based Telephone Exchange System

Design and Construction of Microcontroller- Based Telephone Exchange System Design and Construction of Microcontroller- Based Telephone Exchange System Aye Sandar Win International Science Index, Electrical and Information Engineering waset.org/publication/3916 Abstract This paper

More information

PI Controller Based New Soft-Switching Boost Converter With A Coupled Inductor

PI Controller Based New Soft-Switching Boost Converter With A Coupled Inductor PI Controller Based New Soft-Switching Boost Converter With A Coupled Inductor 1 Amala Asokan 1 PG Scholar (Electrical and Electronics Engineering) Nehru College of Engineering and Research Centre Thrissur,

More information