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

Size: px
Start display at page:

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

Transcription

1 Assembly Language Topic 14 Motion Control Stepper and Servo Motors

2 Objectives To gain an understanding of the operation of a stepper motor To develop a means to control a stepper motor To gain an understanding of servo motors Speed control Position control 2

3 Stepper Motors [1] Stepper motors are used in many devices we use daily They are used in: printers, disk drives, toys, windshield wipers, vibrating pagers, robotic arms, and video cameras. We ll focus on the permanent magnet stepper It is simpler and more popular than the variable reluctance type [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

4 Stepper Motors [1] Teeth with wire wound around them. The wire wound around the teeth is referred to as the winding, coil, or phase The rotor is a permanent magnet that is free to rotate about the center of the motor Stator (stationary part of the motor) [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

5 Stepper Motors [1] Because the current is flowing in this direction through the winding, an electromagnet is produced in these teeth, with the North end pointing up. This magnetic field causes the rotor to rotate to this point, aligning itself with the magnetic field. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

6 Stepper Motors [1] If we now apply current to winding 2, the rotor will turn to this new position [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

7 Stepper Motors [1] And now, if current is applied to winding 1 again, but in the opposite direction as before, the rotor will turn to this new position [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

8 Stepper Motors [1] And now we have made one complete revolution by applying current (in the opposite direction as before) through winding 2 [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

9 Stepper Motors [1] We have completed one cycle of the electrical stimulation to the windings and at the same time, have made one revolution (cycle) of the rotor. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

10 Stepper Motors [1] We have completed one cycle of the electrical stimulation to the windings and at the same time, have made one revolution (cycle) of the rotor. In general: where p is the number of equally-spaced magnetic poles on the rotor and: [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

11 Stepper Motors [1] We have completed one cycle of the electrical stimulation to the windings and at the same time, have made one revolution (cycle) of the rotor. In general: where p is the number of equally-spaced magnetic poles on the rotor It is common to find two-phase steppers with anywhere between 12 and 200 poles, which results in a stepping resolution of anywhere between 15 º and 0.9 º. [1] and: [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

12 Stepper Motors [1] This is a two-phase, six-pole motor: It has two windings (two-phase) for the four teeth [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

13 Stepper Motors [1] This is a two-phase, six-pole motor: It has two windings (two-phase) for the four teeth and six equally spaced permanent magnet poles [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

14 Stepper Motors [1] Voltage is applied to stator windings #1 with a polarity such that current will flow in a direction that causes a North magnetic field at the top and South at the bottom. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

15 Stepper Motors [1] Voltage is applied to stator windings #1 with a polarity such that current will flow in a direction that causes a North magnetic field at the top and South at the bottom. If we remove that voltage and apply a voltage to windings 2 such that a North polarity forms on the left (South on the right), the rotor will rotate clockwise one position. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

16 Stepper Motors [1] Voltage is applied to stator windings #1 with a polarity such that current will flow in a direction that causes a North magnetic field at the top and South at the bottom. If we remove that voltage and apply a voltage to windings 2 such that a North polarity forms on the left (South on the right), the rotor will rotate clockwise one position. And then reapply voltage to winding one, but with the opposite polarity we get another clockwise rotation of one position. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

17 Stepper Motors [1] Voltage is applied to stator windings #1 with a polarity such that current will flow in a direction that causes a North magnetic field at the top and South at the bottom. If we remove that voltage and apply a voltage to windings 2 such that a North polarity forms on the left (South on the right), the rotor will rotate clockwise one position. And then reapply voltage to winding one, but with the opposite polarity we get another clockwise rotation of one position. And finally, reapply voltage to winding 2 with the opposite polarity as before, we get one more step. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

18 Stepper Motors [1] Obviously, some type of control circuit needs to be developed to control: The sequence of voltages applied to the windings The polarity of the voltages applied to the windings An AVR is perfect for the heart of the control circuit But, an AVR cannot provide enough current to the windings to turn the stepper motor An H bridge will need to be connected to each winding to provide the current [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

19 H-Bridge [2] This image shows two H-Bridges, one to control each of the two phases of the stepper motor. Note: +V can be whatever is required for the stepper motor and transistors. [2] Freescale, 2007, Stepper Motor, downloaded 3/16/08 from: 19

20 H-Bridge [2] This image shows two H-Bridges, one to control each of the two phases of the stepper motor. If a small voltage is applied to the bases of Q1 and Q4, then current will flow DOWN through phase 1. The AVR voltages are only used to turn on the transistors. The output port pins should be tied through a resistor to the base of the transistors. [2] Freescale, 2007, Stepper Motor, downloaded 3/16/08 from: 20

21 H-Bridge [2] This image shows two H-Bridges, one to control each of the two phases of the stepper motor. If a small voltage is applied to the bases of Q2 and Q3, then current will flow UP through phase 1. [2] Freescale, 2007, Stepper Motor, downloaded 3/16/08 from: 21

22 H-Bridge [2] This image shows two H-Bridges, one to control each of the two phases of the stepper motor. If a small voltage is applied to the bases of Q5 and Q8, then current will flow DOWN through phase 2. [2] Freescale, 2007, Stepper Motor, downloaded 3/16/08 from: 22

23 H-Bridge [2] This image shows two H-Bridges, one to control each of the two phases of the stepper motor. If a small voltage is applied to the bases of Q6 and Q7, then current will flow UP through phase 2. [2] Freescale, 2007, Stepper Motor, downloaded 3/16/08 from: 23

24 H-Bridge [2] In the lab we have used: 1. 2N3904 transistors 2. A 10 kω resistor between the base of the transistor and the output of the port. [2] Freescale, 2007, Stepper Motor, downloaded 3/16/08 from: 24

25 H-Bridge [2] In the lab we have used: 1. 2N3904 transistors 2. A 10 kω resistor between the base of the transistor and the output of the port. [2] Freescale, 2007, Stepper Motor, downloaded 3/16/08 from: 25

26 Controller Outputs Step 1: Transistors: So, the sequence we need to repeat is: 26

27 Controller Outputs Step 2: Transistors: So, the sequence we need to repeat is: 27

28 Controller Outputs Step 3: Transistors: So, the sequence we need to repeat is: 28

29 Controller Outputs Step 4: Transistors: So, the sequence we need to repeat is: 29

30 Controller Outputs Step 5: Transistors: Etc. So, the sequence we need to repeat is: 30

31 Controller Outputs Step 5: Transistors: Etc. It appears that each pin in the output port will need a square wave output. All need the same frequency, and all will have a 25% duty cycle, but they will all be out of phase. 31

32 Controller Outputs Port X b0 Port X b1 Port X b2 Port X b3 Port X b4 Port X b5 Port X b6 Port X b7 You have to leave the pulse high long enough for the stepper to move a step, but not too long if you want smooth movement. 32

33 H-Bridge [3] Of course, you can always use an IC H-Bridge as shown above, but you will still need the square wave outputs. [3] Acroname Robotics, 2007, downloaded 3/16/08 from: 33

34 Unipolar Stepper Motors [1] This is a wiring diagram of a unipolar stepper motor. As you can see the center tap of the winding also has a lead (C). [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

35 Unipolar Stepper Motors [1] This is a wiring diagram of a unipolar stepper motor. As you can see the center tap of the winding also has a lead (C). The controller circuit (and sequence of high/low outputs from the controller) is a little different. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

36 Unipolar Stepper Motors [1] Black (+12 V) Red (Coil 1) Brown (Coil 3) Green (Coil 2) White (Coil 4) When connecting a stepper motor to a circuit, you should look up the specifications for that motor. The color codes above are typical but not necessarily correct for your stepper motor. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

37 Unipolar Stepper Motors [1] Transistor Sequence: T1 T2 T3 T Etc. Above is the sequence of outputs from the AVR port to get this type of motor moving. [1] Simon, D., 2003, Get Your Motor Running, Embedded Systems Design, April 10,

38 Servo Motors [4] Servo motors may also be used in applications where exact positioning or speed is required. [4] Baldor Electric Company, Servo Control Facts 38

39 Servo Motors [4] Servo motors may also be used in applications where exact positioning or speed is required. Servo motors are actually an assembly of parts that include a motor, a control circuit, and a feedback device. [4] Baldor Electric Company, Servo Control Facts 39

40 Servo Motors [4] Servo motors may also be used in applications where exact positioning or speed is required. Servo motors are actually an assembly of parts that include a motor, a control circuit, and a feedback device. For speed control a tachometer would be used as the feedback device. If position control is needed, a position encoder would be used. There are several types of encoders including, absolute, directional, and incremental. [4] Baldor Electric Company, Servo Control Facts 40

41 Servo Motors [4] This is an example of an incremental encoder. As the motor shaft rotates, the disk also rotates. As the light shines through the disk and lines up with the grid assembly, light will strike the photo sensor. This produces a pulse, which can be counted [4] Baldor Electric Company, Servo Control Facts 41

42 Servo Motors [4] For our purposes, we need to know how to make the motor move, in this case, to a specific position. Our controller would only need to provide a pulse of the required duration to achieve the desired position. The values to the left are a good rule of thumb. To maintain this position, the pulse would have to be repeated at specified intervals. This information would be provided by the manufacturer. [4] Baldor Electric Company, Servo Control Facts 42

43 Servo Motors [4] This is an example of pulse width modulation (PWM). In this example, the motor would rotate at a rate defined by the voltage applied to it. The pulses of different widths would provide different average voltage values, thus producing different speeds. [4] Baldor Electric Company, Servo Control Facts 43

44 Servo Motors [4] Pulse frequency modulation (PFM) works in much the same way. Again, this motor would rotate at a rate defined by the voltage applied to it. The different frequency of pulses would also provide different average voltage values, thus producing different speeds. [4] Baldor Electric Company, Servo Control Facts 44

45 Summary We discussed the operation of a stepper motor We discussed a means to control a stepper motor We also discussed the operation of servo motors and: How to control speed How to control position 45

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 11 Motor Control

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 11 Motor Control EEE34 Microcontroller Applications Department of Electrical Engineering Lecture Motor Control Week 3 EEE34 Microcontroller Applications In this Lecture. Interface 85 with the following output Devices Optoisolator

More information

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

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

More information

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

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits

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

More information

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

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

Laboratory Exercise 1 Microcontroller Board with Driver Board

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

More information

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

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

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

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

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

More information

Robot Actuators. Motors and Control. Stepper Motor Basics. Increased Resolution. Stepper motors. DC motors AC motors. Physics review: Nature is lazy.

Robot Actuators. Motors and Control. Stepper Motor Basics. Increased Resolution. Stepper motors. DC motors AC motors. Physics review: Nature is lazy. obot Actuators tepper motors Motors and Control DC motors AC motors Physics review: ature is lazy. Things seek lowest energy states. iron core vs. magnet magnetic fields tend to line up Electric fields

More information

Electronic Speed Controls and RC Motors

Electronic Speed Controls and RC Motors Electronic Speed Controls and RC Motors ESC Power Control Modern electronic speed controls regulate the electric power applied to an electric motor by rapidly switching the power on and off using power

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

M.Kaliamoorthy and I.Gerald PSNACET/EEE CHAPTER 2 STEPPER MOTORS

M.Kaliamoorthy and I.Gerald PSNACET/EEE CHAPTER 2 STEPPER MOTORS 2.1.General Lecture Notes M.Kaliamoorthy and I.Gerald PSNACET/EEE CHAPTER 2 STEPPER MOTORS Stepper motors are electromagnetic incremental devices that convert electric pulses to shaft motion (rotation).

More information

Lab 5: Inverted Pendulum PID Control

Lab 5: Inverted Pendulum PID Control Lab 5: Inverted Pendulum PID Control In this lab we will be learning about PID (Proportional Integral Derivative) control and using it to keep an inverted pendulum system upright. We chose an inverted

More information

Computer Numeric Control

Computer Numeric Control Computer Numeric Control TA202A 2017-18(2 nd ) Semester Prof. J. Ramkumar Department of Mechanical Engineering IIT Kanpur Computer Numeric Control A system in which actions are controlled by the direct

More information

Experiment#6: Speaker Control

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

More information

PART 2 - ACTUATORS. 6.0 Stepper Motors. 6.1 Principle of Operation

PART 2 - ACTUATORS. 6.0 Stepper Motors. 6.1 Principle of Operation 6.1 Principle of Operation PART 2 - ACTUATORS 6.0 The actuator is the device that mechanically drives a dynamic system - Stepper motors are a popular type of actuators - Unlike continuous-drive actuators,

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

Introduction to Arduino HW Labs

Introduction to Arduino HW Labs Introduction to Arduino HW Labs In the next six lab sessions, you ll attach sensors and actuators to your Arduino processor This session provides an overview for the devices LED indicators Text/Sound Output

More information

Stepping Motor. Applications. Structure and operation. Code names. Mobile equipment Digital cameras, Mobile equipments, PDA, etc.

Stepping Motor. Applications. Structure and operation. Code names. Mobile equipment Digital cameras, Mobile equipments, PDA, etc. Stepping Motor pplications Mobile equipment Digital cameras, Mobile equipments, PD, etc. Office automation equipment Printers, facsimiles, Typewriters, Photocopiers, FDD head drives, CD-ROM pickup drives,

More information

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Basic NC and CNC Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Micro machining Lab, I.I.T. Kanpur Outline 1. Introduction to CNC machine 2. Component

More information

Stepper Motors and Control Part I - Unipolar Stepper Motor and Control (c) 1999 by Rustle Laidman, All Rights Reserved

Stepper Motors and Control Part I - Unipolar Stepper Motor and Control (c) 1999 by Rustle Laidman, All Rights Reserved Copyright Notice: (C) June 2000-2008 by Russell Laidman. All Rights Reserved. ------------------------------------------------------------------------------------ The material contained in this project,

More information

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

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

More information

Embedded Systems Lab Lab 7 Stepper Motor Application

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

More information

Direct Current Waveforms

Direct Current Waveforms Cornerstone Electronics Technology and Robotics I Week 20 DC and AC Administration: o Prayer o Turn in quiz Direct Current (dc): o Direct current moves in only one direction in a circuit. o Though dc must

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

Introduction to Relays. ECE/CS 5780/6780: Embedded System Design. Various Relay Configurations. Types of Relays. Drawing of an EM Relay

Introduction to Relays. ECE/CS 5780/6780: Embedded System Design. Various Relay Configurations. Types of Relays. Drawing of an EM Relay Introduction to Relays ECE/CS 5780/6780: Embedded System Design Chris J. Myers Lecture 15: Relays and Motors A relay is a device that responds to a small current or voltage change by activating a switches

More information

Upgrading from Stepper to Servo

Upgrading from Stepper to Servo Upgrading from Stepper to Servo Switching to Servos Provides Benefits, Here s How to Reduce the Cost and Challenges Byline: Scott Carlberg, Motion Product Marketing Manager, Yaskawa America, Inc. The customers

More information

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Wireless

More information

:for... A G!,Jide to Stepp~s~ Se~o~, ~,6d ~er Electrical M~chines

:for... A G!,Jide to Stepp~s~ Se~o~, ~,6d ~er Electrical M~chines :for........ A G!,Jide to Stepp~s~ Se~o~, ~,6d ~er Electrical M~chines Matthew Scarpinc CONTENTS AT A GLANCE Introduction 1 Introduction 1 Introduction to Electric Motors 5 2 Preliminary Concepts 13 II

More information

As before, the speed resolution is given by the change in speed corresponding to a unity change in the count. Hence, for the pulse-counting method

As before, the speed resolution is given by the change in speed corresponding to a unity change in the count. Hence, for the pulse-counting method Velocity Resolution with Step-Up Gearing: As before, the speed resolution is given by the change in speed corresponding to a unity change in the count. Hence, for the pulse-counting method It follows that

More information

AC Drive Technology. An Overview for the Converting Industry. Siemens Industry, Inc All rights reserved.

AC Drive Technology. An Overview for the Converting Industry.  Siemens Industry, Inc All rights reserved. AC Drive Technology An Overview for the Converting Industry www.usa.siemens.com/converting Siemens Industry, Inc. 2016 All rights reserved. Answers for industry. AC Drive Technology Drive Systems AC Motors

More information

3. What is the difference between Switched Reluctance motor and variable reluctance stepper motor?(may12)

3. What is the difference between Switched Reluctance motor and variable reluctance stepper motor?(may12) EE6703 SPECIAL ELECTRICAL MACHINES UNIT III SWITCHED RELUCTANCE MOTOR PART A 1. What is switched reluctance motor? The switched reluctance motor is a doubly salient, singly excited motor. This means that

More information

THE UNIVERSITY OF BRITISH COLUMBIA. Department of Electrical and Computer Engineering. EECE 365: Applied Electronics and Electromechanics

THE UNIVERSITY OF BRITISH COLUMBIA. Department of Electrical and Computer Engineering. EECE 365: Applied Electronics and Electromechanics THE UNIVERSITY OF BRITISH COLUMBIA Department of Electrical and Computer Engineering EECE 365: Applied Electronics and Electromechanics Final Exam / Sample-Practice Exam Spring 2008 April 23 Topics Covered:

More information

EXPERIMENT 6: Advanced I/O Programming

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

More information

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

MINI ELECTRONIC SIGNALS

MINI ELECTRONIC SIGNALS MINI ELECTRONIC SIGNALS MINI ELECTRONIC SIGNALS Purpose of Electronic Signals 2002-07 GENINFO Electronics - Overview - MINI Electronic signals move information much like cars move passengers down the highway.

More information

AC generator theory. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

AC generator theory. Resources and methods for learning about these subjects (list a few here, in preparation for your research): AC generator theory This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Semiconductor 9/21/2015

Semiconductor 9/21/2015 Semiconductor Electronics 9/21/2015 Starting simple the diode. The diode is one of the simplest semiconductor devices. It is comprised of two layers of semiconductor. One is impregnated with an electron

More information

9/28/2010. Chapter , The McGraw-Hill Companies, Inc.

9/28/2010. Chapter , The McGraw-Hill Companies, Inc. Chapter 4 Sensors are are used to detect, and often to measure, the magnitude of something. They basically operate by converting mechanical, magnetic, thermal, optical, and chemical variations into electric

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

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected.

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected. Thank You for purchasing our TRI-Mode programmable DC Motor Controller. Our DC Motor Controller is the most flexible controller you will find. It is user-programmable and covers most applications. This

More information

CIS009-2, Mechatronics Signals & Motors

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

More information

Understanding RC Servos and DC Motors

Understanding RC Servos and DC Motors Understanding RC Servos and DC Motors What You ll Learn How an RC servo and DC motor operate Understand the electrical and mechanical details How to interpret datasheet specifications and properly apply

More information

The Mechatronics Sorter Team Members John Valdez Hugo Ramirez Peter Verbiest Quyen Chu

The Mechatronics Sorter Team Members John Valdez Hugo Ramirez Peter Verbiest Quyen Chu The Mechatronics Sorter Team Members John Valdez Hugo Ramirez Peter Verbiest Quyen Chu Professor B.J. Furman Course ME 106 Date 12.9.99 Table of Contents Description Section Title Page - Table of Contents

More information

Laboratory Seven Stepper Motor and Feedback Control

Laboratory Seven Stepper Motor and Feedback Control EE3940 Microprocessor Systems Laboratory Prof. Andrew Campbell Spring 2003 Groups Names Laboratory Seven Stepper Motor and Feedback Control In this experiment you will experiment with a stepper motor and

More information

ACTUATORS AND SENSORS. Joint actuating system. Servomotors. Sensors

ACTUATORS AND SENSORS. Joint actuating system. Servomotors. Sensors ACTUATORS AND SENSORS Joint actuating system Servomotors Sensors JOINT ACTUATING SYSTEM Transmissions Joint motion low speeds high torques Spur gears change axis of rotation and/or translate application

More information

Position and Velocity Sensors

Position and Velocity Sensors Position and Velocity Sensors Introduction: A third type of sensor which is commonly used is a speed or position sensor. Position sensors are required when the location of an object is to be controlled.

More information

OPENCOCKPITS IOCard USBSTEPPER INSTALLATION AND USER S MANUAL

OPENCOCKPITS IOCard USBSTEPPER INSTALLATION AND USER S MANUAL OPENCOCKPITS IOCard USBSTEPPER INSTALLATION AND USER S MANUAL INTRODUCCION This card allows to manage up to 3 stepper motors, both unipolar as bipolar. Also, this card can easily control the steppers motors

More information

Job Sheet 2 Servo Control

Job Sheet 2 Servo Control Job Sheet 2 Servo Control Electrical actuators are replacing hydraulic actuators in many industrial applications. Electric servomotors and linear actuators can perform many of the same physical displacement

More information

Stepper motor basics

Stepper motor basics APPLICATIONNOTE001 Stepper motor basics What is a stepper motor? A stepper motor is an electromechanical system which is transducing an electrical signal into a mechanical one. It is designed to accomplish

More information

87000 Series Size 34 Hybrid Linear Actuators

87000 Series Size 34 Hybrid Linear Actuators 87000 Series Single Stack Stepper Motor Linear Actuators 87000 Series Hybrid Linear Actuators Our largest, most powerful linear actuator incorporates the same precision, high performance and durable patented

More information

Half stepping techniques

Half stepping techniques Half stepping techniques By operating a stepper motor in half stepping mode it is possible to improve system performance in regard to higher resolution and reduction of resonances. It is also possible

More information

Controlling Stepper Motors Using the Power I/O Wildcard

Controlling Stepper Motors Using the Power I/O Wildcard Mosaic Industries Controlling Stepper Motors Using the Power I/O Wildcard APPLICATION NOTE MI-AN-072 2005-09-15 pkc The Mosaic Stepper Motor The Mosaic stepper motor is a four-phase, unipolar stepping

More information

SMART Funded by The National Science Foundation

SMART Funded by The National Science Foundation Lecture 5 Capacitors 1 Store electric charge Consists of two plates of a conducting material separated by a space filled by an insulator Measured in units called farads, F Capacitors 2 Mylar Ceramic Electrolytic

More information

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

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

More information

Motors and Servos Part 2: DC Motors

Motors and Servos Part 2: DC Motors Motors and Servos Part 2: DC Motors Back to Motors After a brief excursion into serial communication last week, we are returning to DC motors this week. As you recall, we have already worked with servos

More information

DC MOTOR SPEED MEASUREMENT BASED ON BRUSH EFFECTS

DC MOTOR SPEED MEASUREMENT BASED ON BRUSH EFFECTS International Journal on Technical and Physical Problems of Engineering (IJTPE) Published by International Organization of IOTPE ISSN 2077-3528 IJTPE Journal www.iotpe.com ijtpe@iotpe.com March 204 Issue

More information

Size 23 Double Stack External Linear Size 23 Double Stack. 57M4 n n n n n n. 57L4 n n n n n n. E57M4 n n n n n n. Bipolar 5 VDC 12 VDC 2.

Size 23 Double Stack External Linear Size 23 Double Stack. 57M4 n n n n n n. 57L4 n n n n n n. E57M4 n n n n n n. Bipolar 5 VDC 12 VDC 2. HAYD: 0 756 7 57000 Series: Double Stack Stepper Motor Linear Actuator Haydon 57000 Series Double Stack hybrid linear actuators deliver greater performance in a compact size. The various patented designs

More information

Position Sensors. The Potentiometer.

Position Sensors. The Potentiometer. Position Sensors In this tutorial we will look at a variety of devices which are classed as Input Devices and are therefore called "Sensors" and in particular those sensors which are Positional in nature

More information

Application Note. 3-Phase Brushless DC Motor Control with Hall Sensors AN-CM-244

Application Note. 3-Phase Brushless DC Motor Control with Hall Sensors AN-CM-244 Application Note 3-Phase Brushless DC Motor Control with Hall AN-CM-244 Abstract This application note describes how to control a 3-phase brushless DC motor using a GreenPAK. This application note comes

More information

Voltage-Versus-Speed Characteristic of a Wind Turbine Generator

Voltage-Versus-Speed Characteristic of a Wind Turbine Generator Exercise 1 Voltage-Versus-Speed Characteristic of a Wind Turbine Generator EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the principle of electromagnetic induction.

More information

PMSM Control Using a Three-Phase, Six-Step 120 Modulation Inverter

PMSM Control Using a Three-Phase, Six-Step 120 Modulation Inverter Exercise 1 PMSM Control Using a Three-Phase, Six-Step 120 Modulation Inverter EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with six-step 120 modulation. You will know

More information

CHAPTER TWO LITERATURE REVIEW

CHAPTER TWO LITERATURE REVIEW CHAPTER TWO LITERATURE REVIEW 2.1 Technical Background: 2.1.1 Overview of Satellites: Satellites are objects in orbits about the Earth. An orbit is a trajectory able to maintain gravitational equilibrium

More information

DC-Motor Driver circuits

DC-Motor Driver circuits DC-Mot May 19, 2012 Why is there a need for a motor driver circuit? Normal DC gear-head motors requires current greater than 250mA. ICs like 555 timer, ATmega Microcontroller, 74 series ICs cannot supply

More information

Size 23 Single Stack. Captive Shaft. 57H6 n n n n n n. 57F6 n n n n n n. E57H6 n n n n n n 12 VDC 5 VDC 1.3 A .54 A 22.2 Ω. 5.3 mh.

Size 23 Single Stack. Captive Shaft. 57H6 n n n n n n. 57F6 n n n n n n. E57H6 n n n n n n 12 VDC 5 VDC 1.3 A .54 A 22.2 Ω. 5.3 mh. HAYD: 0 756 7 Single Stack Stepper Motor Linear Actuator Haydon 57000 Series hybrid linear actuators for applications that require forces up to 00 lbs. (890 N). Single Stack External Linear The Haydon

More information

Stepper Motors in C. Unipolar (5 lead) stepper motorr. $1.95 from 100 steps per rotation. 24V / 160mA / 600 gm cm holding 160mA

Stepper Motors in C. Unipolar (5 lead) stepper motorr. $1.95 from  100 steps per rotation. 24V / 160mA / 600 gm cm holding 160mA U tepper Motors ugust 22, 2017 tepper Motors in Unipolar (5 lead) stepper motorr. $1.95 from www.mpja.com 100 steps per rotation. 24V / 160m / 600 gm cm holding torque @ 160m stepper motor is a digital

More information

28000 Series Size 11 Double Stack Hybrid Linear Actuators

28000 Series Size 11 Double Stack Hybrid Linear Actuators 28000 Series Double Stack Stepper Motor Linear Actuators 28000 Series Double Stack Hybrid Linear Actuators Enhanced performance in motion control The 28000 Series is available in a wide variety of resolutions

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

Absolute encoders - SSI

Absolute encoders - SSI with through hollow shaft Features Encoder multiturn / SSI Optical sensing method Resolution: singleturn 14 bit, multiturn 12 bit Compact design Cost-efficient mounting High reliability by self-diagnostics

More information

30-80V, 8.2A Peak, No Tuning, Nulls loss of Synchronization

30-80V, 8.2A Peak, No Tuning, Nulls loss of Synchronization 2-phase Hybrid Servo Drive 30-80V, 8.2A Peak, No Tuning, Nulls loss of Synchronization Closed-loop, eliminates loss of synchronization Broader operating range higher torque and higher speed Reduced motor

More information

Electric Power Systems 2: Generators, Three-phase Power, and Power Electronics

Electric Power Systems 2: Generators, Three-phase Power, and Power Electronics 15-830 Electric Power Systems 2: Generators, Three-phase Power, and Power Electronics J. Zico Kolter October 9, 2012 1 Generators Basic AC Generator Rotating Magnet Loop of Wire 2 Generator operation Voltage

More information

ME 2110 Controller Box Manual. Version 2.3

ME 2110 Controller Box Manual. Version 2.3 ME 2110 Controller Box Manual Version 2.3 I. Introduction to the ME 2110 Controller Box A. The Controller Box B. The Programming Editor & Writing PBASIC Programs C. Debugging Controller Box Problems II.

More information

Size 11 Double Stack. Captive Shaft. Bipolar 5 VDC 12 VDC. 750 ma. 313 ma 6.7 Ω 34.8 Ω. 5.8 mh mh. 7.5 W Total gcm 2

Size 11 Double Stack. Captive Shaft. Bipolar 5 VDC 12 VDC. 750 ma. 313 ma 6.7 Ω 34.8 Ω. 5.8 mh mh. 7.5 W Total gcm 2 HAYD: 0 756 7 KERK: 60 690 8000 Series: Size Double Stack Stepper Motor Linear Actuator Haydon Size Double Stack hybrid linear actuators for enhanced performance in motion control Three designs are, captive,

More information

ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Lecture 4 Motor Control Devices

ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Lecture 4 Motor Control Devices ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Part 3. Sensors, Part 4. Actuators Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill,

More information

Modeling Position Tracking System with Stepper Motor

Modeling Position Tracking System with Stepper Motor Modeling Position Tracking System with Stepper Motor Shreeji S. Sheth 1, Pankaj Kr. Gupta 2, J. K. Hota 3 Abstract The position tracking system is used in many applications like pointing an antenna towards

More information

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder)

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) Traditional stepper motor drive systems operate open loop providing position control without feedback. However, because of this,

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

35H6 n n n n n n. 35F6 n n n n n n. E35H6 n n n n n n. Unipolar** 5 VDC 12 VDC 0.24 A 0.57 A. 30 mh. 6.5 mh 5.7 W gcm 2

35H6 n n n n n n. 35F6 n n n n n n. E35H6 n n n n n n. Unipolar** 5 VDC 12 VDC 0.24 A 0.57 A. 30 mh. 6.5 mh 5.7 W gcm 2 HAYD: 0 756 7 5000 Series: Size Single Stack Stepper Motor Linear Actuator Haydon 5000 Series Size hybrid linear actuators have been improved to provide higher force, longer life and improved performance.

More information

Control for Hobby Robotics Systems

Control for Hobby Robotics Systems Control for Hobby Robotics Systems Mehmet Bodur Computer Engineering Dept. Eastern Mediterranean University, G.Msa, TRNC Abstract. This handout summarize general knowledge to implement control systems

More information

28H6 n n n n n n. 28F6 n n n n n n. E28H6 n n n n n n 12 VDC 5 VDC 0.18 A 0.42 A 68.6 Ω. 3.3 mh mh 4.2 W. Class B (Class F available)

28H6 n n n n n n. 28F6 n n n n n n. E28H6 n n n n n n 12 VDC 5 VDC 0.18 A 0.42 A 68.6 Ω. 3.3 mh mh 4.2 W. Class B (Class F available) HAYD: 0 756 7 KERK: 60 690 8000 Series: Size Single Stack Stepper Motor Linear Actuator Haydon Size hybrid linear actuators offer compact, production-proven precision in motion The various patented designs

More information

Controlling Industrial Motors

Controlling Industrial Motors Study Unit Controlling Industrial Motors By Robert L. Cecci Technical Writer There are many different types of electric motors used in today s industrial plants. A machine that s used to mill slots in

More information

SPEED CONTROL OF SENSORLESS BLDC MOTOR WITH FIELD ORIENTED CONTROL

SPEED CONTROL OF SENSORLESS BLDC MOTOR WITH FIELD ORIENTED CONTROL ISSN: 2349-2503 SPEED CONTROL OF SENSORLESS BLDC MOTOR WITH FIELD ORIENTED CONTROL JMuthupandi 1 DCitharthan 2 MVaratharaj 3 1 (UG Scholar/EEE department/ Christ the king engg college/ Coimbatore/India/

More information

BALDOR ELECTRIC COMPANY SERVO CONTROL FACTS A HANDBOOK EXPLAINING THE BASICS OF MOTION

BALDOR ELECTRIC COMPANY SERVO CONTROL FACTS A HANDBOOK EXPLAINING THE BASICS OF MOTION BALDOR ELECTRIC COMPANY SERVO CONTROL FACTS A HANDBOOK EXPLAINING THE BASICS OF MOTION MN1205 TABLE OF CONTENTS TYPES OF MOTORS.............. 3 OPEN LOOP/CLOSED LOOP..... 9 WHAT IS A SERVO..............

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

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder)

ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) ES86 Series Closed-loop Stepper Drive + Motor System (Drive+ Motor/Encoder) Traditional stepper motor drive systems operate open loop providing position control without feedback. However, because of this,

More information

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

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

More information

Paper number: Principles of electrical and electronics technology Paper series: December Practice

Paper number: Principles of electrical and electronics technology Paper series: December Practice Paper number: 850-56 Paper series: December 04 Question Syllabus reference Question 0.0 a) i) Tesla. ii) Newton. iii) Henry. Marks mark each 4 0.0 0.0 0.0 i) Megavolt ii) Microvolt. a) Directly Inversely

More information

A Comparison of Performance Characteristics of On and Off Axis High Resolution Hall Effect Encoder ICs

A Comparison of Performance Characteristics of On and Off Axis High Resolution Hall Effect Encoder ICs A Comparison of Performance Characteristics of On and Off Axis High Resolution Hall Effect Encoder ICs Sensor Products Mark LaCroix A John Santos Dr. Lei Wang 8 FEB 13 Orlando Originally Presented at the

More information

Three-Phase Induction Motors. By Sintayehu Challa ECEg332:-Electrical Machine I

Three-Phase Induction Motors. By Sintayehu Challa ECEg332:-Electrical Machine I Three-Phase Induction Motors 1 2 3 Classification of AC Machines 1. According to the type of current Single Phase and Three phase 2. According to Speed Constant Speed, Variable Speed and Adjustable Speed

More information

Application Information

Application Information Application Information Allegro Motor Driving with Angular Sensor IC By Christophe Lutz, Andrea Foletto, Kamyar Khosravi, Masahira Kurihara, Charles Keefer, and Ryan Bradley, Allegro Microsystems France,

More information

Motor control using FPGA

Motor control using FPGA Motor control using FPGA MOTIVATION In the previous chapter you learnt ways to interface external world signals with an FPGA. The next chapter discusses digital design and control implementation of different

More information

Absolute encoders - SSI Solid shaft with clamping or synchro flange Optical multiturn encoders up to 14 bit ST / 16 bit MT

Absolute encoders - SSI Solid shaft with clamping or synchro flange Optical multiturn encoders up to 14 bit ST / 16 bit MT Features Encoder multiturn / SSI Optical sensing method Resolution: max. singleturn 14 bit, multiturn 16 bit Clamping or synchro flange Electronic setting of zero point Counting direction input Available

More information

Stepper Motor Board. User Manual. 1.0, Oct 2013

Stepper Motor Board. User Manual. 1.0, Oct 2013 Stepper Motor Board User Manual 1.0, Oct 2013 This work is licensed under the Creative Commons AttributionShare Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/bysa/2.5/in/

More information

PVA Sensor Specifications

PVA Sensor Specifications Position, Velocity, and Acceleration Sensors 24.1 Sections 8.2-8.5 Position, Velocity, and Acceleration (PVA) Sensors PVA Sensor Specifications Good website to start your search for sensor specifications:

More information

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN PROGRAM OF STUDY ENGR.ROB Standard 1 Essential UNDERSTAND THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN The student will understand and implement the use of hand sketches and computer-aided drawing

More information

Automatic Railway Gate Control & Track Switching

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

More information

ES86 Series Closed-loop Stepper Drive + Motor System (ES-D808 Drive+ Motor/Encoder)

ES86 Series Closed-loop Stepper Drive + Motor System (ES-D808 Drive+ Motor/Encoder) ES86 Series Closed-loop Stepper Drive + Motor System (ES-D808 Drive+ Motor/Encoder) Traditional stepper motor drive systems operate open loop providing position control without feedback. However, because

More information