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

Size: px
Start display at page:

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

Transcription

1 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 10, 2003

2 Summary: This project is a microcontroller-based, speed control system for a dc motor. The controller accepts the desired speed input from the keypad and outputs a control signal to the power electronics. A pulse width modulation board is used to convert the 0-5 volts output of the EMAC development board to a 30 volt modulated signal. A block diagram is shown in Fig. 1. There is a feedback signal to let the controller know the actual motor speed. The speed sensor is a rotary encoder, which outputs a signal proportional to the speed of the motor. The microcontroller reads the signal then adjusts the control signal to make the actual motor speed match the desired motor speed. The complete system block diagram is shown in Figure 2 below. The load attached to the motor will be another dc motor driven in reverse, i.e. a generator, for load testing. Directional control will also be provided. Desired Speed Controller Circuitry Actual Speed Figure 1. System Inputs and Outputs LCD Display Desired Speed from Keypad EMAC Board PWM Signal H-bridge Desired Direction from Keypad Sensor (feedback) DC Motor Load Figure 2. Digital Controller Block Diagram Detailed Description: Within the software of the EMAC development board, the control system used will be proportional integral control. This control will be output in the form of a pulse width 2

3 modulated signal. The signal will then be amplified using an H-bridge to drive the dc motor. With a load attached to the motor, the speed will not be the same as what is desired, but will be corrected with a velocity sensor in a closed-loop feedback configuration. The microcontroller will vary the control signal to adapt the system to the desired speed. The design of the project will entail evaluation of H-bridge power electronics to drive the motor and modeling the power electronics and motor. Developing a model for the system allows for the development of various controller algorithms. This project will be much easier if it is done in phases, rather than just starting with PI digital control on the EMAC development board. First, an all analog controller with a linear amplifier will be utilized to make sure that the motor was modeled correctly. The second design iteration will be replacing the analog input signal with a PWM signal and adding in a PWM board. The linear amplifier will be replaced with a H-bridge. At this point the EMAC development board will be used to measure the speed of the motor. It will be used to test the linear analog controller and the PWM controller. The next phase will be using the EMAC development board to control the system using proportional control. Finally, proportional integral control will be implemented using the EMAC development board. The code for the EMAC development board will be compiled using Keil, and then downloaded to the EMAC development board. The high level software flow chart is shown in Figure 3. The microcontroller will accept the desired motor velocity from the keypad and then turn it into a control signal for the motor. EMAC Initialization Code Input Desired Convert to DC value Output to D/A New Input? Yes Adjust Signal to Meet Desired Check Feedback No Figure 3. High Level Software Flowchart 3

4 The LCD on the EMAC development board will provide the user with information on the DC motor. The screen will display the desired motor velocity as well as the actual motor velocity as seen in Figure 4. Line 1: Desired RPM XXX Line 2: Actual RPM XXX Figure 4. LCD Display The desired speed will be entered from the keypad on the EMAC development board. Three digits will be typed followed by an E and then the LCD will change the desired speed and the control system will change the speed of the motor. The Intel microcontroller on the EMAC development board will be the center of the system, see Figure 5 for block diagram. It will use the downloaded code from the PC to interface with the LCD display, keypad, pulse width modulation board, and rotary encoder. It will output a DC signal to the PWM board and receive feedback from the encoder to correct the output signal. Keypad Sensor EMAC Development Board LCD Display PWM Board Figure 5. EMAC Development Board Block Diagram The pulse width modulation board will accept the DC control signal from the D/A of the EMAC development board and convert it into a PWM signal. The higher the DC input, the greater the pulse width will be. This signal will be used by the H-bridge power electronics to control the motor velocity. The motor velocity is used by the encoder to output a signal with a frequency proportional to the velocity. The output is a TTL signal that can be used by the EMAC development board for feedback. See Figure 6. The encoder outputs 512 pulses per shaft rotation. 4

5 Shaft, w Sensor (Rotary Encoder) TTL Signal Figure 6. Rotary Encoder Block Diagram Preliminary lab work completed thus far is the motor modeling, the inintial design of the linear amplifier circuit, and the collection of some experimental motor data. Figure 7 shows the electrical model in Pspice of the motor, based on the values given on the motor spec sheet. Figure 7. Motor Model The linear amplifier was designed for a gain of six. This is due to the 5 volt output of the D/A on the EMAC development board and the 30 volt input of the motor. The linear amplifier is shown in figure 8, this is also done in Pspice. In the linear amplifier, Q2 is a current limiter. This is a safety device to protect Q1 from exceeding its maximum ratings. The complete schematic of the motor and the linear amplifier is shown in figure 9. 5

6 Figure 8. Linear Amplifier Figure 9. Linear Amplifier and Motor In lab, speed and current data was collected on the motor over the 0 to 30 volt range. Microsoft Excel was used to plot the results of the collected data. The shaft speed went up to 825 RPM at 30 volts, which is the same as the expected value. 6

7 Voltage vs. RPM RPM Motor Voltage Figure 10. Motor Shaft RPM vs. Motor Voltage Figure 11 shows the current that the motor draws from 0 to 30 volts. The data shows that the max current is about.1 amps at 30 volts. Motor Current vs. Voltage Current Voltage Figure 11. Motor Armature Current vs. Motor Voltage The current and voltage graph can give the amount of power dissipation requried by Q1 in the linear amplifier. Figure 12 shows the Power Dissipation of the transistor vs. the motor voltage. It shows that the average peak power dissipation is about 1.6 watts. This is higher than the transistor can handle so a heat sink will be required to get the transistor in a safe operating region. 7

8 Transistor Power Dissipation Motor Current Motor Voltage Figure 12. Transistor Power Dissipation vs. Motor Voltage Laboratory Schedule: There are fourteen weeks next semester to work on the LCMSC. The last two will be spent working on the final presentation and the student expo which leaves twelve weeks for lab work. Week 1 & 2 Analog controller with linear amplifier. Week 3 & 4 Analog controller with PWM board. Week 5, 6, & 7 Use EMAC board to measure RPM and display. Week 8, 9, & 10 Develop digital proportional control with EMAC board. Week 11 & 12 Proportional Integral control with EMAC board. Equipment & Parts List: For the most part, general purpose lab equipment will be used such as power supplies, multimeters, heatsink, H-Bridge, EMAC board, Pittman GM9236C534-R2, and other small components that are available. The only thing that needs to be acquired is one or two PWM boards. At this time the PWM boards have not been evaluated so the exact boards can not be specified. 8

Observer-based Engine Cooling Control System (OBCOOL) Project Proposal. Students: Andrew Fouts & Kurtis Liggett. Advisor: Dr.

Observer-based Engine Cooling Control System (OBCOOL) Project Proposal. Students: Andrew Fouts & Kurtis Liggett. Advisor: Dr. Observer-based Engine Cooling Control System (OBCOOL) Project Proposal Students: Andrew Fouts & Kurtis Liggett Advisor: Dr. Gary Dempsey Date: December 09, 2010 1 Introduction Control systems exist in

More information

Robotic Navigation Distance Control Platform

Robotic Navigation Distance Control Platform Robotic Navigation Distance Control Platform System Block Diagram Student: Scott Sendra Project Advisors: Dr. Schertz Dr. Malinowski Date: November 18, 2003 Objective The objective of the Robotic Navigation

More information

Students: Andrew Fouts Kurtis Liggett. Advisor: Dr. Dempsey

Students: Andrew Fouts Kurtis Liggett. Advisor: Dr. Dempsey Students: Andrew Fouts Kurtis Liggett Advisor: Dr. Dempsey Presentation Overview Project Summary Observer-based control Previous Work Project Goals System Block Diagram Functional Requirements Preliminary

More information

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives Kevin Block, Timothy De Pasion, Benjamin Roos, Alexander Schmidt Gary Dempsey

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

FPGA Implementation of a PID Controller with DC Motor Application

FPGA Implementation of a PID Controller with DC Motor Application FPGA Implementation of a PID Controller with DC Motor Application Members Paul Leisher Christopher Meyers Advisors Dr. Stewart Dr. Dempsey This project aims to implement a digital PID controller by means

More information

Observer-based Engine Cooling Control System (OBCOOL) Functional Description & System Block Diagram. Students: Andrew Fouts & Kurtis Liggett

Observer-based Engine Cooling Control System (OBCOOL) Functional Description & System Block Diagram. Students: Andrew Fouts & Kurtis Liggett Observer-based Engine Cooling Control System (OBCOOL) Functional Description & System Block Diagram Students: Andrew Fouts & Kurtis Liggett Advisor: Dr. Gary Dempsey Date: November 9, 2010 Introduction

More information

DC motor control using arduino

DC motor control using arduino DC motor control using arduino 1) Introduction: First we need to differentiate between DC motor and DC generator and where we can use it in this experiment. What is the main different between the DC-motor,

More information

ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES

ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES EXPERIMENT 4: ERROR SIGNAL CHARACTERIZATION In this laboratory experience we will use the two

More information

dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Proposal

dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Proposal dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Proposal By Annemarie Thomas Advisor: Dr. Winfred Anakwa December 2, 2008 Table of Contents Introduction... 1 Project Summary...

More information

Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback

Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback Expo Paper Department of Electrical and Computer Engineering By: Christopher Spevacek and Manfred Meissner Advisor:

More information

SERVO MOTOR CONTROL TRAINER

SERVO MOTOR CONTROL TRAINER SERVO MOTOR CONTROL TRAINER UC-1780A FEATURES Open & closed loop speed and position control. Analog and digital control techniques. PC based instrumentation include oscilloscope, multimeter and etc. PC

More information

Electronics Design Laboratory Lecture #6. ECEN2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #6. ECEN2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #6 Electronics Design Laboratory 1 Soldering tips ECEN 227 Electronics Design Laboratory 2 Introduction to Lab 3 Part B: Closed-Loop Speed Control -1V Experiment 3A

More information

Introduction to MS150

Introduction to MS150 Introduction to MS150 Objective: To become familiar with the modules and how they operate. Equipment Required: Following equipment is required to perform above task. Quantity Apparatus 1 OU150A Operation

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

Teaching Mechanical Students to Build and Analyze Motor Controllers

Teaching Mechanical Students to Build and Analyze Motor Controllers Teaching Mechanical Students to Build and Analyze Motor Controllers Hugh Jack, Associate Professor Padnos School of Engineering Grand Valley State University Grand Rapids, MI email: jackh@gvsu.edu Session

More information

Laboratory Tutorial#1

Laboratory Tutorial#1 Laboratory Tutorial#1 1.1. Objective: To become familiar with the modules and how they operate. 1.2. Equipment Required: Following equipment is required to perform above task. Quantity Apparatus 1 OU150A

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

815-BR SERVO AMPLIFIER FOR BRUSH SERVOMOTORS

815-BR SERVO AMPLIFIER FOR BRUSH SERVOMOTORS 815-BR SERVO AMPLIFIER FOR BRUSH SERVOMOTORS USER GUIDE September 2004 Important Notice This document is subject to the following conditions and restrictions: This document contains proprietary information

More information

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout Linear Motion Servo Plants: IP01 or IP02 Linear Experiment #0: Integration with WinCon IP01 and IP02 Student Handout Table of Contents 1. Objectives...1 2. Prerequisites...1 3. References...1 4. Experimental

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, 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

1525-BRS INFORMATION MANUAL SERV O D YN A M ICS. D y n ad r iv e Ave Crocker Suite 10 Valencia, CA

1525-BRS INFORMATION MANUAL SERV O D YN A M ICS. D y n ad r iv e Ave Crocker Suite 10 Valencia, CA 28231 Ave Crocker Suite 10 Valencia, CA 91355 818-700-8600 Servodynamics.com INFORMATION MANUAL 1525-BRS SERV O D YN A M ICS U SA www.servodynamics.com D y n ad r iv e Bru sh INDEX Page INTRODUCTION 2

More information

Operational Amplifiers

Operational Amplifiers 1. Introduction Operational Amplifiers The student will be introduced to the application and analysis of operational amplifiers in this laboratory experiment. The student will apply circuit analysis techniques

More information

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge L298 Full H-Bridge HEF4071B OR Gate Brushed DC Motor with Optical Encoder & Load Inertia Flyback Diodes Arduino Microcontroller

More information

DynaDrive INFORMATION MANUAL SDFP(S)

DynaDrive INFORMATION MANUAL SDFP(S) DynaDrive INFORMATION MANUAL SDFP(S)1525-17 SERVO DYNAMICS CORP. 28231 Avenue Crocker, Santa Clarita, CA. 91355 (818) 700-8600 Fax (818) 718-6719 www.servodynamics.com INDEX Page INTRODUCTION 2 ELECTRICAL

More information

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

More information

An External Command Reading White line Follower Robot

An External Command Reading White line Follower Robot EE-712 Embedded System Design: Course Project Report An External Command Reading White line Follower Robot 09405009 Mayank Mishra (mayank@cse.iitb.ac.in) 09307903 Badri Narayan Patro (badripatro@ee.iitb.ac.in)

More information

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr.

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr. Mars Rover: System Block Diagram November 19, 2002 By: Dan Dunn Colin Shea Eric Spiller Advisors: Dr. Huggins Dr. Malinowski Mr. Gutschlag System Block Diagram An overall system block diagram, shown in

More information

Closed Loop Magnetic Levitation Control of a Rotary Inductrack System. Senior Project Proposal. Students: Austin Collins Corey West

Closed Loop Magnetic Levitation Control of a Rotary Inductrack System. Senior Project Proposal. Students: Austin Collins Corey West Closed Loop Magnetic Levitation Control of a Rotary Inductrack System Senior Project Proposal Students: Austin Collins Corey West Advisors: Dr. Winfred Anakwa Mr. Steven Gutschlag Date: December 18, 2013

More information

MEASUREMENT, PROTECTION, SPEED CONTROL AND GRAPHICAL OBSERVATION OF DC MOTOR PARAMETERS BY ATMEGA-16 USING EMBEDDED SYSTEMS

MEASUREMENT, PROTECTION, SPEED CONTROL AND GRAPHICAL OBSERVATION OF DC MOTOR PARAMETERS BY ATMEGA-16 USING EMBEDDED SYSTEMS MEASUREMENT, PROTECTION, SPEED CONTROL AND GRAPHICAL OBSERVATION OF DC MOTOR PARAMETERS BY ATMEGA-16 USING EMBEDDED SYSTEMS MANOJ KUMAR SWAIN 1, N.SAROJ KUMAR 2, DIGVIJAY KUMAR 3 AND MANIKA NAYAK 4 1 Associate

More information

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable- Velocity Differential Motor Drives

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable- Velocity Differential Motor Drives Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable- Velocity Differential Motor Drives Kevin Block, Timothy De Pasion, Benjamin Roos, Alexander Schmidt Dr. Gary Dempsey

More information

MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor

MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor University of California, Irvine Department of Mechanical and Aerospace Engineering Goals To understand and gain insight about how a

More information

The Datasheet and Interfacing EE3376

The Datasheet and Interfacing EE3376 The Datasheet and Interfacing EE3376 MSP430 Datasheet Modes of the MSP430 Active Mode (this class) LPM0 (CPU asleep) LPM3 (only ACLK on) LPM4 (sleep mode) 0 0 0 0 250uA 0 0 0 1 35 ua 1 1 0 1 1 ua 1 1 1

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

Laboratory Design Project: PWM DC Motor Speed Control

Laboratory Design Project: PWM DC Motor Speed Control EE-331 Devices and Circuits I Summer 2013 Due dates: Laboratory Design Project: PWM DC Motor Speed Control Instructor: Tai-Chang Chen 1. Operation of the circuit should be verified by your lab TA by Friday,

More information

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY J. C. Álvarez, J. Lamas, A. J. López, A. Ramil Universidade da Coruña (SPAIN) carlos.alvarez@udc.es, jlamas@udc.es, ana.xesus.lopez@udc.es,

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

Single-phase Variable Frequency Switch Gear

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

More information

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

Wireless Bluetooth Controller for DC Motor

Wireless Bluetooth Controller for DC Motor Wireless Bluetooth Controller for DC Motor ECE 445 Final Report May 1, 2007 Team Members: Abhay Jain Reid Vaccari TA: Brian Raczkowski Professor Gary Swenson TABLE OF CONTENTS 1. INTRODUCTION...3 1.1 Motivation...3

More information

By Vishal Kumar. Project Advisor: Dr. Gary L. Dempsey

By Vishal Kumar. Project Advisor: Dr. Gary L. Dempsey Project Deliverable III Senior Project Proposal for Non-Linear Internal Model Controller Design for a Robot Arm with Artificial Neural Networks By Vishal Kumar Project Advisor: Dr. Gary L. Dempsey 12/4/07

More information

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY Objectives Preparation Tools To see the inner workings of a commercial mechatronic system and to construct a simple manual motor speed controller and current

More information

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Marion O. Hagler Department of Electrical and Computer Engineering Mississippi

More information

Ametek, Inc. Rotron Technical Products Division. 100 East Erie St., Suite 200 Kent, Ohio User's Guide. Number Revision F

Ametek, Inc. Rotron Technical Products Division. 100 East Erie St., Suite 200 Kent, Ohio User's Guide. Number Revision F Ametek, Inc. Rotron Technical Products Division 100 East Erie St., Suite 200 Kent, Ohio 44240 User's 120 Volt, 800 Watt and 240 Volt, 1200 Watt Brushless Motor Drive Electronics 5.7" (145 mm) and 7.2"

More information

Controlling an AC Motor

Controlling an AC Motor Controlling an AC Motor Elias Badillo Ibarra James Smith December 7, 2010 EE 554 Embedded Control Systems Abstract The goal of this project was to implement a PID motor controller to control velocity in

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

The software developed for DC motor speed control system provides the user interface to

The software developed for DC motor speed control system provides the user interface to 5.1 Introduction The software developed for DC motor speed control system provides the user interface to enter the set point, tune controller parameters by using the Matrix type keypad and display the

More information

Feedback Devices. By John Mazurkiewicz. Baldor Electric

Feedback Devices. By John Mazurkiewicz. Baldor Electric Feedback Devices By John Mazurkiewicz Baldor Electric Closed loop systems use feedback signals for stabilization, speed and position information. There are a variety of devices to provide this data, such

More information

Experiment 1. Speed control of a DC motor with an inner current loop

Experiment 1. Speed control of a DC motor with an inner current loop he University of New South Wales School of Electrical Engineering & elecommunications ELEC463 - ELECRIC RIVE SYSEMS Experiment. Speed control of a C motor with an inner current loop. Introduction In this

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

Automobile Prototype Servo Control

Automobile Prototype Servo Control IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Automobile Prototype Servo Control Mr. Linford William Fernandes Don Bosco

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

Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm

Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:17 No:02 38 Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm Shahrizal Saat 1 *, Mohd Nabil

More information

Laboratory Tutorial#1

Laboratory Tutorial#1 Laboratory Tutorial#1 1.1. Objective: To become familiar with the modules and how they operate. 1.2. Equipment Required: Following equipment is required to perform above task. Quantity Apparatus 1 OU150A

More information

Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET)

Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET) Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET) Nicanor Quijano and Kevin M. Passino The Ohio State University, Department of Electrical Engineering, 2015 Neil Avenue, Columbus

More information

Vision-Guided Motion. Presented by Tom Gray

Vision-Guided Motion. Presented by Tom Gray Vision-Guided Motion Presented by Tom Gray Overview Part I Machine Vision Hardware Part II Machine Vision Software Part II Motion Control Part IV Vision-Guided Motion The Result Harley Davidson Example

More information

DSP-Based Simple Technique for Synchronization of 3 phase Alternators with Active and Reactive Power Load Sharing

DSP-Based Simple Technique for Synchronization of 3 phase Alternators with Active and Reactive Power Load Sharing DSP-Based Simple Technique for Synchronization of 3 phase Alternators with Active and Reactive Power Load Sharing M. I. Nassef (1), H. A. Ashour (2), H. Desouki (3) Department of Electrical and Control

More information

DMC-8 (SKU#ROB )

DMC-8 (SKU#ROB ) DMC-8 (SKU#ROB-01-007) Selectable serial or parallel interface Use with Microcontroller or PC Controls 2 DC motors For 5 24 Volt Motors 8 Amps per channel Windows software included Fuse protection Dual

More information

MOBILE ROBOT CRUISE CONTROLLER

MOBILE ROBOT CRUISE CONTROLLER University of Moratuwa B.Sc. Engineering Robotic Mini project 2006 MOBILE ROBOT CRUISE CONTROLLER By Cader M.F.M.A. (020046) Iynkaran N. (020153) Uthayasanker T. (020400) Department of electronic and telecommunication

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

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

GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following

GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following Goals for this Lab Assignment: 1. Learn about the sensors available on the robot for environment sensing. 2. Learn about classical wall-following

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

Brushed DC Motor PWM Speed Control with the NI myrio, Optical Encoder, and H-Bridge

Brushed DC Motor PWM Speed Control with the NI myrio, Optical Encoder, and H-Bridge Brushed DC Motor PWM Speed Control with the NI myrio, Optical Encoder, and H-Bridge Motor Controller Brushed DC Motor / Encoder System K. Craig 1 Gnd 5 V OR Gate H-Bridge 12 V Bypass Capacitors Flyback

More information

Massachusetts Institute of Technology. Lab 2: Characterization of Lab System Components

Massachusetts Institute of Technology. Lab 2: Characterization of Lab System Components OBJECTIVES Massachusetts Institute of Technology Department of Mechanical Engineering 2.004 System Dynamics and Control Fall Term 2007 Lab 2: Characterization of Lab System Components In the future lab

More information

LAB 5 OPERATIONAL AMPLIFIERS

LAB 5 OPERATIONAL AMPLIFIERS LAB 5 OPERATIONAL AMPLIFIERS PRE-LAB CALCULATIONS: Use circuit analysis techniques learned in class to analyze the circuit in Figure 5.2. Solve for Vo assuming that the effective resistance of the LED

More information

Multi-Stage Power Conversion Proposal

Multi-Stage Power Conversion Proposal Multi-Stage Power Conversion Proposal Joe Driscoll, Paul Hemberger, David Yamnitsky Introduction MSPC is a three stage power converter system where each stage not only supports a useful application, but

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

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Abstract Several types

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

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

Speed Feedback and Current Control in PWM DC Motor Drives

Speed Feedback and Current Control in PWM DC Motor Drives Exercise 3 Speed Feedback and Current Control in PWM DC Motor Drives EXERCISE OBJECTIVE When you have completed this exercise, you will know how to improve the regulation of speed in PWM dc motor drives.

More information

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS

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

More information

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

Analog Servo Drive BD15A8

Analog Servo Drive BD15A8 Description Power Range The BD15A8 PWM servo drive is designed to drive brushless DC motors at a high switching frequency. t is fully protected against over-voltage, over-current, over-heating and short-circuits.

More information

Inverter Drive /Vector Drive Motors & Controls

Inverter Drive /Vector Drive Motors & Controls H2 Inverter/ Encoderless Vector Inverter Drive /Vector Drive & Controls 3/4 thru 50 180-264 VAC 3 Phase - 50/60 Hz 3/4 thru 60 340-528 VAC 3 Phase - 50/60 Hz 3/4 thru 60 515-660 VAC 3 Phase - 60 Hz HVAC

More information

Hydra: A Three Stage Power Converter

Hydra: A Three Stage Power Converter 6.101 Project Proposal Paul Hemberger, Joe Driscoll, David Yamnitsky Hydra: A Three Stage Power Converter Introduction Hydra is a three stage power converter system where each stage not only supports a

More information

Electronics Review 1 Cornerstone Electronics Technology and Robotics II Week 1

Electronics Review 1 Cornerstone Electronics Technology and Robotics II Week 1 Electronics Review 1 Cornerstone Electronics Technology and Robotics II Week 1 Administration: o Prayer o Welcome back o Review Quiz 1 Review: o Reading meters: When a current or voltage value is unknown,

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

Administrative Notes. DC Motors; Torque and Gearing; Encoders; Motor Control. Today. Early DC Motors. Friday 1pm: Communications lecture

Administrative Notes. DC Motors; Torque and Gearing; Encoders; Motor Control. Today. Early DC Motors. Friday 1pm: Communications lecture At Actuation: ti DC Motors; Torque and Gearing; Encoders; Motor Control RSS Lecture 3 Wednesday, 11 Feb 2009 Prof. Seth Teller Administrative Notes Friday 1pm: Communications lecture Discuss: writing up

More information

Magnetic Suspension System Control Using Position and Current Feedback. Senior Project Proposal. Team: Gary Boline and Andrew Michalets

Magnetic Suspension System Control Using Position and Current Feedback. Senior Project Proposal. Team: Gary Boline and Andrew Michalets Magnetic Suspension System Control Using Position and Current Feedback Senior Project Proposal Team: Gary Boline and Andrew Michalets Advisors: Dr. Anakwa and Dr. Schertz Date: November 28, 2006 Summary

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

Closed Loop Magnetic Levitation Control of a Rotary Inductrack System. Students: Austin Collins Corey West

Closed Loop Magnetic Levitation Control of a Rotary Inductrack System. Students: Austin Collins Corey West Closed Loop Magnetic Levitation Control of a Rotary Inductrack System Functional Description and Complete System Block Diagram Students: Austin Collins Corey West Advisors: Dr. Winfred Anakwa Mr. Steven

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

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

EE 308 Spring S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE

EE 308 Spring S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE 9S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE In this sequence of three labs you will learn to use the 9S12 S hardware sybsystem. WEEK 1 PULSE WIDTH MODULATION

More information

Analog Servo Drive 25A20DD

Analog Servo Drive 25A20DD Description Power Range NOTE: This product has been replaced by the AxCent family of servo drives. Please visit our website at www.a-m-c.com or contact us for replacement model information and retrofit

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

MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER

MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER www.arpnjournals.com MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER M.K.Hat 1, B.S.K.K. Ibrahim 1, T.A.T. Mohd 2 and M.K. Hassan 2 1 Department

More information

DESIGN OF A TWO DIMENSIONAL MICROPROCESSOR BASED PARABOLIC ANTENNA CONTROLLER

DESIGN OF A TWO DIMENSIONAL MICROPROCESSOR BASED PARABOLIC ANTENNA CONTROLLER DESIGN OF A TWO DIMENSIONAL MICROPROCESSOR BASED PARABOLIC ANTENNA CONTROLLER Veysel Silindir, Haluk Gözde, Gazi University, Electrical And Electronics Engineering Department, Ankara, Turkey 4 th Main

More information

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller Sukumar Kamalasadan Division of Engineering and Computer Technology University of West Florida, Pensacola, FL, 32513

More information

Analysis and Measurement of a Resistor Bridge Circuit with Three Voltage Sources

Analysis and Measurement of a Resistor Bridge Circuit with Three Voltage Sources Analysis and Measurement of a Resistor Bridge Circuit with Three Voltage Sources EL 111 - DC Fundamentals Required Laboratory Project By: Walter Banzhaf, E.K. Smith, and Winfield Young University of Hartford

More information

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL Document : AVL-10000T Version: 1.00 Author: Henry S Date: 25 July 2008 This module contains protection circuitry to guard against damage due to

More information

ADJUSTABLE SPEED DRIVES. HX7 Series. 18 Pulse. Phone: Fax: Web: -

ADJUSTABLE SPEED DRIVES. HX7 Series. 18 Pulse. Phone: Fax: Web:  - ADJUSTABLE SPEED DRIVES HX7 Series 18 Pulse Toshiba HX7 In some industrial applications, users need reliable and efficient adjustable speed drives that do not contribute significant harmonic distortion

More information

Many applications. Mismatched Load Characterization for High-Power RF Amplifiers PA CHARACTERIZATION. This article discusses the

Many applications. Mismatched Load Characterization for High-Power RF Amplifiers PA CHARACTERIZATION. This article discusses the From April 2004 High Frequency Electronics Copyright 2004 Summit Technical Media, LLC Mismatched Load Characterization for High-Power RF Amplifiers By Richard W. Brounley, P.E. Brounley Engineering Many

More information

Brushless DC Motor Controller Specification Assemblies 025F0248

Brushless DC Motor Controller Specification Assemblies 025F0248 Brushless DC Motor Controller Specification Assemblies 025F0248 600A1099 Rev. B April 4 th, 2014 Revision History EC Date Description Rev EC54318 09/03/13 Initial Release A EC58093 04/04/14 Added cap discharge

More information

MDM5253 DC Motor Driver Module with Position and Current Feedback User Manual

MDM5253 DC Motor Driver Module with Position and Current Feedback User Manual MDM5253 DC Motor Driver Module with Position and Current Feedback User Manual Version: 1.0.3 Apr. 2013 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Running as

More information

Laboratory Final Design Project. PWM DC Motor Speed Control

Laboratory Final Design Project. PWM DC Motor Speed Control Laboratory Final Design Project PWM DC Motor Speed Control Bowen Wang, Siyang Xia, Renhao Xie, E E 331 Lab, Winter 2013 TABLE OF CONTENTS Purpose of project, features, ratings.

More information

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh Teaching Children Proportional Control using ROBOLAB 2.9 By Dr C S Soh robodoc@fifth-r.com Objective Using ROBOLAB 2.9, children can experiment with proportional control the same way as undergraduates

More information