Stepper Motors

Total Page:16

File Type:pdf, Size:1020Kb

Stepper Motors Stepper Motors By Brian Tomiuk, Jack Good, Matthew Edwards, Isaac Snellgrove November 14th, 2018 1 What is a Stepper Motor? ● A motor whose movement is divided into discrete “steps” ○ “Turn 10 steps clockwise” ● Holds its position without additional control ○ No sensor or feedback loop 2 Parts of a Stepper Motor Stator - Stays Static Rotor - Rotates the motor shaft https://phidgets.files.wordpress.com/2014/06/stepper_back_web.jpg 3 Different Types of Torque Holding torque - How much load can the motor hold in place when the coils are energized Detent torque - The torque the motor produces when the windings are not energized, sometimes call residual torque 4 Advantages of Stepper Motors ● Has high holding torque (maintains its position) ● Moves in discrete amounts ● Inexpensive ● Brushless (can last longer than brushed motors) 5 Disadvantages of Stepper Motors ● Uses the same amount of power regardless of load ○ Lower power efficiency ● Torque decreases rapidly as speed increases ● No internal feedback ○ Cannot tell when a step was missed ○ Must step slowly to ensure accuracy ● Low torque to inertia ○ Cannot accelerate loads very rapidly 6 How Stepper Motors Work 7 How a Stepper Motor Works Unpowered Electromagnets Bar with magnetic ends A basic stepper motor consists of a series of electromagnets surrounding a magnetically charged bar 8 How a Stepper Motor Works S Powering a pair of the electromagnets causes the middle bar to align with the electromagnets S 9 How a Stepper Motor Works Changing which electromagnets are powered and unpowered S causes the plate to realign, turning the motor S 10 How a Stepper Motor Works Changing which electromagnets are powered and unpowered S causes the plate to realign, turning the motor S 11 How a Stepper Motor Works This can be repeated to cause the motor to turn in any S direction S 12 How a Stepper Motor Works S Two groups can be powered to cause the plate to land between S the two in a process called half stepping S S 13 How a Stepper Motor Works Increasing the number of bars on the rotor can increase the S granularity of the movement. S 14 How a Stepper Motor Works S Increasing the number of bars on the rotor can increase the granularity of the movement. S 15 How a Stepper Motor Works S Continuing with this concept results in the rotor having dozens of rotor teeth S 16 How a Stepper Motor Works Slightly Offset S The electromagnets also have stator teeth. Powering the electromagnets cause the tips of the teeth to align. Aligned S 17 How a Stepper Motor Works Aligned Powering a different pair of electromagnets cause a new S group of teeth to align, causing the whole rotor to slightly shift. S Slightly Offset 18 How a Stepper Motor Works Great video demonstration of stepper motors! https://youtu.be/eyqwLiowZiU Credit: Wikipedia for Stepper Motors 19 (Electro)magnets. How do they work? 20 Stator Magnet Needs 1. Must be turned on/off - Allows motor movement 2. Must be able to change magnet direction - Allows us to both push and pull rotor - Greater torque and speed 21 Stator Magnet Needs 1. Must be turned on/off Electromagnets - Allows motor movement do these! 2. Must be able to change magnet direction - Allows us to both push and pull rotor - Greater torque and speed 22 Start with a Solenoid ● Current flowing through a solenoid coil induces a magnetic field ● Right Hand rule points to North (conventional current flow) I 23 Start with a Solenoid ● Current flowing through a solenoid coil induces a magnetic field ● Right Hand rule points to North (conventional current flow) I 24 Start with a Solenoid ● Current flowing through a solenoid coil induces a magnetic field ● Right Hand rule points to North (conventional current flow) I S N 25 Magnetic Field Direction ● Depends on conventional current flow around solenoid core I S N N S I 26 Magnetic Field Direction ● Depends on conventional current flow around solenoid core I S N N S I 27 Changing Direction on Demand ● Switch direction of current using an H-bridge S H-Bridge N 28 Changing Direction on Demand ● Switch direction of current using an H-bridge N H-Bridge (Reverse Current) S 29 Bipolar Control ● Bipolar because each coil can alternate its polarity ● Requires current reversal (which typically means an H-Bridge) www.pololu.com 30 Bipolar Control ● Bipolar because each coil can alternate its polarity ● Requires current reversal (which typically means an H-Bridge) ● Only two wires for each set of solenoids www.pololu.com 31 But H-Bridges are hard... gearbest.com ● Sometimes an H-Bridge cannot be used ○ They can (potentially) be larger than the motor in some cases ○ They generate a lot of heat ○ You can’t be bothered ● How do you change the magnetic direction of a solenoid without changing the current direction? 32 But H-Bridges are hard... adafruit.com ● Sometimes an H-Bridge cannot be used ○ They can (potentially) be larger than the motor in some cases ○ They can generate a lot of heat ○ You can’t be bothered ● How do you change the magnetic direction of a solenoid without changing the current direction? Use more solenoids! 33 Stacking Solenoids 34 Stacking Solenoids I S N 35 Stacking Solenoids N S I 36 Unipolar Control ● Unipolar because each coil has one polarity (and can only be switched on or off) ● No H-Bridge! N ● Requires at least 3 wires per solenoid set (2 to control direction, 1 common ground) S ● Smaller coils mean weaker magnetic fields! I 37 Differences in 2-Phase Stepper Motors Bipolar Unipolar ● Fewer wires (4) ● More wires (5-8) ● Higher torque ● Lower torque ● Current reversal ● No current reversal ● Advanced controller and/or ● Much simpler controller H-Bridge 38 Stepper Motors in Industry 39 Industrial https://www.pcworld.com/article/2069020/from-android-to-automations-rubins-robots-are-googles-next-moonshot.html 40 Medical https://www.youtube.com/watch?v=4WqaadMqTRA&feature=youtu.be 41 Cameras http://www.pngmart.com/image/14730 42 Interfacing with Stepper Motors 43 Ease of interfacing stepper motor: ● Rotation is proportional to number of input pulses ● Speed is proportional to frequency of input pulses ● Quick response to starting, stopping, and reversing ● Very precise ○ 3-5% and error does not accumulate from one step to the next 44 Interfacing (Option 1) ● Buy a controller ● Tell the controller when to step and in which direction ● (Good for bipolar) https://www.hobbyist.co.nz/?q=stepper-motor-controller-A4988 45 Interfacing (Option 2) ● Do it ourselves! ● Must drive signals at correct times ● Remember waving and half-stepping? ● Easy to use GPIO pins (unipolar) 46 https://upload.wikimedia.org/wikipedia/commons/8/85/Drive.png Step modes: ● Full step ○ 200 teeth / 360° = 1.8° per step ● Half step ○ One winding energized, other two alternate ■ Half the distance per step (0.9°) and smoother operation, but 30% less torque ● Microstepping ○ Newer technology that divides each step up to 256 microsteps, resulting in a step angle of 0.007° (!) 47 Full step: https://www.rs-online.com/designspark/stepper-motors-and-drives-what-is-full-step-half-step-and-microstepping https://www.rs-online.com/designspark/stepper-motors-and-drives-what-is-full-step-half-step-and-microstepping 48 Half step: https://www.rs-online.com/designspark/stepper-motors-and-drives-what-is-full-step-half-step-and-microstepping 49 Microstepping: 50 https://www.rs-online.com/designspark/stepper-motors-and-drives-what-is-full-step-half-step-and-microstepping Motor: Specs of the 5014-020 - NEMA 14 https://www.applied-motion.com/products/stepper-motors/5014-020 51 Controller: Specs of the STR2 - DC Powered Advanced Microstep Drive https://www.applied-motion.com/products/stepper-drives/str2 52 Questions? 53 References https://www.youtube.com/watch?v=eyqwLiowZiU https://learn.adafruit.com/all-about-stepper-motors/what-is-a-stepper-motor https://en.wikipedia.org/wiki/Stepper_motor https://www.youtube.com/watch?v=0qwrnUeSpYQ https://www.linengineering.com/industries/medical/ https://www.elprocus.com/stepper-motor-types-advantages-applications/ https://www.linengineering.com/industries/security-surveillance/ https://photo.stackexchange.com/questions/24109/what-does-stm-mean-on-a-canon-lens http://www.machinetoolhelp.com/Automation/systemdesign/stepper_dcservo.html 54.
Recommended publications
  • Stepper Motor Or Servo Motor: Which Should It Be?
    Stepper Motor or Servo Motor: Which Should It Be? Engineer the Exceptional ENGINEER THE EXCEPTIONAL ENGINEER THE EXCEPTIONAL Stepper Motor or Servo Motor: Which Should It Be? Engineer the Exceptional ENGINEER THE EXCEPTIONAL Each technology has its niche, and since the selection of either stepper or servo ENGINEER THE EXCEPTIONAL technology affects the likelihood of success, it is important that the machine designer consider the technical advantages and disadvantages of both to select the best motor-drive system for an application. Machine designers should not limit utilization of steppers or servos This article presents an overview of stepper according to a fixed mindset or comfort level, but should learn where and servo capabilities to serve as selection each technology works best for controlling a specific mechanism and criteria between the two technologies. process to be performed. A thorough understanding of these technologies will help you achieve optimum Today’s digital stepper motor drives provide enhanced drive features, mechatronic designs to bring out the full option flexibility and communication protocols using advanced capabilities of your machine. integrated circuits and simplified programming techniques. The same is true of servo motor systems, while higher torque density, improved electronics, advanced algorithms and higher feedback resolution have resulted in higher system bandwidth capabilities as well as lower initial and overall operating costs for many applications. STEPPER MOTOR SYSTEM OVERVIEW Stepper motors have several major advantages over servo systems. They typically cost less, have common NEMA mountings, offer lower-torque options, require less-costly cabling, and their open-loop motion control simplifies machine integration and operation.
    [Show full text]
  • Stepping Motors Fundamentals
    AN907 Stepping Motors Fundamentals Author: Reston Condit TYPES OF STEPPING MOTORS Microchip Technology Inc. There are three basic types of stepping motors: Dr. Douglas W. Jones permanent magnet, variable reluctance and hybrid. University of Iowa This application note covers all three types. Permanent magnet motors have a magnetized rotor, while variable reluctance motors have toothed soft-iron rotors. Hybrid INTRODUCTION stepping motors combine aspects of both permanent Stepping motors fill a unique niche in the motor control magnet and variable reluctance technology. world. These motors are commonly used in measure- The stator, or stationary part of the stepping motor ment and control applications. Sample applications holds multiple windings. The arrangement of these include ink jet printers, CNC machines and volumetric windings is the primary factor that distinguishes pumps. Several features common to all stepper motors different types of stepping motors from an electrical make them ideally suited for these types of point of view. From the electrical and control system applications. These features are as follows: perspective, variable reluctance motors are distant 1. Brushless – Stepper motors are brushless. The from the other types. Both permanent magnet and commutator and brushes of conventional hybrid motors may be wound using either unipolar motors are some of the most failure-prone windings, bipolar windings or bifilar windings. Each of components, and they create electrical arcs that these is described in the sections below. are undesirable or dangerous in some environments. Variable Reluctance Motors 2. Load Independent – Stepper motors will turn at Variable Reluctance Motors (also called variable a set speed regardless of load as long as the switched reluctance motors) have three to five load does not exceed the torque rating for the windings connected to a common terminal.
    [Show full text]
  • Stepper Motor
    STEPPER MOTOR Stepper motors are used in a wide variety of applications, including computer peripherals like printers, scanners, CD drives, camera lenses, etc. In this first article, in a series of articles on stepper motors, we will introduce the reader to the theory behind the working and control of a stepper motor. Stepper Motor Basics A Stepper Motor just like any other motor, converts electrical energy into mechanical energy. A stepper motor consists of the following parts: Stator The stationary part of the motor. In a stepper motor, the stator is a set of electromagnets. Rotor The non-stationary part of the motor. In a stepper motor, the rotor is a permanent magnet. The arrangement of the electromagnets and the permanent magnets in a simple stepper motor is shown in the following diagram. Stepper Motor Construction Stepper Motor Operation Stepper Motor Operation When each of the electromagnet pairs is energized successively, the permanent magnet is attracted to the electromagnet, and aligns with it. This results in rotation of the permanent magnet. This is illustrated in “Stepper Motor Operation” diagram. The stepper motor gets its name from the fact that the rotor rotates in discrete step increments. The simple stepper motor has a step angle of 90 degrees. More complex stepper motors can have step angles as low as 3.6 degrees. These stepper motors have more no. of poles in the rotor. A complex stepper motor is shown in below diagram. The dark grey areas on the rotor are South poles and light grey areas on the rotor are North poles.
    [Show full text]
  • Piezoelectric Inertia Motors—A Critical Review of History, Concepts, Design, Applications, and Perspectives
    Review Piezoelectric Inertia Motors—A Critical Review of History, Concepts, Design, Applications, and Perspectives Matthias Hunstig Grube 14, 33098 Paderborn, Germany; [email protected] Academic Editor: Delbert Tesar Received: 26 November 2016; Accepted: 18 January 2017; Published: 6 February 2017 Abstract: Piezoelectric inertia motors—also known as stick-slip motors or (smooth) impact drives—use the inertia of a body to drive it in small steps by means of an uninterrupted friction contact. In addition to the typical advantages of piezoelectric motors, they are especially suited for miniaturisation due to their simple structure and inherent fine-positioning capability. Originally developed for positioning in microscopy in the 1980s, they have nowadays also found application in mass-produced consumer goods. Recent research results are likely to enable more applications of piezoelectric inertia motors in the future. This contribution gives a critical overview of their historical development, functional principles, and related terminology. The most relevant aspects regarding their design—i.e., friction contact, solid state actuator, and electrical excitation—are discussed, including aspects of control and simulation. The article closes with an outlook on possible future developments and research perspectives. Keywords: inertia motor; stick-slip motor; smooth impact drive; piezeoelectric motor; review 1. Introduction Piezoelectric actuators have long been used in diverse applications, especially because of their short response time and high resolution. The major drawback of these solid state actuators in positioning applications is their small stroke: actuators made of state-of-the-art lead zirconate titanate (PZT) ceramics only reach strains up to 2 . A typical piezoelectric actuator with 10 mm length thus reaches a maximum stroke of only 20 µm.h Bending actuator designs [1] and other mechanisms [2] can increase the stroke at the expense of stiffness and actuation force ([3]; [4] (pp.
    [Show full text]
  • Simple Torque Control Method for Hybrid Stepper Motors Implemented in FPGA
    electronics Article Simple Torque Control Method for Hybrid Stepper Motors Implemented in FPGA Stefano Ricci * and Valentino Meacci Information Engineering Department (DINFO), University of Florence, 50139 Florence, Italy; valentino.meacci@unifi.it * Correspondence: stefano.ricci@unifi.it; Tel.: +39-0552758585 Received: 12 September 2018; Accepted: 4 October 2018; Published: 7 October 2018 Abstract: Stepper motors are employed in a wide range of consumer and industrial applications. Their use is simple: a digital device generates pulse-bursts and a direction bit towards a power driver that produces the 2-phase currents feeding the motor windings. Despite its simplicity, this open-loop approach fails if the torque load exceeds the motor capacity, so the motor and driver should be oversized at the expense of efficiency and cost. Field-Oriented closed-loop Control (FOC) solves the problem, and the recent availability of low cost electronics devices like Digital Signal Processors, Field Programmable Gate Arrays (FPGA), or even Microcontrollers with dedicated peripherals, fostered the investigation and implementation of several variants of the FOC method. In this paper, a simple and economic FOC torque control method for hybrid stepper motors is presented. The load angle is corrected accordingly to the actual shaft position through pulse-bursts and direction commands issued towards a commercial stepper driver, which manages the 2-phase winding currents. Thanks to the FPGA implementation, the control loop updates the electrical position every 50 µs only, thus allowing a load angle accuracy of −1/100 rad for a rotor velocity up to 750 rev/min, as shown in the reported experiments. Keywords: stepper motor; torque control; closed-loop control; Field Programmable Gate Array (FPGA) 1.
    [Show full text]
  • Electrical Engineering
    DEPARTMENT OF ELECTRICAL ENGINEERING Syllabus for M. Tech. Power Electronics & Drives MEE-101 Advance Microprocessors and Applications Max. Marks: 100 (Credit=5) L T P 3 1 2 UNIT I (9 Lecture) Introduction to Microprocessors and Microcontrollers: Review of basics microprocessor,architecture and instruction set of a typical 8-bit microprocessor.Overview of 16 bit and 32 bit microprocessors, arithmetic and I/O coprocessors. Architecture, register details, operation, addressing modes and instruction set of 16 bit 8086 microprocessor, assembly language programming, introduction to multiprocessing, multi-user, multitasking operating system concepts, Pentium-1,2,3 and 4 processors, Motorola 68000 processor.Concepts of micro controller and microcomputer, microcontroller (8051/8751) based design, applications of microcomputer in on line real time control UNIT II (9 Lecture) Input/Output,Memory Interfacing: Parallel and series I/O, Interrupt driven I/O, single and multi-interrupt levels, use of software polling and interrupt controlling for multiplying interrupt levels, programmable interrupt controller, DMA controller, programmable timer/counter, programmable communication and peripheral interface, synchronous and asynchronous data transfer, standard serial interfaces like Rs.232. Types of Memory, RAM and ROM interfacing with timing considerations, DRAM interfacing UNIT III (9 Lecture) Programmable Support Chips: Functional schematic, operating modes, programming and interfacing of 8255, 8251, 8259 and 8253 with microprocessor UNIT IV (9 Lecture) Analog Input & Output: Microprocessor compatible ADC and DAC chips, interfacing of ADC and DAC with microprocessor, user of sample and hold circuit and multiplexer with ADC. Microprocessor Applications: Design methodology, examples of microprocessor applications. Lists of experiments 1. Simple arithmetic operations: Multi precision addition / subtraction / multiplication / division.
    [Show full text]
  • Stepper Motor Basics
    Industrial Circuits Application Note Stepper Motor Basics A stepper motor is an electromechanical Disadvantages device which converts electrical pulses into 15° discrete mechanical movements. The shaft 1. Resonances can occur if not A or spindle of a stepper motor rotates in properly controlled. D' discrete step increments when electrical 2. Not easy to operate at extremely B command pulses are applied to it in the high speeds. 1 proper sequence. The motors rotation has 6 several direct relationships to these applied 2 C' C input pulses. The sequence of the applied Open Loop Operation 5 pulses is directly related to the direction of One of the most significant advantages 3 motor shafts rotation. The speed of the of a stepper motor is its ability to be 4 B' motor shafts rotation is directly related to accurately controlled in an open loop D the frequency of the input pulses and the system. Open loop control means no length of rotation is directly related to the feedback information about position is A' number of input pulses applied. needed. This type of control eliminates the need for expensive Figure 1. Cross-section of a variable- sensing and feedback devices such as reluctance (VR) motor. Stepper Motor Advantages optical encoders. Your position is and Disadvantages known simply by keeping track of the input step pulses. Advantages 1. The rotation angle of the motor is Stepper Motor Types proportional to the input pulse. There are three basic stepper motor types. They are : 2. The motor has full torque at stand- N N S N S N still (if the windings are energized) • Variable-reluctance 3.
    [Show full text]
  • Simple Discussion on Stepper Motors for the Development of Electronic
    International Journal of Scientific & Engineering Research, Volume 5, Issue 1, January-2014 1089 ISSN 2229-5518 Simple Discussion on Stepper Motors for the Development of Electronic Device Tanu Shree Roy, Humayun Kabir, Md A. Mannan Chowdhury Abstract— This paper is designed and developed to have the general as well as basic knowledge about the modern electronic device named ‘Stepper motor’. A step motor can be viewed as a synchronous AC motor with the number of poles (on both rotor and stator) in- creased, taking care that they have no common denominator. Additionally, we have discussed about its characteristics, classification, oper- ation, advantages and electric magnetic effects. Index Terms— Electronic device, stepper motor, synchronous, rotor, stator, electric and magnetic effects. —————————— —————————— 1 INTRODUCTION Stepper motors can be viewed as electric motors without trol. Stepper systems are economical to implement, intuitive to commentators. Typically all windings in the motor are part control, and have good low speed torque, making them ideal of the stator and the rotor is permanent magnet or in the case for many low power, computer-controlled applications. They of variable reluctance motors, a toothed block of some magneti- can be for example interfaced to computer using few transistors cally soft material. All of the commutation must be handled and made to rotate using a small piece of software. Stepper mo- externally by the motor controller, and typically, the motors and tors provide good position repeatability. Stepper motors are controllers are designed so that the motor may be held in any used in robotics control and in computer accessories (disk fixed position as well as being rotated one way or the other [1, drives, printers, scanners etc.).
    [Show full text]
  • Introduction to Stepper Motors Part 1: Types of Stepper Motors
    Introduction to Stepper Motors Part 1: Types of Stepper Motors © 2007 Microchip Technology Incorporated. All Rights Reserved. Introduction to Stepper Motors Slide 1 Hello, my name is Marc McComb, I am a Technical Training Engineer here at Microchip Technology in the Security, Microcontroller and Technology Division. Thank you for downloading Introduction to Stepper Motors. This is Part 1 in a series of webseminars related to Stepper Motor Fundamentals. The following webseminar will focus on some of the stepper motors available for your applications. So let’s begin. 1 Agenda z Topics discussed in this WebSeminar: − Main components of a stepper motor − How do these components work together − Types of stepper motors © 2007 Microchip Technology Incorporated. All Rights Reserved. Introduction to Stepper Motors Slide 2 During this webseminar I will discuss the main components of a stepper motor and how these components work together to actually turn the rotor. We will also explore three types of stepping motors as well as two sub categories. 2 Stepper Motor Basics © 2007 Microchip Technology Incorporated. All Rights Reserved. Introduction to Stepper Motors Slide 3 So let’s start off with some stepper motor basics 3 What is a Stepper Motor? z Motor that moves one step at a time − A digital version of an electric motor − Each step is defined by a Step Angle Start Position Step 1 Step 2 © 2007 Microchip Technology Incorporated. All Rights Reserved. Introduction to Stepper Motors Slide 4 First, what is a stepper motor? As the name implies, the stepper motor moves in distinct steps during its rotation. Each of these steps is defined by a Step Angle.
    [Show full text]
  • Electric Motors Ebook, Epub
    ELECTRIC MOTORS PDF, EPUB, EBOOK Jim Cox | 152 pages | 11 Jan 2007 | Special Interest Model Books | 9781854862464 | English | Hemel Hempstead, United Kingdom Electric Motors PDF Book New York: Wiley. Norman Lockyer. Depending on the commutator design, this may include the brushes shorting together adjacent sections—and hence coil ends—momentarily while crossing the gaps. The rotor is supported by bearings , which allow the rotor to turn on its axis. Also known as stepper motors, they turn their shaft in small increments steps. The current flowing in the winding is producing the fields and for a motor using a magnetic material the field is not linearly proportional to the current. For a railroad engine, see Electric locomotive. As no electricity distribution system was available at the time, no practical commercial market emerged for these motors. From this, he showed that the most efficient motors are likely to have relatively large magnetic poles. This makes them useful for appliances such as blenders, vacuum cleaners, and hair dryers where high speed and light weight are desirable. For other kinds of motors, see Motor disambiguation. Archived from the original on 6 March Thus, every brushed DC motor has AC flowing through its rotating windings. Motor Frame Size. But because there is no metal mass in the rotor to act as a heat sink, even small coreless motors must often be cooled by forced air. The current density per unit area of the brushes, in combination with their resistivity , limits the output of the motor. The distance between the rotor and stator is called the air gap.
    [Show full text]
  • Special Machines (Professional Elective – Iv)
    R16 B.TECH EEE. EE744PE: SPECIAL MACHINES (PROFESSIONAL ELECTIVE – IV) B.Tech. IV Year I Sem. L T P C 3 0 0 3 Prerequisite: Electrical Machines - I & Electrical Machines - II Course objectives: To understand the working and construction of special machines To know the use of special machines in different feed-back systems To understand the use of micro-processors for controlling different machines Course Outcomes: Upon the completion of this subject, the student will be able To select different special machines as part of control system components To use special machines as transducers for converting physical signals into electrical signals To use micro-processors for controlling different machines To understand the operation of different special machines UNIT – I Special Types of DC Machines - I: Series Booster-Shunt Booster-Non-reversible boost- Reversible booster Special Types of DC Machines – II: Armature excited machines—Rosenberg generator- The Amplidyne and metadyne— Rototrol and Regulex-third brush generator-three-wire generator-dynamometer. UNIT – II Stepper Motors: Introduction-synchronous inductor (or hybrid stepper motor), Hybrid stepping motor, construction, principles of operation, Energisation with two phase at a time- essential conditions for the satisfactory operation of a 2-phase hybrid step motor- very slow- speed synchronous motor for servo control-different configurations for switching the phase windings-control circuits for stepping motors-an open-loop controller for a 2-phase stepping motor. UNIT – III Variable
    [Show full text]
  • How to Improve Motion Smoothness and Accuracy of Stepper Motors
    www.ti.com Table of Contents Application Report How to Improve Motion Smoothness and Accuracy of Stepper Motors ABSTRACT It is common for most stepper motor systems to operate with an open loop control scheme. Since there is no position or velocity feedback coming back to the stepper motor driver which is controlling the position of the motor, the stepper motor driver is essentially running blind. Traditional stepper motor drivers with poor channel- to-channel current matching, low current sense accuracy and low levels of microstepping result in choppy and inaccurate motion, but state of the art drivers with better current matching and high levels of microstepping can help improve the accuracy significantly. This application report explains how specific motor driver features can improve the quality of motion for a wide variety of stepper motor systems and applications. Table of Contents 1 Introduction.............................................................................................................................................................................2 2 Various Factors Affecting Stepper Accuracy.......................................................................................................................3 2.1 Mechanical Factors............................................................................................................................................................ 3 2.2 Electrical Factors................................................................................................................................................................3
    [Show full text]