Indian Institute of Technology Hyderabad CONTACTLESS TACHOMETE R Group members: Moruboyina Alekhya Kodi Padmasree D.Hima Varsha.

Slides:



Advertisements
Similar presentations
1 Signals, Circuits, and Computers John Athanasiou Part B Spring 2010.
Advertisements

1. Instrument Clusters Theory Support Automotive – Displays & Accessories 1 of 13 Instrument Clusters Topics covered in this presentation: Analog Instrument.
10 Ways to Ruin Your Mini-Max microcontroller (and lose $69)
The 8051 Microcontroller and Embedded Systems
The angular velocity of rotating machine is usually expressed in radian per seconds, ω (rad/sec) or revolutions per minutes, N, (RPM). ω=2πN/60 Eq
Indian Institute of Technology Hyderabad ROBOTICS LINE FOLLOWER HARI KISHAN TANDEY – ES12B1008 DILIP KONDAPARTHI – ES12B1010 SAI KARTIK – CE12B1015.
SUN TRACKING SOLAR PANEL. Introduction The main objective of this project is to track the sun and rotate the solar panel accordingly, to receive sunlight.
Microwave Doppler Speed Measurement System Guo Jianghuai Supervisor: Roland G Clarke Assessor: Chris Trayner Introduction A Doppler radar is a special.
PS 141 Presentation By Gabe, Tanya Mae Kim, Jaeyoun Ong, Raymond Carey.
Tachometers – An Overview
Indian Institute of Technology Hyderabad AUTOMATIC ROOM LIGHT CONTROLLER by V Swetha B Deepthi Priya as.
Digital Tachometer ENGR 4803 Electromechanical Systems & Mechatronics.
Sensors And Micro-Controllers
IR SENSORS AND ENCODERS. LCDs Timothy Friez Class # 2.
Lecture – 7 Basic input and output
Microcontroller 8051.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Indian Institute of Technology Hyderabad OBSTACLE AVOIDER USING SENSOR TECHNOLOGY Kiran kumar Dileep raju Bojja Haranath.
Electronic Components
Submitted by:. CONTENTS Introduction Block diagram Power supply PIC Microcontroller BLDC Motor Opto-isolator MOSFET IR LED & Photodiode Keypad LCD Schematic.
To control the movement of a manual wheelchair by means of human voice for paralyzed patients. AIM:
AUTOMATIC ROOM LIGHT CONTROLLER WITH BIDIRECTIONAL VISITOR COUNTER
gradually rises from 0 to 9V immediately drops from 9V to 0V
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Problem Statement Discussion Electromania
National Institute of Science & Technology Motor sensor control using feedback circuit Ajit kumar subudhi EE [1] MOTOR SENSOR CONTROL USING FEEDBACK.
Electronic Components. Battery A portable power source that has a positive and negative. Electronics works on Direct Current (DC) where electrons flow.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
ROBOTIC VEHICLE FOR STORES MANAGEMENT
Electronic Instruments
OPTICAL SENSORS 13 JULY 2004 Chung Hsieh. Basics Operation An Light Emitting Diode (LED) sends out light which bounces back from the target. Exciting.
ATV INSTRUMENTATION DISPLAY System Design Ed Raezer Senior Project Western Washington University.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
Steve Andre Eric Glover Shaun Greene Russell Willmot.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Reverse Parking Sensor Circuit.
Timer Programming in Assembly and C Prepared By:
Simple Water Level Controller Circuit with Microcontroller and Alarm.
IC 4017 Pin Configuration And Application
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
Mobile phone keypad sensed password entry for door opening.
BY: VISHU KUMAR 1HK08EE055 Internal Guide: WASEEM KHANUM.
Instrument Clusters Topics covered in this presentation:
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Application Case Study Christmas Lights Controller
SENSORS.
Electronic Eye Controlled Security System
Timers and Event Counters
MOBILE PHONE DETECTOR PROJECT GUIDE Mr.M.Manikandan Asst Professor(ECE) PRESENTED BY P.Salini Sebasty G.Sangeetha K.Sherine Weeber.
Propeller LED display Project title:- Group no : 31
MICROCONTROLLER BASED SPEEDOMETER CUM ODOMETER
Alaa Omar Rana Diab Supervised by Dr.Raed Jaber
UNIT – Microcontroller.
ARDUINO LINE FOLLOWER ROBOT
WALL DETECTOR ROBOT VEHICLE
Project Title EVM IN PIC Under the Guidance of Submitted by.
RAILWAY TRACK SNAP NOTIFICATION
Group 60 ECE 445 Spring 2016 Devin Berchtold Michael Yu
Pulse Width Modulation (PWM) Motor Feedback - Shaft Encoder
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
TWO PHASE BLDC MOTOR SPEED CONTROL USING FUZZY LOGIC CONTROL
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Systems and Control.
ACOE347 – Data Acquisition and Automation Systems
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Systems and Control.
Combination Lock Opener
Presentation transcript:

Indian Institute of Technology Hyderabad CONTACTLESS TACHOMETE R Group members: Moruboyina Alekhya Kodi Padmasree D.Hima Varsha

INTRODUCTION  Definition:  An electrical instrument used to measure the speed of a rotating object with out any physical contact.  In general these tachometers can measure through a distance of 1m  Components  Wheel coloured as required  Micro controller(at89c52)  IR sensor  Motor  Battery  LCD screen  Conducting wires

WORKING PRINCIPLE  The main thing in tachometer is counting,which is done by microcontroller.  MICRO CONTROLLER: Micro controller is a type of CPU which is used on the circuits and contains RAM input and output  PARTS OF MICROCONTROLLER

PROXIMITY SENSOR  A sensor which detects some things near by with out any physical contact is called proximity sensor  IR sensor is nothing but an diode in which the diode produces a small current when the light falls on it  These currents are very small to detect so we use operation amplifier to detect the small voltage changes.  Transistor amplifies the current.

Principle of counting

CIRCUIT DIAGRAM

PROGRAM FOR MICROCONTROLLER TO COUNT THE PULSE  First the program is written to set up the counter and stater to be at zero as soon as we start  EA = 1; // be used in in the tachometer  ET0 = 1; //set the Timer/counter 0  TR0 = 1; //Enable Timer/counter 0 to count  TMOD = 0X25; //counter 0 in mode 1 (16 bit counter),  //timer 1 in mode 2 (auto reload from TH1)  TH1 = 0; //start counter from 0  ET1 = 1; //enable timer 1  TR1 = 1; //Enable Timer/counter 1 to count  PT0 = 1; //Setup the priorities of timer 1 and timer 0, a 0 gives a  PT1 = 0; //higher priority.  Storing the counting number and calculating it per min.

EXPLANATION OF CIRCUIT  LCD is connected through some resistors to the ports of the micro controllers.  The LED’s and LCD’s are always connected through the resistor. They are very sensitive to the high voltages(at max 5 volts).  The wire connection P1, which is connected to the output of the sensor, is connected to the pin 3.4 of the microcontroller, this pin has a dual function which is to count incoming pulses and increment a 8, 13, or 16 bit register according to the configuration of the timer T0.

 The idea behind most digital counting device, frequency meters and tachometers, is a micro-controller, used to count the pulses coming from a sensor or any other electronic device. In the case of this tachometer, the counted pulses will come from proximity sensor, which will detect any reflective element passing in front of it, and thus, will give an output pulse for each and every rotation of the shaft.  Those pulses will be fed to the microcontroller and counted. to understand the microcontroller counts pulses and deduce the frequency of those pulses.

ADVANTAGES OF CONTACTLESS TACHOMETER(over traditional)  The current design is an Embedded application which is used to calculate the speed of the motor without the need of tachometer. In this application IR frequencies are used to calculate the speed of the motor.  It gives better performance and reliability.  Light in weight as compared to the conventional tachometer.  Compact in size.  It is portable so we can carry it to large rotating machine to note the r.p.m

THANK YOU