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

Size: px
Start display at page:

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

Transcription

1 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, Gujarat, India. 2 Asst. Prof. Electrical Engg. Department, Nirma University, SG Highway, Ahmedabad, Gujarat, India. 1 10meep15@nirmauni.ac.in 2 chintanmehta@nirmauni.ac.in Abstract The Microcontroller based adjustable closed-loop DC motor speed controller systems has already become an important drive configuration for many applications across a wide range of powers and speeds. This is due to their simple control, high reliability, low cost and fast response. Control System Design and Analysis technologies are widely suppress and very useful to be applied in real-time development. Some can be solved by hardware technology and by the advance used of software, control system are analyzed easily. Fractional HP DC Motors can be used in various applications and can be used as various sizes and rates. The designed circuit is stimulated using Real peak and MP LAB. In this paper, control techniques of PIC 16F877A microcontroller and MOSFET, mechanism assignments of analyzed by mainly focusing with the Modeling and Simulation of DC Motor using MATLAB. Keywords DC Motor, MATLAB/ Simulink, PIC. I. INTRODUCTION Traditionally, the DC Motors and the associate close loop control systems used to drive them have been modeled using classic control theory techniques, based on transfer functions. Control system design and analysis technologies are widely suppress and very useful to be applied in real-time development. Some can be solved by hardware technology and by the advance used of software, control system are analyzed easily and detail. DC Motors can be used in various applications and can be used as various sizes and rates. The microprocessor computes the actual speed of the motor by sensing the terminal voltage. It then compares the actual speed of the motor with the reference speed and generates a suitable control signal which is fed into the triggering unit. This unit drives a Power MOSFET amplifier, which in turn supplies a PWM voltage to the dc motor. The objective of this paper is to explore the approach of designing a microcontroller based closed loop controller. The interface circuit and the software are all designed to achieve a better performance. The microcontroller system is equipped with an LCD display and a keypad and software was written to monitor the registers on the LCD and read commands from the keypad. Thus, by using the User Interface Module (UIM) the operator can view and/or change all the control and monitoring variables of the controller program. II. MODELING A DC MOTOR For modeling and simulation of a DC Motor, simple circuit of its electrical diagram as shown in Figure 1 is to be considered. A. Closed-Loop System Consideration To perform the simulation of the system, an appropriate model needs to be established. Therefore, a model based on the motor specifications needs to be obtained. Figure-1 shows the DC motor circuit with Torque and Rotor Angle consideration. Fig.1.Schematic Diagram of a DC Motor 146

2 B. System Equation The motor torque T is related to the armature current, i, by a torque constant K; From the block diagram in Fig. 2, it is easy to see that the transfer function from the input voltage, V(s), to the angular velocity is: The generated voltage, e a, is relative to angular velocity by From Fig. 1 we can write the following equations based on the Newton s law com bined with the Kirchoff s law: (1) (2) (3) + b = Ki (4) D. MATLAB Representation (11) To represent the model with m-file, we can perform the Fig. 2 data as follows; Power P = 0.37 kw Speed N = 1500 rpm, Rotor Inertia J is assumed to be 0.01 Supply voltage = 220 volts. Calculate the torque constant K; C. Transfer Function +RI =V - K (5) Using the Laplace transform, equations (3) and (4) can be written as: (6) K=1.4 By using equation (3) for (12) (13) (7) Where s denotes the Laplace operator. From (7) we can express I(s): At the steady state (used as analyzed data), both I and ω are stabilized; and substitute it in (5) to obtain: (8) And (14) (9) This equation for the DC motor is shown in the block diagram in Fig. 2. From equation (8), the transfer function from the input voltage, V(s), to the output angle θ, directly follows: (10) (15) Following value are assigned to be used for our desire DC Motor Model: V t = 220v; J=0.01; b=0.02; k=1.4; R a =13.5 Ω; L a =132.5 mh. By calculating and assuming the require data as above. 147

3 III. SIMULINK MODEL The block diagram of Fig. 2 can be represented and created as a model as shown in Fig. 4. The approaching to construct this model can easily be done by using Simulink Library. The M- file and Simulink model can be combined by the following commands and these are commands used in M-file which can be solve it. Figure.2 Closed loop system that Representing the DC motor D. Analysis We plot the step, impulse and frequency responses of the given motor model: Figure.4 Model created in SIMULINK Toolbox of MATLAB Fig.3(a) Step response using simulink model. Fig. 3(b) Impulse response using simulink model. 148 Figure.5. Final results using simulink model (with Step response)

4 IV. SYSTEM DESCRIPTION The input from the stable power supply unit (230 V AC) is converted into 12v AC by means of a step down transformer, the output of this is used as input to bridge rectifier circuit. Here in this system bridge rectifier will generate 5 V DC with the help of regulator The output of the 7805 regulator is used as an input to the PIC. The PIC will generate pulses to drive the DC motor according to the requirement. As the output voltage of the PIC is in mv, driver circuits are used to drive the DC motor An optical encoder is used to measure the speed of the motor. The output of the encoder is a stream of pulses with variable frequency according to the speed of the motor. The optocouplers were used to isolate the high voltage circuits from the low voltage controlling signals. The rating of the motor should be chosen according to the rating of the power circuit. A. Microcontroller PIC16F877A. Peripheral Interface Controller (PIC) is a term introduced by Microchip technology. PIC 16F877A is a family of CMOS 8-bit Flash microcontrollers[3]. Power consumption is very low. PIC16F877A is a 40/44-pin device which can operate at up to 20 MHz clock speed. It has 8K * 14 words flash program memory, 368*8 RAM data memory, 64bytes of EEPROM nonvolatile data memory, 8-bit timer with pre-scalar, watchdog timer, Only 35 single-word instructions to learn, external and internal interrupt sources and large sink and source capability. The architecture is shown in Fig.3[3] For this study a dc shunt motor with ratings 1500 rpm, 220 V, 2.3 A, 0.37 kw is used. The entire operation of the blocks is explained briefly as follows with the diagram as shown in figure.6 below. Fig.7.Architecture of PIC16F877A Microcontroller B. Driver Circuit This driver circuit is designed based on the DC motor current ratings, The current rating of the DC motor is 2.3 Amp So driver circuit is needed. It is the most popular and cost effective drive circuits for driving MOSFETs. A bipolar, non-inverting totem-pole driver as shown in Fig 4. Transistors can be used to supply higher current to the motor. This circuit handles the current spikes and power losses making the operating conditions for the PWM controller more favorable. Fig.6.Circuit diagram for DC Motor speed control. Fig.8 Driver Circuit 149

5 V. SIMULATION RESULTS The proposed control circuit is implemented using software module like Real PIC Simulator as shown in Fig 9. For the purpose of coding the software package used is MPLAB. If any suddenly jerk is coming our PIC IC will not damage. Two pins are also used for ground. In chips with 40pins and more, it is common to have multiple pins for V cc and GND. This will help reduce the noise (ground bounce) in high-frequency systems. The PIC 16F has many options for the clock source. Most often a quartz crystal oscillator is connected to input pins OSC1 & OSC2. PIC 16F877A microcontroller can have speed of 0 Hz to 20 MHz. LCD Driver ckt PIC Power supply Fig.9(a) Output pulses of PIC16F877A through MPLAB IDE for ω=500rpm Figure.10 PIC 16F877A Hardware Connection with Power Supply, Driver circuit and LCD Display B. Bridge Rectifiers, Regulator and Driver circuit The bridge rectifiers,regulator and driver circuit used to convert 230 V AC to 12 V DC and 5 V DC to give as input to the PIC 16F877A controller is shown in Fig.11 Bridge ckt Driver circuit Fig.9 (b) Output pulses of PIC16F877A through MPLAB IDE for ω=1500 rpm VI. HARDWARE SETUP AND RESULTS A. Minimum Hardware connections of PIC16F877A The results shown are for the motor having parameters: V = 220 V, ω=1500 rpm, P = 0.37 kw, I=2.3 A. The minimum hardware connections circuit board is as shown in Fig.10. Two pins are used to provide supply voltage tochip. The stable power supply of +5 V is used. 150 Fig.11. Bridge rectifiers, Regulators and driver circuit C. Optical Encoder and Rotating disk The most popular type of encoder is the optical encoder, which consists of a rotating disk, a light source, and a photo detector (light sensor). The disk.which is mounted on the rotating shaft, has coded patterns of opaque and transparent sectors.

6 As the disk rotates, these patterns interrupt the light emitted onto the photo detector, generating a digital or pulse signal output. It is shown in fig. 12. Rotating disk Fig.14.Practically Actual & Ref. speed on LCD ω = 750 rpm Optical encoder Figure.12.Optical Encoder and rotating disc (8 Number of Slots) which is mounted on the rotating shaft The corresponding output pulse of PIC is as shown in Fig 13 on CRO and Fig 14 on LCD VII. CONCLUSION The DC machine is considered to be basic electric machines. The aim of this paper is to introduce Technicians to the modeling of power components and to use computer simulation as a tool for conducting transient and control studies. The Microcontroller based adjustable closed-loop DC motor speed controller system has been developed.. The results showed that the microcontroller is a reliable instrument to control the motor. This system is applicable to different sizes of motors and capable of controlling the speed of the motors with very high precision. VIII. REFERENCES [1] Wai Phyo Aung, Analysis on Modeling and Simulink of DC Motor and its Driving System Used for Wheeled Mobile Robot, PWASET VOLUME 26 DECEMBER 2007 ISSN [2] Gopal K. Dubey, Fundamentals of Electrical Drives, 2nd edition, Narosa Publishing House, New Delhi Fig.13Practical output pulse of pic16f877a in CRO [3] Muhammad Ali Mazidi, PIC Microcontroller and Embedded systems using Assembly and C for PIC16, Pearson Education, [4]Ajay V. Deshmukh, Microcontrollers: Theory and applications, Tata McGraw-Hill [5] 7805 and 7812 Voltage Regulator ICs-Data sheets. [6] PIC16F877A Data sheet from Microchip Corporation. [7] MPLAB IDE Software-Microchip technology. 151

Electrical Engineering Department Priyadarshani College of Engineering. Electrical Engineering Department Priyadarshani College of Engineering.

Electrical Engineering Department Priyadarshani College of Engineering. Electrical Engineering Department Priyadarshani College of Engineering. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY PWM CONTROL CHOPPER FED CLOSED LOOP DRIVE FOR DC MOTOR USING MICROCONTROLLER Trupti Gajbhiye*, B.S Dani * Electrical Engineering

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

Speed Control of DC Motor Using Microcontroller

Speed Control of DC Motor Using Microcontroller 2015 IJSRST Volume 1 Issue 2 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science Speed Control of DC Motor Using Microcontroller Katke S.P *1, Rangdal S.M 2 * 1 Electrical Department,

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

Speed Control of Three Phase Induction Motor Using Fuzzy-PID Controller

Speed Control of Three Phase Induction Motor Using Fuzzy-PID Controller Speed Control of Three Phase Induction Motor Using Fuzzy-PID Controller Mr. Bidwe Umesh. B. 1, Mr. Shinde Sanjay. M. 2 1 PG Student, Department of Electrical Engg., Govt. College of Engg. Aurangabad (M.S.)

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

II. L-Z SOURCE INVERTER

II. L-Z SOURCE INVERTER V/F Speed Control of Induction Motor by using L- Z Source Inverter Priyanka A. Jadhav 1, Amruta A. Patil 2, Punam P. Patil 3, Supriya S. Yadav 4, Rupali S. Patil 5, Renu C. Lohana 6 1,2,3,4,5,6 Electrical

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

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

AUTOMATIC CLOSED LOOP SPEED CONTROL OF DC MOTOR USING IGBT

AUTOMATIC CLOSED LOOP SPEED CONTROL OF DC MOTOR USING IGBT International Journal of Recent Innovation in Engineering and Research Scientific Journal Impact Factor - 3.605 by SJIF e- ISSN: 2456 2084 AUTOMATIC CLOSED LOOP SPEED CONTROL OF DC MOTOR USING IGBT Ankush

More information

SPEED CONTROL OF INDUCTION MOTOR WITHOUT SPEED SENSOR AT LOW SPEED OPERATIONS

SPEED CONTROL OF INDUCTION MOTOR WITHOUT SPEED SENSOR AT LOW SPEED OPERATIONS SPEED CONTROL OF INDUCTION MOTOR WITHOUT SPEED SENSOR AT LOW SPEED OPERATIONS Akshay Prasad Dubey and Saravana Kumar R. School of Electrical Engineering, VIT University, Vellore, Tamil Nadu, India E-Mail:

More information

Closed loop speed control of dc motor using PID controller

Closed loop speed control of dc motor using PID controller Closed loop speed control of dc motor using PID controller Padmaprakash 1, Divya K Pai 2 Student, Electrical and Electronics, St. Joseph Engineering College Vamanjoor, Mangalore, India 1 Assistance Professor,

More information

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin 2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control October 5, 2009 Dr. Harrison H. Chin Formal Labs 1. Microcontrollers Introduction to microcontrollers Arduino microcontroller

More information

MODELING AND ANALYSIS OF DC MOTOR DRIVE. Dept of EEE, Karpagam College of Engineering, Coimbatore

MODELING AND ANALYSIS OF DC MOTOR DRIVE. Dept of EEE, Karpagam College of Engineering, Coimbatore Volume 118 No. 20 2018, 1909-1913 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu MODELING AND ANALYSIS OF DC MOTOR DRIVE R.Chandrasekaran 1, N.Sabarinathan

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

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

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

ME 461 Laboratory #5 Characterization and Control of PMDC Motors

ME 461 Laboratory #5 Characterization and Control of PMDC Motors ME 461 Laboratory #5 Characterization and Control of PMDC Motors Goals: 1. Build an op-amp circuit and use it to scale and shift an analog voltage. 2. Calibrate a tachometer and use it to determine motor

More information

ISSN Vol.05,Issue.01, January-2017, Pages:

ISSN Vol.05,Issue.01, January-2017, Pages: WWW.IJITECH.ORG ISSN 2321-8665 Vol.05,Issue.01, January-2017, Pages:0028-0032 Digital Control Strategy for Four Quadrant Operation of Three Phase BLDC Motor with Load Variations MD. HAFEEZUDDIN 1, KUMARASWAMY

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

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

ANGULAR POSITION CONTROL OF DC MOTOR USING SHORTEST PATH ALGORITHM

ANGULAR POSITION CONTROL OF DC MOTOR USING SHORTEST PATH ALGORITHM EE 712 Embedded Systems Design, Lab Project Report, EE Dept. IIT Bombay, April 2006. ANGULAR POSITION CONTROL OF DC MOTOR USING SHORTEST PATH ALGORITHM Group Number: 17 Rupesh Sonu Kakade (05323014)

More information

Implementation of Brushless DC motor speed control on STM32F407 Cortex M4

Implementation of Brushless DC motor speed control on STM32F407 Cortex M4 Implementation of Brushless DC motor speed control on STM32F407 Cortex M4 Mr. Kanaiya G Bhatt 1, Mr. Yogesh Parmar 2 Assistant Professor, Assistant Professor, Dept. of Electrical & Electronics, ITM Vocational

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

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

PWM, ALT, HALT, HAST.

PWM, ALT, HALT, HAST. CLOSED LOOP IMPLEMENTATION OF SPEED CONTROL OF A BRUSHED PMDC MOTOR OF AN X-RAY SYSTEM AND VALIDATION OF RELIABILITY OF THE CONTROLLER Mutum Meenakshi Devi 1, V Chayapathy 2 Dept. of Electrical and Electronics

More information

Open Loop Speed Control of Brushless DC Motor

Open Loop Speed Control of Brushless DC Motor Open Loop Speed Control of Brushless DC Motor K Uday Bhargav 1, Nayana T N 2 PG Student, Department of Electrical & Electronics Engineering, BNMIT, Bangalore, Karnataka, India 1 Assistant Professor, Department

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

Power Factor Compensation Using PIC

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

More information

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

International Journal of Advance Engineering and Research Development

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

More information

CONTROL OF AIR FLOW RATE OF SINGLE PHASE INDUCTION MOTOR FOR BLOWER APPLICATION USING V/F METHOD

CONTROL OF AIR FLOW RATE OF SINGLE PHASE INDUCTION MOTOR FOR BLOWER APPLICATION USING V/F METHOD CONTROL OF AIR FLOW RATE OF SINGLE PHASE INDUCTION MOTOR FOR BLOWER APPLICATION USING V/F METHOD Atul M. Gajare 1, Nitin R. Bhasme 2 1 PG Student, 2 Associate Professor, Department of Electrical Engineering,

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 05.11.2015

More information

Renewable Energy Based Interleaved Boost Converter

Renewable Energy Based Interleaved Boost Converter Renewable Energy Based Interleaved Boost Converter Pradeepakumara V 1, Nagabhushan patil 2 PG Scholar 1, Professor 2 Department of EEE Poojya Doddappa Appa College of Engineering, Kalaburagi, Karnataka,

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

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G P R O F. S L A C K L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G G B S E E E @ R I T. E D U B L D I N G 9, O F F I C E 0 9-3 1 8 9 ( 5 8 5 ) 4 7 5-5 1 0

More information

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System 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

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

DC SERVO MOTOR CONTROL SYSTEM

DC SERVO MOTOR CONTROL SYSTEM DC SERVO MOTOR CONTROL SYSTEM MODEL NO:(PEC - 00CE) User Manual Version 2.0 Technical Clarification /Suggestion : / Technical Support Division, Vi Microsystems Pvt. Ltd., Plot No :75,Electronics Estate,

More information

CHAPTER-III MODELING AND IMPLEMENTATION OF PMBLDC MOTOR DRIVE

CHAPTER-III MODELING AND IMPLEMENTATION OF PMBLDC MOTOR DRIVE CHAPTER-III MODELING AND IMPLEMENTATION OF PMBLDC MOTOR DRIVE 3.1 GENERAL The PMBLDC motors used in low power applications (up to 5kW) are fed from a single-phase AC source through a diode bridge rectifier

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

Microcontroller Based Closed Loop Speed and Position Control of DC Motor

Microcontroller Based Closed Loop Speed and Position Control of DC Motor International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 8958, Volume-3, Issue-5, June 2014 Microcontroller Based Closed Loop Speed and Position Control of DC Motor Panduranga Talavaru,

More information

INTEGRATED CIRCUITS. AN1221 Switched-mode drives for DC motors. Author: Lester J. Hadley, Jr.

INTEGRATED CIRCUITS. AN1221 Switched-mode drives for DC motors. Author: Lester J. Hadley, Jr. INTEGRATED CIRCUITS Author: Lester J. Hadley, Jr. 1988 Dec Author: Lester J. Hadley, Jr. ABSTRACT The purpose of this paper is to demonstrate the use of integrated switched-mode controllers, generally

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

DC Motor Speed Control using PID Controllers

DC Motor Speed Control using PID Controllers "EE 616 Electronic System Design Course Project, EE Dept, IIT Bombay, November 2009" DC Motor Speed Control using PID Controllers Nikunj A. Bhagat (08307908) nbhagat@ee.iitb.ac.in, Mahesh Bhaganagare (CEP)

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

Design and Implementation of a Microcontroller Based Buck Boost Converter as a Smooth Starter for Permanent Magnet Motor

Design and Implementation of a Microcontroller Based Buck Boost Converter as a Smooth Starter for Permanent Magnet Motor Indonesian Journal of Electrical Engineering and Computer Science Vol. 1, No. 3, March 2016, pp. 566 ~ 574 DOI: 10.11591/ijeecs.v1.i3.pp566-574 566 Design and Implementation of a Microcontroller Based

More information

2016, IRJET Impact Factor value: 4.45 Page 2444

2016, IRJET Impact Factor value: 4.45 Page 2444 CYCLOCONVERTER TO CONTROL SPEED OF INDUCTION MOTOR Bhagawati Patil 1,Rushali Aute 2, Pramila Mhaske 3,Nitin Patil 4 Department of Electronics And Telecommunication (SITRC) Nashik Savitribai Phule Pune

More information

3-Ф VSI FOR HARMONIC IMPROVEMENT USING MICROCONTROLLER AND SIMULATION IN MATLAB

3-Ф VSI FOR HARMONIC IMPROVEMENT USING MICROCONTROLLER AND SIMULATION IN MATLAB ISSN 2277-2685 IJESR/Dec. 2015/ Vol-5/Issue-12/1503-1511 Dr. B. Gavaskar Reddy et. al.,/ International Journal of Engineering & Science Research 3-Ф VSI FOR HARMONIC IMPROVEMENT USING MICROCONTROLLER AND

More information

Power Factor Correction of Three Phase Induction Motor

Power Factor Correction of Three Phase Induction Motor IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 08 February 2017 ISSN (online): 2349-784X Power Factor Correction of Three Phase Induction Motor Shashikanth. Matapathi

More information

RX23T inverter ref. kit

RX23T inverter ref. kit RX23T inverter ref. kit Deep Dive October 2015 YROTATE-IT-RX23T kit content Page 2 YROTATE-IT-RX23T kit: 3-ph. Brushless Motor Specs Page 3 Motors & driving methods supported Brushless DC Permanent Magnet

More information

Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai 1 Prof. C. A. Patel 2 Mr. B. R. Nanecha 3

Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai 1 Prof. C. A. Patel 2 Mr. B. R. Nanecha 3 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 09, 2015 ISSN (online): 2321-0613 Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai

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

[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

National Infotech. Electrical Drive Trainers. Developed By: : Authorized Dealer : Embedded System Solutions

National Infotech. Electrical Drive Trainers. Developed By: : Authorized Dealer : Embedded System Solutions National Infotech A way to Power Electronics and Embedded System Solutions Electrical Drive Trainers In every industry there are industrial processes where electrical motors are used as a part of process

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

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

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 Speed Control of Induction Motor using Wireless Technology

Microcontroller Based Speed Control of Induction Motor using Wireless Technology Microcontroller Based Speed Control of Induction Motor using Wireless Technology P. Nagasekhara Reddy Abstract-Induction motors are the most extensively used motors in most power-driven home appliances,

More information

Automation of DC Motor Control using PWM Technique for thin film deposition

Automation of DC Motor Control using PWM Technique for thin film deposition Journal homepage: wwwmjretin ISSN:2348-6953 Automation of DC Motor Control using PWM Technique for thin film deposition 1 Akshaykumar A Nandi, 2 RBShettar, 3 Vaishali BM 4 Vinay Patil 1 Student, E & C

More information

ISSN: (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Fuzzy

More information

Design and Construction of Synchronizing Check Relay

Design and Construction of Synchronizing Check Relay Design and Construction of Synchronizing Check Relay M.J.A.A.I.Jayawardene,, R.W.Jayawickrama, M.D.R.K.Karunarathna,S.A.P.U.Karunaratne, W.S.Lakmal Abstract This document contains an introduction about

More information

dspic30f Quadrature Encoder Interface Module

dspic30f Quadrature Encoder Interface Module DS Digital Signal Controller dspic30f Quadrature Encoder Interface Module 2005 Microchip Technology Incorporated. All Rights Reserved. dspic30f Quadrature Encoder Interface Module 1 Welcome to the dspic30f

More information

Application Note. I C s f o r M o t o r C o n t r o l. Evaluation board for the TDA5143/TDA5144. Report No: EIE/AN R. Galema

Application Note. I C s f o r M o t o r C o n t r o l. Evaluation board for the TDA5143/TDA5144. Report No: EIE/AN R. Galema Application Note I C s f o r M o t o r C o n t r o l Evaluation board for the TDA5143/TDA5144 Report No: R. Galema Product Concept & Application Laboratory Eindhoven, the Netherlands. Keywords Motor Control

More information

Separately Excited DC Motor for Electric Vehicle Controller Design Yulan Qi

Separately Excited DC Motor for Electric Vehicle Controller Design Yulan Qi 6th International Conference on Sensor etwork and Computer Engineering (ICSCE 2016) Separately Excited DC Motor for Electric Vehicle Controller Design ulan Qi Wuhan Textile University, Wuhan, China Keywords:

More information

Where: (J LM ) is the load inertia referred to the motor shaft. 8.0 CONSIDERATIONS FOR THE CONTROL OF DC MICROMOTORS. 8.

Where: (J LM ) is the load inertia referred to the motor shaft. 8.0 CONSIDERATIONS FOR THE CONTROL OF DC MICROMOTORS. 8. Where: (J LM ) is the load inertia referred to the motor shaft. 8.0 CONSIDERATIONS FOR THE CONTROL OF DC MICROMOTORS 8.1 General Comments Due to its inherent qualities the Escap micromotor is very suitable

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

Development of FPGA based Speed Control of Induction Motor

Development of FPGA based Speed Control of Induction Motor Development of FPGA based Speed Control of Induction Motor S. R. Kumbhar Department of Electronics, Willingdon College, Sangli (MS) 416415, India Abstract: Since the invention of the wheel there is revolution

More information

Digital Testing Kit for Three Phase Distribution Transformer

Digital Testing Kit for Three Phase Distribution Transformer Digital Testing Kit for Three Phase Distribution Transformer Renuka Kachare 1, Gitanjali Atugade 2, Shreyada Jadhav 3, Shweta Mahajan 4, Dhanyakumar Patil 5 1 Department of Electrical Engineering, ADCET,

More information

SPEED CONTROL AND SYNCHRONIZATION OF DC MOTORS USING WIRELESS MODULE

SPEED CONTROL AND SYNCHRONIZATION OF DC MOTORS USING WIRELESS MODULE SPEED CONTROL AND SYNCHRONIZATION OF DC MOTORS USING WIRELESS MODULE Asifa Parvaiz 1, Mitali Sadhwani 2, Ashwini Bidker 2, Krunal Dheple 2, Jitendra Kawadkar 2, Amol Bhoyar 2 1Asst, Prof, Department of

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

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018 ME375 Lab Project Bradley Boane & Jeremy Bourque April 25, 2018 Introduction: The goal of this project was to build and program a two-wheel robot that travels forward in a straight line for a distance

More information

Analysis & Hardware Implementation Of Three-Phase Voltage Source Inverter

Analysis & Hardware Implementation Of Three-Phase Voltage Source Inverter Analysis & Hardware Implementation Of Three-Phase Voltage Source Inverter Prachi S. Dharmadhikari M-Tech Student: Electrical Engg.Department R.C.O.E.M, Nagpur (India) Gaurav N. Goyal Asst. Prof : Electrical

More information

CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM

CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM 49 CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM 4.0 INTRODUCTION This chapter covers in detail the experimental set up of proposed Z source Matrix (ZSMC) based UPFC and compares with a lab scale model

More information

Design and Implementation of an Inverted Pendulum Controller to be used as a Lab Setup

Design and Implementation of an Inverted Pendulum Controller to be used as a Lab Setup Design and Implementation of an Inverted Pendulum Controller to be used as a Lab Setup Harsha Abeykoon, S.R.H. Mudunkotuwa, Malithi Gunawardana, Haroos Mohamed, Darshana Mannapperuma Department of Electrical

More information

MSK4310 Demonstration

MSK4310 Demonstration MSK4310 Demonstration The MSK4310 3 Phase DC Brushless Speed Controller hybrid is a complete closed loop velocity mode controller for driving a brushless motor. It requires no external velocity feedback

More information

Design and Simulation of Three Phase Controlled Rectifier Using IGBT

Design and Simulation of Three Phase Controlled Rectifier Using IGBT Design and Simulation of Three Phase Controlled Rectifier Using IGBT Tanmay Sharma 1, Dhruvi Dave 2, Ruchit Soni 3 1 Student, Electrical Engineering Department, Indus University, Ahmedabad, Gujarat. 2

More information

Simulation and Controlling the Speed of Electric Locomotive through PWM Technique

Simulation and Controlling the Speed of Electric Locomotive through PWM Technique Simulation and Controlling the Speed of Electric Locomotive through PWM Technique Arvind Kumar Verma 1, V.K Tripathi 2 PG Student, Department of Electrical Engineering, SHIATS, Allahabad (U.P.), India

More information

Design and Impliment of Powertrain Control System for the All Terrian Vehicle

Design and Impliment of Powertrain Control System for the All Terrian Vehicle International Journal of Control, Energy and Electrical Engineering (CEEE) Copyright IPCO-2014 Design and Impliment of Powertrain Control System for the All Terrian Vehicle Khaled sailan #1, Prof. Dr.-Ing.

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

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

Implementation of Multiquadrant D.C. Drive Using Microcontroller

Implementation of Multiquadrant D.C. Drive Using Microcontroller Implementation of Multiquadrant D.C. Drive Using Microcontroller Author Seema Telang M.Tech. (IV Sem.) Department of Electrical Engineering Shri Ramdeobaba College of Engineering and Management Abstract

More information

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL Experiment No. 1(a) : Modeling of physical systems and study of

More information

Page 1. Relays. Poles and Throws. Relay Types. Common embedded system problem CS/ECE 6780/5780. Al Davis. Terminology used for switches

Page 1. Relays. Poles and Throws. Relay Types. Common embedded system problem CS/ECE 6780/5780. Al Davis. Terminology used for switches Relays CS/ECE 6780/5780 Al Davis Today s topics: Relays & Motors prelude to 5780 Lab 9 Common embedded system problem digital control: relatively small I & V levels controlled device requires significantly

More information

MICROCONTROLLER BASED BOOST PID MUNAJAH BINTI MOHD RUBAEE

MICROCONTROLLER BASED BOOST PID MUNAJAH BINTI MOHD RUBAEE MICROCONTROLLER BASED BOOST PID MUNAJAH BINTI MOHD RUBAEE This thesis is submitted as partial fulfillment of the requirement for the award of Bachelor of Electrical Engineering (Power System) Faculty of

More information

Speed Control of DC Motor Using Phase-Locked Loop

Speed Control of DC Motor Using Phase-Locked Loop Speed Control of DC Motor Using Phase-Locked Loop Authors Shaunak Vyas Darshit Shah Affiliations B.Tech. Electrical, Nirma University, Ahmedabad E-mail shaunak_vyas1@yahoo.co.in darshit_shah1@yahoo.co.in

More information

ECE 5670/6670 Project. Brushless DC Motor Control with 6-Step Commutation. Objectives

ECE 5670/6670 Project. Brushless DC Motor Control with 6-Step Commutation. Objectives ECE 5670/6670 Project Brushless DC Motor Control with 6-Step Commutation Objectives The objective of the project is to build a circuit for 6-step commutation of a brushless DC motor and to implement control

More information

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

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

More information

Feed Forward Control of Induction Motor using AC Voltage Regulator

Feed Forward Control of Induction Motor using AC Voltage Regulator Feed Forward Control of Induction Motor using AC Voltage Regulator Senthilkumar. P #1, G. Manivannan #2, #1 Assistant Professor,Department of EEE, #2 Assistant Professor,Department of EEE, G. Krithiga

More information

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore)

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Laboratory 14 Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Required Components: 1x PIC 16F88 18P-DIP microcontroller 3x 0.1 F capacitors 1x 12-button numeric

More information

Figure 1: Motor model

Figure 1: Motor model EE 155/255 Lab #4 Revision 1, October 24, 2017 Lab 4: Motor Control In this lab you will characterize a DC motor and implement the speed controller from homework 3 with real hardware and demonstrate that

More information

CHAPTER 4 FUZZY LOGIC CONTROLLER

CHAPTER 4 FUZZY LOGIC CONTROLLER 62 CHAPTER 4 FUZZY LOGIC CONTROLLER 4.1 INTRODUCTION Unlike digital logic, the Fuzzy Logic is a multivalued logic. It deals with approximate perceptive rather than precise. The effective and efficient

More information

7 Lab: Motor control for orientation and angular speed

7 Lab: Motor control for orientation and angular speed Prelab Participation Lab Name: 7 Lab: Motor control for orientation and angular speed Control systems help satellites to track distant stars, airplanes to follow a desired trajectory, cars to travel at

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

MEM01: DC-Motor Servomechanism

MEM01: DC-Motor Servomechanism MEM01: DC-Motor Servomechanism Interdisciplinary Automatic Controls Laboratory - ME/ECE/CHE 389 February 5, 2016 Contents 1 Introduction and Goals 1 2 Description 2 3 Modeling 2 4 Lab Objective 5 5 Model

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

VVVF POWER SOURCE USING SPWM

VVVF POWER SOURCE USING SPWM VVVF POWER SOURCE USING SPWM Apurva P. Patil 1, Sukhada Deshmukh 2 1 Electronics Department, R.I.T., Shivaji University, (India) 2 Department of E&TC, DCOER, Pune University, (India) ABSTRACT VVVF power

More information

Control of the Speed of a DC Motor by Employing Pulse Width Modulation (PWM) Technique

Control of the Speed of a DC Motor by Employing Pulse Width Modulation (PWM) Technique Control of the Speed of a DC Motor by Employing Pulse Width Modulation (PWM) Technique Mohammad Tafiqur Rahman, Fahad Faisal, Munawwar Mahmud Sohul, Farruk Ahmed Department of Electrical Engineering &

More information

Motor Control. Suppose we wish to use a microprocessor to control a motor - (or to control the load attached to the motor!) Power supply.

Motor Control. Suppose we wish to use a microprocessor to control a motor - (or to control the load attached to the motor!) Power supply. Motor Control Suppose we wish to use a microprocessor to control a motor - (or to control the load attached to the motor!) Operator Input CPU digital? D/A, PWM analog voltage Power supply Amplifier linear,

More information

AEIJST - January Vol 4 - Issue 1 ISSN Automatic Railway Gate Controller by Using AT89C51

AEIJST - January Vol 4 - Issue 1 ISSN Automatic Railway Gate Controller by Using AT89C51 Automatic Railway Gate Controller by Using AT89C51 * Prof. Ms. Sunita P Aware ** Dr. Chetan M Sedani * ETC Dept. MSSCET, Jalna, (Dr. BAMU Aurangabad), MS, India ** Mech. Dept. M SSCET, Jalna, (Dr. BAMU

More information