ELECTRIC MOTORS An Introduction to DC and Stepper Motors.

Slides:



Advertisements
Similar presentations
The Direct Current (DC) Electric Motor
Advertisements

How electricity is made
Electric Motors Ara Knaian. Human Power Line Shaft.
Introduction to Motors
MSP430 Motor Controller Applications
L.
Physics 12 Direct Current Motors. Joke of the day: An object at rest stays at rest and an object in motion stays in motion with the same speed and in.
Stepper Motors. Motors coils of conductive wire magnetic fields rotational motion –except for linear induction motor everywhere from the very large (LRT)
Introduction to NSF SPIRIT Workshop 2006 DC ELECTRIC MOTORS.
Who Wants To Be A Millionaire? Electricity and Magnetism.
12.5 The Motor Principle When English physicist Michael Faraday saw that an electric current in a wire caused a compass needle to move, he was curious.
Lesson 33 AC Generators.
ECE 4411 Introduction to DC Machines Advantages –Adjustable speed –Develop rated torque at all speeds –Higher torque than an equivalent AC machine Uses.
Stepper Motors Jason Wells. Background Brushless, synchronous electric motor Brushless, synchronous electric motor No feedback necessary (open loop) No.
DC Motors Taken from a variety of sources including: and ty/generators/index.html.
1 Motors & Motor Controllers ECE AC or DC Motors AC –Few robots use AC except in factories –Most of those that use AC first convert to DC DC –Dominates.
Electric Motors. How to build an Electric Motor mY mY.
Generators Mrs. Brostrom Integrated Science C. Generators II. Magnetism can create electricity – A moving conductor (wire) in a magnetic field generates.
Stepper Motor. Stator Rotor Full Stepping Energizing one coil at a time is known as running the motor in 'full steps'. In a 200 step motor, this.
Reciprocating Saw Dissection: Motor Description Thomas Snowdon.
6.11 Vocabulary Electromagnet: type of magnet in which the magnetic field is produced by a flow of electric current Core: metal (iron) center of an electromagnet.
Forging new generations of engineers. DC Motors and Generators Instruction Plan.
17.3 Electric motors and generators
AC vs. DC The production of and use of electricity is an expensive business.Therefore the most efficient use of the resource is required. The most efficient.
HVAC214 - Oil Electrical Motors Part 1.
10/13/20151 University of North Carolina-Charlotte INTRODUCTION TO DIGITAL ACTUATORS (Stepper and Servo Motors) Gurunath Athalye.
Lecture 16 Generators Self Inductance AC circuits RLC circuits.
Interfacing Stepper motor to 8051 microcontroller A stepper motor is a special type of electric motor that moves in increments, or steps, rather than turning.
Syafruddin Hasan. STEPPER MOTOR Stepper motors are device that rotate by discrete incremental steps The primary advantage:  they can be controlled almost.
STEPPER MOTORS Name: Mr.R.Anandaraj Designation: Associate. Professor Department: Electrical and Electronics Engineering Subject code :EC 6252 Year: II.
What Makes an Electric Motor Work? The Science and Technology Behind Electric Motors.
Motors and Galvanometers
Generators and Motors. Lightning Review Last lecture: 1.Induced voltages and induction Induced EMF Induced EMF Faraday’s law Faraday’s law Motional EMF.
Forging new generations of engineers. AC Motors Instructional Plan.
Motors and Generators.
Introduction to the Electric Motor. Electric Motors are based on Magnets, Electromagnets and The Law of Magnetic Poles.
Key ideas 21.2 Application of electromagnetic induction  Electromagnetic induction is used in microphones tape recording and playback generation of electricity.
STEPPERS AND SERVOS. Types of stepper motors Based on construction Based on construction Variable reluctance Variable reluctance Permanent magnet Permanent.
Generators, Motors, Transformers
INTRODUCTION TO ROBOTICS Part 3: Propulsion System Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
DC motor principles Speed control Direction Stepper motor principles
Stepper Motor – Types, Advantages And Applications
1 Figure 17.1 A Rotating Electric Machine. 2 Configurations of the three types of electric machines Table 17.1.
GENERATORS AND MOTORS Topic 6. Electromagnets When a soft iron core is inserted into a coil of wire and a current is passed through the wire, an even.
Introduction to Rotating Machines
CNC FEED DRIVES.
Motors & Motor Controllers
Introduction to Motors, servos and steppers
Introduction to Rotating Machines
DC Motors Types: Continuous Rotation Servo (Remote Control)
Introduction to Motors
AC and DC motors.
What is a Motor?
Electric Motors.
Brushless DC (BLDC) Motors
ECGR-6185 Advanced Embedded Systems
10-Nov Nov-18 converted to Mechanical Energy DC Motor Describe how a d.c. motor works: A current-carrying coil in a magnetic field experiences.
Electric Motor By Saba Junaid
Simulation things to note…
17.3 Electric Motors and Generators
Simulation things to note…
Stepper Motors A stepper motor is a “pulse-driven” motor that changes the angular position of the rotor in “steps” Define β = the step angle (per input.
28-Feb Feb-19 converted to Mechanical Energy DC Motor Describe how a d.c. motor works: A current-carrying coil in a magnetic field experiences.
Force on a Current-carrying Conductor & Motor Effect 
Generating Electricity
AC current.
Presentation transcript:

ELECTRIC MOTORS An Introduction to DC and Stepper Motors

Electric Motors Electric motors are everywhere! In your house, almost every mechanical movement that you see around you is caused by an AC or DC electric motor.

Direct Current Motors overall plan of a simple 2- pole DC electric motor A simple motor has 6 parts, as shown in the diagram

Direct Current Motors

Brushed DC Motor The brushed DC motor is one of the earliest electric motor designs Easy to understand design Easy to control speed

DC STEPPER MOTORS Stepping motors are electric motors without commutators Commutation is handled externally by the motor controller Controller charges opposite coils attracting the center rotor magnets

DC STEPPER MOTORS

Voltage Rating –provides desired torque Resistance-per-winding determines –the current draw of the motor –Maximum operating speed Degrees per Step –Sets the number of degrees the shaft will rotate for each full step

UNIPOLAR STEPPER MOTOR Relatively easy to control simple 1-of-'n' counter circuit can generate the proper stepping sequence 1 transistor per winding

UNIPOLAR STEPPER MOTOR two center-tapped coils represents the connection of a 4 - phase unipolar stepper motor

UNIPOLAR STEPPER MOTOR 6 wires with a center tap on each of two coils

IDENTIFYING WIRES Check make and model to see if wire colour code is availableCheck make and model to see if wire colour code is available Observe the wires to see if you can identify groups of 3 wiresObserve the wires to see if you can identify groups of 3 wires Measure resistance between wiresMeasure resistance between wires Wire with lowest resistance is power wireWire with lowest resistance is power wire

IDENTIFYING WIRES 6 wire motors –Groups of 3 wires –1 power & 2 signal 5 wire motors –1 power & 4 signal wires power wire has lowest resistance to the otherspower wire has lowest resistance to the others

CONTROL PROGRAM Once wires identified and connected to the circuit: a program is needed to run the motor Example Turing Program: loop parallelput (1) delay (500) parallelput (2) delay (500) parallelput (4) delay (500) parallelput (8) delay (500) end loop

STEPPER MOTOR CONTROL 4 signal wires fired in the correct sequence will turn the motor