Control of DC Servomotor

Total Page:16

File Type:pdf, Size:1020Kb

Control of DC Servomotor Control of DC Servomotor Report submitted in partial fulfilment of the requirement to the degree of B.SC In Electrical and Electronic Engineering Under the supervision of Dr. Abdarahman Ali Karrar By Mohammed Sami Hassan Elhakim To Department of Electrical and Electronic Engineering University of Khartoum July 2008 Dedication I would like to take this opportunity to write these humble words that are unworthy of expressing my deepest gratitude for all those who made this possible. First of all I would like to thank god for my general existence and everything else around and within me. Second I would like to thank my beloved parents(Sami & Sawsan), my brothers (Tarig & Hassan), and my sister (Latifa), thank you so much for your support, guidance and care, you were always there to make me feel better and encourage me. I would like also to thanks all my friends inside and out Khartoum university, thank you for your patients tolerance and understanding, for your endless love that has stretched so far, for easing my pain and pulling me through. A special thanks to my partner Muzaab Hashiem without his help and advice i won’t be able to do what i did, thank you for being an ideal partner, friend and bother. Last but not the least i would like to thank my supervisor Dr. Karar and all those who helped me throughout this project, thank you for filling my mind with this rich knowledge. Mohammed Sami Hassan Elhakim. I Acknowledgement The first word goes to God the Almighty for bringing me to this world and guiding me as i reached this stage in my life and for making me live and see this work. To the principle of Khartoum university. To my supervisor Dr. Abdalrahman Ali Karrar who constructively criticize my work and in more ways than he will ever know and inspired me and I would like to thanks him for his interest, sincere encouragement and help throughout this project. I would like also to convey a special note of appreciation to the administration of Khartoum university and the staff of Electrical and Electronic Department, and to the staff of the computer labs for their continues assistance throughout this project. II Abstract A (Servomechanism), or servo is an automatic device that uses error-sensing feedback to correct the performance of a mechanism. The term correctly applies only to systems where the feedback or error-correction signals help control mechanical position or other parameters. Servomechanism is unique from other control systems because it controls a parameter by commanding the time-based derivative of that parameter. Servo systems are either electromechanical, electro hydraulic, hydraulic, or pneumatic. Whatever the form, a relatively weak signal that represents a desired movement of the load is generated, controlled, amplified, and fed to a servo motor that does the work of moving the heavy load. Servomechanisms were first used in military fire-control and marine navigation equipment. Today servomechanisms are widely used as in automatic machine tools, satellite-tracking antennas, remote control airplanes, automatic navigation systems on boats and planes, and antiaircraft-gun control systems. In this project we compared between several methods for controlling a dc servo motor.PWM (Pulse Width Modulation), PFM (Pulse Frequency Modulation) & linear method are used for controlling the speed of the motor. PCM (Pulse Code Modulation) is a method to control the position of the dc servo motor. The Micro-controller (atmega32) is the control commander used in this project and the results are monitored in Proteus simulation program. III المستخلص اﻵلية المؤازرة، او ما يعرف بالسيرفو عبارة عن جهاز تلقائى يستخدم دارة ارتجاع استشعار الخطأ لتصحيح أداء اﻵلية. ان هذا المصطلح ينطبق فقط على النظم التى بها دارة ارتجاع او اشارات لتصحيح الخطأ تساعد فى التحكم على الموقع الميكانيكى او اى قيم اخرى لﻻجهزة. اﻵلية المؤازرة فريدة عن غيرها من نظم التحكم ﻻنها تتحكم فى القيم المعينة عن طريق اصدار اوامر الى القاعدة الزمنية المشتقة من هذه القيمة. انظمة السيرفو اما نظم أجهزة الكهربائية اوهيروكهربائية ، اوالهيدروليكية ، أو ةهوائي. مهما كان شكلها فان اشارة ضعيفة نسبيا تمثل حركة الحمل المطلوبة يتم توليدها و التحكم فيها و تضخيمها ليغذى بها محرك السيرفو الذى يقوم بنقل الحمولة الثقيلة. آلية المؤازرة استخدمت ﻻول مرة ي الجيش للسيطرة على الحريق ومعدات المﻻحة البحرية . اما اليوم فان آلية المؤازرة تستخدم على نطاق واسع كما هو الحال في أدوات اﻵﻻت اﻷوتوماتيكية ، وتتبع اﻷقمار الصناعية والهوائيات ، وطائرات التحكم عن بعد ، ونظم المﻻحة التلقائية على القوارب والطائرات والمدافع المضادة للنظم المراقبة و غيرها. و في هذا المشروع نقوم بالمقارنة بين عدة وسائل للتحكم فى محركات السيرفو ذات التيار المباشر مثل PWM ) تعديل عرض النبضة( و PFM ) تعديل تردد النبضة( و اﻻنظمة الخطية، هذه الطرق الثﻻثة تستخدم للتحكم فى سرعة المحرك. و PCM ) تعديل رمز النبضة ( طريقة للتحكم فى موقع محركات السيرفو ذات التيار المباشر . )atmega32( هو المتحكم المستخدم فى هذا المشروع و تم رصد النتائج عن طريق برنامج محاكاة بروتوس. IV Table of contents Dedication I Acknowledgement II Abstract III IV المستخلص Table of content V List of figures VII List of tables VIII Chapter one: Introduction 1 1.1 Servos 1 1.2 Statement of the problem 1 1.3 Objectives 2 1.4 Methodology 2 1.4.1 PWM (Pulse Width Modulation) 2 1.4.2 PFM (Pulse Frequency Modulation) 2 1.4.3 PCM (Pulse Code Modulation) 2 1.5 Description of layout 3 Chapter Two: Literature review 4 2.1 Types of motors 4 2.1.1 AC motors 5 2.1.1.1 Induction motors 5 2.1.1.2 Synchronous motors 7 2.1.2 DC motors 8 2.1.2.1 Shunt wound motor 9 2.1.2.2 Series wound motor 10 2.1.2.3 Compound wound motors 11 2.1.2.4 Stepper motor 11 2.1.2.5 PMDC motor 12 2.2 System control 13 2.3 SERVOs 16 2.4 Types of feedback 18 2.4.1 Analog tachometer 18 2.4.2 Digital tachometer 19 2.4.2.1 Absolute encoder 19 2.4.2.2 Incremental encoder 20 2.4.2.3 Resolvers 21 2.5 Speed control for DC motors 23 2.5.1 Field current control 23 2.5.2 Armature control 23 2.6 Atmega32 micro-controller 24 2.7 ULN2003A amplifier 25 2.8 Control Methods 26 2.8.1 Linear method 26 2.8.2 PWM (Pulse Width Modulation) method 26 2.8.2.1 Normal mode 27 2.8.2.2 Fast PWM 28 V 2.8.2.3 Phase correct PWM 29 2.8.3 PFM (Pulse Frequency Modulation) 30 2.8.4 PCM (Pulse Code Modulation) 31 2.9 Switches 31 Chapter Three: Design and Implementation 32 3.1 System requirements 32 3.2 General system layout 32 3.3 system working mechanism 32 3.3.1 Linear method 32 3.3.2 PWM (Pulse Width Modulation) method 33 3.3.3 PFM (Pulse Frequency Modulation) method 34 3.3.4 PCM (Pulse Code Modulation) method 34 Chapter Four: Results and Test 36 4.1 Linear method 36 4.2 PWM (Pulse Width Modulation) method 36 4.3 PFM (Pulse Frequency Modulation) method 41 4.4 PCM (Pulse Code Modulation) method 41 Chapter Five: Conclusions and Comments 42 References 43 APPENDEX A Linear Method APPENDEX B PWM Method APPENDEX C PFM Method APPENDEX D PCM Method VI List of Figures Figure 2.1 Concept of electromagentism 4 Figure 2.2 Induction motor. 6 Figure 2.3 Cutaway of induction motor. 7 Figure 2.4 Cutaway of AC synchronous motor. 8 Figure 2.5 Typical speed-torque curve for shunt wound motors. 10 Figure 2.6 Typical speed-torque curve for series wound motors. 10 Figure 2.7 Typical speed-torque curve for compound wound motors. 11 Figure 2.8 Stepper motor. 12 Figure 2.9 Typical DC motor construction. 13 Figure 2.10 Open loop drive. 14 Figure 2.11 Example of an application using open loop drive. 14 Figure 2.12 closed loop drive. 15 Figure 2.13 The concept of SERVO system. 16 Figure 2.14 Tachometer. 19 Figure 2.15 Absolute encoder 20 Figure 2.16 Incremental encoder. 21 Figure 2.17 Rotating transformer. 22 Figure 2.18 Typical resolver output. 22 Figure 2.19 Atmega32 microcontroller 25 Figure 2.20 (ULN2003A) amplifier 25 Figure 2.21 PWM outputs. 27 Figure 2.22 Timing diagram for CTC. 28 Figure 2.23 Fast PWM Mode, Timing Diagram 29 Figure 2.24 Phase Correct PWM Mode, Timing Diagram. 30 Figure 2.25 Pulse Frequency Modulation. 31 Figure 3.1 Linear method. 33 Figure 3.2 PWM method. 33 Figure 3.3 PFM method. 34 Figure 3.4 PCM method 35 Figure 4.1 The PWM method generated wave for 10% duty cycle. 37 Figure 4.2 The PWM method generated wave for 30% duty cycle. 38 Figure 4.3 The PWM method generated wave for 50% duty cycle 39 Figure 4.4 The PWM method generated wave for 70% duty cycle. 40 Figure 4.5 The PWM method generated wave for 90% duty cycle. 40 VII List of Tables Table 4.1 Input value vs. Speed of linear method. 36 Table 4.2 Duty cycle vs. OCRO of PWM method. 36 Table 4.3 Period (ms) vs. Speed of PFM method. 41 Table 4.4 period (ms) vs. Angle of PCM method. 41 VIII [References] References [1] MODERN CONTROL TECHNOLOGY, COMPONENTS &SYSTEMS [2] BALDOR MOTORS AND DRIVES[SERVO CONTROL FACTS] [3] WWW.WIKIPEDIA.ORG [4] WWW.FREEPATENTSONLINE.COM 43 [Appendix C] Appendix C /***************************************************** This program was produced by the CodeWizardAVR V1.25.7a Standard Automatic Program Generator © Copyright 1998-2007 Pavel Haiduc, HP InfoTech s.r.l.
Recommended publications
  • Glossary Defns of Terms 1998-10 TWG INCOSE .Doc
    INCOSE SE Terms Glossary Version 0 October 1998 INCOSE SE Terms Glossary Document No.: TBD Version/Revision: 0 Date: October, 1998 File: Glossary Defns of Terms 1998-10 TWG INCOSE .doc Prepared by: INCOSE Concepts and Terms WG International Council on Systems Engineering (INCOSE) 2150 N. 107th Street, Suite 205 Seattle, WA 98133-9009 NOTICE This data was prepared by the Terminology Working Group of the International Council on Systems Engineering (INCOSE) for review and comment only. It is has been released by that agency as INCOSE Technical Data. It is subject to change without notice and may not be referred to as an INCOSE Technical Product. Copyright (c) 1998 by INCOSE, subject to the following restrictions: Author Use. Authors have full rights to use their contributions in a totally unfettered way. Abstraction is permitted with credit to the source. INCOSE Use. Permission to reproduce and use this document and to prepare derivative works from this document for INCOSE use is granted, provided this copyright notice is included with all reproductions and derivative works. External Use. This document may not be shared or distributed to any non-INCOSE third party. Requests for permission to reproduce this document in whole or part, or to prepare derivative works of this document for external and/or commercial use are prohibited. Copying, scanning, retyping, or any other form of reproduction of the content of whole pages or source documents is prohibited and shall not be approved by INCOSE. Electronic Version Use. Any electronic version of this document is to be used for personal use only and is not to be placed on a non-INCOSE sponsored server for general use.
    [Show full text]
  • DC Servo Motor Modeling
    MODELING DC SERVOMOTORS CONTROL SYSTEMS TECH NOTE © Dr. Russ Meier, MSOE INTRODUCTION A DC motor is an actuator that converts electrical energy to mechanical rotation using the principles of electromagnetism. The circuit symbol for a DC motor is shown in Figure 1. + Va M - Figure 1: Circuit symbol for a DC servomotor The learning objectives of this technical note are: 1. Draw the equivalent DC servomotor circuit theory model. 2. State the equations of motion used to derive the electromechanical transfer function in the time domain and the s-domain. 3. Draw the DC servomotor signal block diagram. 4. Derive the DC servomotor electromechanical transfer function. CIRCUIT THEORY MODEL The circuit shown in Figure 2 models the DC servomotor. Note that an armature control current is created when the armature control voltage, Va, energizes the motor. The current flow through a series-connected Ra La + + Tm Va Vb R θ m - - Figure 2: DC servomotor circuit theory model armature resistance, an armature inductance, and the rotational component (the rotor) of the motor. The rotor shaft is typically drawn to the right with the torque (Tm) and angular displacement (θm) variables shown. The motor transfer function is the ratio of angular displacement to armature voltage. Figure 3: The DC servomotor transfer function EQUATIONS OF MOTION Three equations of motion are fundamental to the derivation of the transfer function. Relationships between torque and current, voltage and angular displacement, and torque and system inertias are used. Torque is proportional to the armature current. The constant of proportionality is called the torque constant and is given the symbol Kt.
    [Show full text]
  • Direct Drive Dc Torque Servo Motors
    DIRECT DRIVE DC TORQUE SERVO MOTORS QT- Series Rare Earth Magnet Motors DIRECT DRIVE DC SERVO MOTORS The Direct Drive DC Torque motor is a servo actuator which can be directly attached to the load it drives. It has a permanent magnet (PM) field and a wound armature which act together to convert electrical power to torque. This torque can then be utilized in positioning or speed control systems. In general, torque motors are deigned for three different types of operation: » High stall torque (“stand-still” operation) for positioning systems » High torque at low speeds for speed control systems » Optimum torque at high speed for positioning, rate, or tensioning systems SUPERIOR QUALITY With the widest range of standard and custom motion solutions, we collaborate with you to deploy rugged, battle-worthy systems engineered and built to meet your singular requirements. Kollmorgen provides direct drive servo motor solutions for the following applications: » Weapons stations and gun turrets » Missile guidance and precision-guided munitions » Radar pedestals and tracking stations » Unmanned ground, aerial and undersea vehicles » Ground vehicles and sea systems » Aircraft and spacecraft systems » Camera gimbals » IR countermeasure platforms » Laser weapon platforms QT- Series D irect Drive DC Servo Motors Advantages of Direct Drive DC Torque Motors Direct drive torque motors are particularly suited for servo system applications where it is desirable to minimize size, weight, power and response time, and to maximize rate and position accuracies. Frameless motors range from 28.7mm (1.13in) OD weighing 1.4 ounces (.0875 lbs) to a 4067 N-m (3000 lb-ft) unit with a 1067mm (42in) OD and a 660.4mm (26in) open bore ID.
    [Show full text]
  • In a Mechanical System, a Differential
    RADAR CIRCUIT ANALYSIS 13-14 THE DIFFERENTIAL SElSYN In a mechanical system, a differential con- 52 nects three shafts together in such a way that the amount that one shaft turns is equal to the dif- zsv ference between the amounts that the other two turn. The differential selsyn is named according to the two functions it performs. If the shaft of the differential selsyn serves to indicate the differ- ence in shafts positions of two other selsyns, the other two selsyns are generators and the differ- ential selsyn is a motor. If the differential selsyn shaft position is to be subtracted from that of a 53 selsyn generator (or vice versa) and the differ- ence to be indicated by the rotor position of a i----OV---o-i motor, the differential selsyn is then a generator. ~---OV--~~_-4 ~ The stator of the differential generator or motor is very similar to the stator of the ordi- nary selsyn. It consists of three sets of coils 0 wound in slots and spaced 120 apart around the Differential Transformer Action at 0° Position inside of the field structure. The rotor, however, differs considerably from that of an ordinary The selsyn generator just above is connected selsyn. It is cylindrical in shape and has three sets to a differential selsyn in which the rotor leads of coils wound in slots and equally spaced around are open. Both shafts are in the 0° position. Since the circumference. Connections to the external the stator coils of the differential selsyn connect circuits are made through three brushes riding on to the stator coils of the generator, the voltages three slip rings on the rotor shaft.
    [Show full text]
  • Permanent Magnet Servomotor and Induction Motor Considerations
    Permanent Magnet Servomotor and Induction Motor Considerations Kollmorgen B-104 PM Brushless Servomotor at 0.4 HP Kollmorgen M-828 PM Brushless Rotor Kollmorgen B-802 PM Brushless Servomotor at 15 HP Kollmorgen B-808 PM Brushless Rotor Permanent Magnet Servomotor and Induction Motor Considerations 1 Lee Stephens, Senior Motion Control Engineer Permanent Magnet Servomotor and Induction Motor Considerations Motion long considered a mainstay of induction motors, encroachment in the area of 50 HP and greater have been seen recently for some applications by permanent magnet (PM) servomotors. These applications usually have dynamic considerations that require position-time closed loop and high accelerations. When accelerating large loads, permanent magnet servomotors can work with very high load to inertia ratios and still maintain performance requirements. Having a lower inertia typically will allow for less permanent magnet motor can result in a greater torque energy wasted within the motor. Torque (τ), is the density than an equivalent induction system. If size product of inertia (j) and rotary acceleration (α). If you matters, then perhaps a system should use one require inertia matching, ½ of your energy is wasted technology over another. Speaking of size, the inertia accelerating the motor alone. If the inertia ratio from ratio can be an important figure of merit should motor to load is large, then control schemes must be dynamic needs arise. If you are going to have high dynamic enough to prevent the larger load from driving accelerations and decelerations, the size of the rotor the motor as opposed to the motor controlling the load. will significantly increase the inertia and decrease the Tradeoffs and knowing what can be negotiated.
    [Show full text]
  • Control System Lab Lab Manual
    CONTROL SYSTEM LAB (EC-616-F) CONTROL SYSTEM LAB (EC-616-F) LAB MANUAL VI SEMESTER Department of Electronics & Computer Engg Dronacharya College of Engineering Khentawas, Gurgaon – 123506 CONTROL SYSTEM LAB (EC-616-F) CONTROL SYSTEM LIST OF EXPERIMENTS PAGE S. NO NAME OF THE EXPERIMENT NO. 1. TO STUDY A.C SERVO MOTOR AND PLOT ITS 1 TORQUE SPEED CHARACTERISTICS. TO STUDY D.C SERVO MOTOR AND PLOT ITS 5 2. TORQUE SPEED CHARACTERISTICS. TO STUDY THE MAGNETIC AMPLIFIER AND PLOT ITS 8 LOAD CURRENT V/S CONTROL CURRENT 3. CHARACTERISTIC FOR (A)SERIES CONNECTED MODE (B)PARALLEL CONNECTED MODE. TO PLOT THE LOAD CURRENT V/S CONTROL 11 4. CURRENT CHARACTERISTICS FOR SELF EXCITED MODE OF THE MAGNETIC AMPLIFIER. 5. TO STUDY LEAD LAG COMPENSATOR AND DRAW 14 MAGNITUDE AND PHASE PLOTS. TO STUDY A STEPPER MOTOR & EXECUTE 17 MICROPROCESSOR OR COMPUTER BASED CONTROL 6. OF THE SAME BY CHANGING NUMBER OF STEPS, DIRECTION OF ROTATION & SPEED. TO IMPEMENT A PID CONTROLLER FOR LEVEL 20 7. CONTROL OF A PILOT PLANT TO STUDY THE BASIC OPEN LOOP AND CLOSED LOOP 23 8. CONTROL SYSTEM. TO STUDY WATER LEVEL CONTROL USING 26 9. INDUSTRIAL PLC. TO STUDY THE MATLAB PACKAGE FOR SIMULATION 29 10. OF CONTROL SYSTEM DESIGN. CONTROL SYSTEM LAB (EC-616-F) EXPERIMENT NO: 1 AIM: - To study AC servo motor and plot its torque speed Characteristics. APPARATUS REQUIRED: - AC Servo Motor Setup, Digital Multimeter and Connecting Leads. THEORY: - AC servomotor has best use for low power control applications. Its important parameters are speed – torque characteristics. An AC servomotor is basically a two phase induction motor which consist of two stator winding oriented 90* electrically apart.
    [Show full text]
  • Servomotor Parameters and Their Proper Conversions for Servo Drive Utilization and Comparison
    Servomotor Parameters and their Proper Conversions for Servo Drive Utilization and Comparison Servomotor Parameters and their Proper Conversions for Servo Drive Utilization and Comparison 1 Hurley Gill, Senior Application / Systems Engineer Servomotor Parameters and their Proper Conversions for Servo Drive Utilization and Comparison Utilization of servomotor parameters in their correct units of measure as defined by the drive manufacturer is imperative for achieving desired mechanism performance. But without proper understanding of motor and drive parameter details relative to their defined terms, units, nomenclature and the calculated conversions between them, incorrect units are likely to be applied which complicate both machine design development and the manufacturing process. This white paper demonstrates exactly how and 6-step (i.e. trapezoidal commutation). While machine designers can overcome challenges most servomotor parameters are presented in one around servomotor parameters and apply them of three ways, they are often mixed between the correctly for any motor or drive to meet specific two different electronic commutation methods. requirements. A customary standard set of servo (Refer to Motor Parameters Conversion Table on units is thoroughly explained together with their page 6.) typical nomenclature and the applicable conversions between them. Typical terminologies used to describe While the motor parameter data entered into the servomotors are: Brushless DC Motor (BDCM or servo drive must be in the units that the designer BLDCM) Servo, Brushless DC/AC Synchronous specifically intended, there are often differences Servomotor, AC Permanent Magnet (PM) Servo between this data and their defined corresponding and other similar naming conventions. Most of units of measure presented on a motor datasheet.
    [Show full text]
  • EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism Tim Davidson Ext
    EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism Tim Davidson Ext. 27352 [email protected] Objective To identify the plant model of a servomechanism, and explore the trade-off between rise time and overshoot incurred in proportional control of the servo(mechanism). Assessment Your mark for this lab will be assessed on your ability to complete each section. The marks for each section are indicated at the beginning of the section. Please demonstrate your results to the TAs and have your mark recorded. Please attend the lab section to which you have been assigned. 1 Description of Laboratory Equipment In this lab we will deal with an angular positioning system based around a DC motor. Such schemes are often used to position heavy or difficult to move objects using a ‘command tool’ which is easy to move. For example, moving the control surfaces of an aircraft using the lever in the cockpit. In our system, the plant is the motor (and its associated electronics). The input to the plant is a control signal c(t) and the output of the plant is a voltage which is proportional to the angle of the motor shaft, θ(t). Using information about the structure of the motor and Newtonian mechanics, the operation of the motor can be described by the following differential equation: d2θ(t) dθ(t) J + B = Kmc(t); (1) dt2 dt where J is the rotational inertia of the motor, B is the damping in the motor structure, and Km is the (internal) gain of the motor.
    [Show full text]
  • Servo Systems
    2012/3/26 Servo Systems Department of Mechanical Engineering Lecturer: Jia-Yush Yen 4/7/2010 A Control System Reference command Output Controller Actuator Plant Measurement Servo Systems 2 1 2012/3/26 Outline • Motors – Synchronous motor – Induction motor – DC motor –BLDC –PMAC – PWM principle – Driver design Servo Systems 3 Servo vs. Process System •A servomechanism is a feedback control system in which the controlled variable is a (mechanical) position, velocity, torque, frequency, etc. •A process control generally refers to control of other variables as liquid level, pressure, temperature, density, concentration, or chemical composition. Servo Systems 4 2 2012/3/26 Servo System Loop Set Point Network http://www.a-m- c.com/content/m101/generalservosystems. Servo Systems html 5 Motors http://en.wikipedia.org/wiki/Motor • Electric motor – a machine that converts electricity into a mechanical motion – AC motor, an electric motor that is driven by alternating current • Synchronous motor • Induction motor – DC motor, an electric motor that runs on direct current electricity • Brushed DC electric motor • Brushless DC motor – Linear motor – Stepper motor • Servo motor – an electric motor that operates a servo, Servocommonly Systems used in robotics 6 3 2012/3/26 Calculating Magnetic Field • Magnetic Field Intensity: where μ is the permeability • Magnetomotive force (mmf): Servo Systems 7 AC SYNCHRONOUS MOTOR Servo Systems 8 4 2012/3/26 AC Synchronous Motor • A synchronous electric motor is an AC motor distinguished by a rotor spinning with coils passing magnets at the same rate as the alternating current and resulting magnetic field which drives it. Another way of saying this is that it has zero slip under usual operating conditions http://www.mwit.ac.th/~Phy http://en.wikipedia.org/wiki/Sy sicslab/hbase/magnetic/mo nchronous_motor torac.html Servo Systems 9 Rotating Magnetic Field • Apply three-phase voltage to a three-phase stator winding creates a rotating field.
    [Show full text]
  • Introduction
    Introduction The Servo Trigger is a small board that helps you deploy hobby RC servo motors. When an external switch or logic signal changes state, the Servo Trigger tells an attached servo motor to move from position A to position B. The Servo Trigger in action. To use the Servo Trigger, you simply connect a hobby servo and a switch, then use the onboard potentiometers to adjust the start/stop positions and transition time. You can use a hobby servos in your projects without having to do any programming! In This Tutorial This hookup guide starts with some background information about hobby servo motors. From there, it jumps into getting the Servo Trigger working with a small servo, then examines some of the inner workings. Finally, for the adventurous, it explains how to customize the Servo Trigger by reprogramming it. Servo Motor Background In the most generic sense, a “servomechanism” (servo for short) is a device that uses feedback to achieve the desired result. Feedback control is used in many different disciplines, controlling parameters such as speed, position, and temperature. In the context we are discussing here, we are talking about hobby or radio-control servo motors. These are small motors primarily used for steering radio-controlled vehicles. Because the position is easily controllable, they are also useful for robotics and animatronics. However, they shouldn’t be confused with other types of servo motors, such as the large ones used in industrial machinery. An Assortment of Hobby Servos RC servos are reasonably standardized - they are all a similar shape, with mounting flanges at each end, available in graduated sizes.
    [Show full text]
  • Selecting the Proper Cables for Your Stepper Or Servo System
    Selecting the Proper Cables for Your Stepper or Servo System Kollmorgen 540-633-3545 [email protected] www.kollmorgen.com Engineers devote a lot of time and effort designing highly efficient, reliable, and economical stepper or servomotor positioning systems. They select a motor, a controller, appropriate feedback circuits, and an amplifier to satisfy the specific motion system’s needs. Unfortunately, however, the signal and power cables connecting the components are often neglected until the project is nearing its end or worse yet, handed off to an electrician who lacks the proper training. Overlooking critical cable selection factors can deliver a system with lower than expected accuracy, frequent failures, low immunity from electromagnetic interference, and adverse affects on neighboring equipment. BASIC CABLE CONSTRUCTION Cables are designed and manufactured with characteristics intended to service a specific application for peak performance. Each element in the basic cable construction plays a unique role. All cables contain some or all the following elements: single or multiple conductors of proper ampacity, insulation with appropriate voltage breakdown specifications, an overall shield or multiple shields for individual conductors or pairs, and a jacket to protect the cable from mechanical, chemical, and environmental influences. Additional cable elements might include a drain or grounding wire used with foil shields, binding tapes, embedded steel-support wires, and fillers to give the cable a uniform circular, cross- sectional shape. SELECTION CRITERION Cable selection begins with characterizing the operating conditions that affect the cable during service such as temperature, moisture, chemical exposure, abrasion, flexing, and expected life. The proper type and thickness of the insulation selected depends upon working voltages.
    [Show full text]
  • Electrical Engineering Dictionary
    ratio of the power per unit solid angle scat- tered in a specific direction of the power unit area in a plane wave incident on the scatterer R from a specified direction. RADHAZ radiation hazards to personnel as defined in ANSI/C95.1-1991 IEEE Stan- RS commonly used symbol for source dard Safety Levels with Respect to Human impedance. Exposure to Radio Frequency Electromag- netic Fields, 3 kHz to 300 GHz. RT commonly used symbol for transfor- mation ratio. radial basis function network a fully R-ALOHA See reservation ALOHA. connected feedforward network with a sin- gle hidden layer of neurons each of which RL Typical symbol for load resistance. computes a nonlinear decreasing function of the distance between its received input and Rabi frequency the characteristic cou- a “center point.” This function is generally pling strength between a near-resonant elec- bell-shaped and has a different center point tromagnetic field and two states of a quan- for each neuron. The center points and the tum mechanical system. For example, the widths of the bell shapes are learned from Rabi frequency of an electric dipole allowed training data. The input weights usually have transition is equal to µE/hbar, where µ is the fixed values and may be prescribed on the electric dipole moment and E is the maxi- basis of prior knowledge. The outputs have mum electric field amplitude. In a strongly linear characteristics, and their weights are driven 2-level system, the Rabi frequency is computed during training. equal to the rate at which population oscil- lates between the ground and excited states.
    [Show full text]