Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors
|
|
|
- Beatrix Randall
- 9 years ago
- Views:
Transcription
1 Electronics Exercise 3: Uni-Polar Stepper Motor Controller / Driver Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume, Professor Author: Kita, Development TA Summer 2004 Revised by Ali AlSaibie, TA Objectives 1. Learn how uni-polar stepper motors work 2. Learn how to use a universal shift register (74LS194) as a uni-polar stepper motor controller 3. Create an uni-polar stepper motor controller /driver 2. Uni-Polar Stepper Motor A stepper motor is used when open loop control of position is needed. Unlike a typical DC motor, the output shaft of a typical stepper motor can be rotated ( stepped ) anywhere between 1.8 degrees per step to 15 degrees per step depending on the particular stepper motor. There are two types of stepper motors: bipolar and uni-polar. Current flows only in one direction through the coils of a uni-polar motor. Current needs to flow in two directions though coils of a bi-polar stepper motor. Motors need controllers to adjust their position and speed. A driver is needed to amplify a controller s low output current to a larger current required by a motor. The advantages and disadvantages between bi-polar stepper motor, uni-polar stepper motor, and DC motors are given in Table 1. Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors Motor Type Complexity of Controller Torque Position Control and Driver Electronics DC Medium Complexity for Forward and Reverse operation. Simple for Single Direction High Torque No Open Loop Position Control (Note: A DC motor can be made into a servo motor by using an encoder for closed loop control). Uni-Polar Stepper Medium Complexity Low Torque Easy Open Loop Position Control Bi-Polar Stepper High Complexity Medium Torque Easy Open Loop Position Control
2 A uni-polar stepper motor will be used in this exercise. A simplified diagram of a uni-polar stepper motor is shown in Figure 1. Figure 1 Diagram of Uni-Polar Stepper Motor The uni-polar stepper motor shown in Figure 1 has a 45 degree per step configuration. The rotor will point to the closest coil with power applied to it. The rotor will rotate counter clockwise if coils A1, B1, A2, B2, A1, B1, etc. are energized in sequence. The rotor will rotate clockwise if coils A1, B2, A2, B1, A1, B2,etc.. are energized in sequence. Another set of A1,B1,A2, and B2 coils will produce a 30 degree per step configuration. Two additional sets of A1,B1,A2, and B2 coils will produce a 22.5 degree per step configuration. More sets of A1, B1, A2, and B2 coils will produce even finer degrees per step configurations. The schematic symbol for a uni-polar stepper motor regardless of degree per step is given in Figure 2 Figure 2 Schematic Symbol for Uni-polar Stepper Motor There are a many ways of energizing stepper motor coils in the proper sequence. A microcontroller may be used as a uni-polar stepper motor controller but this will take memory and processing time. This is especially true in final projects where three or more stepper motors are used. It would be advantageous to make a uni-polar stepper motor controller circuit. Inputs into a uni-polar stepper motor controller circuit should be when to step and which direction to turn. This can be accomplished using a universal shift register as a controller. 3. Universal Shift Register (74LS194) as a Uni-polar Stepper Motor Controller The universal shift register is a standardized logic chip (74LS194) manufactured by various companies. The universal shift register pinout is shown in Figure 3.
3 Pin Name Description 1 CLR Clear Output Pin 2 SR Serial Shift Right Input Pin 3 A 4 B 5 C 6 D Figure 3 Universal Shift Register (74LS194) Pin out Parallel Shift Input Pins 7 SL Serial Shift Left Input Pin 8 GND Logic Ground 9 S 0 Output Pins 10 S 1 Model Select Pins 11 CLK Clock Input Pin 13 Q C 14 Q B 12 Q D 15 Q A 16 V cc 5V Logic Power Supply Table 2 74LS194 Pinout The operation of the chip is summarized in Table 3 Table 3: Operation of Universal Shift Register (L 0V, H-5V, X-does not matter, - transition from 0V 5V) CLR CLK S0 S1 QA QB QC QD Description 1 L X X X L L L L Outputs Cleared 2 H X L L Q A Q B Q C Q D Outputs Stay the same 3 H L H Q B Q C Q D SL Output Shift Left. Input SL before clock transition is copied to Output Q D 4 H H L SR Q A Q B Q C Output Shift Right. Input SR before clock transition is copied to Output Q A 5 H H H A B C D Output Parallel Shift. Inputs A, B, C, D copied to Outputs Q A, Q B, Q C, Q D
4 The following Figure 4, shows a universal shift register used as an uni-polar stepper motor controller. Figure 4 Universal Shift Register as a Uni-Polar Stepper Motor Controller Only CLK, S 0, and S 1 inputs need to be manipulated in order to control a uni-polar stepper motor using the circuit in Figure 4. Setting rotation direction and initialization of the circuit is done using inputs S 0 and S 1. The stepper motor steps when there is a transition from 0V to 5V on the clock pin. Therefore, the speed of rotation can be controlled by controlling the number of transitions on the clock pin per second. An example of how to step an uni-polar stepper motor 6 steps clockwise then 6 steps counter clockwise using the above circuit is shown below in table 3. Table 4 Example of stepping uni-polar stepper motor using circuit show in Figure 4 (L 0V, H 5V, X does not matter, - transition from 0V to 5V) CLK S 0 S 1 Q A (A 1 Coil) Q B (B 1 Coil) Q C (A 2 Coil) Q D (B 2 Coil) Operation Description (Table 3) X X X X X X X Circuit Power On H H H L L L 5 Initialize Controller L H L L L H 3 Clockwise Step 1 L H L L H L 3 Clockwise Step 2 L H L H L L 3 Clockwise Step 3 L H H L L L 3 Clockwise Step 4 L H L L L H 3 Clockwise Step 5 L H L L H L 3 Clockwise Step 6 H L L L L H 4 Counter Clockwise Step 1 H L H L L L 4 Counter Clockwise Step 2 H L L H L L 4 Counter Clockwise Step 3 H L L L H L 4 Counter Clockwise Step 4 H L L L L H 4 Counter Clockwise Step 5 H L H L L L 4 Counter Clockwise Step 6
5 4. Uni-Polar Stepper Motor Driver The power output from a universal shift register is inadequate for energizing coils in a stepper motor. Four NPN transistors and diodes are needed to create a uni-polar stepper motor driver. An NPN transistor has three pins: collector, base, and emitter. The circuit symbol for an NPN transistor is shown in Figure 5 Figure 5 Schematic Symbol for NPN Transistor The NPN Transistor will allow a large current to flow from collector to emitter when there is a smaller current from base to emitter. The schematic for a uni-polar stepper motor driver using four NPN transistors and diodes is given in Fig. 6. Diodes are used to protect the transistor from reverse currents generated by the motor. (Note: Transistors will be covered in greater detail during class lectures.) Figure 6 Driver for Uni-Polar Stepper Motor
6 5. Lab Task Your task is to assemble the circuit shown in Figure 7 on a perforated protoboard. You will also have a uni-polar stepper motor to test your circuit with. The Bill of Materials is given in 7. The pinouts are given in 8. Figure 7 Schematic of Uni-polar Stepper Motor Controller/Driver (Transistors have diodes already incorporated) Questions: a) Connect the TTL output pulse of the function generator to Node A in Fig. 7. Connect the ground of the function generator to ground in Fig. 7. The function generator is now acting as the clock input into the controller. Vary the rotational speed by varying the frequency of the function generator. Slowly increase the rotational speed. At what frequency does the stepper motor stop rotating? Why? 6. Lab Deliverables Demonstrate a working circuit setup to your lab instructor in person. And submit your answers to the above questions by the due date. 7. Bill of Materials Note that designations are specific to Figure 7 Designation Description Part No. R1, R2, R3, R4, R5, R6, R7 1kΩ Resistor S1, S2, S3 Push Button (Momentary Switch) T1, T2, T3, T4 NPN transistor - Diode Incorporated ZTX653 U1 74LS194 Counter Shift Registers SN74LS194AN
7 8. Pinouts and Wirings Stepper Motor Wiring Example Only. Motors differ in configuration. The stepper motor wiring is not consistent across all motors. To check the correct wiring configuration, read the resistance across the coils. The resistance between two coil ends should be double the resistance between one end and the center. For example, in the diagram below, the resistance across A1-AC is XΩ, across AC-A2 is also XΩ but is 2XΩ across A1-A2. Coil A and B are not connected, thus no resistance value to be expected. Side View A1 AC A2 Stepper Motor B1 BC B2 NPN Transistor Top View E B C
1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver
Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,
CHAPTER 11: Flip Flops
CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach
STEPPER MOTOR SPEED AND POSITION CONTROL
STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester
WORKING WITH STEPPER MOTORS
19 WORKING WITH STEPPER MOTORS In past chapters we ve looked at powering robots using everyday continuous DC motors. DC motors are cheap, deliver a lot of torque for their size, and are easily adaptable
Micro-Step Driving for Stepper Motors: A Case Study
Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study
GLOLAB Two Wire Stepper Motor Positioner
Introduction A simple and inexpensive way to remotely rotate a display or object is with a positioner that uses a stepper motor to rotate it. The motor is driven by a circuit mounted near the motor and
Lab 7: Operational Amplifiers Part I
Lab 7: Operational Amplifiers Part I Objectives The objective of this lab is to study operational amplifier (op amp) and its applications. We will be simulating and building some basic op amp circuits,
Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006
Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain
Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997
Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain
Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1
Electronics Operational Amplifier Internal design of an operational amplifier LD Physics Leaflets Discrete assembly of an operational amplifier as a transistor circuit P4.2.1.1 Objects of the experiment
LAB VIII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS
LAB VIII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS 1. OBJECTIVE In this lab, you will study the DC characteristics of a Bipolar Junction Transistor (BJT). 2. OVERVIEW In this lab, you will inspect the
Drive circuit basics + V. τ e. Industrial Circuits Application Note. Winding resistance and inductance
ndustrial Circuits Application Note Drive circuit basics For a given size of a stepper motor, a limited space is available for the windings. n the process of optimizing a stepper motor drive system, an
Four/Five Axis TB6560 CNC Driver Users Manual
Four/Five Axis TB6560 CNC Driver Users Manual Revision 2.0. Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 1.3. Key Features... 3 2. Descriptions of 4/5-AXIS
Bipolar Transistor Amplifiers
Physics 3330 Experiment #7 Fall 2005 Bipolar Transistor Amplifiers Purpose The aim of this experiment is to construct a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must
Transistor Amplifiers
Physics 3330 Experiment #7 Fall 1999 Transistor Amplifiers Purpose The aim of this experiment is to develop a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must accept input
A Practical Guide to Free Energy Devices
A Practical Guide to Free Energy Devices Device Patent No 29: Last updated: 7th October 2008 Author: Patrick J. Kelly This is a slightly reworded copy of this patent application which shows a method of
EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC
YEDITEPE UNIVERSITY ENGINEERING & ARCHITECTURE FACULTY INDUSTRIAL ELECTRONICS LABORATORY EE 432 INDUSTRIAL ELECTRONICS EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC Introduction:
LAB VII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS
LAB VII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS 1. OBJECTIVE In this lab, you will study the DC characteristics of a Bipolar Junction Transistor (BJT). 2. OVERVIEW You need to first identify the physical
ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation
ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation Program Definition: Write a program to control the speed of a dc motor using pulse width modulation. Discussion: The speed of a dc motor is
Three Axis TB6560 CNC Driver Users Manual
Three Axis TB6560 CNC Driver Users Manual Revision 2.0 Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 2. Descriptions of 3-AXIS CNC Board... 3 2.1. Photo
Asynchronous Counters. Asynchronous Counters
Counters and State Machine Design November 25 Asynchronous Counters ENGI 25 ELEC 24 Asynchronous Counters The term Asynchronous refers to events that do not occur at the same time With respect to counter
Points Position Indicator (PPI1) for Points Motors with Common Ground
Points Position Indicator (PPI1) for Points Motors with Common Ground Monitors Points Action and Operates Leds on a Control Panel Monitors the brief positive operating voltage across points motors when
Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6
EE 101 Spring 2006 Date: Lab Section # Lab #6 Name: Robot Board Sub-System Testing Partner: No Lab partners this time! Abstract The ECEbot robots have a printed circuit board (PCB) containing most of the
MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012
MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through
Series and Parallel Circuits
Pre-Laboratory Assignment Series and Parallel Circuits ECE 2100 Circuit Analysis Laboratory updated 16 May 2011 1. Consider the following series circuit. Derive a formula to calculate voltages V 1, V 2,
Programming A PLC. Standard Instructions
Programming A PLC STEP 7-Micro/WIN32 is the program software used with the S7-2 PLC to create the PLC operating program. STEP 7 consists of a number of instructions that must be arranged in a logical order
AN470 APPLICATION NOTE
AN470 APPLICATION NOTE THE L297 STEPPER MOTOR CONTROLLER The L297 integrates all the control circuitry required to control bipolar and unipolar stepper motors. Used with a dual bridge driver such as the
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential
Lab 8: DC generators: shunt, series, and compounded.
Lab 8: DC generators: shunt, series, and compounded. Objective: to study the properties of DC generators under no-load and full-load conditions; to learn how to connect these generators; to obtain their
Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two!
Using Your Arduino, Breadboard and Multimeter Work in teams of two! EAS 199A Fall 2012 pincer clips good for working with breadboard wiring (push these onto probes) Your Multimeter probes leads Turn knob
Digital circuits make up all computers and computer systems. The operation of digital circuits is based on
Digital Logic Circuits Digital circuits make up all computers and computer systems. The operation of digital circuits is based on Boolean algebra, the mathematics of binary numbers. Boolean algebra is
POINTS POSITION INDICATOR PPI4
POINTS POSITION INDICATOR PPI4 Advanced PPI with Adjustable Brightness & Simplified Wiring Monitors the brief positive operating voltage across points motors when they are switched Lights a corresponding
L297 STEPPER MOTOR CONTROLLERS
L297 STEPPER MOTOR CONTROLLERS NORMAL/WAVE DRIVE HALF/FULL STEP MODES CLOCKWISE/ANTICLOCKWISE DIRECTION SWITCHMODE LOAD CURRENT REGULA- TION PROGRAMMABLE LOAD CURRENT FEW EXTERNAL COMPONENTS RESET INPUT
The components. E3: Digital electronics. Goals:
E3: Digital electronics Goals: Basic understanding of logic circuits. Become familiar with the most common digital components and their use. Equipment: 1 st. LED bridge 1 st. 7-segment display. 2 st. IC
Programmable Single-/Dual-/Triple- Tone Gong SAE 800
Programmable Single-/Dual-/Triple- Tone Gong Preliminary Data SAE 800 Bipolar IC Features Supply voltage range 2.8 V to 18 V Few external components (no electrolytic capacitor) 1 tone, 2 tones, 3 tones
Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation
Lab 11 Digital Dice Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation From the beginning of time, dice have been used for games of chance. Cubic dice similar to modern dice date back to before
Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati
Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Module: 2 Bipolar Junction Transistors Lecture-2 Transistor
Decimal Number (base 10) Binary Number (base 2)
LECTURE 5. BINARY COUNTER Before starting with counters there is some vital information that needs to be understood. The most important is the fact that since the outputs of a digital chip can only be
Chapter 6 TRANSISTOR-TRANSISTOR LOGIC. 3-emitter transistor.
Chapter 6 TRANSISTOR-TRANSISTOR LOGIC The evolution from DTL to TTL can be seen by observing the placement of p-n junctions. For example, the diode D2 from Figure 2 in the chapter on DTL can be replaced
Permanent Magnet Motor Kit, Magnetic Reed Type. (SKY-ReedMotorKit) Instructions
Permanent Magnet Motor Kit, Magnetic Reed Type (SKY-ReedMotorKit) Instructions This kit contains powerful permanent magnets. Exercise caution when handling them as they can pull on iron tools and snap
Experiment # 9. Clock generator circuits & Counters. Eng. Waleed Y. Mousa
Experiment # 9 Clock generator circuits & Counters Eng. Waleed Y. Mousa 1. Objectives: 1. Understanding the principles and construction of Clock generator. 2. To be familiar with clock pulse generation
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.
DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual
DMX-K-DRV Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Manual page 1 rev 1.33 COPYRIGHT 2007 ARCUS, ALL RIGHTS RESERVED First edition, June 2007 ARCUS TECHNOLOGY copyrights this document.
Electrical Symbols and Line Diagrams
Electrical Symbols and Line Diagrams Chapter 3 Material taken from Chapter 3 of One-Line Diagrams One-line diagram a diagram that uses single lines and graphic symbols to indicate the path and components
1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.
File: chap04, Chapter 04 1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. 2. True or False? A gate is a device that accepts a single input signal and produces one
Basic DC Motor Circuits. Living with the Lab Gerald Recktenwald Portland State University [email protected]
Basic DC Motor Circuits Living with the Lab Gerald Recktenwald Portland State University [email protected] DC Motor Learning Objectives Explain the role of a snubber diode Describe how PWM controls DC motor
Basic DC Motor Circuits
Basic DC Motor Circuits Living with the Lab Gerald Recktenwald Portland State University [email protected] DC Motor Learning Objectives Explain the role of a snubber diode Describe how PWM controls DC motor
Arduino Lesson 16. Stepper Motors
Arduino Lesson 16. Stepper Motors Created by Simon Monk Last updated on 2013-11-22 07:45:14 AM EST Guide Contents Guide Contents Overview Parts Part Qty Breadboard Layout Arduino Code Stepper Motors Other
Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board
Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board Abstract This application note is a tutorial of how to use an Arduino UNO microcontroller to
5800 AND 5801. BiMOS II LATCHED DRIVERS UCN5800L UCN5800A
800 AND 80 Data Sheet 2680.0B* CLEAR IN IN 2 IN 3 IN GROUND 2 3 6 UCN800L UCN800A LATCHES V DD 3 2 0 9 7 8 OUTPUT ENABLE SUPPLY OUT COMMON Dwg. PP-0A The UCN800A/L and UCN80A/EP/LW latched-input BiMOS
Lecture 18: Common Emitter Amplifier. Maximum Efficiency of Class A Amplifiers. Transformer Coupled Loads.
Whites, EE 3 Lecture 18 Page 1 of 10 Lecture 18: Common Emitter Amplifier. Maximum Efficiency of Class A Amplifiers. Transformer Coupled Loads. We discussed using transistors as switches in the last lecture.
Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial
Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial Administration: o Prayer Robot Building for Beginners, Chapter 15, Voltage Comparators: o Review of Sandwich s Circuit:
Arduino Lesson 13. DC Motors. Created by Simon Monk
Arduino Lesson 13. DC Motors Created by Simon Monk Guide Contents Guide Contents Overview Parts Part Qty Breadboard Layout Arduino Code Transistors Other Things to Do 2 3 4 4 4 6 7 9 11 Adafruit Industries
Build A Video Switcher. Reprinted with permission from Electronics Now Magazine September 1997 issue
Build A Video Switcher Reprinted with permission from Electronics Now Magazine September 1997 issue Copyright Gernsback Publications, Inc.,1997 BUILD A VIDEO SWITCHER FRANK MONTEGARI Watch several cameras
Objectives: Part 1: Build a simple power supply. CS99S Laboratory 1
CS99S Laboratory 1 Objectives: 1. Become familiar with the breadboard 2. Build a logic power supply 3. Use switches to make 1s and 0s 4. Use LEDs to observe 1s and 0s 5. Make a simple oscillator 6. Use
LABORATORY 2 THE DIFFERENTIAL AMPLIFIER
LABORATORY 2 THE DIFFERENTIAL AMPLIFIER OBJECTIVES 1. To understand how to amplify weak (small) signals in the presence of noise. 1. To understand how a differential amplifier rejects noise and common
8 coil stator 11 coil stator
Below is a schematic of a typical scooter electrical set up as far as the stator, CDI, rectifier/regulator go along with the other items running on the electrical system; This is the 6 coil stator common
.OPERATING SUPPLY VOLTAGE UP TO 46 V
L298 DUAL FULL-BRIDGE DRIVER.OPERATING SUPPLY VOLTAGE UP TO 46 V TOTAL DC CURRENT UP TO 4 A. LOW SATURATION VOLTAGE OVERTEMPERATURE PROTECTION LOGICAL "0" INPUT VOLTAGE UP TO 1.5 V (HIGH NOISE IMMUNITY)
Digital Sampling Oscilloscope
Digital Sampling Oscilloscope Mary Anne Peters & Joseph Tylka Department of Mechanical and Aerospace Engineering Princeton University, Princeton, NJ 8, USA INTRODUCTION This paper summarizes the construction
ECEN 1400, Introduction to Analog and Digital Electronics
ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall
Unit/Standard Number. High School Graduation Years 2010, 2011 and 2012
1 Secondary Task List 100 SAFETY 101 Demonstrate an understanding of State and School safety regulations. 102 Practice safety techniques for electronics work. 103 Demonstrate an understanding of proper
1ED Compact A new high performance, cost efficient, high voltage gate driver IC family
1ED Compact A new high performance, cost efficient, high voltage gate driver IC family Heiko Rettinger, Infineon Technologies AG, Am Campeon 1-12, 85579 Neubiberg, Germany, [email protected]
BJT Characteristics and Amplifiers
BJT Characteristics and Amplifiers Matthew Beckler [email protected] EE2002 Lab Section 003 April 2, 2006 Abstract As a basic component in amplifier design, the properties of the Bipolar Junction Transistor
Stepper motor I/O. Application Note DK9222-0410-0014 Motion Control. A General information on stepper motors
Stepper motor Keywords Stepper motor Fieldbus Microstepping Encoder Phase current Travel distance control Speed interface KL2531 KL2541 Part A of this Application Example provides general information on
Electronic Rotary Table Divider V2.1 Construction
Electronic Rotary Table Divider V2.1 Construction 2006,2013 Steve Ward ([email protected]) Legal: All documents, code, schematics, firmware etc are offered as an aid to the experienced constructor
A Digital Timer Implementation using 7 Segment Displays
A Digital Timer Implementation using 7 Segment Displays Group Members: Tiffany Sham u2548168 Michael Couchman u4111670 Simon Oseineks u2566139 Caitlyn Young u4233209 Subject: ENGN3227 - Analogue Electronics
The 2N3393 Bipolar Junction Transistor
The 2N3393 Bipolar Junction Transistor Common-Emitter Amplifier Aaron Prust Abstract The bipolar junction transistor (BJT) is a non-linear electronic device which can be used for amplification and switching.
Unit 33 Three-Phase Motors
Unit 33 Three-Phase Motors Objectives: Discuss the operation of wound rotor motors. Discuss the operation of selsyn motors. Discuss the operation of synchronous motors. Determine the direction of rotation
CONSTRUCTING A VARIABLE POWER SUPPLY UNIT
CONSTRUCTING A VARIABLE POWER SUPPLY UNIT Building a power supply is a good way to put into practice many of the ideas we have been studying about electrical power so far. Most often, power supplies are
Selecting and Implementing H-Bridges in DC Motor Control. Daniel Phan A37005649
Selecting and Implementing H-Bridges in DC Motor Control Daniel Phan A37005649 ECE 480 Design Team 3 Spring 2011 Abstract DC motors can be used in a number of applications that require automated movements.
Gates & Boolean Algebra. Boolean Operators. Combinational Logic. Introduction
Introduction Gates & Boolean lgebra Boolean algebra: named after mathematician George Boole (85 864). 2-valued algebra. digital circuit can have one of 2 values. Signal between and volt =, between 4 and
OPERATIONAL AMPLIFIERS
INTRODUCTION OPERATIONAL AMPLIFIERS The student will be introduced to the application and analysis of operational amplifiers in this laboratory experiment. The student will apply circuit analysis techniques
PURDUE UNIVERSITY NORTH CENTRAL
ECET 109/159 PURDUE UNIVERSITY NORTH CENTRAL Electrical and Computer Engineering Technology Department All Semesters ECET Lab Report Format and Guidelines I. Introduction. Part of being technically educated
The DC Motor. Physics 1051 Laboratory #5 The DC Motor
The DC Motor Physics 1051 Laboratory #5 The DC Motor Contents Part I: Objective Part II: Introduction Magnetic Force Right Hand Rule Force on a Loop Magnetic Dipole Moment Torque Part II: Predictions Force
UNIVERSITY OF WATERLOO ELECTRICAL & COMPUTER ENGINEERING DEPARTMENT ME269 ELECTROMECHANICAL DEVICES AND POWER PROCESSING.
UNIVERSITY OF WATERLOO ELECTRICAL & COMPUTER ENGINEERING DEPARTMENT ME269 ELECTROMECHANICAL DEVICES AND POWER PROCESSING. Group # First Name Last Name UserID @uwaterloo.ca Experiment #3: DIRECT CURRENT
Servo Info and Centering
Info and Centering A servo is a mechanical motorized device that can be instructed to move the output shaft attached to a servo wheel or arm to a specified position. Inside the servo box is a DC motor
Ignition Alert Anti-Theft Security System for Motorbikes with Remote Control Amit Yadav, Anushri Jha, Neelesh Gupta amitrinku007@yahoo.
Ignition Alert Anti-Theft Security System for Motorbikes with Remote Control Amit Yadav, Anushri Jha, Neelesh Gupta [email protected] Abstract There are many vehicle security system are available
Study Guide for the Electronics Technician Pre-Employment Examination
Bay Area Rapid Transit District Study Guide for the Electronics Technician Pre-Employment Examination INTRODUCTION The Bay Area Rapid Transit (BART) District makes extensive use of electronics technology
Michelin North America
www.centecinc.com SC Telephone: 864.527.7750 Outside SC: 800.227.0855 Michelin North America Industrial Maintenance Technical Interview Outline Industrial Maintenance Technical Interview Outline The Technical
3 The TTL NAND Gate. Fig. 3.1 Multiple Input Emitter Structure of TTL
3 The TTL NAND Gate 3. TTL NAND Gate Circuit Structure The circuit structure is identical to the previous TTL inverter circuit except for the multiple emitter input transistor. This is used to implement
Ocean Controls RC Servo Motor Controller
Ocean Controls RC Servo Motor Controller RC Servo Motors: RC Servo motors are used in radio-controlled model cars and planes, robotics, special effects, test equipment and industrial automation. At the
Fundamentals of Signature Analysis
Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...
Pmod peripheral modules are powered by the host via the interface s power and ground pins.
Digilent Pmod Interface Specification Revision: November 20, 2011 1300 NE Henley Court, Suite 3 Pullman, WA 99163 (509) 334 6306 Voice (509) 334 6300 Fax Introduction The Digilent Pmod interface is used
How To Use Multiisim On A Computer Or A Circuit Design Suite 10.0 (Aero)
MULTISIM TUTORIAL Start Click on Start All Programs National Instruments Circuit Design Suite 10.0 Multisim. Component Toolbar Ammeter/ Voltmeter Toolbar Virtual Component Toolbar Simulation Toolbar Instrument
Multipurpose Analog PID Controller
Multipurpose Analog PID Controller Todd P. Meyrath Atom Optics Laboratory Center for Nonlinear Dynamics University of Texas at Austin c 00 March 4, 00 revised December 0, 00 See disclaimer This analog
SYSTEM 4C. C R H Electronics Design
SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25
Having read this workbook you should be able to: recognise the arrangement of NAND gates used to form an S-R flip-flop.
Objectives Having read this workbook you should be able to: recognise the arrangement of NAND gates used to form an S-R flip-flop. describe how such a flip-flop can be SET and RESET. describe the disadvantage
Motor Fundamentals. DC Motor
Motor Fundamentals Before we can examine the function of a drive, we must understand the basic operation of the motor. It is used to convert the electrical energy, supplied by the controller, to mechanical
LSI/CSI LS7362 BRUSHLESS DC MOTOR COMMUTATOR/CONTROLLER DESCRIPTION:
LSI/CSI LS UL LSI Computer Systems, Inc. 1 Walt Whitman oad, Melville, NY 11 (1) 1-000 FAX (1) 1-00 A00 BUSHLESS DC MOTO COMMUTATO/CONTOLLE FEATUES: Speed Control by Pulse Width Modulating (PWM) only the
If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically
EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, Nov 2009 Fully-automated control of lighting and security system of a Room Group No: D2 Bharat Bhushan (06d04026) Sravan
AMZ-FX Guitar effects. (2007) Mosfet Body Diodes. http://www.muzique.com/news/mosfet-body-diodes/. Accessed 22/12/09.
Pulse width modulation Pulse width modulation is a pulsed DC square wave, commonly used to control the on-off switching of a silicon controlled rectifier via the gate. There are many types of SCR s, most
Speed Controller 4-Quadrant PWM configurable via PC
4-Quadrant PWM configurable via PC For combination with: DC-Micromotors and Brushless DC-Servomotors Series Power supply for electronic Power supply for motor Max. continuous output current Max. peak output
ENGI 241 Experiment 5 Basic Logic Gates
ENGI 24 Experiment 5 Basic Logic Gates OBJECTIVE This experiment will examine the operation of the AND, NAND, OR, and NOR logic gates and compare the expected outputs to the truth tables for these devices.
Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science. 6.002 Electronic Circuits Spring 2007
Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.002 Electronic Circuits Spring 2007 Lab 4: Audio Playback System Introduction In this lab, you will construct,
So far we have investigated combinational logic for which the output of the logic devices/circuits depends only on the present state of the inputs.
equential Logic o far we have investigated combinational logic for which the output of the logic devices/circuits depends only on the present state of the inputs. In sequential logic the output of the
Digital Logic Elements, Clock, and Memory Elements
Physics 333 Experiment #9 Fall 999 Digital Logic Elements, Clock, and Memory Elements Purpose This experiment introduces the fundamental circuit elements of digital electronics. These include a basic set
3-Digit Counter and Display
ECE 2B Winter 2007 Lab #7 7 3-Digit Counter and Display This final lab brings together much of what we have done in our lab experiments this quarter to construct a simple tachometer circuit for measuring
EXPERIMENT 8. Flip-Flops and Sequential Circuits
EXPERIMENT 8. Flip-Flops and Sequential Circuits I. Introduction I.a. Objectives The objective of this experiment is to become familiar with the basic operational principles of flip-flops and counters.
Common-Emitter Amplifier
Common-Emitter Amplifier A. Before We Start As the title of this lab says, this lab is about designing a Common-Emitter Amplifier, and this in this stage of the lab course is premature, in my opinion,
