Tony Yi 5/2/2015 CENG4480 TUTORIAL 3. ABOUT ME I am “the other” tutor of CENG4480 You can find me at Rm116 in SHB

Slides:



Advertisements
Similar presentations
Sensing and Control.
Advertisements

Landstown High School Governors STEM & Technology Academy
EMS1EP Lecture 8 Pulse Width Modulation (PWM)
Servos The material presented is taken from a variety of sources including:
Servos The material presented is taken from a variety of sources including:
Mechatronics Term Project TEAM 2: Nicole Abaid Matteo Aureli Weiwei Chu Riccardo Romano May 4, 2009.
EET 2261 Unit 13 Controlling Stepper Motors and Servos  Read Almy, Chapter 21.  Lab #13 due next week.  Final Exam next week.
Components of a servomotor are: - a DC electric motor, - gears with an output shaft; - position-sensing mechanism; - control circuitry. Robotics and Automation.
L.
Living with the Lab Using servos with an Arduino EAS 199A Fall 2011.
Servo Control Using Analog Signal Obtain “analog” input using analogRead().
ECGR-6185 Advanced Embedded Systems University Of North Carolina at Charlotte A. Srinivas Reddy Stepper/Servo/DC Motors.
Introduction.
Micromouse Meeting #3 Lecture #2 Power Motors Encoders.
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.
EML 2023 – Motor Control Lecture 3 – Feedback Sensor Optical Encoder.
Introduction to Robotics Principles of Robotics. What is a robot? The word robot comes from the Czech word for forced labor, or serf. It was introduced.
Electric Motors and Motion Control Ara Knaian. Motors Motors convert electrical energy to mechanical energy Motors make things move LINEAR ELECTROSTATIC.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
MOTION CONTROL ISAT 303 Typically involves accurate control of distance, speed (angular velocity or both.
Introduction to Arduino Chris Meyer Enlight Tech Talk
Centre for Mechanical Technology and Automation Institute of Electronics Engineering and Telematics  TEMA  IEETA  Parameter.
Instrumentation & Control Engg. Section Electrical Engineering Department Ahmedabad , Gujarat.
PWM Circuit Based on the 555 Timer. Introduction In applications LED Brightness Control we may want to vary voltage given to it. Most often we use a variable.
Electronic transmissions Main controls Shift timing is computer controlled Line pressure is computer controlled which controls shift feel Computer can.
Jim Ng 15/1/2014 CENG4480 TUTORIAL 1. ABOUT ME Current MPhil Student supervised by Prof. Mak You can find me at Rm116 in SHB
Servos The material presented is taken from a variety of sources including:
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
Automotive Engine Performance, 3/e By James D. Halderman Copyright © 2010, 2007, 2003 Pearson Education, Inc., Upper Saddle River, NJ All rights.
PIC18F4431. PIC18F1330 Infrared Encoder/Decoder.
PWM: Pulse Width Modulation © 2014 Project Lead The Way, Inc.Digital Electronics.
[Lab10] Output PWM  Output PWM Signal  Example  Exercise(Optional)
Analog Output Materials: animatronic head Processing Quiz HW: code links.
Throttle Arduino RC Receiver Stock Golf Cart Motor Controller Motor 1 PWM signal: Voltage: 0 – 5V Period = 22ms Positive Pulse Width: 1ms – 2ms Digital.
Closed Loop Temperature Control Circuit with LCD Display Mike Wooldridge ECE 4330 Embedded Systems.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
INTRODUCTION TO ROBOTICS Part 3: Propulsion System Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
Servo Motor Control Using Arduino Instructor: Dr Matthew Khin Yi Kyaw.
Pulse-Width Modulation: Simulating variable DC output
Module 8 Tutorial  An 8086 system is used for controlling the speed of a motor. The motor can operate at 5 different speeds (1- 5).  The speed.
Output and Actuator Output: Any signal or information, digital or analog that has been decided in a system by a systematic processing way is known as.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Harpeth Hall Winterim 2016 Servo Motors, Stepper Motors, and DC motors ARMA Lab Vanderbilt University Prepared by Rashid Yasin Harpeth Hall Winterim January.
ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs),
CNC FEED DRIVES Akhil Krishnan G M.Tech 1. CONTENTS 1.Introduction 2.Requirements of CNC feed drives 3.Servo motor 3.1 Servo drive control 3.2 Components.
CNC FEED DRIVES.
Motors & Motor Controllers
Introduction to Motors, servos and steppers
Servo’s and Motor’s with Arduino
Presentation on Actuators.
Chapter Electromechanical Systems 6. Chapter Electromechanical Systems 6.
Obstacle avoiding robot { pixel }
Outline Introduction to digital-to-analog converter (DAC)
Servo Systems Servo is mechanism based on feedback control.
Introduction to Servos
Automatic human detector garbage can.
UNIT-III FEEDBACK DEVICES
Servos The material presented is taken from a variety of sources including:
DC MOTOR SPEED CONTROL 1. Introduction
‘SONAR’ using Arduino & ultrasonic distance sensor
Electric Motors.
Servo Systems Servo is mechanism based on feedback control.
Servos The material presented is taken from a variety of sources including:
Presentation of Robotics (3)
Arduino : Introduction & Programming
Sensors and actuators Sensors Resistive sensors
Dr. Unnikrishnan P.C. Professor, EEE
Hitec HS 303: Robotic Servo Motor
Introduction to Motors
UNIT 11: RC-SERVOMOTOR CONTROL
Presentation transcript:

Tony Yi 5/2/2015 CENG4480 TUTORIAL 3

ABOUT ME I am “the other” tutor of CENG4480 You can find me at Rm116 in SHB

THE FULL PICTURE Environment Sensor Input Control System Actuator Output We focus on this part.

ACTUATOR To convert the digital signals into mechanic motion Motor (mainly), heater, buzzer, LED, LCD Internal Signal Actuator Feedback

ACTUATOR Introduce Pulse-Width-Modulation (PWM) Focus on servo motor Internal Signal Actuator Feedback

PULSE WIDTH MODULATION (PWM) Pulse-width-modulation (PWM) is a fancy term for describing a type of digital signal Changing ‘HIGH’ time of the output signal HIGH LOW “HIGH” time

PULSE WIDTH MODULATION (PWM) Duty cycle On Time Off Time

PULSE WIDTH MODULATION (PWM) Example

SERVO MOTOR A servomotor is a rotary actuator that allows for precise control of angular position, velocity and acceleration.

SERVO MOTOR Small device that has an output shaft Angular position of that shaft controlled by the input signal (typically PWM) Shaft Body Input Signal

SERVO MOTOR A servo motor itself is a close loop control system. Gear Control Circuit Position Sensor (connected to shaft) DC Motor

WANT TO PLAY MORE? JOIN US NEXT TIME!