Sensors and Actuators Simple Sensors Switches and Pots Other Sensors Simple Actuators LEDs and Buzzers DC Motors MAE 156A.

Slides:



Advertisements
Similar presentations
Sensing and Control.
Advertisements

Controller Systems Tufts EMID - Spring Typical Controller System Sensors Acquisition System (Arduino) Mapping Software (Max) Output (Reason)
Basic Electronics Review B. Furman 27JAN2015. Lecture Flow Today Items to focus on this week  Lab 1  PortMaster build  HW 1 and Questionnaire due Thursday.
Fair Use Building and Research Labs Presents
Variable Capacitance Transducers The Capacitance of a two plate capacitor is given by A – Overlapping Area x – Gap width k – Dielectric constant Permitivity.
Mechatronics Term Project TEAM 2: Nicole Abaid Matteo Aureli Weiwei Chu Riccardo Romano May 4, 2009.
ECE 4411 Dynamic Braking of Induction Motors Slow down a machine by converting kinetic energy stored in the rotating mass to heat energy in the rotor and/or.
Dr. Andreas Kunz © 10/2004 inspire icvr BASICS OF ELECTRONICS.
electronics fundamentals
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 4.1 Actuators  Introduction  Heat Actuators  Light Actuators  Force, Displacement.
Electrical Electricity Fuses Relays Solenoids Electrical Testing
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.
ELECTRONICS PRIMER. Assignment: WEB-based Electronics Tutorial Basic definitions Components Ohm's Law LEDs and Transistors Additional electronics tutorials.
Electronic Troubleshooting
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
MAE156A October 12, 2006 UCSD H. Ali Razavi.  Electric voltage is similar to height difference: - Electrons start moving under voltage difference - Unless.
SISO System Input Output SIMO System InputOutputs MISO System Input Output MIMO System InputOutput (a)(b) (c)(d) A general way of classifying the systems.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
1. 2 Outline 1.Introduction 2.Modeling 3.Simulation 4.Implementation 5.Demo 6.Conclusion.
Introduction to Engineering Lab 4 – 1 Basic Data Systems & Circuit Prototyping Agenda REVIEW OF LAB 3 RESULTS DEFINE a DATA SYSTEM  MAJOR TYPES  ELEMENTS.
Interfacing Pressure Sensor to logic device input pin Click within the blue frame to access the control panel. Only use the control panel (at the bottom.
Control and Driving Systems
Power and Power Measurement ENGR 10 – Intro to Engineering College of Engineering San Jose State University (Ping Hsu and Ken Youssefi) 1 Introduction.
ELECTRONICS PRIMER II.
Advanced Design Applications UNIT 4: MANUFACTURING
Introduction 2 Electrical Design
ME456: Mechatronics Systems Design Lecture 3 Chapter 2: Lights On –Lights Off Prof. Clark J. Radcliffe Mechanical Engineering Michigan State University.
Session 6 - Sensor Modelling
DC Motor Speed Modeling in Simulink
Lecture 9: Modeling Electromechanical Systems 1.Finish purely electrical systems Modeling in the Laplace domain Loading of cascaded elements 2.Modeling.
Basic Electronics for Arduino -basic electronics -arduino related stuff -tips and tricks Rob Zimmermann 2015.
Lecture 3: Bridge Circuits
Power Supply Design. Power Supplies For most electronic devices it is necessary to provide a stable source of DC power. Batteries often serve this function.
Electronics for Physical Computing Materials: capacitor, diode, LED, transistor, switch,resistor, relay, proto board, multimeter.
Self Switching Power Supply. Introduction Self Switching Power Supply  Embedded system requires a regulated power supply.
Signal conditioning Noisy. Key Functions of Signal Conditioning: Amplification Filter  Attenuation  Isolation  Linearization.
Typical controller system sensors acquisition system (Icube, PIC, Basic Stamp) mapping software (Max, PD, ?) output(?)
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
Class Parts List Breadboard 1 Wire kit 1 Red LEDs 3 Green LEDs 3 Yellow LEDs 1 Photoresistor 1 xPiezo sensor 1 Button 3 Slide button, switch 1 Reed switch.
TERMINAL CHARCATERISTIC of a SHUNT DC MOTOR
IAT 267 Introduction to Technological Systems 1 Week 2 Workshop Basics of Electronic Circuits.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Motors & Motor Controllers
ELECTRONICS PRIMER.
MECH 373 Instrumentation and Measurements
Electrical circuits, power supplies and passive circuit elements
Embedded Systems Programming (What they do and when / how to use them)
Servo’s and Motor’s with Arduino
AUTO MAINS DISCONNECTING DC POWER SUPPLY
AUTOMATIC STREET LIGHT CONTROL USING LDR
Electrical circuits, power supplies and passive circuit elements
Variable Capacitance Transducers
Hemodialysis Lecture 3.
Measurement of Pressure
Fair Use Building and Research Labs Presents
DC MOTOR SPEED CONTROL 1. Introduction
Interfacing different devices & considerations
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
PLC Hardware Components.
Presented by: Sanjay Pithadia SEM – Industrial Systems, Medical Sector
Circuit in DC Instruments
Digital Electronics Lab 2 Instructor:
Fair Use Building and Research Labs Presents
Electromagnetic Relay
LECTURE #5 System Modeling& Responses
Sensors and actuators Sensors Resistive sensors
Orange box input.
Delivered by Mr. Rajitha de Silva Courtesy Ms. Shashika Lokuliyana.
Lecture 2 Electrical and Electronics Circuits. After you study, and apply ideas in this Lecture, you will: Understand differences among resistance, capacitance,
Presentation transcript:

Sensors and Actuators Simple Sensors Switches and Pots Other Sensors Simple Actuators LEDs and Buzzers DC Motors MAE 156A

2 Mechatronics Hardware A mechatronic system may include sensors, actuators, and one or more embedded control computers. This lecture provides an overview of actuator and sensor hardware, and their interface with a typical microcontroller. Process Sensor Micro- Controlle r OperatorActuator

MAE 156A 3 Simple Sensor : Switch A switch is a simple sensor that yields a binary (on/off) response. micro SW When the switch (SW) is open, the microcontroller will see 0 volts (logical false). When SW is closed, the microcontroller will see 5 volts (logical true). The value of R2 is set so that only a small current flows from the microcontroller. This current is approximately given by, The resistor R1 is not really needed; however, it can be added to protect the micrcontroller in case your evil lab partner connects the SW terminals to something other than +5 volts or ground. GND

MAE 156A 4 Simple Sensor : Potentiometer A potentiometer can be used to measure angular displacement. micro The variable y represents the position of the pot's rotating spindle; its normalized value ranges from 0 to 1. Kirchoff and Ohm's laws provide the following relationships: Assume current into microcontroller is small,

MAE 156A 5 Potentiometer Resistance The potentiometer resistance should be chosen based on current and power. micro If current through the pot is limited to a small number, say 1 mA, the pot resistance should be: The power dissipated by the pot is thus,

MAE 156A 6 Signal Conditioning The interface between a sensing device and a microcontroller may require additional signal conditioning elements. There are many “smart” sensors entering the market that include all signal conditioning elements within the sensor housing itself. Output of the sensor could be asynchronous or synchronous serial data. Low-Pass Filter TransducerAmplifier Sample and Hold Micro- Controller A/D Converter Sensor Pick-Up

MAE 156A 7 Displacement Sensors Isermann, R., Mechatronic Systems : Fundamentals, Springer Resistive Sensor Inductive Sensor Capacitive Sensor Strain GaugeEncoderIncremental Sensor Hall Effect Sensor

MAE 156A 8 Velocity Sensors Isermann, R., Mechatronic Systems : Fundamentals, Springer Translational Velocity Sensor DC GeneratorAC Generator Incremental Velocity Sensor

MAE 156A 9 Acceleration Sensors Isermann, R., Mechatronic Systems : Fundamentals, Springer Piezoelectric Acceleration Sensor Accceleration Sensor with Seismic Mass Vibration Sensor with Seismic Mass Angular Vibration Sensor

MAE 156A 10 Force, Torque, and Pressure Sensors Isermann, R., Mechatronic Systems : Fundamentals, Springer Piezoelectric Force Sensor Torque Measurement Using Strain Gauges Force Spring Deflection Sensor Pressure Diaphragm Sensor

MAE 156A 11 Simple Actuator : LED A Light-Emitting Diode (LED) is a simple actuator. It does not move anything, but its response could trigger something else to happen. micro When the microcontroller pin is set as an output, writing a logical high value puts 5 V on the output pin. The voltage drop across the LED is nearly constant. Red or green LED => 2 V Blue or white LED => 3 V Be careful that the current flow matches the specification of both the LED and the microcontroller. LED GND

MAE 156A 12 Simple Actuator : Buzzer The following circuit shows how a transistor can be used to activate a buzzer. The 2N2222 is a Bipolar Junction Transistor (BJT) that acts as a switch to activate the buzzer. Other devices, which require higher than 5 V source, can be activated in a similar way micro GND Buzzer 2N2222 Transistor E B C

MAE 156A 13 DC Motors Many actuation devices depend upon Direct Current (DC) motors. Armature Circuit: Back Electromotive Force: + roto r +

MAE 156A 14 Motor Torque The torque developed by the motor is related to the armature current. If the motor is operating in a steady-state, then the armature current is constant. The armature becomes:

MAE 156A 15 Motor Model Parameters The steady-state motor equation yields the motor's torque-speed curve. “No load speed” occurs when motor torque is zero. Motor Torque Motor Shaft Speed Linear torque- speed curve “Stall torque” occurs when motor speed is zero. Stall torque No load speed

MAE 156A 16 Further Reading Isermann, R., Mechatronic Systems : Fundamentals, Springer Bishop, R.H., The Mechatronics Handbook, CRC Press