Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System

Size: px
Start display at page:

Download "Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System"

Transcription

1 Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System Thae Su Aye, and Zaw Myo Lwin Abstract In the air conditioning system, the electric expansion valve (EEV) is one of the most important parts of the system. It regulates how much liquid refrigerant enters the evaporator and tries to maintain a preset temperature difference between the inlet and outlet opening of the evaporator. In this paper, the author would like to implement how to control the EEV by comparing the temperature difference between the actual temperature and predetermined situation temperature to the reference setting point. Here, the author does not use the real EEV used in the aircon, but only uses the stepper motor to control the EEV. Stepper motor operates the precise refrigerant control because it does not rotate continuously but stops at the position predetermined by the control algorithm. In this paper, proportional control algorithm is applied. As the stepper motor driving system, PIC based control system is designed including the assembly software technology and dirlington control circuit is used. For the implementation of the stepper motor driving system, PIC16F877A is used and to detect the surrounding temperature LM35 temperature sensor is used. The outputs of the PIC are commands to drive the stepper motor, inputs of the dirlington control circuit. this paper mainly focuses on how the stepper motor controls the EEV for the air conditioning system and finally shows the test and result of the outputs of the PIC16F877A. temperature converted from the evaporating pressure sensed by the pressure sensor using pressure-temperature table. In this paper, pressure sensor is not used and this situation temperature is predetermined as 27 C in the program. The difference between these two temperatures is called superheat For sensing superheat, there are two basic methods: pressuretemperature method and two temperature method. The pressure-temperature method is applied in this paper. By comparing this actual superheat and reference setting superheat point, the EEV is controlled. EEV can be divided into four types. They are pulse, analog, heat motor and step motor. In the step motor valve used in this paper, a stepper motor is used to open or close the valve port. A stepper motor converts electronic pulses into mechanical movement. Each electronic pulse causes the shaft to rotate a certain number of degrees or step angle. The movement created by each pulse is precise and repeatable, which is why stepper motors are so effective for precision positioning applications. It does not rotate continuously but rotates a step by step for each signal sent by the controller. The number of step signals is recorded by the controller and the controller return the valve to any previous position at any time. Keywords Air Conditioning System, Electric Expansion Valve (EEV), Proportional Control Algorithm, Stepper motor, PIC16F877A. A I. INTRODUCTION IR conditioning or refrigeration system is widely used all over the world. This system is a closed loop system where the process of absorbing and rejecting heat is performed by the alternate compression, condensation and evaporation of a working fluid. There are two difference types of temperature in the system: actual temperature and situation temperature. Actual temperature is external pipe wall temperature sensed by the temperature sensor and situation temperature is the Manuscript received November 15, This work was supported in part by the Ministry of Science and Technology, Union of Myanmar. Authors are with the Mandalay Technological University, Mandalay, Myanmar (phone: (Electronic Engineering Department), fax: (Office, MTU), thae.su.aye14@gmail.com and zawmyolwinn@gmail.com). Fig. 1 Basic Refrigerant Cycle 387

2 II. SYSTEM HARDWARE COMPONENTS The overall system configuration is briefly represented in this section and the hardware used in this research and the physical integration of the components are also described. A. PIC Microcontroller The PIC 16F877 (Microchip Technology, Inc., 8-bit microcontroller was chosen to obtain the analog data from the LM35 temperature sensor and process this data and output the command to drive the unipolar stepper motor connected to the expansion valve. This microcontroller has a 25 MHz processor (the current compiler runs the processor at 20 MHz), 33 input/output (I/O) pins, (8k*14words) of Enhanced FLASH program memory, (386*8bytes) of RAM, (256*8bytes) of data EEPROM. The PIC does not have an operating system and simply runs the program in its memory when it is turned on. This PIC microcontroller has several hardware features that are very useful and simplify the interfacing of sensors and motors with the microcontroller. B. Temperature Sensor and its Interfacing Although there are many types of sensor LM35 IC sensor is used to send the outlet of the evaporator in this project. The followings are its feature and it is calibrated directly in degree Celsius. 1. Linear +10mv/c scale factor 2. Rated for full -55 to +150 C range 3. Less than 60 A current drain 4. Low impedance output, 0.1 for 1mA load 5. Operate from 4 to 30 volts This is very simple sensor to interface.non-inverting buffer which gained one is used to interface for LM35 and it is shown in Fig. 2. example, two-degree increments, half-degree increments, etc.). They are used in the devices where precise positioning of the motor is necessary. In this project, the precise value of step is requires, so this type of stepper motor is used. To control a unipolar stepper, a Darlington Transistor Array is used. The stepping sequence is as shown below. Wires 5 and 6 are wired to the supply voltage. Step wire 1 wire 2 wire 3 wire 4 1 high low high low 2 low high high low 3 low high low high 4 high low low high Fig. 3 Motor Driving Circuit Fig. 2 LM35 interfacing Circuit C. Stepper Motor and its Control Circuit The unipolar stepper motor with six wires is used to close and open the expansion valve. A stepper motor is a motor controlled by a series of electromagnetic coils. The center shaft has a series of magnets mounted on it, and the coils surrounding the shaft are alternately given current or not, creating magnetic fields which repulse or attract the magnets on the shaft, causing the motor to rotate. This design allows for very precise control of the motor: by proper pulsing, it can be turned in very accurate steps of set degree increments (for III. PROPORTIONAL CONTROL ALGORITHM There are three types of control mode for refrigerant system used in air conditioning system. They are (1).Two-position control, (2).floating control and (3).proportional control. In the proportional control mode, actual temperature will approach to its set point. But it may not reach this point because of the various factors. The difference is called offset. If offset were constant, this difference could be programmed into the controller. In real world, offset changes over time with load conditions, so some means of predicting them must be used. To implement control algorithm, the followings must be considered. 1 let X be reference superheat set point 2 let Y be actual superheat (the difference between actual temperature and situation temperature) 3 if X=Y, the valve is stopped 4 if X >Y, the valve is opened one step 5 If X< Y, the valve is closed one step Go to

3 By implementing this procedure, the valve will reach its required position by counting step by step. The number of steps required to rotate according to the sensory information is calculated by the followings. the situation temperature and the reference superheat set point as well as the number of steps to rotate the motor. Error e=h- h 0 where h 0 = reference superheat set point (8 C) h = actual superheat In refrigeration system, full scale range of superheat is considered between 5 to 15 C. In this paper, 10 C is applied. % change in superheat = 100 (h-h 0 /full scale range) = 100 (h- h 0 /10) = 10(h-h 0 ) The stepper motor having 1.8 degree/step resolutions is used, therefore, 200 steps is required to rotate one revolution. And change of valve position can be calculated according to the following. % change in valve position= 100 (v-v 0 /valve position in full scale range) = 100 (v-v 0 /200steps/rev) = 0.5 (v-v 0 ) Where v = desired valve position in step v 0 = valve position corresponding to h 0 in step Proportional Gain P = 0.5(v-v 0 )/ 10(h-h 0 ) = 0.05a/b Where a = v-v 0 (in step) b = h-h 0 (in C) For linear system, P = a/b = 1 a = 20b if actual superheat (h 0 ) = 10 C, b = 10 8 = 2 a = 20 2 = 40 steps the motor rotates 40 steps that may be clockwise or counter clockwise direction and EEV will open. If actual superheat (h 0 ) = 5 C, b = 5 8 = -3 a = 20 3 = 60 steps the motor rotates 60 steps that may be clockwise or counter clockwise direction and EEV will close. IV. SOFTWARE CONSIDERATION In order to determine how to rotate the step motor expansion valve, the author considers the actual temperature, Fig. 4 Flow Chart for EEV Controller In this system, expansion valve is open or close by comparing superheat set point (8 C) and temperature difference that is the difference of actual temperature and situation temperature (27 C). temperature difference is computed and compares this value with the set point. According to this comparison value, the valve selects the correct mode direction. This process is expressed in the following flow chart shown in Fig. 4. In this paper, although the stepper motor has 200 steps/rev and 1.8 deg/step resolutions is used, its sequences rotate four patterns: 0101, 1001, 1010 and 0110 continuously. 389

4 V. SOFTWARE IMPLEMENTATION For implementation of the program, the author uses MPASM for window from Microchip and MPLAB software in order to minimize the cost of the system and it is simply easy to use. The main program has been done using assembly language. By using MPASM assembler, the main program is assembled to get the hex file shown in Fig. 5. When we get this file, it is programmed to the PIC by using PIC STARTPLUS programmer and test circuit. VII. EXPERIMENTAL RESULT The experimental results for each output ports of PIC and the control system testing circuit is shown in fig.6 to fig.10. All of these outputs are square wave and these are fed to the base of driver darlington transistor pairs to drive the motor according to the required sequences. For the assembly software of the control system, the process is very simple and the procedure can be mentioned as the following steps. A. Initialization All port A pins are declared as inputs and port C pins are also declared as outputs. Constant 8 C and 27 C are set in sup1 register and sattemp register respectively. B. Start Program When the program starts, analog input from the output of the temperature sensor is converted by bit in ADC, calculate the actual superheat and compare reference superheat, calculate the number of steps to rotate, check motor position and determine the motor direction. Fig. 5 Hex File of application VI. CIRCUIT EXPLANATION OF EEV CONTROLLER In the circuit shown in Fig. 2, temperature sensor senses the actual temperature. The sensor output is the input to the PIC16F877A at port RA0. Depending on the input state, the output conditions that control the motor through the TIP120 darlingon transistor circuit are provided by assembly software at port C, RC0_ RC3. As for PIC microcontroller, this part is supplied with 5V DC. In this circuit, PIC is used with a simple clock condition with 4MHz crystal. C. Determine Output According to the sensory data and calculation result, the outputs of the PIC will be 0101, 1001, 1010 and 0110 alternately in clockwise or counter clockwise direction. The out put of the microcontroller that is fed to the darlington array is shown in the following figures. Fig. 7 Output waveform of RC0 Fig. 6 PIC-based circuit diagram for EEV controller Fig. 8 Output waveform of RC1 port The darlington connection type TIP120 NPN transistor pairs are used for the drive of the stepper motor coils. The diode putting between the collector and the power is for the protection of the transistors. There are four TIP120 NPN transistors to drive motor and this depends on the output bits of PIC16F877A. 390

5 [8] HIS Stepper Motor Theory n.d. Retrieved October 31, 2005, from eory. Fig. 9 Output waveform of RC2 port Fig. 10 Output waveform of RC3 port VIII. CONCLUSION The electrically control expansion valve is more efficient than other types of valve. And the motor is translated into a linear movement to operate the valve which can be accurately positioned to open or closed the valve. Since it is easier to modify the electronic system than to try and adapt the valve, EEVs readily accept the new refrigerant and able to get the best performance. The quality of control depends on the electronic system rather than the design of valve. the program embedded in the PIC can be changed as the user require without needing to change the design of valve. ACKNOWLEDGEMENT Firstly, the author would like to pay her respectfully thanks to her beloved parents, teachers and her admire supervisor. Special thanks are due to her partner for his encouragements. The author also expresses her greatly thanks to all persons who will concern to support in preparing this paper. REFERENCES [1] Penfold,R.A. An Introduction to PIC microcontroller [2] Microchip Technology, 2001, PIC16F877A Datasheet [3] Microchip Technology, 1998, MPASM user s guide [4] Anonymous, April 2001, Electric Valve for Refrigerant Control by Sporlan Valve Company, [5] Dossat, R.J. 1997, Principle of Refrigerant System Fourth Edition, by Simon & Schuxter/A Viacom Company [6] Inove, S. October 2005, Stepper Motor Controller PIC Circuit Gallery, [7] Robert N. Bateson, 1989 Introduction to Control System Technology, Third Edition 391

Design and Development of an Innovative Advertisement Display with Flipping Mechanism

Design and Development of an Innovative Advertisement Display with Flipping Mechanism Design and Development of an Innovative Advertisement Display with Flipping Mechanism Raymond Yeo K. W., P. Y. Lim, Farrah Wong Abstract Attractive and creative advertisement displays are often in high

More information

Embedded Systems Lab Lab 7 Stepper Motor Application

Embedded Systems Lab Lab 7 Stepper Motor Application Islamic University of Gaza College of Engineering puter Department Embedded Systems Lab Stepper Motor Application Prepared By: Eng.Ola M. Abd El-Latif Apr. /2010 :D 0 Objective Tools Theory To realize

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

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

Experiment#6: Speaker Control

Experiment#6: Speaker Control Experiment#6: Speaker Control I. Objectives 1. Describe the operation of the driving circuit for SP1 speaker. II. Circuit Description The circuit of speaker and driver is shown in figure# 1 below. The

More information

TMS320F241 DSP Boards for Power-electronics Applications

TMS320F241 DSP Boards for Power-electronics Applications TMS320F241 DSP Boards for Power-electronics Applications Kittiphan Techakittiroj, Narong Aphiratsakun, Wuttikorn Threevithayanon and Soemoe Nyun Faculty of Engineering, Assumption University Bangkok, Thailand

More information

A NOVEL METHOD OF RATIO CONTROL WITHOUT USING FLOWMETERS

A NOVEL METHOD OF RATIO CONTROL WITHOUT USING FLOWMETERS A NOVEL METHOD OF RATIO CONTROL WITHOUT USING FLOWMETERS R.Prabhu Jude, L.Sridevi, Dr.P.Kanagasabapathy Madras Institute Of Technology, Anna University, Chennai - 600 044. ABSTRACT This paper describes

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

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

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

Wednesday 7 June 2017 Afternoon Time allowed: 1 hour 30 minutes

Wednesday 7 June 2017 Afternoon Time allowed: 1 hour 30 minutes Please write clearly in block capitals. Centre number Candidate number Surname Forename(s) Candidate signature A-level ELECTRONICS Unit 4 Programmable Control Systems Wednesday 7 June 2017 Afternoon Time

More information

LINE MAZE SOLVING ROBOT

LINE MAZE SOLVING ROBOT LINE MAZE SOLVING ROBOT EEE 456 REPORT OF INTRODUCTION TO ROBOTICS PORJECT PROJECT OWNER: HAKAN UÇAROĞLU 2000502055 INSTRUCTOR: AHMET ÖZKURT 1 CONTENTS I- Abstract II- Sensor Circuit III- Compare Circuit

More information

Analysis on Modeling and Simulink of DC Motor and its Driving System Used for Wheeled Mobile Robot

Analysis on Modeling and Simulink of DC Motor and its Driving System Used for Wheeled Mobile Robot Analysis on Modeling and Simulink of DC Motor and its Driving System Used for Wheeled Mobile Robot Wai Phyo Aung Abstract Wheeled Mobile Robots (WMRs) are built with their Wheels drive machine, Motors.

More information

EXPERIMENT 6: Advanced I/O Programming

EXPERIMENT 6: Advanced I/O Programming EXPERIMENT 6: Advanced I/O Programming Objectives: To familiarize students with DC Motor control and Stepper Motor Interfacing. To utilize MikroC and MPLAB for Input Output Interfacing and motor control.

More information

Speed Rate Corrected Antenna Azimuth Axis Positioning System

Speed Rate Corrected Antenna Azimuth Axis Positioning System International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 2 (2017) pp. 151-158 Research India Publications http://www.ripublication.com Speed Rate Corrected Antenna Azimuth

More information

PLC BASED RAILWAY LEVEL CROSSING GATE CONTROL

PLC BASED RAILWAY LEVEL CROSSING GATE CONTROL PLC BASED RAILWAY LEVEL CROSSING GATE CONTROL R.Gopinathan *1 and B.Sivashankar #2 * Assistant professor, Mechatronics, SNS College of Technology, Coimbatore,India. # UG scholar, Mechatronics, SNS College

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

Artificial Intelligence Three Dimensional Solar Tracker

Artificial Intelligence Three Dimensional Solar Tracker Artificial Intelligence Three Dimensional Solar Tracker Ashardi Abas 1 Abstract Renewable energy is playing an importance role as fuel price energy prices unstable. Solar energy is one of the furthermost

More information

Fuzzy Logic Temperature Control System For The Induction Furnace

Fuzzy Logic Temperature Control System For The Induction Furnace Fuzzy Logic Temperature Control System For The Induction Furnace Lei Lei Hnin, U Zaw Min Min Htun, Hla Myo Tun Abstract: This research paper describes the fuzzy logic temperature control system of the

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

FRIDAY, 18 MAY 1.00 PM 4.00 PM. Where appropriate, you may use sketches to illustrate your answer.

FRIDAY, 18 MAY 1.00 PM 4.00 PM. Where appropriate, you may use sketches to illustrate your answer. X036/13/01 NATIONAL QUALIFICATIONS 2012 FRIDAY, 18 MAY 1.00 PM 4.00 PM TECHNOLOGICAL STUDIES ADVANCED HIGHER 200 marks are allocated to this paper. Answer all questions in Section A (120 marks). Answer

More information

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

More information

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors Assembly Language Topic 14 Motion Control Stepper and Servo Motors Objectives To gain an understanding of the operation of a stepper motor To develop a means to control a stepper motor To gain an understanding

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

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

Ch 5 Hardware Components for Automation

Ch 5 Hardware Components for Automation Ch 5 Hardware Components for Automation Sections: 1. Sensors 2. Actuators 3. Analog-to-Digital Conversion 4. Digital-to-Analog Conversion 5. Input/Output Devices for Discrete Data Computer-Process Interface

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

LAB #10: Analog Interfacing

LAB #10: Analog Interfacing CS/EE 3720 Handout #10 Spring 2004 Myers LAB #10: Analog Interfacing You must checkoff this lab during your lab section of the week of April 19th. Lab writeup is due in class on April 27th. NO LATE CHECKOFFS

More information

EDE1204 Bi-Polar Stepper Motor IC

EDE1204 Bi-Polar Stepper Motor IC EDE1204 Bi-Polar Stepper Motor IC EDE1204 Coil B Control Signal 1 Coil B Coil A 18 Coil A Control Signal Coil B Control Signal 2 Coil B Coil A 17 Coil A Control Signal Connect to +5V DC 3 +5V OSC1 16 Oscillator

More information

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

Laboratory Exercise 1 Microcontroller Board with Driver Board

Laboratory Exercise 1 Microcontroller Board with Driver Board Laboratory Exercise 1 Microcontroller Board with Driver Board The purpose of this lab exercises is to demonstrate how the Microcontroller Board can be used to control motors connected to the Driver Board

More information

Variable Voltage, Variable Frequency Regulated High Voltage Power Supply for Coulomb crystallization Base on Microcontroller

Variable Voltage, Variable Frequency Regulated High Voltage Power Supply for Coulomb crystallization Base on Microcontroller Vol.2, Issue.3, May-June 2012 pp-966-973 ISSN: 2249-6645 Variable Voltage, Variable Frequency Regulated High Voltage Power Supply for Coulomb crystallization Base on Microcontroller Atul Kumar Dewangan

More information

combine regular DC-motors with a gear-box and an encoder/potentiometer to form a position control loop can only assume a limited range of angular

combine regular DC-motors with a gear-box and an encoder/potentiometer to form a position control loop can only assume a limited range of angular Embedded Control Applications II MP10-1 Embedded Control Applications II MP10-2 week lecture topics 10 Embedded Control Applications II - Servo-motor control - Stepper motor control - The control of a

More information

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits PH-315 MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits Portland State University Summary Four sequential digital waveforms are used to control a stepper motor. The main objective

More information

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 65 CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 4.1 INTRODUCTION Many control strategies are available for the control of IMs. The Direct Torque Control (DTC) is one of the most

More information

HAW-Arduino. Sensors and Arduino F. Schubert HAW - Arduino 1

HAW-Arduino. Sensors and Arduino F. Schubert HAW - Arduino 1 HAW-Arduino Sensors and Arduino 14.10.2010 F. Schubert HAW - Arduino 1 Content of the USB-Stick PDF-File of this script Arduino-software Source-codes Helpful links 14.10.2010 HAW - Arduino 2 Report for

More information

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS vii TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS iii xii xiii xxi 1 INTRODUCTION 1 1.1 GENERAL 1 1.2 LITERATURE SURVEY 1 1.3 OBJECTIVES

More information

Introduction to the ME2110 Kit. Controller Box Electro Mechanical Actuators & Sensors Pneumatics

Introduction to the ME2110 Kit. Controller Box Electro Mechanical Actuators & Sensors Pneumatics Introduction to the ME2110 Kit Controller Box Electro Mechanical Actuators & Sensors Pneumatics Features of the Controller Box BASIC Stamp II-SX microcontroller Interfaces with various external devices

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

Microcontroller Based Automatic Control Home Appliances

Microcontroller Based Automatic Control Home Appliances Microcontroller Based Automatic Control Home Appliances Poonam Lakra 1, Dr. R. P. Gupta 2 Postgraduate Student, Department of Electrical Engineering (Control System), B.I.T Sindri, India 1 Assistant Professor,

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

Lecture #19 Digital To Analog, PWM, Stepper Motors Embedded System Engineering Philip Koopman Monday, 28-March-2016

Lecture #19 Digital To Analog, PWM, Stepper Motors Embedded System Engineering Philip Koopman Monday, 28-March-2016 Lecture #19 Digital To Analog, PWM, Stepper Motors 18-348 Embedded System Engineering Philip Koopman Monday, 28-March-2016 Electrical& Computer ENGINEERING Copyright 2006-2016, Philip Koopman, All Rights

More information

L297 L297A STEPPER MOTOR CONTROLLERS

L297 L297A STEPPER MOTOR CONTROLLERS L297 L297A STEPPER MOTOR CONTROLLERS NORMAL/WAWE DRIVE HALF/FULL STEP MODES CLOCKWISE/ANTICLOCKWISE DIRECTION SWITCHMODE LOAD CURRENT REGULA- TION PROGRAMMABLE LOAD CURRENT FEW EXTERNAL COMPONENTS RESET

More information

Microcontroller Based Wind Direction Measurement System

Microcontroller Based Wind Direction Measurement System National University of Science and Technolgy NuSpace Institutional Repository Applied Physics http://ir.nust.ac.zw Applied Physics Publications 2016 Microcontroller Based Wind Direction Measurement System

More information

Houngninou 2. Abstract

Houngninou 2. Abstract Houngninou 2 Abstract The project consists of designing and building a system that monitors the phase of two pulses A and B. Three colored LEDs are used to identify the phase comparison. When the rising

More information

Automatic Railway Gate Control & Track Switching

Automatic Railway Gate Control & Track Switching Automatic Railway Gate Control & Track Switching ABSTRACT: Present project is designed using 8051 microcontroller to avoid railway accidents happening at unattended railway gates, if implemented in spirit.

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

Castle Creations, INC.

Castle Creations, INC. Castle Link Live Communication Protocol Castle Creations, INC. 6-Feb-2012 Version 2.0 Subject to change at any time without notice or warning. Castle Link Live Communication Protocol - Page 1 1) Standard

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis Table of Contents The Allen-Bradley Servo Interface Module (Cat. No. 1771-SF1) when used with the Micro Controller (Cat. No. 1771-UC1) can control single axis positioning systems such as found in machine

More information

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches Cornerstone Electronics Technology and Robotics II H-Bridges and Electronic Motor Control 4 Hour Class Administration: o Prayer o Debriefing Botball competition Four States of a DC Motor with Terminals

More information

Figure 1.1 Mechatronic system components (p. 3)

Figure 1.1 Mechatronic system components (p. 3) Figure 1.1 Mechatronic system components (p. 3) Example 1.2 Measurement System Digital Thermometer (p. 5) Figure 2.2 Electric circuit terminology (p. 13) Table 2.2 Resistor color band codes (p. 18) Figure

More information

Design and Implementation of Shift Frequency Measurement System for Metal Detector

Design and Implementation of Shift Frequency Measurement System for Metal Detector Design and Implementation of Shift Frequency Measurement System for Metal Detector Yin Thu Win 1,a*, Aung Lwin Moe 2,b and Aung Ko Ko Thet 1,c 1 Yangon Technological University, Insein, Yangon, Myanmar

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

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

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

Speed Control Of Transformer Cooler Control By Using PWM

Speed Control Of Transformer Cooler Control By Using PWM Speed Control Of Transformer Cooler Control By Using PWM Bhushan Rakhonde 1, Santosh V. Shinde 2, Swapnil R. Unhone 3 1 (assistant professor,department Electrical Egg.(E&P), Des s Coet / S.G.B.A.University,

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

Basic of PCD Series Pulse Control LSIs

Basic of PCD Series Pulse Control LSIs Basic of PCD Series Pulse Control LSIs Nippon Pulse Motor Co., Ltd. Table of Contents 1. What is a PCD? 1 2. Reviewing common terms 1 (1) Reference clock 1 (2) Operating patterns and registers 1 (3) Commands

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

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Single Phase Inverter using PIC Controller

Single Phase Inverter using PIC Controller Single Phase Inverter using PIC Controller Mr. Mali P. S, Mr. A. B. Patil, Mr. P. P. Patil, Ms. A. A. Patil, Ms. P. S. Patil. Assistant Professor, Department of Electrical of Annasaheb Dange College of

More information

SPEED CONTROL OF DC MOTOR USING PWM TECHNIQUE

SPEED CONTROL OF DC MOTOR USING PWM TECHNIQUE SPEED CONTROL OF DC MOTOR USING PWM TECHNIQUE Shubham Naik 1 1 Electrical Engineering Abstract DC motors are widely used in industries where high speed torque requirement. Because of it characteristics

More information

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

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

RS-232 Based Low Cost Data IO Card

RS-232 Based Low Cost Data IO Card International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 1 (2013), pp. 47-54 International Research Publication House http://www.irphouse.com RS-232 Based Low Cost Data IO Card

More information

FC Series Signal Conditioners

FC Series Signal Conditioners FC Series Signal Conditioners FC-33 DC Selectable Signal Conditioner with 3-way isolation Field configurable input and output ranges of 0-5V, 0-10 V, 0-20 ma and 4-20 ma with 1500 VDC isolation between

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

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

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

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

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

CIS009-2, Mechatronics Signals & Motors

CIS009-2, Mechatronics Signals & Motors CIS009-2, Signals & Motors Bedfordshire 13 th December 2012 Outline 1 2 3 4 5 6 7 8 3 Signals Two types of signals exist: 4 Bedfordshire 52 Analogue signal In an analogue signal voltages and currents continuously

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

NEW DIGITAL ANGLE MEASUREMENT FACILITY BASED ON FPGA

NEW DIGITAL ANGLE MEASUREMENT FACILITY BASED ON FPGA 30 th ovember 202. Vol. 45 o.2 ISS: 992-8645 www.jatit.org E-ISS: 87-395 EW DIGITAL AGLE MEASUREMET FACILITY BASED O FPGA HAO ZHAO, 2 HAO FEG Jiaxing University, Jiaxing Zhejiang China 2 Hangzhou Dianzi

More information

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ υιοπασδφγηϕκλζξχϖβνµθωερτψυιοπασδ φγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκλζ ξχϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµ EE 331 Design Project Final Report θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ

More information

Implementation of Microcontroller Based Sensing Unit in Transmitter for Wireless Weather Station

Implementation of Microcontroller Based Sensing Unit in Transmitter for Wireless Weather Station Implementation of Microcontroller Based Sensing Unit in Transmitter for Wireless Weather Station Lay Nandar Soe, Kyaw Soe Lwin, Hla Myo Tun Abstract This paper deals with the design, development and implementation

More information

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

DESIGN AND CONSTRUCTION OF AN AUTOMATIC SOLAR INSOLATION TRACKING SYSTEM

DESIGN AND CONSTRUCTION OF AN AUTOMATIC SOLAR INSOLATION TRACKING SYSTEM International Journal of Science, Environment and Technology, ol. 2, No 5, 2013, 813 825 ISSN 2278-3687 (O) DESIGN AND CONSTUCTION OF AN AUTOMATIC SOLA INSOLATION TACKING SYSTEM 1 Gesa, F.N and 2 Kwaha,

More information

User friendly tobacco barn heat controller for use by upcoming farmers

User friendly tobacco barn heat controller for use by upcoming farmers IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 2 (Feb. 2013), V3 PP 19-23 User friendly tobacco barn heat controller for use by upcoming farmers Elisha C Mabunda

More information

Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller

Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller Zaki Majeed Abdu-Allah, Omar Talal Mahmood, Ahmed M. T. Ibraheem AL-Naib Abstract This paper presents the design and practical implementation

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

High-side Current Sensing Techniques for the isppac-powr1208

High-side Current Sensing Techniques for the isppac-powr1208 February 2003 Introduction Application Note AN6049 The isppac -POWR1208 provides a single-chip integrated solution to power supply monitoring and sequencing problems. Figure 1 shows a simplified functional

More information

Programming and Interfacing

Programming and Interfacing AtmelAVR Microcontroller Primer: Programming and Interfacing Second Edition f^r**t>*-**n*c contents Preface xv AtmelAVRArchitecture Overview 1 1.1 ATmegal64 Architecture Overview 1 1.1.1 Reduced Instruction

More information

School of Engineering Mechatronics Engineering Department. Experim. ment no. 1

School of Engineering Mechatronics Engineering Department. Experim. ment no. 1 University of Jordan School of Engineering Mechatronics Engineering Department 2010 Mechatronics System Design Lab Experim ment no. 1 PRINCIPLES OF SWITCHING Copyrights' are held by : Eng. Ala' Bata &

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

AEIJST May Vol 5 - Issue 05 ISSN

AEIJST May Vol 5 - Issue 05 ISSN Design and Development of Single Axis Solar Tracking System using C8051F120 (CYGNAL) Microcontroller *B.Bilvika **Dr.M.V. Lakshmaiah ***Dr.G.Pakardin ****U.Meenakshi *Department of Electronics, Sri Krishnadevaraya

More information

Code No: M0326 /R07 Set No. 1 1. Define Mechatronics and explain the application of Mechatronics in CNC Machine tools and Computer Integrated Manufacturing (CIM). 2. (a) What are the various Filters that

More information

CS/ECE/EEE/INSTR F241 MICROPROCESSOR PROGRAMMING & INTERFACING MODULE 8: I/O INTERFACING QUESTIONS ANUPAMA KR BITS, PILANI KK BIRLA GOA CAMPUS

CS/ECE/EEE/INSTR F241 MICROPROCESSOR PROGRAMMING & INTERFACING MODULE 8: I/O INTERFACING QUESTIONS ANUPAMA KR BITS, PILANI KK BIRLA GOA CAMPUS CS/ECE/EEE/INSTR F241 MICROPROCESSOR PROGRAMMING & INTERFACING MODULE 8: I/O INTERFACING QUESTIONS ANUPAMA KR BITS, PILANI KK BIRLA GOA CAMPUS Q1. Distinguish between vectored and non-vectored interrupts

More information

DC Motor and Servo motor Control with ARM and Arduino. Created by:

DC Motor and Servo motor Control with ARM and Arduino. Created by: DC Motor and Servo motor Control with ARM and Arduino Created by: Andrew Kaler (39345) Tucker Boyd (46434) Mohammed Chowdhury (860822) Tazwar Muttaqi (901700) Mark Murdock (98071) May 4th, 2017 Objective

More information

*X036/12/01* X036/12/01 TECHNOLOGICAL STUDIES HIGHER NATIONAL QUALIFICATIONS 2013 TUESDAY, 21 MAY 1.00 PM 4.00 PM

*X036/12/01* X036/12/01 TECHNOLOGICAL STUDIES HIGHER NATIONAL QUALIFICATIONS 2013 TUESDAY, 21 MAY 1.00 PM 4.00 PM X036/12/01 ATIOAL QUALIFICATIOS 2013 TUESDA, 21 MA 1.00 PM 4.00 PM TECHOLOGICAL STUDIES HIGHER 200 marks are allocated to this paper. Answer all questions in Section A (120 marks). Answer two questions

More information

Normally, digital speedometers

Normally, digital speedometers Microcontroller-based Speedometer-Cum-Odometer ARUN KUMAR VADLA Normally, digital speedometers are found only in luxury cars and high-end motorbikes. Even if your motorbike has a mechanical speedometer,

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

Design of Low Cost Embedded Power Plant Relay Testing Unit

Design of Low Cost Embedded Power Plant Relay Testing Unit Design of Low Cost Embedded Power Plant Relay Testing Unit S.Uthayashanger, S.Sivasatheeshan, P.R Talbad uthayashanger@yahoo.com Supervised by: Dr. Thrishantha Nanayakkara thrish@elect.mrt.ac.lk Department

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

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

Standard single-purpose processors: Peripherals

Standard single-purpose processors: Peripherals 3-1 Chapter 3 Standard single-purpose processors: Peripherals 3.1 Introduction A single-purpose processor is a digital system intended to solve a specific computation task. The processor may be a standard

More information

Lab Exercise 9: Stepper and Servo Motors

Lab Exercise 9: Stepper and Servo Motors ME 3200 Mechatronics Laboratory Lab Exercise 9: Stepper and Servo Motors Introduction In this laboratory exercise, you will explore some of the properties of stepper and servomotors. These actuators are

More information