Design of LVDT Based Digital Weighing System

Size: px
Start display at page:

Download "Design of LVDT Based Digital Weighing System"

Transcription

1 International Journal of Electronics and Computer Science Engineering 2100 Available Online at ISSN Pratiksha Sarma 1, P. K. Bordoloi 2 1,2 Department of Applied Electronics and Instrumentation Engineering Girijananda Chowdhury Institute of Management and Technology, Guwahati pratiksha.sarma@yahoo.com Abstract- Linear variable differential transformer (LVDT) has evolved into a highly accurate and reliable form of displacement transducer and has found widespread application in industry for the measurement of displacement, force or pressure. This paper discusses the design consideration of an LVDT based digital weighing system capable of weighing up to 1000 grams (1 kilogram). Atmel 89S52 microcontroller is used to acquire, process and display the weight into 16x2 LCD. The system has been designed and calibrated using standard weights and is found to be simple and of low cost. Keywords Weight measurement, Linear Variable Differential Transformer (LVDT), microcontroller, LCD. I. INTRODUCTION A system can be defined as a way of performing task according to some predefined plan, program and a set of rules. With the advancement of technology, the processes or systems are becoming more and more complex. Due to this increase in complexity, for efficient analysis of process, emphasis is given more in design considerations of the system so as to have an effective and user friendly system. Considering the new trends in Instrumentation, effort has been made to design and fabricate a displacement based weight measuring system using LVDT. A linear variable differential transformer (LVDT) is a type of electro-mechanical transducer capable of measuring linear displacement with a high degree of accuracy. Such a system can be used as a force measuring transducer and can be employed to measure spring deformation in weighing system. It offers many advantages over potentiometric linear transducers such as frictionless measurement, long mechanical life, excellent resolution and good repeatability [2,4,5]. LVDT is used as a secondary transducer in various measurement systems. In the present setup, spring is used as a primary transducer to convert the measurand into a displacement. The LVDT is then used to measure that displacement and it gives a corresponding out-of-balance voltage. The present system has been designed with a digital display in a 16x2 LCD panel using microcontroller AT89S52. The system design of our scheme is divided into two parts: Hardware Implementation Software Implementation A. HARDWARE IMPLEMENTATION II. DESIGN IMPLEMENTATION Our hardware design specification mainly requires: a) Construction of the LVDT b) Design of the signal processing circuit c) Construction of a programmable hardware circuit for digital display. Construction and working of the LVDT: The physical construction of a typical LVDT consists of a movable core of magnetic material and three coils comprising the static transformer [2,7]. Here, we have constructed the LVDT in a plastic spool where three windings (one primary and two secondaris) are made according to requirement. The windings are made by using enamel Cu-wire of 31 SWG (Standard Wire Gauge), each winding consisting of 2000

2 2101 turns. The primary of the LVDT is excited from a 50 Hz, 230 V AC supply through a , 500 ma step down transformer. Two terminals of the secondary windings are connected in series opposition. The output is rectified by a full wave rectifier and the DC voltage output is measured between the other two terminals (Fig 1). Figure 1. Design of the LVDT section Signal Conditioning Circuit: The signal conditioning circuit (fig 2) consists of an Op-Amp OP07. The Op-Amp OP07 works as a voltage level shifter and amplifier circuit [1, 5]. A reference voltage of about 1.6V is given to the inverting terminal of the op-amp through a voltage divider circuit. The circuit is so designed that it compares the reference input with the rectified output of the LVDT and accordingly produces an output ranging from 0 to 5V, suitable for the ADC input.. Figure 2. Signal Conditioning Circuit Construction of programmable hardware circuit: The digital circuitry (Fig. 3) mainly includes the interfacing of the ADC 0804 and LCD with the microcontroller AT89S52 [3,6]. A zener diode is used across the input of the ADC to protect it from over voltage.

3 IJECSE, Volume 1,Number 4 Pratiksha Sarma and P. K. Bordoloi 2102 Figure 3. Digital Circuitry for processing and display III. BLOCK DIAGRAM AND OPERATION The block diagram of the system is shown in Fig 4. The output voltage from the secondary terminals of the LVDT is rectified by a bridge rectifier (4 diodes of 1N4007) and the rectified voltage is filtered by a shunt capacitor of 220µF. Also a resistance of 1K is connected across the shunt capacitor. The rectified output from the bridge is given to the signal conditioning circuit. The output of the signal conditioning circuit is then applied to the input pin (pin no 6) of ADC0804. As input to the ADC cannot exceed 5.25 V, so a zener diode of 5.1V has been used across the input for over voltage protection. The analog input is converted to a digital 8-bit data. Therefore, for an analog input of 0 to 5V, the 8-bit ADC produces an output from 0 FFH or (decimal). This digital data from the ADC is fed to port1 of the microcontroller AT89S52. The microcontroller processes the hex value from port 1 and converts it into a suitable decimal value from 0 to 1000 g in 256 steps. The microcontroller then displays this output on the 16x2 LCD panel (JHD162A).

4 2103 B. SOFTWARE IMPLEMENTATION Figure 4. Block Diagram of the system The software design includes developing algorithm for the system, allocating memory blocks as per functionality, writing separate routines for different interfacing devices and testing them on the designed hardware. Interfacing the microcontroller with ADC, LCD, memory etc. has been carried out using software modules. All the control programs are written in C language. The code for the project is developed in Keil C51 IDE. START INITIALIZE LCD AND ADC PINS SEND THE CONVERSION TO THE MICROCONTROLLER BY WRITING 0 BIT START THE INFINITE LOOP IN MICROCONTROLLER READ THE DIGITAL DATA FROM ADC PROCESS THE INPUT DIGITAL DATA IN THE MICROCONTROLLER FOR DISPLAY DISPLAY TO THE LCD END Figure 5. Flow Chart

5 IJECSE, Volume 1,Number 4 Pratiksha Sarma and P. K. Bordoloi 2104 Figure 6. Photograph of the circuit Figure 7. Photograph of the LCD displaying weight in grams III. EXPERIMENTAL OBSERVATION After the operation of the circuit, it is calibrated for experimental observation. Calibration is done by using standard weights. The system has been calibrated for 0 to 1000g with five standard weights of 200g each and observation is done for 5 sets of readings within the range g with an interval of 200g. After taking these readings, the calibration curve has been plotted between standard weights and LCD reading, displaying weight in grams (fig 8). From the figure, the curve is found to be almost linear.

6 2105 Figure 8. Experimental Graph IV. RESULTS AND DISCUSSIONS Range: The system is designed for the range of 0 to 1000 grams. But the range can be increased by choosing spring with different spring constant. The range of the system depends on the spring deformation. Resolution: The resolution of the ADC used is 19.5 mv when V ref is 5V as it is an 8 bit ADC. So with a change of 19.5mV in the input of the ADC, the digital output of the system changes by 3.92 g. Therefore the resolution of the system is 3.92g. Accuracy: The output of the designed system is found almost linearly proportional to the input displacement. There are a number of factors affecting the accuracy of the system such as unstabilized input AC voltage, the spring may be non-linear, presence of noise in the circuit components. Though accuracy of the system is somewhat reduced but according to its design it gives quite satisfactory results. Also by using 12-bit or 16-bit ADC, the resolution and accuracy of the system can be increased to a great extent. V. CONCLUSION With the present design of the hardware and software, the weighing system is found to be working satisfactorily with accuracy of ±4 gms. The system is compact, have fast response and system linearity, however, is maintained within maximum spring deformation (or LVDT core movement) of 10mm. VI. FUTURE IMPROVEMENT AND SCOPE The present system with minor modifications and firmware incorporation, can be used successfully for laboratory and industrial use. More elaborate systems using multiple springs or compound cantilevers can be built that may have impact on temperature and hysteresis effect as well as linearity. There is scope for design of the mechanical structure of the LVDT to reduce the effects of side loading, vibrations and damping. Acknowledgement: Author is thankful to N. Manoranjan Singh, Research Scholar and DST Inspire Fellow, Department of Instrumentation and USIC, Gauhati University for his valuable advice, help and encouragement during the period of the work.

7 IJECSE, Volume 1,Number 4 Pratiksha Sarma and P. K. Bordoloi 2106 V. REFERENCE [1] Coughlin Robert F. & Driscoll Frederick F., Operational Amplifiers and Linear Integrated Circuits, 6 th Edition, Prentice-Hall of India Private Limited, pp [2] Sawhney A.K., A Cource In Electrical & Electronics Measurement And Instrumentation, Dhanpat Rai & Sons Publications [3] Mazidi, Mazidi and McKinlay, The 8051 Microcontroller And Embedded System Using Assembly and C, 2nd Edition, pp [4] Signal Conditioning an LVDT, Application Report SPRA946 - August 2003, Texas Instrument [5] N. Mathivanan, PC-Based Instrumentation Concepts and Practice 1 st Edition, PHI Learning Private Limited, pp 12-28, [6] [7]

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

MECE 3320 Measurements & Instrumentation. Data Acquisition

MECE 3320 Measurements & Instrumentation. Data Acquisition MECE 3320 Measurements & Instrumentation Data Acquisition Dr. Isaac Choutapalli Department of Mechanical Engineering University of Texas Pan American Sampling Concepts 1 f s t Sampling Rate f s 2 f m or

More information

Microcontroller-Based Optical Displacement Weighing Scale

Microcontroller-Based Optical Displacement Weighing Scale Microcontroller-Based Optical Displacement Weighing Scale Chukwuedozie N. Ezema *1, Chukwuebuka B Umezinwa 2 and Ernest O. Nonum 3 1 Department of Electronic and Computer Engineering, Nnamdi Azikiwe University

More information

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Microcontroller Based Advanced Triggering Circuit for Converters/Inverters Zameer Ahmad *1, S.N. Singh 2 *1,2 M.Tech Student,

More information

DSC Lab 2: Force and Displacement Measurement Page 1

DSC Lab 2: Force and Displacement Measurement Page 1 DSC Lab 2: Force and Displacement Measurement Page 1 Overview of Laboratory on Force and Displacement Measurement This lab course introduces concepts in force and motion measurement using strain-gauge

More information

A High Precision Electronic Scale Based on STM32. Jiahui Chen

A High Precision Electronic Scale Based on STM32. Jiahui Chen 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) A High Precision Electronic Scale Based on STM32 Jiahui Chen Department of Electronic and Communication

More information

Syllabus Recording Devices

Syllabus Recording Devices Syllabus Recording Devices Introduction, Strip chart recorders, Galvanometer recorders, Null balance recorders, Potentiometer type recorders, Bridge type recorders, LVDT type recorders, Circular chart

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

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning SENSORS AND TRANSDUCERS TRAINER IT.MLD900 The s and Instrumentation Trainer introduces students to input sensors, output actuators, signal conditioning circuits, and display devices through a wide range

More information

A SMART METHOD FOR AUTOMATIC TEMPERATURE CONTROL

A SMART METHOD FOR AUTOMATIC TEMPERATURE CONTROL ABSTRACT A SMART METHOD FOR AUTOMATIC TEMPERATURE CONTROL Pratima Datta 1, Pritha Saha 2, Bapita Roy 3 1,2 Department of Applied Electronics and Instrumentation, Guru Nanak Institute of Technology, (India)

More information

Micro Controller Based Ac Power Controller

Micro Controller Based Ac Power Controller Wireless Sensor Network, 9, 2, 61-121 doi:1.4236/wsn.9.112 Published Online July 9 (http://www.scirp.org/journal/wsn/). Micro Controller Based Ac Power Controller S. A. HARI PRASAD 1, B. S. KARIYAPPA 1,

More information

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS Ashmi G V 1, Meena M S 2 1 ER&DCI-IT, Centre for Development of Advanced Computing, Thiruvananthapuram(India) 2 LAMP Group,

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

5. Transducers Definition and General Concept of Transducer Classification of Transducers

5. Transducers Definition and General Concept of Transducer Classification of Transducers 5.1. Definition and General Concept of Definition The transducer is a device which converts one form of energy into another form. Examples: Mechanical transducer and Electrical transducer Electrical A

More information

Figure 4.1 Vector representation of magnetic field.

Figure 4.1 Vector representation of magnetic field. Chapter 4 Design of Vector Magnetic Field Sensor System 4.1 3-Dimensional Vector Field Representation The vector magnetic field is represented as a combination of three components along the Cartesian coordinate

More information

A Simple Microcontroller-Based 4-20 ma Current Loop Receiver for Sensors with Current Transmitters

A Simple Microcontroller-Based 4-20 ma Current Loop Receiver for Sensors with Current Transmitters A Simple Microcontroller-Based 4-20 ma Current Loop Receiver for Sensors with Current Transmitters A. Surachman, A. Suhendi, M. Budiman, M. Abdullah, and Khairurrijal *) Physics of Electronic Materials

More information

Bridge Measurement Systems

Bridge Measurement Systems Section 5 Outline Introduction to Bridge Sensors Circuits for Bridge Sensors A real design: the ADS1232REF The ADS1232REF Firmware This presentation gives an overview of data acquisition for bridge sensors.

More information

Design and Implementation of Economical Power Factor Transducer

Design and Implementation of Economical Power Factor Transducer Design and Implementation of Economical Power Factor Transducer Prof. P. D. Debre Akhilesh Menghare Swapnil Bhongade Snehalata Thote Sujata Barde HOD (Dept. of EE), RGCER, Nagpur RGCER, Nagpur RGCER, Nagpur

More information

Load Cells, LVDTs and Thermocouples

Load Cells, LVDTs and Thermocouples Load Cells, LVDTs and Thermocouples Introduction Load cells are utilized in nearly every electronic weighing system while LVDTs are used to measure the displacement of a moving object. Thermocouples have

More information

PERFORMANCE ANALYSIS OF MICROCONTROLLER BASED ELECTRONIC LOAD CONTROLLER

PERFORMANCE ANALYSIS OF MICROCONTROLLER BASED ELECTRONIC LOAD CONTROLLER ORIGINAL RESEARCH ARTICLE OPEN ACCESS PERFORMANCE ANALYSIS OF MICROCONTROLLER BASED ELECTRONIC LOAD CONTROLLER Amir Raj Giri *, Bikesh Shrestha, Rakesh Sinha Department of Electrical and Electronics Engineering,

More information

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 100 CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 7.1 INTRODUCTION An efficient Photovoltaic system is implemented in any place with minimum modifications. The PV energy conversion

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

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

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

Excitation Systems THYRIPART. Compound-Excitation System for Synchronous Generators. Power Generation

Excitation Systems THYRIPART. Compound-Excitation System for Synchronous Generators. Power Generation Excitation Systems Compound-Excitation System for Synchronous Generators Power Generation Operating Characteristics Load dependent Short circuit supporting Low voltage gradient dv/dt Black start capability

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

To Measure Dielectric Constant of Liquid By Using PIC Microcontroller

To Measure Dielectric Constant of Liquid By Using PIC Microcontroller To Measure Dielectric Constant of Liquid By Using PIC Microcontroller Prof.P.K.Ghuge 1, Prof.N.R.Kolhare 2 1 Department of ETC, P.E.S.college of Engineering Aurangabad,Maharashtra,(India) 2 Department

More information

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface Maxim > Design Support > Technical Documents > Application Notes > Sensors > APP 695 Keywords: high performance, low cost, signal conditioner, signal conditioning, precision sensor, signal conditioner,

More information

Single-phase Variable Frequency Switch Gear

Single-phase Variable Frequency Switch Gear Single-phase Variable Frequency Switch Gear Eric Motyl, Leslie Zeman Advisor: Professor Steven Gutschlag Department of Electrical and Computer Engineering Bradley University, Peoria, IL May 13, 2016 ABSTRACT

More information

A Temperature Modulation Circuit for Metal Oxide Semiconductor Gas Sensor

A Temperature Modulation Circuit for Metal Oxide Semiconductor Gas Sensor Indian Journal of Science and Technology, Vol 8(13), DOI: 10.17485/ijst/2015/v8i13/52888, July 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Temperature Modulation Circuit for Metal Oxide Semiconductor

More information

Design and Development of a Fluxgate Magnetometer for Small Satellites in Low Earth Orbit

Design and Development of a Fluxgate Magnetometer for Small Satellites in Low Earth Orbit Journal of Space Technology, Vol 1, No. 1, June 2011 Design and Development of a Fluxgate Magnetometer for Small Satellites in Low Earth Orbit Owais Talaat Waheed, Atiq-ur-Rehman AOCS Section, Satellite

More information

Fluxgate Magnetometer

Fluxgate Magnetometer 6.101 Final Project Proposal Woojeong Elena Byun Jack Erdozain Farita Tasnim 7 April 2016 Fluxgate Magnetometer Motivation: A fluxgate magnetometer is a highly precise magnetic field sensor. Its typical

More information

PIC based Frequency and RMS Value Measurement

PIC based Frequency and RMS Value Measurement IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 08 January 2017 ISSN (online): 2349-6010 PIC based Frequency and RMS Value Measurement Mr. Alankar M. Salunkhe

More information

Precision Rectifier Circuits

Precision Rectifier Circuits Precision Rectifier Circuits Rectifier circuits are used in the design of power supply circuits. In such applications, the voltage being rectified are usually much greater than the diode voltage drop,

More information

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM KIRAN DILIP DESAI 1, RAMCHANDRA P.HASABE 2 Electrical Engg.Department, Walchand College of Engg., Sangli.

More information

Curve Tracer Design for Semiconductor Components Measurement

Curve Tracer Design for Semiconductor Components Measurement JURNAL TEKNIK POMITS Vol. 1, No. 1, (2013) 1-6 1 Curve Tracer Design for Semiconductor Components Measurement Dionisius Adrianta Wardhana and Devy Kuswidiastuti Jurusan Teknik Elektro, Fakultas Teknologi

More information

WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL AND CHEMICAL INDUSTRIES USING LOAD-CELL

WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL AND CHEMICAL INDUSTRIES USING LOAD-CELL International Journal of Computer Networking, Wireless and Mobile Communications (JCNWMC) ISSN 2250-1568 Vol.3, Issue 1, Mar 2013, 111-116 TJPRC Pvt. Ltd. WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL

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

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516 Intruder Alarm Name MMU ID Supervisor Subject Unit code Course Mohamed Alsubaie 09562211 Pr. Nicholas Bowring Electronic Engineering 64ET3516 BEng (Hons) Computer and Communication Engineering 1. Introduction

More information

BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING

BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING Hitesh Pahuja 1, Gurpreet singh 2 1,2 Assistant Professor, Department of ECE, RIMT, Mandi Gobindgarh, India ABSTRACT In this paper, we proposed the

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

ANALOG TO DIGITAL CONVERTER ANALOG INPUT

ANALOG TO DIGITAL CONVERTER ANALOG INPUT ANALOG INPUT Analog input involves sensing an electrical signal from some source external to the computer. This signal is generated as a result of some changing physical phenomenon such as air pressure,

More information

MEC751 Measurement Lab 2 Instrumented Cantilever Beam

MEC751 Measurement Lab 2 Instrumented Cantilever Beam MEC751 Measurement Lab 2 Instrumented Cantilever Beam Goal: 1. To use a cantilever beam as a precision scale for loads between 0-500 gr. Using calibration procedure determine: a) Sensitivity (mv/gr) b)

More information

Intelligent Traffic Light Controller

Intelligent Traffic Light Controller International Journal of Emerging Engineering Research and Technology Volume 3, Issue 3, March 2015, PP 38-50 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) ABSTRACT Intelligent Traffic Light Controller

More information

09-2 EE 4770 Lecture Transparency. Formatted 12:49, 19 February 1998 from lsli

09-2 EE 4770 Lecture Transparency. Formatted 12:49, 19 February 1998 from lsli 09-1 09-1 Displacement and Proximity Displacement transducers measure the location of an object. Proximity transducers determine when an object is near. Criteria Used in Selection of Transducer How much

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

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous)

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 04 ELECTRICAL AND ELECTRONICS ENGINEERING COURSE DESCRIPTION FORM Course Title Course Code Regulation Course Structure Course

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

Measurement 42 (2009) Contents lists available at ScienceDirect. Measurement. journal homepage:

Measurement 42 (2009) Contents lists available at ScienceDirect. Measurement. journal homepage: Measurement 42 (2009) 71 77 Contents lists available at ScienceDirect Measurement journal homepage: www.elsevier.com/locate/measurement A new instrument for the measurement of peak value of non-sinusoidal

More information

Technical Brief FAQ (FREQUENCLY ASKED QUESTIONS) For further information, please contact Crystal Semiconductor at (512) or 1 (800)

Technical Brief FAQ (FREQUENCLY ASKED QUESTIONS) For further information, please contact Crystal Semiconductor at (512) or 1 (800) Technical Brief FAQ (FREQUENCLY ASKED QUESTIONS) 1) Do you have a four channel part? Not at this time, but we have plans to do a multichannel product Q4 97. We also have 4 digital output lines which can

More information

Ultrasonic. Advantages

Ultrasonic. Advantages Ultrasonic Advantages Non-Contact: Nothing touches the target object Measures Distance: The distance to the target is measured, not just its presence Long and Short Range: Objects can be sensed from 2

More information

Control of Electrical Lights and Fans using TV Remote

Control of Electrical Lights and Fans using TV Remote EE 389 Electronic Design Lab -II, Project Report, EE Dept., IIT Bombay, October 2005 Control of Electrical Lights and Fans using TV Remote Group No. D10 Liji Jayaprakash (02d07021)

More information

Portable, Low Cost, Low Power Cardiac Interpreter

Portable, Low Cost, Low Power Cardiac Interpreter Portable, Low Cost, Low Power Cardiac Interpreter Avishek Paul Department of Applied Electronics and Instrumentation Engineering RCC Institute of Information Technology, Kolkata, West Bengal, India Jahnavi

More information

Analytical Chemistry II

Analytical Chemistry II Analytical Chemistry II L3: Signal processing (selected slides) Semiconductor devices Apart from resistors and capacitors, electronic circuits often contain nonlinear devices: transistors and diodes. The

More information

M.D. Singh J.G. Joshi MECHATRONICS

M.D. Singh J.G. Joshi MECHATRONICS M.D. Singh J.G. Joshi MECHATRONICS MECHATRONICS MECHATRONICS M.D. SINGH Formerly Principal Sagar Institute of Technology and Research Bhopal J.G. JOSHI Lecturer Department of Electronics and Telecommunication

More information

A Single Phase Power Factor Correction Using Programmable Interface Circuit

A Single Phase Power Factor Correction Using Programmable Interface Circuit A Single Phase Power Factor Correction Using Programmable Interface Circuit Mrs.Shamal R.Padmawar ME student, Department of Electronics DPCOE, wagholi Pune, India shamalrpadmawar@gmail.com Abstract-Power

More information

Solapur University, Solapur Syllabus for B.Sc. II Electronics Semester System To be implemented from Academic Year ) Course Structure: -

Solapur University, Solapur Syllabus for B.Sc. II Electronics Semester System To be implemented from Academic Year ) Course Structure: - 1 Solapur University, Solapur Syllabus for B.Sc. II Electronics Semester System To be implemented from Academic Year 2011-12 1) Course Structure: - Sr. Semester Paper Title Total No No. 1. Semester-III

More information

1. A transducer converts

1. A transducer converts 1. A transducer converts a. temperature to resistance b. force into current c. position into voltage d. one form of energy to another 2. Whose of the following transducers the output is a change in resistance?

More information

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) Proceedings of the 2 nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 ISSN 0976 6545(Print)

More information

Design & Development of Digital Panel Meter

Design & Development of Digital Panel Meter e-issn 2455 1392 Volume 2 Issue 5, May 2016 pp. 544 548 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design & Development of Digital Panel Meter Gangadhar Shinde 1, Vinodpuri Gosavi 2

More information

ENGR4300 Test 3A Fall 2002

ENGR4300 Test 3A Fall 2002 1. 555 Timer (20 points) Figure 1: 555 Timer Circuit For the 555 timer circuit in Figure 1, find the following values for R1 = 1K, R2 = 2K, C1 = 0.1uF. Show all work. a) (4 points) T1: b) (4 points) T2:

More information

Devices and Op-Amps p. 1 Introduction to Diodes p. 3 Introduction to Diodes p. 4 Inside the Diode p. 6 Three Diode Models p. 10 Computer Circuit

Devices and Op-Amps p. 1 Introduction to Diodes p. 3 Introduction to Diodes p. 4 Inside the Diode p. 6 Three Diode Models p. 10 Computer Circuit Contents p. v Preface p. ix Devices and Op-Amps p. 1 Introduction to Diodes p. 3 Introduction to Diodes p. 4 Inside the Diode p. 6 Three Diode Models p. 10 Computer Circuit Analysis p. 16 MultiSIM Lab

More information

EMBEDDED CONTROLLED ZVS DC-DC CONVERTER FOR ELECTROLYZER APPLICATION

EMBEDDED CONTROLLED ZVS DC-DC CONVERTER FOR ELECTROLYZER APPLICATION International Journal on Intelligent Electronic Systems, Vol. 5, No.1, January 2011 6 Abstract EMBEDDED CONTROLLED ZVS DC-DC CONVERTER FOR ELECTROLYZER APPLICATION Samuel Rajesh Babu R. 1, Henry Joseph

More information

TECHNICAL DOCUMENT EPC SERVO AMPLIFIER MODULE Part Number L xx EPC. 100 Series (1xx) User Manual

TECHNICAL DOCUMENT EPC SERVO AMPLIFIER MODULE Part Number L xx EPC. 100 Series (1xx) User Manual ELECTRONIC 1 100 Series (1xx) User Manual ELECTRONIC 2 Table of Contents 1 Introduction... 4 2 Basic System Overview... 4 3 General Instructions... 5 3.1 Password Protection... 5 3.2 PC Interface Groupings...

More information

ENGN Analogue Electronics Digital PC Oscilloscope

ENGN Analogue Electronics Digital PC Oscilloscope Faculty of Engineering and Information Technology Department of Engineering ENGN3227 - Analogue Electronics Digital PC Oscilloscope David Dries u2543318 Craig Gibbons u2543813 James Moran u4114563 Ranmadhu

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 113 CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 5.1 INTRODUCTION This chapter describes hardware design and implementation of direct torque controlled induction motor drive with

More information

Signal Conditioning Systems

Signal Conditioning Systems Note-13 1 Signal Conditioning Systems 2 Generalized Measurement System: The output signal from a sensor has generally to be processed or conditioned to make it suitable for the next stage Signal conditioning

More information

A Novel Technique for the Measurement of relative permeability of magnetic materials

A Novel Technique for the Measurement of relative permeability of magnetic materials American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Project Proposal. Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen

Project Proposal. Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen Project Proposal Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen Advisor Dr. Gary Dempsey Bradley University Department of Electrical Engineering December

More information

Course of Instrumentation. and Measurement. National School of Engineers of Tunis ENIT. Karim Bourouni. Dipl.Dr-Ing.

Course of Instrumentation. and Measurement. National School of Engineers of Tunis ENIT. Karim Bourouni. Dipl.Dr-Ing. 1 Course of Instrumentation and Measurement Karim Bourouni National School of Engineers of Tunis ENIT Dipl.Dr-Ing. (R.U. Energetic of Buildings and Solar Systems) Industrial Engineering Department 2 Plan

More information

GSM BASED PATIENT MONITORING SYSTEM

GSM BASED PATIENT MONITORING SYSTEM GSM BASED PATIENT MONITORING SYSTEM ABSTRACT This project deals with the monitoring of the patient parameters such as humidity, temperature and heartbeat. Here we have designed a microcontroller based

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS AC 8-1513: THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS Michael Holden, California Maritime Academy Michael Holden teaches in the department of Mechanical Engineering at

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

Curve Tracer Design for Measuring Semiconductor Components Dionisius Adrianta Wardhana

Curve Tracer Design for Measuring Semiconductor Components Dionisius Adrianta Wardhana Curve Tracer Design for Measuring Semiconductor Components Dionisius Adrianta Wardhana Eindhoven, 28 July 2013 Content Static Measurement Method Measurement Method & Recommendation 2 Static Measurement

More information

Design of Single Phase Pure Sine Wave Inverter for Photovoltaic Application

Design of Single Phase Pure Sine Wave Inverter for Photovoltaic Application Design of Single Phase Pure Sine Wave Inverter for Photovoltaic Application Yash Kikani School of Technology, Pandit Deendayal Petroleum University, India yashkikani004@gmail.com Abstract:- This paper

More information

Introduction to Measurement Systems

Introduction to Measurement Systems MFE 3004 Mechatronics I Measurement Systems Dr Conrad Pace Page 4.1 Introduction to Measurement Systems Role of Measurement Systems Detection receive an external stimulus (ex. Displacement) Selection measurement

More information

EE401,EC401,DEE19,DETE19

EE401,EC401,DEE19,DETE19 EE401,EC401,DEE19,DETE19 IV SEMESTER DIPLOMA EXAMINATION, JANUARY 2013 LINEAR & DIGITAL ICs Time: 3 Hours Max. Marks: 75 GROUP A : Answer any three questions. (Question No. 1 is compulsory) Q.1 What is

More information

An Instrumentation System

An Instrumentation System Transducer As Input Elements to Instrumentation System An Instrumentation System Input signal (measurand) electrical or non-electrical Input Device Signal Conditioning Circuit Output Device? -amplifier

More information

CHAPTER 2 D-Q AXES FLUX MEASUREMENT IN SYNCHRONOUS MACHINES

CHAPTER 2 D-Q AXES FLUX MEASUREMENT IN SYNCHRONOUS MACHINES 22 CHAPTER 2 D-Q AXES FLUX MEASUREMENT IN SYNCHRONOUS MACHINES 2.1 INTRODUCTION For the accurate analysis of synchronous machines using the two axis frame models, the d-axis and q-axis magnetic characteristics

More information

Monitoring the Transformer Oil Temperature and Load Sharing Using Gsm

Monitoring the Transformer Oil Temperature and Load Sharing Using Gsm Monitoring the Transformer Oil Temperature and Load Sharing Using Gsm Ramadas.K 1, Madasamy.P 2 1, 2 Assistant Professor, Department of Electrical and Electronics Engineering, Aliquippa Chettiar College

More information

Transformer Waveforms

Transformer Waveforms OBJECTIVE EXPERIMENT Transformer Waveforms Steady-State Testing and Performance of Single-Phase Transformers Waveforms The voltage regulation and efficiency of a distribution system are affected by the

More information

UNIVERSITI MALAYSIA PERLIS

UNIVERSITI MALAYSIA PERLIS UNIVERSITI MALAYSIA PERLIS ANALOG ELECTRONICS II EKT 214 Semester II (2013/2014) EXPERIMENT # 4 OP-AMP (COMPARATOR BASICS) EXPERIMENT 4 Op-Amp (Comparator Basics) 1. OBJECTIVE: 1.1 To demonstrate the op-amp

More information

AN EMBEDDED 1/3 PHASE AUTOMATIC TRANSFER SWITCH WITH INTELLIGENT ENERGY MANAGEMENT

AN EMBEDDED 1/3 PHASE AUTOMATIC TRANSFER SWITCH WITH INTELLIGENT ENERGY MANAGEMENT International Journal of Computer Engineering and Applications, Volume IX, Issue V, May 2015 www.ijcea.com ISSN 2321-3469 AN EMBEDDED 1/3 PHASE AUTOMATIC TRANSFER SWITCH WITH INTELLIGENT ENERGY MANAGEMENT

More information

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Mohaimina Begum Md. Abdullah Al Mamun Md. Atiar Rahman Sabiha Sattar Abstract- Nuclear radiation counting system is used

More information

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits Reading Assignment Horowitz, Hill Chap. 1.25 1.31 (p35-44) Data sheets 1N4007 & 1N4735A diodes Laboratory Goals PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits In today s lab activities,

More information

Integration of Linear Displacement Encoder and Servo Motor for 180 Ton Powder Compacting Press

Integration of Linear Displacement Encoder and Servo Motor for 180 Ton Powder Compacting Press RESEARCH ARTICLE International Journal of Engineering and Techniques - Volume 4 Issue 1, Jan Feb 2018 Integration of Linear Displacement Encoder and Servo Motor for 180 Ton Powder Compacting Press V.Mahes

More information

Low Voltage High Current Controlled Rectifier with IGBT A.C Controller on Primary Side of the Transformer

Low Voltage High Current Controlled Rectifier with IGBT A.C Controller on Primary Side of the Transformer AU J.T. 6(4):193-198 (Apr. 2003) ow Voltage High Current Controlled Rectifier with IGBT A.C Controller on Primary Side of the Transformer Seshanna Panthala Faculty of Engineering, Assumption University

More information

Simulation of Phase Meter Using TINA Software

Simulation of Phase Meter Using TINA Software Research Article http://dx.doi.org/10.4314/mejs.v10i1.4 Simulation of Phase Meter Using TINA Software Chaudhari, A. J¹*and Waghulade, R. B² ¹Department of Physics, Moolji Jaitha College, Jalgaon-425002

More information

OverLoad Protection using Microprocessor based OverVoltage Relay:Proteous Simulation

OverLoad Protection using Microprocessor based OverVoltage Relay:Proteous Simulation OverLoad Protection using Microprocessor based OverVoltage Relay:Proteous Simulation Paruchuri Anwitha Electrical and Electronics Department Chaitanya Bharathi Institute of Technology Gandipet, Hyderabad,

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Component List Resistors, one of each o 1 10 10W o 1 1k o 1 10k 4 1N4004 (Imax = 1A, PIV = 400V) Diodes Center tap transformer (35.6Vpp, 12.6 VRMS) 100 F Electrolytic Capacitor

More information

Advanced Measurements

Advanced Measurements Albaha University Faculty of Engineering Mechanical Engineering Department Lecture 5: Displacement measurement Ossama Abouelatta o_abouelatta@yahoo.com Mechanical Engineering Department Faculty of Engineering

More information

Power Factor Correction of Inductive Loads using PLC

Power Factor Correction of Inductive Loads using PLC Power Factor Correction of Inductive Loads using PLC Sayed Abdullah Sadat Member of Regime, National Load Control Center (NLCC) Afghanistan's National Power Utility (DABS) Sayed_abdullah@ieee.org E. Sreesobha

More information

Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing

Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing by Hong Lei Chen, Product Manager, Avago Technologies Abstract Many industrial equipments and home appliances

More information

A New Method of Linear Displacement Measurement Utilizing Grayscale Image

A New Method of Linear Displacement Measurement Utilizing Grayscale Image International Journal of Electronics and Electrical Engineering Vol. 1, No. 3, September, 2013 A New Method of Linear Displacement Measurement Utilizing Grayscale Image Subir Das and Tuhin Subhra Sarkar

More information

COURSE SCHEDULE SECTION. A (Room No: TP 301) B (Room No: TP 302) Hours Timings Hours Timings. Name of the staff Sec Office Office Hours Mail ID

COURSE SCHEDULE SECTION. A (Room No: TP 301) B (Room No: TP 302) Hours Timings Hours Timings. Name of the staff Sec Office Office Hours Mail ID SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF ELECTRONICS AND COMMUNICATION ENGINEERING DEPARTMENT OF ECE COURSE PLAN Course Code : IT0201 Course Title : Electron Devices and Circuits

More information

Basic Operational Amplifier Circuits

Basic Operational Amplifier Circuits Basic Operational Amplifier Circuits Comparators A comparator is a specialized nonlinear op-amp circuit that compares two input voltages and produces an output state that indicates which one is greater.

More information

arxiv:physics/ v1 [physics.ed-ph] 19 Oct 2004

arxiv:physics/ v1 [physics.ed-ph] 19 Oct 2004 I. SIMPLE 8085 µp COMPATIBLE I/O CARD with Arti Dwivedi Abstract A simple interfacing project with the 8085-microprocessor kits available in under graduate college labs has been discussed. The interface

More information

Real Time Rotor Bar Current Measurements Using a Rogowski Coil Transmitted Using Wireless Technology

Real Time Rotor Bar Current Measurements Using a Rogowski Coil Transmitted Using Wireless Technology Real Time Rotor Bar Current Measurements Using a Rogowski Coil Transmitted Using Wireless Technology Ehsan Abdi Jalebi, Paul Roberts and Richard McMahon ea257@cam.ac.uk, pcr2@cam.ac.uk, ram1@cam.ac.uk

More information

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2)

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2) EE 368 Electronics Lab Experiment 10 Operational Amplifier Applications (2) 1 Experiment 10 Operational Amplifier Applications (2) Objectives To gain experience with Operational Amplifier (Op-Amp). To

More information