Pulse Width Modulation Applications

Size: px
Start display at page:

Download "Pulse Width Modulation Applications"

Transcription

1 Pulse Width Modulation Applications Lecture 21 EE 383 Microcomputers

2 Learning Objectives What is DTMF? How to use PWM to generate DTMF? How to use PWM to control a servo motor? How to use PWM to control a DC motor?

3 PWM Applications Pulse-Width Modulation (PWM) can be used with any application that requires generation of a periodic rectangular waveform. With additional filter circuitry, rectangular waveforms can be used to generate triangular, sinusoidal, and other waveform types. Design of these filters is outside the scope of this class. PWM applications include: Servo control (standard or continuous-rotation) DC motor speed control Generation of audio tones Many others

4 Generating Audio Tones A pure audio tone is a sinusoid of a particular frequency. Sinusoids can be roughly approximated by 50% duty-cycle rectangular waves. The approximation can be improved by filtering the rectangular wave. The range of tone frequencies for human hearing falls roughly in the range 20Hz 20 khz. The extremes of this range are quite variable by individual. Aging tends to reduce the range, especially at higher frequencies. The Dragon12 PWM can easily generate waveforms in the 20Hz 20 khz range and, with a proper transducer (e.g. a speaker), can be used to produce audio output. The quality of this square-wave audio may be questionable.

5 Touch-Tone Telephone */E 0 #/F A B C D * 0 # Original Touch-Tone Keypad Modern Touch-Tone Keypad

6 DTMF Touch-Tone Standard Dual-Tone Multiple-Frequency (DTMF) encoding is used to transmit the state of the keypad when a button is pressed. Each keypress is indicated by a unique combination of two sinusoidal frequency components. One sinusoid indicates the keypad row and the other indicates the keypad column. Each tone must be held for a minimum of 40 ms.

7 DTMF Frequencies 1209 Hz 1336 Hz 1477 Hz 1633 Hz 697 Hz A 770 Hz B 852 Hz C 941 Hz */E 0 #/F D

8 Approximating DTMF with PWM DTMF requires the sum of two sinusoids. PWM produces rectangular waveforms. Two PWM channels (row and column) with appropriate low-pass filters may be used to create the DTMF sinusoids.

9 Dragon12plus - First Approximation of DTMF For a simple approximation of DTMF on the Dragon12plus, we can take advantage of the fact that we can set a separate frequency for each PWM channel. In addition, the Dragon12plus laboratory kits include two small piezoelectric speakers equipped to plug directly into the servo connectors on the Dragon12plus. Driving these two speakers with two PWM square-wave (50% duty cycle) signals is an acceptable first approximation for DTMF.

10 Dragon12 PWM Speakers

11 Selecting DTMF frequencies Frequency (Hz) Period (µs) 24 MHz cycles 697 Hz µs cycles 770 Hz µs cycles 852 Hz µs cycles 941 Hz µs cycles 1209 Hz µs cycles 1336 Hz µs cycles 1477 Hz µs cycles 1633 Hz µs cycles Because of the tight constraint on period accuracy (1.5%) we should consider using the concatenated PWM channels with 16-bit period counters for greater accuracy.

12 Selecting PWM parameters for DTMF Frequency (Hz) Period (µs) 24 MHz cycles (PWMPER/PWMDTY) 697 Hz µs cycles (34434/17217) 770 Hz µs cycles (31168/15584) 852 Hz µs cycles (28170/14085) 941 Hz µs cycles (25504/12752) 1209 Hz µs cycles (19852/9926) 1336 Hz µs cycles (17964/8982) 1477 Hz µs cycles (16250/8125) 1633 Hz µs cycles (14696/7348) The period counts here are the closest even integer so that the duty cycle counts provide for exactly 50% duty cycle. This will produce a sinusoidal signal with minimum distortion after filtering.

13 Setting up PWM for DTMF Let us choose to use concatenated PWM channels to give us the needed accuracy. Use PWM channels 4 and 5 for the DTMF row. Output is on pin 5. Use clock A or SA. Use PWM channels 6 and 7 for the DTMF column. Output is on pin 7. Use clock B or SB.

14 PWM Setup Code For DTMF BSET PWMCTL, #$C0 BSET PWMPOL, #$F0 BCLR PWMCLK, #$F0 BCLR PWMPRCLK, #$FF ;set CON67 and CON45 ;4,5,6,7 active high ;50% duty cycle so polarity doesn t matter ;4,5,6,7 use clock A/B ;clock scale = 2^0, clock is 24 MHz ;clock period now (1/24) microseconds MOVW #34433, PWMPER4 ;697 Hz, signal generated at CH5 MOVW #17217, PWMDTY4 ;50% duty cycle MOVW #14696, PWMPER6 ;1633 Hz, signal generated at CH7 MOVW #7348, PWMDTY6 ;50% duty cycle BSET PWME, #$F0 JSR DELAY_1s BCLR PWME, #$F0 ;4,5,6,7 enabled ;TURN OFF

15 Motor Control Applications Motors convert electrical energy into mechanical energy. Motor control is normally concerned with one or more of the following: Motor shaft position Motor shaft rotational speed Available rotational power (torque) Control is usually optimized for one of these factors and it is generally not possible to control all three quantities simultaneously. PWM is easily adapted to two simple motor types, DC motors and Servo motors.

16 Servo Motors Servo motors employ internal feedback control electronics to allow the motor to be controlled by a simple pulse sequence. The servo motor control signal has a fixed frequency of 50 Hz and a duty cycle that varies from (nominal) 5% to 10%. Varying the duty cycles causes the servo motor to respond by changing some aspect of its operation. For a standard servo, the control signal is used to determine the position of the motor shaft. This is often constrained to less than one full revolution. Rotational speed is typically low. Torque is typically high. For a continuous-turn servo the control signal is used to determine rotational speed. Shaft position is uncontrolled. Torque is typically high.

17 Servo 3-pin connector GND, 5V, signal

18 Port P Servo Headers on Dragon12 3-pin connectors GND, 5V, signal (PWM)

19 Servo Connections The typical electrical connection for a servo motor is a 3-wire interface: Ground Power (typically 5-6V DC) Control input (50Hz, nominal 5%-10% duty cycle) On the servo motors purchased from the ground connection is a black wire, the 5V connection is a red wire, and the control input is a white or yellow wire. The Dragon12plus provides 4 connectors that provide servocompatible control. The signal lines for these connectors are Port P pins 4-7.

20 Driving Servos from Dragon12plus The Dragon12 provides 4 connectors that provide servo-compatible control. The signal lines for these connectors are Port P pins 4-7. Servo motors can draw considerable power, especially when loaded. Care must be taken when driving servos directly from the Dragon12plus to prevent overloading the onboard voltage regulator. If you plug in a servo to the Dragon12plus board and it draws too much power, it is likely that the Dragon12plus will reset when the output of the voltage regulator is pulled too low. When you are asked to use servos in the laboratory, a separate power board for the servos will be provided.

21 Controlling a Standard Servo Motor The position of the servo motor shaft is controlled by a single pulse-width modulated control signal. A 50 Hz pulse train with a period of 20ms with an active high pulse of 1.5ms (7.5% duty cycle) will cause the servo to move to the center of its range of motion then hold the shaft at that point. Longer duty cycles (> 1.5ms/20ms) will cause the servo to rotate counterclockwise. Shorter duty cycles(< 1.5ms/20ms) will cause the servo to rotate clockwise. The official valid range of duty cycles is from 5% (1ms/20ms) to 10% (2ms/20ms). The relative position of the servo is proportional to the difference from the center point to the extremes.

22 Controlling a Continuous-Rotation Servo The speed and direction of the servo are controlled by a single pulsewidth modulated control signal. A 50 Hz pulse train with a period of 20ms with an active high pulse of 1.5ms (7.5% duty cycle) will cause the servo to hold at a constant fixed point. Longer duty cycles (> 1.5ms/20ms) will cause the servo to rotate counterclockwise. Shorter duty cycles(< 1.5ms/20ms) will cause the servo to rotate clockwise. The official valid range of duty cycles is from 5% (1ms/20ms) to 10% (2ms/20ms). The relative speed of the servo is proportional to the difference from the center point to the extremes.

23 Example Code MOVB #$30, PWMPRCLK ;PWM CLOCK B SCALE = 8 MOVW #60000, PWMPER6 ;PWM CHANNEL 6&7 PERIOD = 20ms MOVW #4500, PWMDTY6 ;PWM CHANNEL 6&7 DUTY CYCLE 7.5% BSET PWMCTL, #% ;CONCATENATE 6&7 BSET PWMPOL, #% ;CHANNEL 6&7 ACTIVE HIGH BCLR PWMCLK, #% ;CHANNEL 6&7 CLOCK B BSET PWME, #% ;ENABLE PWM CHANNEL 6&7

24 DC Motor Control Generally, a DC motor is designed so that when a constant voltage is applied to the motor, the shaft will turn at a constant speed. A DC motor will be rated to have a maximum input voltage. A DC motor may be operated at a reduced voltage to produce a reduced speed. However, this is very inefficient and below a certain level will not work at all as the applied voltage will not produce sufficient torque to turn the motor, especially when loaded. A better way to control the speed of a DC motor is to rapidly turn it fully off and fully on to produce a desired average speed while maintaining full torque while it is on. PWM is appropriate for this.

25 Controlling a DC Motor using PWM The duty cycle of a PWM control for a DC motor determines the fraction of the maximum supplied energy provided to the motor to make the shaft turn. If the duty cycle is chosen too short, the motor may not be able to develop enough torque to make the shaft turn before the pulse ends. If the period is chosen too long, the motor will stop between pulses rather than continuing to spin from inertia. The appropriate PWM period and duty cycle are very dependent on the physical properties of the motor. Larger motors have greater inertia so, in general, pulses must have longer duration than for small motors to overcome the inertia initially but need shorter pulses to maintain rotation.

26 Driving DC motors from Dragon12plus The PWM outputs on the Dragon12plus are very limited in the amount of current they can provide. Attempting to drive a DC motor directly from the Dragon12 is likely to damage the microprocessor I/O pins. It is important to buffer the PWM outputs so that the drive current for the DC motor does not come directly through the microprocessor. The DC motors you will utilize in the laboratory will be accompanied by a circuit using a ULN2803A buffer.

1/22/16. You Tube Video. https://www.youtube.com/watch?v=ympzipfabyw. Definitions. Duty Cycle: on-time per period (specified in per cent)

1/22/16. You Tube Video. https://www.youtube.com/watch?v=ympzipfabyw. Definitions. Duty Cycle: on-time per period (specified in per cent) Definition Pulse Width Modulation (PWM) is simply a way of getting the micro-controller to manage pulsing a pin on and off at a set period and duty cycle. The LPC11U24 has four timers with four match registers

More information

Servo Info and Centering

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

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

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 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

More information

Timer A (0 and 1) and PWM EE3376

Timer A (0 and 1) and PWM EE3376 Timer A (0 and 1) and PWM EE3376 General Peripheral Programming Model Each peripheral has a range of addresses in the memory map peripheral has base address (i.e. 0x00A0) each register used in the peripheral

More information

PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT

PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT ELECTRONICS ENGINEERING DEPARTMENT SVNIT, SURAT-395007, INDIA Prepared by: Anurag Gupta (U05EC401) Dhrumeel Bakshi (U05EC326) Dileep Dhakal

More information

CHAPTER 11: Flip Flops

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

More information

Using the Motor Controller

Using the Motor Controller The Motor Controller is designed to be a convenient tool for teachers and students who want to use math and science to make thing happen. Mathematical equations are the heart of math, science and technology,

More information

Using Arduino Microcontrollers to Sense DC Motor Speed and Position

Using Arduino Microcontrollers to Sense DC Motor Speed and Position ECE480 Design Team 3 Using Arduino Microcontrollers to Sense DC Motor Speed and Position Tom Manner April 4, 2011 page 1 of 7 Table of Contents 1. Introduction ----------------------------------------------------------

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

Pulse Width Modulated (PWM) Drives. AC Drives Using PWM Techniques

Pulse Width Modulated (PWM) Drives. AC Drives Using PWM Techniques Drives AC Drives Using PWM Techniques Power Conversion Unit The block diagram below shows the power conversion unit in Pulse Width Modulated (PWM) drives. In this type of drive, a diode bridge rectifier

More information

STEPPER MOTOR SPEED AND POSITION CONTROL

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

More information

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 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,

More information

Principles of Adjustable Frequency Drives

Principles of Adjustable Frequency Drives What is an Adjustable Frequency Drive? An adjustable frequency drive is a system for controlling the speed of an AC motor by controlling the frequency of the power supplied to the motor. A basic adjustable

More information

Pulse Width Modulated (PWM)

Pulse Width Modulated (PWM) Control Technologies Manual PWM AC Drives Revision 1.0 Pulse Width Modulated (PWM) Figure 1.8 shows a block diagram of the power conversion unit in a PWM drive. In this type of drive, a diode bridge rectifier

More information

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control

More information

PCM Encoding and Decoding:

PCM Encoding and Decoding: PCM Encoding and Decoding: Aim: Introduction to PCM encoding and decoding. Introduction: PCM Encoding: The input to the PCM ENCODER module is an analog message. This must be constrained to a defined bandwidth

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter

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

More information

Interfacing Analog to Digital Data Converters

Interfacing Analog to Digital Data Converters Converters In most of the cases, the PIO 8255 is used for interfacing the analog to digital converters with microprocessor. We have already studied 8255 interfacing with 8086 as an I/O port, in previous

More information

Pulse width modulation

Pulse width modulation Pulse width modulation DRAFT VERSION - This is part of a course slide set, currently under development at: http://mbed.org/cookbook/course-notes We welcome your feedback in the comments section of the

More information

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

DC Motor control Reversing

DC Motor control Reversing January 2013 DC Motor control Reversing and a "Rotor" which is the rotating part. Basically there are three types of DC Motor available: - Brushed Motor - Brushless Motor - Stepper Motor DC motors Electrical

More information

The quadrature signals and the index pulse are accessed through five 0.025 inch square pins located on 0.1 inch centers.

The quadrature signals and the index pulse are accessed through five 0.025 inch square pins located on 0.1 inch centers. Quick Assembly Two and Three Channel Optical Encoders Technical Data HEDM-550x/560x HEDS-550x/554x HEDS-560x/564x Features Two Channel Quadrature Output with Optional Index Pulse Quick and Easy Assembly

More information

ServoOne. Specification. Option 2 - Technology. x 11. x 8 X 8. x 10. x 9. x 7. x 6 TTL Encoder / TTL Encoder simulation

ServoOne. Specification. Option 2 - Technology. x 11. x 8 X 8. x 10. x 9. x 7. x 6 TTL Encoder / TTL Encoder simulation x - + - + x L L L AC SO 4-45 A DC SO 4- A ServoOne Specification x 9 - + - + x 7 x 8 X 8 Option - Technology x 6 TTL Encoder / TTL Encoder simulation Specification ServoOne Specification Option - Technology

More information

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE Karl M. Hink, Executive Vice President Originally presented at the Power Quality 99 Conference ABSTRACT Motor protection

More information

Technical data. General specifications. Signal voltage 15... 30 V DC Signal duration. 1 s Input 2. Signal voltage. 1 s Analog output.

Technical data. General specifications. Signal voltage 15... 30 V DC Signal duration. 1 s Input 2. Signal voltage. 1 s Analog output. Model Number Features Very small housing High climatic resistance 4 Bit multiturn Analog output Surge and reverse polarity protection Description This absolute rotary encoder with internal magnetic sampling

More information

Display Board Pulse Width Modulation (PWM) Power/Speed Controller Module

Display Board Pulse Width Modulation (PWM) Power/Speed Controller Module Display Board Pulse Width Modulation (PWM) Power/Speed Controller Module RS0 Microcontroller LEDs Motor Control Pushbuttons Purpose: To demonstrate an easy way of using a Freescale RS0K2 microcontroller

More information

ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation

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

More information

X8 Option 2 - Technology

X8 Option 2 - Technology moog AC DC AC 4 to 450 A 4 to 210 A Compact MSD Servo Drive TTL in out Specification X8 Option 2 - Technology TTL Encoder Simulation / TTL Master Encoder moog Specification Option 2 - Technology TTL encoder

More information

QR12 (1.22 ) Diameter Optical Encoder

QR12 (1.22 ) Diameter Optical Encoder Improving the Quality of Life through the Power in Light QPhase QR12 (1.22 ) Diameter Optical Encoder Design Features: Low profile assembled height of Bearing design simplifies encoder attachment Resolutions

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

ServoPAL (#28824): Servo Pulser and Timer

ServoPAL (#28824): Servo Pulser and Timer Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Material: Weight: Bearing Life: Shaft Speed: Starting Torque: Mass Moment of Inertia: Shaft Loads:

Material: Weight: Bearing Life: Shaft Speed: Starting Torque: Mass Moment of Inertia: Shaft Loads: Automation / Mini Type SCH32F Hollow Shaft Encoder - Ø 32 mm Hollow Bore: Ø 6 mm to Ø 3/8 inch Resolution up to 5000 ppr IP 65 (IP 50 for IDC connector option) Electrical Specifications Code: Resolution:

More information

Work with Arduino Hardware

Work with Arduino Hardware 1 Work with Arduino Hardware Install Support for Arduino Hardware on page 1-2 Open Block Libraries for Arduino Hardware on page 1-9 Run Model on Arduino Hardware on page 1-12 Tune and Monitor Models Running

More information

FREQUENCY CONTROLLED AC MOTOR DRIVE

FREQUENCY CONTROLLED AC MOTOR DRIVE FREQUENCY CONTROLLED AC MOTOR DRIVE 1.0 Features of Standard AC Motors The squirrel cage induction motor is the electrical motor motor type most widely used in industry. This leading position results mainly

More information

EFC 3600. Frequency converters

EFC 3600. Frequency converters 2 Bosch Rexroth AG Electric Drives and Controls Documentation Compact and complete: space saving side-by-side assembly, plug-in I/O terminals, with brake chopper and mains filter for ultra-simple installation

More information

How many high-speed counters (HSCs) are provided by the SIMATIC S7-1200 PLC? SIMATIC S7-1200. FAQ March 2010. Service & Support. Answers for industry.

How many high-speed counters (HSCs) are provided by the SIMATIC S7-1200 PLC? SIMATIC S7-1200. FAQ March 2010. Service & Support. Answers for industry. How many high-speed counters (HSCs) are provided by the SIMATIC S7-1200 PLC? SIMATIC S7-1200 FAQ March 2010 Service & Support Answers for industry. Question This entry is from the Service&Support portal

More information

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty.

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. Whale 3 DC Servo drive User Manual and Installation Guide Contents 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. 2. Electric specifications. 2.1.Operation ranges. 3. Connections

More information

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation

More information

DRTS 33. The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters

DRTS 33. The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters Testing all relay technologies: electromechanical, solid state, numerical and IEC61850 Manual

More information

The VOLTECH HANDBOOK of PWM MOTOR DRIVES. Andrew Tedd

The VOLTECH HANDBOOK of PWM MOTOR DRIVES. Andrew Tedd The VOLTECH HANDBOOK of PWM MOTOR DRIVES Andrew Tedd Product: App-Note 108 Issue 1.0 VPN: 86-646 Contents 1. Introduction... 3 2. Principles of PWM motor drives... 7 3. Characteristics of PWM motor drive...

More information

[F/T] [5] [KHz] [AMP] [3] [V] 4 ) To set DC offset to -2.5V press the following keys [OFS] [+/-] [2] [.] [5] [V]

[F/T] [5] [KHz] [AMP] [3] [V] 4 ) To set DC offset to -2.5V press the following keys [OFS] [+/-] [2] [.] [5] [V] FG085 minidds Function Generator Manual of Operation Applicable Models: 08501, 08501K, 08502K, 08503, 08503K Applicable Firmware Version: 1 ) 113-08501-100 or later (for U5) 2 ) 113-08502-030 or later

More information

How To Power A Schen

How To Power A Schen Automation / Mini Type SCH32F Hollow Shaft Encoder - Ø 32 mm Hollow Bore: Ø 6 mm to Ø 3/8 inch Resolution up to 5000 ppr IP 65 (IP 50 for IDC connector option) Electrical Specifications Code: Resolution:

More information

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to this tutorial on Microchip s MPLAB Starter Kit for dspic Digital Signal Controllers, or DSCs. The starter kit is an all-in-one

More information

Lab 1: The Digital Oscilloscope

Lab 1: The Digital Oscilloscope PHYSICS 220 Physical Electronics Lab 1: The Digital Oscilloscope Object: To become familiar with the oscilloscope, a ubiquitous instrument for observing and measuring electronic signals. Apparatus: Tektronix

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

MILE Encoder for EC 90 flat

MILE Encoder for EC 90 flat MILE Encoders Edition October 2014 MILE Encoder for EC 90 flat Encoders Document ID: 1 495 818-06 ag Brünigstrasse 220 P.O.Box 263 CH-6072 Sachseln Phone +41 41 666 15 00 Fax +41 41 666 16 50 www.maxonmotor.com

More information

Scripting Language Reference. SimpleBGC 32bit

Scripting Language Reference. SimpleBGC 32bit Scripting Language Reference SimpleBGC 32bit Firmware ver.: 2.5x Updated: 05.08.2015 Overview Scripting language is intended to control a gimbal by user-written program. This program is uploaded to controller

More information

Talon and Talon SR User Manual

Talon and Talon SR User Manual Talon and Talon SR User Manual Brushed DC motor controller Version 1.3 Cross the Road Electronics, LLC www.crosstheroadelectronics.com Cross The Road Electronics, LLC Page 1 4/2/2013 Device Overview Clear,

More information

Chapter 4: Pulse Width Modulation

Chapter 4: Pulse Width Modulation Pulse Width Modulation Page 127 Chapter 4: Pulse Width Modulation PULSES FOR COMMUNICATION AND CONTROL Pulse width modulation is abbreviated PWM, and it refers to a technique of varying the amount of time

More information

Power Analysis of PWM Motor Drives

Power Analysis of PWM Motor Drives Power Analysis of PWM Motor Drives Application Note 1. Introduction Three-phase ac motors have been the workhorse of industry since the earliest days of electrical engineering. They are reliable, efficient,

More information

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors 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

More information

TECHNICAL DATASHEET Incremental Encoder RI 58-H

TECHNICAL DATASHEET Incremental Encoder RI 58-H Through hollow shaft High accuracy by means of integrated flexible coupling Safe shaft mounting Applications: textile machines, motors, drives, copiers NUMBER OF PULSES 1 / 2 / 3 / 4 / 5 / 10 / 15 / 20

More information

Borstlösa DC-motorer. Promoco Scandinavia AB

Borstlösa DC-motorer. Promoco Scandinavia AB Borstlösa DC-motorer Promoco Scandinavia AB BL Series Brushless DC Motors with Integral Drive 24, 54, 68, and 70 mm diameters, 2W up to 110W output power Allied Motion s BL series of small brushless DC

More information

Figure 1: Multiple unsynchronized snapshots of the same sinusoidal signal.

Figure 1: Multiple unsynchronized snapshots of the same sinusoidal signal. 1 Oscilloscope Guide Introduction An oscilloscope is a device used to observe and measure time-dependent electronic signals. It is essentially an enhanced voltmeter which displays a graph of potential

More information

Datasheet of the Easy Servo Motor ES-M Series

Datasheet of the Easy Servo Motor ES-M Series Datasheet of the Easy Servo Motor ES-M Series Stepper Motor with Encoder, 0.9-8 Nm Version 1.3 http://www.leadshine.com Descriptions Leadshine s ES-M series easy servo motors, or stepper motors with encoders,

More information

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip Pulse Width Modulation (PWM) LED Dimmer Circuit Using a 555 Timer Chip Goals of Experiment Demonstrate the operation of a simple PWM circuit that can be used to adjust the intensity of a green LED by varying

More information

DC Motor Driver 24V 20A [RKI-1340]

DC Motor Driver 24V 20A [RKI-1340] DC Motor Driver 24V 20A [RKI-1340] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Add raw power and simple connectivity to your robotics applications with this 24V

More information

Speed Control Methods of Various Types of Speed Control Motors. Kazuya SHIRAHATA

Speed Control Methods of Various Types of Speed Control Motors. Kazuya SHIRAHATA Speed Control Methods of Various Types of Speed Control Motors Kazuya SHIRAHATA Oriental Motor Co., Ltd. offers a wide variety of speed control motors. Our speed control motor packages include the motor,

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER 2014 Amplifier - 1 FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER The objectives of this experiment are: To understand the concept of HI-FI audio equipment To generate a frequency response curve for an audio

More information

Mini Breakout-Board. CNC Interface for LPT Port. Installation Manual Version 4

Mini Breakout-Board. CNC Interface for LPT Port. Installation Manual Version 4 Mini CNC Interface for LPT Port Version 4 Product Brief This breakout-board is designed to connect up to four stepper or servo drives to the parallel port of a PC. This requires the use of a CNC controller

More information

A1000 Cheat Sheet (Open Loop Vector)

A1000 Cheat Sheet (Open Loop Vector) A1000 Cheat Sheet (Open Loop Vector) The following procedure is a supplement to supplied with this equipment and will guide the user in properly wiring the A1000 and. It will also show the user how to

More information

Datasheet of the Easy Servo Motor ES-MH Series

Datasheet of the Easy Servo Motor ES-MH Series Datasheet of the Easy Servo Motor ES-MH Series High Voltage Stepper Motor with Encoder, 8-20 Nm Version 1.4 http://www.leadshine.com Descriptions Leadshine s ES-MH series easy servo motors, or stepping

More information

SECTION 26 29 23 VARIABLE FREQUENCY DRIVES

SECTION 26 29 23 VARIABLE FREQUENCY DRIVES SECTION 26 29 23 VARIABLE FREQUENCY DRIVES PART 1 GENERAL 1.01 SCOPE A. Furnish and install individual freestanding variable frequency AC drives (VFD) as shown on the Drawings and specified herein. 1.02

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

Optimizing VCO PLL Evaluations & PLL Synthesizer Designs

Optimizing VCO PLL Evaluations & PLL Synthesizer Designs Optimizing VCO PLL Evaluations & PLL Synthesizer Designs Today s mobile communications systems demand higher communication quality, higher data rates, higher operation, and more channels per unit bandwidth.

More information

Ultrasound Distance Measurement

Ultrasound Distance Measurement Final Project Report E3390 Electronic Circuits Design Lab Ultrasound Distance Measurement Yiting Feng Izel Niyage Asif Quyyum Submitted in partial fulfillment of the requirements for the Bachelor of Science

More information

PROXIMITY CARD READERS C-10, C-20, C60, C70

PROXIMITY CARD READERS C-10, C-20, C60, C70 Installation Manual PROXIMITY CARD READERS C-10, C-20, C60, C70 VERSION 1.0 CONTENTS 1. General information................................. 3 2. Technical data......................... 4 3. Connection

More information

Lab 5 Getting started with analog-digital conversion

Lab 5 Getting started with analog-digital conversion Lab 5 Getting started with analog-digital conversion Achievements in this experiment Practical knowledge of coding of an analog signal into a train of digital codewords in binary format using pulse code

More information

DC Motor with Shaft Encoder

DC Motor with Shaft Encoder Learning Objectives DC Motor with Shaft Encoder By the end of this laboratory experiment, the experimenter should be able to: Explain how an encoder operates and how it can be use determine rotational

More information

Electrical Resonance

Electrical Resonance Electrical Resonance (R-L-C series circuit) APPARATUS 1. R-L-C Circuit board 2. Signal generator 3. Oscilloscope Tektronix TDS1002 with two sets of leads (see Introduction to the Oscilloscope ) INTRODUCTION

More information

MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3

MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3 MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3 CMPS03 Magnetic Compass. Voltage : 5v only required Current : 20mA Typ. Resolution : 0.1 Degree Accuracy : 3-4 degrees approx. after calibration Output

More information

Glolab Talking Phone Dial Monitor

Glolab Talking Phone Dial Monitor Introduction The detects the tones generated when numbers are dialed on your touch tone telephone and speaks the numbers that were dialed. This verifies that you dialed the correct number and is especially

More information

Product Information. Gateway For Connecting EnDat Encoders to PROFIBUS-DP

Product Information. Gateway For Connecting EnDat Encoders to PROFIBUS-DP Product Information Gateway For Connecting EnDat Encoders to PROFIBUS-DP April 2012 PROFIBUS Gateway For Connecting EnDat Encoders Encoders with EnDat interface for connection via gateway All absolute

More information

How to avoid typical pitfalls when measuring Variable Frequency Drives

How to avoid typical pitfalls when measuring Variable Frequency Drives How to avoid typical pitfalls when measuring Variable Frequency Drives Author: Dipl.-Ing. Thomas Jäckle, Head of R&D Increased political and public focus on optimizing resource utilization has been one

More information

Analog Representations of Sound

Analog Representations of Sound Analog Representations of Sound Magnified phonograph grooves, viewed from above: The shape of the grooves encodes the continuously varying audio signal. Analog to Digital Recording Chain ADC Microphone

More information

3-Digit Counter and Display

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

More information

CBS RECORDS PROFESSIONAL SERIES CBS RECORDS CD-1 STANDARD TEST DISC

CBS RECORDS PROFESSIONAL SERIES CBS RECORDS CD-1 STANDARD TEST DISC CBS RECORDS PROFESSIONAL SERIES CBS RECORDS CD-1 STANDARD TEST DISC 1. INTRODUCTION The CBS Records CD-1 Test Disc is a highly accurate signal source specifically designed for those interested in making

More information

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Zafar Ullah Senior Application Engineer Scenix Semiconductor Inc. Leo Petropoulos Application Manager Invox TEchnology 1.0

More information

Simulation and Analysis of PWM Inverter Fed Induction Motor Drive

Simulation and Analysis of PWM Inverter Fed Induction Motor Drive Simulation and Analysis of PWM Inverter Fed Induction Motor Drive C.S.Sharma, Tali Nagwani Abstract Sinusoidal Pulse Width Modulation variable speed drives are increasingly applied in many new industrial

More information

Technical data. General specifications. Indicators/operating means. 30 Hz Multiplex operation 30 Hz / n, n = number of sensors, n 5

Technical data. General specifications. Indicators/operating means. 30 Hz Multiplex operation 30 Hz / n, n = number of sensors, n 5 Model Number Single head system Features Parameterization interface for the application-specific adjustment of the sensor setting via the service program ULTRA 000 programmable switch outputs Hysteresis

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

Germanium Diode AM Radio

Germanium Diode AM Radio Germanium Diode AM Radio LAB 3 3.1 Introduction In this laboratory exercise you will build a germanium diode based AM (Medium Wave) radio. Earliest radios used simple diode detector circuits. The diodes

More information

Datasheet of the Easy Servo Drive ES-D808. 24-75VDC, 8.2A Peak, Close-loop, No Tuning. Version 0.1.0. http://www.leadshine.com

Datasheet of the Easy Servo Drive ES-D808. 24-75VDC, 8.2A Peak, Close-loop, No Tuning. Version 0.1.0. http://www.leadshine.com Datasheet of the Easy Servo Drive ES-D808 4-75VDC, 8.A Peak, Close-loop, No Tuning Version 0.1.0 http://www.leadshine.com Features Step and direction control Closed position loop for no loss of movement

More information

Phase-Control Alternatives for Single-Phase AC Motors Offer Smart, Low-Cost, Solutions Abstract INTRODUCTION

Phase-Control Alternatives for Single-Phase AC Motors Offer Smart, Low-Cost, Solutions Abstract INTRODUCTION Phase-Control Alternatives for Single-Phase AC Motors Offer Smart, Low-Cost, Solutions by Howard Abramowitz, Ph.D EE, President, AirCare Automation Inc. Abstract - Single Phase AC motors continue to be

More information

Pulse Width Modulation

Pulse Width Modulation Pulse Width Modulation Pulse width modulation (PWM) is a powerful technique for controlling analog circuits with a microprocessor's digital outputs. PWM is employed in a wide variety of applications, ranging

More information

AVR Timer/Counter. Prof Prabhat Ranjan DA-IICT, Gandhinagar

AVR Timer/Counter. Prof Prabhat Ranjan DA-IICT, Gandhinagar AVR Timer/Counter Prof Prabhat Ranjan DA-IICT, Gandhinagar 8-bit Timer/Counter0 with PWM Single Compare Unit Counter Clear Timer on Compare Match (Auto Reload) Glitch-free, Phase Correct Pulse Width Modulator

More information

Telecommunications Switching Systems (TC-485) PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC)

Telecommunications Switching Systems (TC-485) PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC) PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC) Department of Electronic Engineering NED University of Engineering and Technology, Karachi LABORATORY

More information

Electric Landing Gear controllers and sequencer LGC12 / LGC 13C

Electric Landing Gear controllers and sequencer LGC12 / LGC 13C Electric Landing Gear controllers and sequencer LGC12 / LGC 13C Users Guide. Torrent d en Puig, 31. 08358, Arenys de Munt, Barcelona,Catalonia,Spain E-mail: info@xicoy.com. Fax: +34 933 969 743 web: www.xicoy.com

More information

Pmod peripheral modules are powered by the host via the interface s power and ground pins.

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

More information

IP40 or IP64 (EN 60529) Protection class housing. IP50 (IP65 optional) (EN 60529) Minimum length of mountig

IP40 or IP64 (EN 60529) Protection class housing. IP50 (IP65 optional) (EN 60529) Minimum length of mountig Through hollow shaft Ø 5 bis 4 mm Outside diameter only 76 mm Easy installation by means of clamping ring front or rear Operating temperature up to 00 C Applications: motors, printing machines, lifts NUMBER

More information

Siemens AG 2011 SINAMICS V60. The perfect solution for basic servo applications. Brochure May 2011 SINAMICS. Answers for industry.

Siemens AG 2011 SINAMICS V60. The perfect solution for basic servo applications. Brochure May 2011 SINAMICS. Answers for industry. The perfect solution for basic servo applications Brochure May 2011 SINAMICS Answers for industry. with 1FL5 servomotors The solution for basic servo applications There is a requirement to automate motion

More information

AMZ-FX Guitar effects. (2007) Mosfet Body Diodes. http://www.muzique.com/news/mosfet-body-diodes/. Accessed 22/12/09.

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

More information

Magic Poker 2 Manual

Magic Poker 2 Manual Magic Poker 2 Manual Test Pages : Test Page 1 : TEST INPUT OUTPUT This page is very useful after the wiring of the machine to check if everything is OK. You can see manually the correct connection of any

More information

MAINTENANCE & ADJUSTMENT

MAINTENANCE & ADJUSTMENT MAINTENANCE & ADJUSTMENT Circuit Theory The concept of PLL system frequency synthesization is not of recent development, however, it has not been a long age since the digital theory has been couplet with

More information

The Phase Modulator In NBFM Voice Communication Systems

The Phase Modulator In NBFM Voice Communication Systems The Phase Modulator In NBFM Voice Communication Systems Virgil Leenerts 8 March 5 The phase modulator has been a point of discussion as to why it is used and not a frequency modulator in what are called

More information

ECE 495 Project 3: Shocker Actuator Subsystem and Website Design. Group 1: One Awesome Engineering

ECE 495 Project 3: Shocker Actuator Subsystem and Website Design. Group 1: One Awesome Engineering ECE 495 Project 3: Shocker Actuator Subsystem and Website Design Group 1: One Awesome Engineering Luquita Edwards Evan Whetsell Sunny Verma Thomas Ryan Willis Long I. Executive Summary The main goal behind

More information

Access Control Using Smartcard And Passcode

Access Control Using Smartcard And Passcode IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676 Volume 4, Issue 5 (Jan. - Feb. 2013), PP 29-34 Access Control Using Smartcard And Passcode Omorogiuwa Eseosa 1., Uhunmwangho

More information