The Embedded System. - Development and analysis of an Embedded DC-motor controller - by Embedded System Team

Size: px
Start display at page:

Download "The Embedded System. - Development and analysis of an Embedded DC-motor controller - by Embedded System Team"

Transcription

1 The Embedded System - Development and analysis of an Embedded DC-motor controller - by Robert Eriksson Nicklas Lundin Mehiar Moukbel Ronnie Sjödin Thomas Wahlström 2E1242, Project Course Automatic Control at The Royal Institute of Technology (KTH) Stockholm, May 2004

2 2E1242, Project Course in Automatic Control i Abstract In the spring of 2004 the project Embedded System was active. The project goal was to develop and analyse an Embedded DC-motor controller with emphasis on the lateral. As a part of the developing process the DC-motor was externally controlled using dspace. When programming the processor the greatest limitation was the available memory and not the processor calculation time. Due to the memory limitation a simple PD-controller was developed and tested for different sampling time, interrupts and perturbations. Due to its simplicity, the controller and its high sampling time, the processor could still, although interrupted and perturbated, stabilize the system.

3 2E1242, Project Course in Automatic Control ii Contents 1 Introduction Background Problem definition Solution proposition Equipment Hardware DC-motor Inputs Outputs Serial port PIC dspace DS1104 board Software Matlab/SIMULINK Real Time Workshop/dSPACE PCWH compiler PIC Downloader Hyperterminal Theory The continuous closed loop system Open loop transfer function PD-controller The discrete closed loop system The discrete open loop system Discretizing the PD-controller Discretizing the closed loop system Execution Simulation dspace Building a continuous PD-controller Evaluating the continuous PD-controller Building a discrete PD-controller Evaluating the discrete PD-controller Embedded processor control Function libraries Building an embedded PD-controller Processor scheduling

4 2E1242, Project Course in Automatic Control iii 5 Conclusions 15 6 Bibliography 17

5 2E1242, Project Course in Automatic Control 1(17) 1 Introduction As a part of the project course in automatic control between 9th of March an the 18th of May of 2004 the course participants was divided into five groups with different projects. One of these five projects was the Embedded System - the development and analysis of an Embedded DC-motor controller. 1.1 Background The (EST) received an order from Mr Johansson with the specifications to create an automatic controller to control the angle of a DC-motor shaft. The controller should be implemented in an embedded microprocessor. Detailed analysis of the implementation should be provided, which should illustrate both the trade-off between control performance and CPU-time and the importance of quick application of controller output. 1.2 Problem definition In cooperation with the project consultant Oscar Flärdh the team defined the problem as follow. Create an application which from the embedded processor control the DCmotors rotor angle from an extern given angle. The application will, with focus on the control algorithm and its implementation, be analyzed and optimized for best control performance. 1.3 Solution proposition The solution consists of three main parts. The QIC is going to be controlled using dspace to get control values to compare with the performance on the processor. A function library is going to be built to simplify the encoding of control algorithms. Last optimizing of the control algorithm for best control performance considering the processor s capacity will be made. Of these parts the function library will be the most time consuming due to the complexity of programming a processor.

6 2E1242, Project Course in Automatic Control 2(17) 2 Equipment In the following section all equipment used in the project will be describe. The equipment has been dived into two main areas: hardware and software. 2.1 Hardware To be able to understand which part of the hardware each section is handling, here are some definitions. QIC is the name of the entire board consisting of the DC-motor and the processor PIC DC-motor The graphite brush Maxon DC-motor is powered by a linear power amplifier which can be controlled, either from the PIC, see section 2.1.5, or from a dspace DS1104 board, see section 2.1.6, through the Command input. The way of controlling the motor is selected with the jumper switch J6, see figure 1. Figure 1: The QIC board

7 2E1242, Project Course in Automatic Control 3(17) Inputs Only one input is available, the Command input. It is fed by the dspace DS1104 board and is either controlling the DC-motor directly or giving external inputs to the PIC. This input has a range of ±5V Outputs Five outputs are available: The Potentiometer output measures the angle of the DC-motor shaft. The output signal is in the range of ±5V. It is a linear output, hence 180 o equals 5V and 180 o equals 5V. This means that when the rotor angle exceeds 180 o, the output jumps from 5V to 5V. The Tachometer output measures the speed of DC-motor rotor. The output signal is in the range of ±5V. This proportional sensor has a sensitivity of 1.5V/1000RP M. A clock-wise rotation generates a positive voltage and counter clock-wise rotation a negative voltage. The Current sensor measures the current from the Power amplifier. The output voltage is proportional to the current supplied to the DCmotor. It has sensitivity of 1.8V/A. The D/A output can only be used when the QIC processor core is controlling the DC-motor. This output is used to supervise the control signal. The rotary Encoder output is a digital positioning measurement (can not be used by dspace, no input). Note: The potentiometer, the tachometer and the current meter are all scaled and shifted from the range 5 V to 5 V to the range of 0 V to 5 V before entering the PIC Serial port The RS232 Serial port is used to communicate with the PIC. Software is downloaded and processes can be supervised through this port. The processor can also receive external instructions through this port while running PIC A programmable processor capable of controlling a process attached from any external controller. All external available measurements are also available for the PIC without any wiring required.

8 2E1242, Project Course in Automatic Control 4(17) dspace DS1104 board The external hardware interface which allows a computer to communicate with the process. The board has eight BNC analog inputs and eight BNC analog outputs. 2.2 Software In the following section the software used in this project will be commented Matlab/SIMULINK Generate and build controllers which can be applied on the process to simulate different scenarios and calculate time delay and sampling frequencies Real Time Workshop/dSPACE The dspace software Control Desk and the dspace board allow communication with the QIC when using Real Time Workshop, RTW. Hence simulation can be done directly on the physical process involving virtual instrument building, meaning there is no need to build a model of the process. RTW transforms the controller from a SIMULINK block model to dspace PCWH compiler This program compiles all the c-code in to hex-code 1 which the PIC can handle PIC Downloader This program is the serial bootloading program. Once you have programmed the PIC with a bootloader, you can use this program for programming the PIC through the serial port Hyperterminal The add on Windows program Hyperterminal is used on the computer for serial communication with the PIC. 1 Assembler code for the processor

9 2E1242, Project Course in Automatic Control 5(17) 3 Theory The theoretical part of this project is divided into two parts: the continuous and the discrete closed loop system. 3.1 The continuous closed loop system This section describes how the parameters K p and K d is calculated Open loop transfer function Basics from electrical 2 and mechanical 3 engineering results in the following equations, that can be seen as the open loop equations of the DC-motor. V m = I m R m + K m ω m (1) T m = K τ I m = J l ω m (2) where V m : motor terminal voltage [V ] I m : motor current [A] R m : motor resistance [Ω] K m : motor torque constant [Nm/A] ω m : motor shaft speed [rad/s] T m : torque [Nm] K τ :back emf constant [Nm/A] J l : load inertia [kgm 2 ] Starting by deriving the open loop transfer function of the motor, G o, from voltage to motor position. After insertion of known values and simplification the equation gives G o (s) = θ(s) V m (s) = K m s(r m (J m + J l )s + Km) = s(0.0566s + 1) where θ(s) is the angle of the motor shaft and J m is the motor inertia. (3) This second order system is not open loop stable due to the fact that there exists a pole in the origin. Now a PD controller is designed which will stabilize the system and allow the user to give position of the motor shaft. The system should track the desired position while minimizing the steady state error with consideration of the overshoot and the rise time. 2 Kirchoff s first law 3 The definition of momentum

10 2E1242, Project Course in Automatic Control 6(17) PD-controller The model of the DC-motor includes an integral part which gives that a PDcontroller is sufficient to control the system. By having this built in integral part the steady state error converge to zero. The implemented controller is given on the form where V m = (K p + sk d )(θ θ d ) = K p (θ θ d ) + K d dθ dt (4) K p : proportional gain [V/rad] K d : derivative gain [V/(rad/s)] θ: shaft angle [rad] θ d : angle command [rad] The closed loop transfer function, G c, is given by G c (s) = θ(s) θ d (s) = K m K p (R m J m + R m J l )s 2 + (K 2 m + K m K d )s + K m K p (5) where the denominator can be written on the form s 2 + 2ζω 0 + ω 2 0 (6) where ζ is defined as the damping coefficient and ω 0 is the natural frequency. These parameters, ζ and ω 0, are used as tuning parameters which alters the systems dynamic with respect on the step response dynamics 4. By choosing reasonable values of ζ = 0.5 and ω 0 = 29 rad/s the rise time becomes 58 ms with an overshoot and settling time of M = 14% and T settling = 180 ms. The controller coefficients, K p and K d, were calculated according to resulting in K p = 2.69 and K d = K p = ω2 0R m (J m + J l ) K m (7) K d = 2ζω 0R m (J m + J l ) K 2 m K m (8) 4 overshoot, rise, settling time, etc

11 2E1242, Project Course in Automatic Control 7(17) 3.2 The discrete closed loop system Sampling a time continuous system results in a discrete system which is dependent of the sampling time T s. The sampling frequency must be chosen in such a way that the sampled system will have its poles and zeroes inside the unit circle to assure stability. Using a high sampling frequency will lead to a system that is almost continuous in its characteristics, while a too low sampling frequency will lead to instability of the system. In this case the sampling time was chosen to 10 ms resulting in very acceptable system properties. The border around 50 ms, corresponding to sampling frequency of 20 Hz, will lead to instability The discrete open loop system First the continuous time system is written in its state space form with x 1 = y and x 2 = ẏ. This results in the following continuous state space system ẋ(t) = Ax(t) + Bu(t) (9) y(t) = Cx(t) (10) where A = ( ), B = ( ), C = ( 1 0 ) The eigenvalues of the matrix A gives one pole in s = 0 and another in s = The pole in the origin gives oscillation in the system. By sampling the state space continues time system gives a discrete time system written as where x(n + 1) = Φx(n) + Γu(n) (11) y(n) = Cx(n) (12) Φ = e At, Γ = T 0 e At Bdt

12 2E1242, Project Course in Automatic Control 8(17) The second order discrete transfer function H d (q) is now given by H d (q) = C(qI Φ) 1 Γ (13) meaning that the system has two poles and one zero as Discretizing the PD-controller H(z) = a 1z + a 2 z 2 + b 1 z + b 2 (14) The discrete time controller H c (z) will be calculated using Euler backward method, where s is replaced by s as where T s is the sampling time. s = z 1 zt s (15) The PD-controller, H c (z), is be given by Discretizing the closed loop system H c (z) = K p + K d z 1 zt s (16) The closed loop discrete time system is finally given by G(z) = H(z)H c(z) 1 + H(z)H c (z) (17) where H(z) and H c (z) are the discrete system and the discrete time PDcontroller as given in equation 14 and 16. The system is a third order system which means that it has three poles and two zeros.

13 2E1242, Project Course in Automatic Control 9(17) 4 Execution The execution of this project is performed in two steps. First the process is controlled externally through the dspace interface to get a performance reference for future controllers and model verification. The second step is to implement the controller onto the processor and evaluate it. To be able to compare control performance, measurements are performed using a step response, equivalent to rotate the motor shaft 90 degrees. To evaluate control performance the overshoot is fixed to a maximum level, see section 3.1.2, and the system rise time and settling time are measured. 4.1 Simulation dspace The dspace software is used to externally control the process. By designing a controller in SIMULINK, using the potentiometer output on the QIC board as a feedback signal and the command input as a control signal, a closed-loop system is created. Hence, the controller is simulated but uses data from the real process to calculate its output Building a continuous PD-controller A PD-controller based on results derived in section is designed in SIMULINK. The controller is presented in figure 2. Scaling due to the dspace-motor interface is not included in the figure but accounted for in the simulation. The scaling factor is π/5. Figure 2: PD-controller used in dspace

14 2E1242, Project Course in Automatic Control 10(17) Evaluating the continuous PD-controller To evaluate the performance of the closed-loop system the step response is analyzed. The result of the system is shown in figure angle/degrees time/s Figure 3: Step response for the externally controlled process Measuring performance data gives T r = 53ms, M = 16% and T settling = 150ms. Comparing these values to the ones derived in section gives a satisfactory result and therefor validates the possibility to evaluate the process through a discrete SIMULINK-controller. These values will also be used as a reference when developing the real embedded processor controller Building a discrete PD-controller To simulate a discrete controller dspace is used. The flexibility in this software makes it easy to change controller parameters and evaluate performance before implementing the controller onto the processor. To model a discrete controller a zero-order-hold block is added to the output of the controller model and the input signal is sampled Evaluating the discrete PD-controller When controlling the process using a discrete PD-controller in dspace the sampling time is chosen below 20 ms to get the system stable. If the system should reach the same performance as the continuous system the sampling

15 2E1242, Project Course in Automatic Control 11(17) time must be chosen at least 10 ms, due to the rule of thumb that at least four to ten sample should be in the rise time. The step response for the two cases is illustrated in figures 4 and angle/degrees time/s Figure 4: Discrete controller simulated with T s = 20 ms The control performance for the controller when using T s = 20 ms is M = 36%, T settling = 220 ms, T r = 50 ms angle/degrees time/s Figure 5: Discrete controller simulated with T s = 10 ms and for the controller using T s = 10 ms is M = 18%, T settling = 175 ms, T r = 50 ms.

16 2E1242, Project Course in Automatic Control 12(17) 4.2 Embedded processor control The embedded controller is written in C-code and the PCWH Compiler, see section is used to convert it to assembler code. The assembler code is then downloaded into the processor using the PIC Downloader software, see section Function libraries To simplify the controller development in C-code a library of functions and macros is created. The QIC has two onboard devices which can be accessed by the PIC. These are the D/A chip which can be set to work as an encoder or a digital to analog converter, DAC. Using the DAC enables the PIC to write a 12 bit value trough an 8 bit bus to the amplifier. The function initda() is created such that the D/A chip sets to DAC mode. The bus is attached to a port on the PIC. Reading and writing to this port enables the user to access the D/A chip. Since the bus can carry only 8 bits, the data segment has to be divided into two 8 bit values, high bit and low bit. The function w2da() accepts a 12 bit value, and writes the two data parts to a data register enabling the D/A chip to write to the amplifier. To allow the signal to pass from the potentiometer to the PIC via the 10 bit A/D converter, the function initad(c) initiates the input pins and allows reading from the requested pin c. The main program that is downloaded onto the PIC uses the function req angle() which demands the user to give the system a reference signal. The reference signal, an angle, is entered in the Hyperterminal window, see section which is attached to the PIC trough the serial port Building an embedded PD-controller Implementing an embedded controller requires effective programming. When constructing a controller or program for a conventional PC, effective programming is of less importance. However, when programming for a DSP or a processor with strictly limited resources, like this embedded processor, several processor properties has to be accounted for. The greatest limitation in this processor was found to be its programming memory. The used compiler, the PCWH Compiler, see section??, calculates used percentage program-

17 2E1242, Project Course in Automatic Control 13(17) ming memory when compiling. The memory usage and the total calculation time of an algorithm is used to decide how effectively the program is written. Variable declaration is a crucial part when writing effective programs. By not using more variables than necessary and, most important, not using more memory demanding variable types 5 than the application need, a lot of memory can be saved. The result of an effective algorithm is presented in figure 6. The algorithm is very fast and uses a sampling time of T s = 5 ms. The actual control algorithm is so fast that its running time can not be measured with precision, it is approximated to 0.25 ms between reading and writing. This can be compared with one of the first, non optimized controller, which had a running time of approximately 1.5 ms and required more than twice as much memory angle/degrees time/s Figure 6: Embedded controller with T s = 5 ms This embedded controller has control performance M = 14%, T r = 65 ms, T settling = 225 ms. Comparing these results with controlling with dspace, the rise time and settling time are worse. Due to the strictly limited memory of the processor, the algorithm is written with integer variables. This means that all K p and K d values can not be represented, so an overshoot M = 18% cannot be constructed. A larger overshoot and faster rise time can be accomplished, but for this application a lower overshoot has been chosen. This 5 char, int, long, floats etc.

18 2E1242, Project Course in Automatic Control 14(17) results in a controller, not exactly like the dspace controller. Experimenting with higher sampling time results in a high-sampling-time limit. When using T s = 20 ms the system has very bad control performance, but is still stable. This is derived in section showing that a stable system requires T s < 50 ms. Although, to get acceptable control performance the sampling time should be chosen as T s < 10 ms. In figure 7 and 8 the result is shown for the two limit value cases angle/degrees time/s Figure 7: Embedded controller with T s = 20 ms The control performance when using T s = 20 ms it gives M = 62%, T r = 56 ms and T settling = 500 ms angle/degrees time/s Figure 8: Embedded controller with T s = 10 ms and for T s = 10 ms is M = 25%, T r = 54 ms and T s = 250 ms

19 2E1242, Project Course in Automatic Control 15(17) Processor scheduling Since the processor is quite powerful for this controller, other applications could be run simultaneously with it. This means that processor scheduling has to be accounted for. The chosen sampling time can be created by inserting a delay after the output-writing. This is how an interrupt is modelled, i.e. the control algorithm has the highest priority. By inserting a delay before the writing process two things can be achieved. Either a model of a higher priority task than the controller or a model of inefficient written, time consuming code. Several possible situations has been tested. The controller being interrupted often by a short task at high frequency, being interrupted by longer tasks at lower frequency and situations in between. Looking at a controller with the quite low sampling time of T s = 5 ms all these situations are handled with very good result. The controller can handle a couple of missed samples without becoming unstable. However, this is heavily affected by at which time the interrupt is called. When the same tests as above is performed using a controller with T s = 10 ms the result also is satisfactory. Performance is though degraded more than in the previous case which is even more emphasized when using a controller with T s = 20 ms. These tests have also shown that, when the controller is interrupted before it has written its output, it is better to write the delayed output than ignoring it. But it would be even better to start over if interrupted. 5 Conclusions The main conclusion of this project is that, for controlling the angle of the DC-motor shaft, the greatest limitations of the processor lies in its small programming memory capacity. The processor is more than fast enough for the controller. The implemented controller has therefor been designed to be fast and consume as little programming memory as possible. Since the processor is fast, there is no problem having a short sampling time. The used controller is of PD type. This is a rather simple controller, but compensating this with a short sampling time enables the controller to use little valuable programming memory, giving room for other applications to be run on the processor as well. Coding a fast algorithm requires restricted use of variables. Using a larger

20 2E1242, Project Course in Automatic Control 16(17) variable type than necessary costs processing time, but most important in this case, programming memory. The requirements on the controller was set to have a rather small overshoot and a quite fast rise time. This is possible to achieve even when using a longer sampling time, but when the controller is supposed to handle delays due to interrupts and other perturbations, a shorter sampling time gives better control performance. Hence, the fast processor enables the use of a low sampling time, giving the programmer the possibility to give the controller a rather low priority when scheduling the tasks, and still get good control performance.

21 2E1242, Project Course in Automatic Control 17(17) 6 Bibliography QIC Processor core V16 User s Manual Quanser consulting Inc., 2002 Engineering Trainer, DC-motor Control user guide Quanser consulting Inc., 2002 Engineering Trainer, DC-motor Control qkinterface Quanser consulting Inc., 2002 Installing and Configuration Guide, Release 3.4 dspace GmbH, 2002 Implementation Guide, Release 3.4 dspace GmbH, 2002 Design and Implementation of an Embedded Real-Time System Master Thesis by Paul Cedwall, 2003 The Not So Short Introduction to L A TEX2e Tobias Oetiker, Hubert Partl, Irene Hyna and Elisabeth Schlegl, 2003 Reglerteknik, Grundläggande teori Torkel Gladh and Lennart Ljung, 1989 Reglerteknik, Flervariabla och olinjära metoder Torkel Gladh and Lennart Ljung, 2003

Rotary Motion Servo Plant: SRV02. Rotary Experiment #02: Position Control. SRV02 Position Control using QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #02: Position Control. SRV02 Position Control using QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #02: Position Control SRV02 Position Control using QuaRC Student Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1 3. OVERVIEW OF FILES...2

More information

Lab 11. Speed Control of a D.C. motor. Motor Characterization

Lab 11. Speed Control of a D.C. motor. Motor Characterization Lab 11. Speed Control of a D.C. motor Motor Characterization Motor Speed Control Project 1. Generate PWM waveform 2. Amplify the waveform to drive the motor 3. Measure motor speed 4. Estimate motor parameters

More information

Sfwr Eng/TRON 3DX4, Lab 4 Introduction to Computer Based Control

Sfwr Eng/TRON 3DX4, Lab 4 Introduction to Computer Based Control Announcements: Sfwr Eng/TRON 3DX4, Lab 4 Introduction to Computer Based Control First lab Week of: Mar. 10, 014 Demo Due Week of: End of Lab Period, Mar. 17, 014 Assignment #4 posted: Tue Mar. 0, 014 This

More information

Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor

Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor 2.737 Mechatronics Dept. of Mechanical Engineering Massachusetts Institute of Technology Cambridge, MA0239 Topics Motor modeling

More information

Penn State Erie, The Behrend College School of Engineering

Penn State Erie, The Behrend College School of Engineering Penn State Erie, The Behrend College School of Engineering EE BD 327 Signals and Control Lab Spring 2008 Lab 9 Ball and Beam Balancing Problem April 10, 17, 24, 2008 Due: May 1, 2008 Number of Lab Periods:

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

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

Feedback Systems. Many embedded system applications involve the concept of feedback. Sometimes feedback is designed into systems: Actuator

Feedback Systems. Many embedded system applications involve the concept of feedback. Sometimes feedback is designed into systems: Actuator Feedback Systems Many embedded system applications involve the concept of feedback Sometimes feedback is designed into systems: Operator Input CPU Actuator Physical System position velocity temperature

More information

Rotary Motion Servo Plant: SRV02. Rotary Experiment #03: Speed Control. SRV02 Speed Control using QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #03: Speed Control. SRV02 Speed Control using QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #03: Speed Control SRV02 Speed Control using QuaRC Student Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1 3. OVERVIEW OF FILES...2

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

Lab 2: Quanser Hardware and Proportional Control

Lab 2: Quanser Hardware and Proportional Control I. Objective The goal of this lab is: Lab 2: Quanser Hardware and Proportional Control a. Familiarize students with Quanser's QuaRC tools and the Q4 data acquisition board. b. Derive and understand a model

More information

EE 461 Experiment #1 Digital Control of DC Servomotor

EE 461 Experiment #1 Digital Control of DC Servomotor EE 461 Experiment #1 Digital Control of DC Servomotor 1 Objectives The objective of this lab is to introduce to the students the design and implementation of digital control. The digital control is implemented

More information

Laboratory Assignment 1 Sampling Phenomena

Laboratory Assignment 1 Sampling Phenomena 1 Main Topics Signal Acquisition Audio Processing Aliasing, Anti-Aliasing Filters Laboratory Assignment 1 Sampling Phenomena 2.171 Analysis and Design of Digital Control Systems Digital Filter Design and

More information

CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System

CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System Introduction CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System The purpose of this lab is to introduce you to digital control systems. The most basic function of a control system is to

More information

Electrical Drives I. Week 4-5-6: Solid state dc drives- closed loop control of phase controlled DC drives

Electrical Drives I. Week 4-5-6: Solid state dc drives- closed loop control of phase controlled DC drives Electrical Drives I Week 4-5-6: Solid state dc drives- closed loop control of phase controlled DC drives DC Drives control- DC motor without control Speed Control Strategy: below base speed: V t control

More information

Digital Control of MS-150 Modular Position Servo System

Digital Control of MS-150 Modular Position Servo System IEEE NECEC Nov. 8, 2007 St. John's NL 1 Digital Control of MS-150 Modular Position Servo System Farid Arvani, Syeda N. Ferdaus, M. Tariq Iqbal Faculty of Engineering, Memorial University of Newfoundland

More information

Ball Balancing on a Beam

Ball Balancing on a Beam 1 Ball Balancing on a Beam Muhammad Hasan Jafry, Haseeb Tariq, Abubakr Muhammad Department of Electrical Engineering, LUMS School of Science and Engineering, Pakistan Email: {14100105,14100040}@lums.edu.pk,

More information

EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism

EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism Tim Davidson Ext. 27352 davidson@mcmaster.ca Objective To identify the plant model of a servomechanism, and explore the trade-off between

More information

TODO add: PID material from Pont slides Some inverted pendulum videos Model-based control and other more sophisticated

TODO add: PID material from Pont slides Some inverted pendulum videos Model-based control and other more sophisticated TODO add: PID material from Pont slides Some inverted pendulum videos Model-based control and other more sophisticated controllers? More code speed issues perf with and w/o FP on different processors Last

More information

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout 1. Objectives The objective in this experiment is to design a controller for

More information

RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES

RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES Lukáš Pohl Doctoral Degree Programme (2), FEEC BUT E-mail: xpohll01@stud.feec.vutbr.cz Supervised by: Petr Blaha E-mail: blahap@feec.vutbr.cz Abstract: This

More information

Advanced Servo Tuning

Advanced Servo Tuning Advanced Servo Tuning Dr. Rohan Munasinghe Department of Electronic and Telecommunication Engineering University of Moratuwa Servo System Elements position encoder Motion controller (software) Desired

More information

UNIT 2: DC MOTOR POSITION CONTROL

UNIT 2: DC MOTOR POSITION CONTROL UNIT 2: DC MOTOR POSITION CONTROL 2.1 INTRODUCTION This experiment aims to show the mathematical model of a DC motor and how to determine the physical parameters of a DC motor model. Once the model is

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

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

REAL-TIME LINEAR QUADRATIC CONTROL USING DIGITAL SIGNAL PROCESSOR

REAL-TIME LINEAR QUADRATIC CONTROL USING DIGITAL SIGNAL PROCESSOR TWMS Jour. Pure Appl. Math., V.3, N.2, 212, pp.145-157 REAL-TIME LINEAR QUADRATIC CONTROL USING DIGITAL SIGNAL PROCESSOR T. SLAVOV 1, L. MOLLOV 1, P. PETKOV 1 Abstract. In this paper, a system for real-time

More information

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr.

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr. Servo Tuning Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa Thanks to Dr. Jacob Tal Overview Closed Loop Motion Control System Brain Brain Muscle

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

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

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

More information

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

Automatic Control Systems 2017 Spring Semester

Automatic Control Systems 2017 Spring Semester Automatic Control Systems 2017 Spring Semester Assignment Set 1 Dr. Kalyana C. Veluvolu Deadline: 11-APR - 16:00 hours @ IT1-815 1) Find the transfer function / for the following system using block diagram

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

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

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

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

Ball and Beam. Workbook BB01. Student Version

Ball and Beam. Workbook BB01. Student Version Ball and Beam Workbook BB01 Student Version Quanser Inc. 2011 c 2011 Quanser Inc., All rights reserved. Quanser Inc. 119 Spy Court Markham, Ontario L3R 5H6 Canada info@quanser.com Phone: 1-905-940-3575

More information

Root Locus Design. by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE

Root Locus Design. by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Root Locus Design by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE The objective of this experiment is to design a feedback control system for a motor positioning

More information

Lab 2: Introduction to Real Time Workshop

Lab 2: Introduction to Real Time Workshop Lab 2: Introduction to Real Time Workshop 1 Introduction In this lab, you will be introduced to the experimental equipment. What you learn in this lab will be essential in each subsequent lab. Document

More information

Fundamentals of Servo Motion Control

Fundamentals of Servo Motion Control Fundamentals of Servo Motion Control The fundamental concepts of servo motion control have not changed significantly in the last 50 years. The basic reasons for using servo systems in contrast to open

More information

Optimal Control System Design

Optimal Control System Design Chapter 6 Optimal Control System Design 6.1 INTRODUCTION The active AFO consists of sensor unit, control system and an actuator. While designing the control system for an AFO, a trade-off between the transient

More information

Embedded Control Project -Iterative learning control for

Embedded Control Project -Iterative learning control for Embedded Control Project -Iterative learning control for Author : Axel Andersson Hariprasad Govindharajan Shahrzad Khodayari Project Guide : Alexander Medvedev Program : Embedded Systems and Engineering

More information

Department of Electrical Engineering

Department of Electrical Engineering Department of Electrical Engineering Master Thesis Modelling and design of digital DC-DC converters Master thesis performed in datorteknik by Hiwa Mobaraz LiTH-ISY-EX--16/4942--SE Linköping 2016 Department

More information

JUNE 2014 Solved Question Paper

JUNE 2014 Solved Question Paper JUNE 2014 Solved Question Paper 1 a: Explain with examples open loop and closed loop control systems. List merits and demerits of both. Jun. 2014, 10 Marks Open & Closed Loop System - Advantages & Disadvantages

More information

Lab 23 Microcomputer-Based Motor Controller

Lab 23 Microcomputer-Based Motor Controller Lab 23 Microcomputer-Based Motor Controller Page 23.1 Lab 23 Microcomputer-Based Motor Controller This laboratory assignment accompanies the book, Embedded Microcomputer Systems: Real Time Interfacing,

More information

Cantonment, Dhaka-1216, BANGLADESH

Cantonment, Dhaka-1216, BANGLADESH International Conference on Mechanical, Industrial and Energy Engineering 2014 26-27 December, 2014, Khulna, BANGLADESH ICMIEE-PI-140153 Electro-Mechanical Modeling of Separately Excited DC Motor & Performance

More information

Latest Control Technology in Inverters and Servo Systems

Latest Control Technology in Inverters and Servo Systems Latest Control Technology in Inverters and Servo Systems Takao Yanase Hidetoshi Umida Takashi Aihara. Introduction Inverters and servo systems have achieved small size and high performance through the

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

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

Module 08 Controller Designs: Compensators and PIDs

Module 08 Controller Designs: Compensators and PIDs Module 08 Controller Designs: Compensators and PIDs Ahmad F. Taha EE 3413: Analysis and Desgin of Control Systems Email: ahmad.taha@utsa.edu Webpage: http://engineering.utsa.edu/ taha March 31, 2016 Ahmad

More information

Design of stepper motor position control system based on DSP. Guan Fang Liu a, Hua Wei Li b

Design of stepper motor position control system based on DSP. Guan Fang Liu a, Hua Wei Li b nd International Conference on Machinery, Electronics and Control Simulation (MECS 17) Design of stepper motor position control system based on DSP Guan Fang Liu a, Hua Wei Li b School of Electrical Engineering,

More information

SRV02-Series. Rotary Servo Plant. User Manual

SRV02-Series. Rotary Servo Plant. User Manual SRV02-Series Rotary Servo Plant User Manual SRV02-(E;EHR)(T) Rotary Servo Plant User Manual 1. Description The plant consists of a DC motor in a solid aluminum frame. The motor is equipped with a gearbox.

More information

Comparisons of Different Controller for Position Tracking of DC Servo Motor

Comparisons of Different Controller for Position Tracking of DC Servo Motor Comparisons of Different Controller for Position Tracking of DC Servo Motor Shital Javiya 1, Ankit Kumar 2 Assistant Professor, Dept. of IC, Atmiya Institute of Technology & Science, Rajkot, Gujarat, India

More information

Closed-Loop Transportation Simulation. Outlines

Closed-Loop Transportation Simulation. Outlines Closed-Loop Transportation Simulation Deyang Zhao Mentor: Unnati Ojha PI: Dr. Mo-Yuen Chow Aug. 4, 2010 Outlines 1 Project Backgrounds 2 Objectives 3 Hardware & Software 4 5 Conclusions 1 Project Background

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

Implementation of discretized vector control strategies for induction machines

Implementation of discretized vector control strategies for induction machines Implementation of discretized vector control strategies for induction machines Report of Master of Science thesis Prepared By Md. Inoon Nishat Amalesh Chowdhury Department of Energy and Environment Division

More information

Open Loop Frequency Response

Open Loop Frequency Response TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Open Loop Frequency Response by Carion Pelton 1 OBJECTIVE This experiment will reinforce your understanding of the concept of frequency response. As part of the

More information

AC : A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC

AC : A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC AC 2011-490: A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC Ziqian Liu, SUNY Maritime College Ziqian Liu received the Ph.D. degree from the Southern Illinois University Carbondale in 2005. He

More information

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

dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Report dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Report By Annemarie Thomas Advisor: Dr. Winfred Anakwa May 12, 2009 Abstract The dspace DS1103 software and hardware tools

More information

Loop Design. Chapter Introduction

Loop Design. Chapter Introduction Chapter 8 Loop Design 8.1 Introduction This is the first Chapter that deals with design and we will therefore start by some general aspects on design of engineering systems. Design is complicated because

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

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

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

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

More information

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science Motor Driver and Feedback Control: The feedback control system of a dc motor typically consists of a microcontroller, which provides drive commands (rotation and direction) to the driver. The driver is

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

Step vs. Servo Selecting the Best

Step vs. Servo Selecting the Best Step vs. Servo Selecting the Best Dan Jones Over the many years, there have been many technical papers and articles about which motor is the best. The short and sweet answer is let s talk about the application.

More information

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card N. KORONEOS, G. DIKEAKOS, D. PAPACHRISTOS Department of Automation Technological Educational Institution of Halkida Psaxna 34400,

More information

A HARDWARE DC MOTOR EMULATOR VAGNER S. ROSA 1, VITOR I. GERVINI 2, SEBASTIÃO C. P. GOMES 3, SERGIO BAMPI 4

A HARDWARE DC MOTOR EMULATOR VAGNER S. ROSA 1, VITOR I. GERVINI 2, SEBASTIÃO C. P. GOMES 3, SERGIO BAMPI 4 A HARDWARE DC MOTOR EMULATOR VAGNER S. ROSA 1, VITOR I. GERVINI 2, SEBASTIÃO C. P. GOMES 3, SERGIO BAMPI 4 Abstract Much work have been done lately to develop complex motor control systems. However they

More information

Lecture 11. Phase Locked Loop (PLL): Appendix C. EE4900/EE6720 Digital Communications

Lecture 11. Phase Locked Loop (PLL): Appendix C. EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 11 Phase Locked Loop (PLL): Appendix C Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video, text, data, ) Transducer

More information

A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR

A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR Shiyoung Lee, Ph.D. Pennsylvania State University Berks Campus Room 120 Luerssen Building, Tulpehocken

More information

User Guide IRMCS3041 System Overview/Guide. Aengus Murray. Table of Contents. Introduction

User Guide IRMCS3041 System Overview/Guide. Aengus Murray. Table of Contents. Introduction User Guide 0607 IRMCS3041 System Overview/Guide By Aengus Murray Table of Contents Introduction... 1 IRMCF341 Application Circuit... 2 Sensorless Control Algorithm... 4 Velocity and Current Control...

More information

EC6405 - CONTROL SYSTEM ENGINEERING Questions and Answers Unit - II Time Response Analysis Two marks 1. What is transient response? The transient response is the response of the system when the system

More information

University of California, Berkeley EE128, Fall Lab 7 A Microcontroller Based Position/Speed Controller

University of California, Berkeley EE128, Fall Lab 7 A Microcontroller Based Position/Speed Controller Introduction University of California, Berkeley EE128, Fall 2005 Lab 7 A Microcontroller Based Position/Speed Controller In this lab, we will develop and evaluate a microcontroller based position/speed

More information

ECE 5670/ Lab 6. Parameter Estimation of a Brushless DC Motor. Objectives

ECE 5670/ Lab 6. Parameter Estimation of a Brushless DC Motor. Objectives ECE 5670/6670 - Lab 6 Parameter Estimation of a Brushless DC Motor Objectives The objective of the lab is to determine the parameters of a brushless DC motor and to experiment with control strategies using

More information

The Air Bearing Throughput Edge By Kevin McCarthy, Chief Technology Officer

The Air Bearing Throughput Edge By Kevin McCarthy, Chief Technology Officer 159 Swanson Rd. Boxborough, MA 01719 Phone +1.508.475.3400 dovermotion.com The Air Bearing Throughput Edge By Kevin McCarthy, Chief Technology Officer In addition to the numerous advantages described in

More information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall 2012 IMPORTANT: This handout is common for all workbenches. 1. Lab Information a) Date, Time, Location, and Report

More information

A Real-Time Platform for Teaching Power System Control Design

A Real-Time Platform for Teaching Power System Control Design A Real-Time Platform for Teaching Power System Control Design G. Jackson, U.D. Annakkage, A. M. Gole, D. Lowe, and M.P. McShane Abstract This paper describes the development of a real-time digital simulation

More information

The Discussion of this exercise covers the following points: Angular position control block diagram and fundamentals. Power amplifier 0.

The Discussion of this exercise covers the following points: Angular position control block diagram and fundamentals. Power amplifier 0. Exercise 6 Motor Shaft Angular Position Control EXERCISE OBJECTIVE When you have completed this exercise, you will be able to associate the pulses generated by a position sensing incremental encoder with

More information

MAE106 Laboratory Exercises Lab # 5 - PD Control of DC motor position

MAE106 Laboratory Exercises Lab # 5 - PD Control of DC motor position MAE106 Laboratory Exercises Lab # 5 - PD Control of DC motor position University of California, Irvine Department of Mechanical and Aerospace Engineering Goals Understand how to implement and tune a PD

More information

1. To study the influence of the gain on the transient response of a position servo. 2. To study the effect of velocity feedback.

1. To study the influence of the gain on the transient response of a position servo. 2. To study the effect of velocity feedback. KING FAHD UNIVERSITY OF PETROLEUM & MINERALS Electrical Engineering Department EE 380 - Control Engineering Experiment # 6 Servo Motor Position Control Using a Proportional Controller OBJECTIVES: 1. To

More information

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume, Number, 2 Pages 3-24 Jordan Journal of Electrical Engineering ISSN (Print): 249-96, ISSN (Online): 249-969 Analysis of Brushless DC Motor with Trapezoidal Back EMF using MATLAB Taha A. Hussein

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

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

Elements of Haptic Interfaces

Elements of Haptic Interfaces Elements of Haptic Interfaces Katherine J. Kuchenbecker Department of Mechanical Engineering and Applied Mechanics University of Pennsylvania kuchenbe@seas.upenn.edu Course Notes for MEAM 625, University

More information

Chapter 5. Tracking system with MEMS mirror

Chapter 5. Tracking system with MEMS mirror Chapter 5 Tracking system with MEMS mirror Up to now, this project has dealt with the theoretical optimization of the tracking servo with MEMS mirror through the use of simulation models. For these models

More information

Paul Schafbuch. Senior Research Engineer Fisher Controls International, Inc.

Paul Schafbuch. Senior Research Engineer Fisher Controls International, Inc. Paul Schafbuch Senior Research Engineer Fisher Controls International, Inc. Introduction Achieving optimal control system performance keys on selecting or specifying the proper flow characteristic. Therefore,

More information

Design of double loop-locked system for brush-less DC motor based on DSP

Design of double loop-locked system for brush-less DC motor based on DSP International Conference on Advanced Electronic Science and Technology (AEST 2016) Design of double loop-locked system for brush-less DC motor based on DSP Yunhong Zheng 1, a 2, Ziqiang Hua and Li Ma 3

More information

Motor Modeling and Position Control Lab 3 MAE 334

Motor Modeling and Position Control Lab 3 MAE 334 Motor ing and Position Control Lab 3 MAE 334 Evan Coleman April, 23 Spring 23 Section L9 Executive Summary The purpose of this experiment was to observe and analyze the open loop response of a DC servo

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

Lecture 2 Exercise 1a. Lecture 2 Exercise 1b

Lecture 2 Exercise 1a. Lecture 2 Exercise 1b Lecture 2 Exercise 1a 1 Design a converter that converts a speed of 60 miles per hour to kilometers per hour. Make the following format changes to your blocks: All text should be displayed in bold. Constant

More information

A Case Study of Rotating Sonar Sensor Application in Unmanned Automated Guided Vehicle

A Case Study of Rotating Sonar Sensor Application in Unmanned Automated Guided Vehicle A Case Study of Rotating Sonar Sensor Application in Unmanned Automated Guided Vehicle Pravin Chandak, Ming Cao and Ernest L. Hall University of Cincinnati Center for Robotics University of Cincinnati

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

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab. 0908448 Experiment no.1 DC Servo Motor OBJECTIVES: The aim of this experiment is to provide students with a sound introduction

More information

Continuous Time Model Predictive Control for a Magnetic Bearing System

Continuous Time Model Predictive Control for a Magnetic Bearing System PIERS ONLINE, VOL. 3, NO. 2, 27 22 Continuous Time Model Predictive Control for a Magnetic Bearing System Jianming Huang College of Automation, Chongqing University, Chongqing, China Liuping Wang and Yang

More information

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 23 CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 2.1 PID CONTROLLER A proportional Integral Derivative controller (PID controller) find its application in industrial control system. It

More information

Modelling and Simulation of a DC Motor Drive

Modelling and Simulation of a DC Motor Drive Modelling and Simulation of a DC Motor Drive 1 Introduction A simulation model of the DC motor drive will be built using the Matlab/Simulink environment. This assignment aims to familiarise you with basic

More information

A PID Controlled Real Time Analysis of DC Motor

A PID Controlled Real Time Analysis of DC Motor A PID Controlled Real Time Analysis of DC Motor Saurabh Dubey 1, Dr. S.K. Srivastava 2 Research Scholar, Dept. of Electrical Engineering, M.M.M Engineering College, Gorakhpur, India 1 Associate Professor,

More information

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory Published on Instrumentation LAB (http://instrumentationlab.berkeley.edu) Home > Lab Assignments > Digital Labs > Digital Circuits II Digital Circuits II Submitted by Nate.Physics on Tue, 07/08/2014-13:57

More information

Figure 1: Unity Feedback System. The transfer function of the PID controller looks like the following:

Figure 1: Unity Feedback System. The transfer function of the PID controller looks like the following: Islamic University of Gaza Faculty of Engineering Electrical Engineering department Control Systems Design Lab Eng. Mohammed S. Jouda Eng. Ola M. Skeik Experiment 3 PID Controller Overview This experiment

More information

BLuAC5 Brushless Universal Servo Amplifier

BLuAC5 Brushless Universal Servo Amplifier BLuAC5 Brushless Universal Servo Amplifier Description The BLu Series servo drives provide compact, reliable solutions for a wide range of motion applications in a variety of industries. BLu Series drives

More information

A Searching Analyses for Best PID Tuning Method for CNC Servo Drive

A Searching Analyses for Best PID Tuning Method for CNC Servo Drive International Journal of Science and Engineering Investigations vol. 7, issue 76, May 2018 ISSN: 2251-8843 A Searching Analyses for Best PID Tuning Method for CNC Servo Drive Ferit Idrizi FMI-UP Prishtine,

More information