Sensing the World. When you have finished this lecture you should be able to:

Size: px
Start display at page:

Download "Sensing the World. When you have finished this lecture you should be able to:"

Transcription

1 Free Course: How to build a real robot Lecture 3 Sensing the World MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 1/221 Objectives When you have finished this lecture you should be able to: MUSES_SECRET: ORF-RE Project - PAMI Research Group University of Waterloo Understand Difference between Sensing and Perception, and Recognize their importance to a Robot. Understand what a Sensor is, and the different Sensors Classification. Recognize Various Sensors Examples that are used in Robots. Understand how IR Sensor can be used to provide the necessary Sensing for a line following robot. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 2/222 1

2 Outline Introduction to Sensors Internal Sensors MUSES_SECRET: ORF-RE Project - PAMI Research Group University of Waterloo Surface Sensors External Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 3/223 Outline Introduction to Sensors Internal Sensors MUSES_SECRET: ORF-RE Project - PAMI Research Group University of Waterloo Surface Sensors External Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 4/224 2

3 Introduction to Sensors As human, we often take for granted our amazing perceptual systems. We see a cup sitting on a table, automatically reach out to pick it up and think noting of it. At least, we are not aware of thinking much of it. In fact, accomplishing simple task of drinking from a cup requires a complex interplay of: sensing, interpretation, cognition, and coordination. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 5/225 Introduction to Sensors If we assign a robot some service task, the first expectation is that the robot should emulate a human in getting the task done. Thus, the robot servant probably has arms and hands, is mobile and is sensate. It is sensory perception that will mark the success or failure of a service robot. Machine perception includes a vast array of transducers that can inform robots about their surroundings. Bats and dolphins use sonar, cats use whiskers birds use magnetic fields in navigation. So can robot! MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 6/226 3

4 Introduction to Sensors Why Sensors are Important to Robots? The measurements of robot and environmental parameters is fundamental to the successful application of robots such as: MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 7/227 Introduction to Sensors Why Sensors are Important to Robots? These include, but is not limited to: Measuring robot parameters for control loops. Finding the location of objects. Detecting and avoiding failure situations Monitoring the environment for changes (e.g.: temperature) Inspecting the results for processes. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 8/228 4

5 Introduction to Sensors Sensor Classification Internal Sensors: measure variables within the robot (ex : position, velocity, torque and acceleration sensors.) Surface Sensors: information from the robot s surface. External Sensors: measure the environment (ex : tactile, proximity, range, vision, and voice. ) MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 9/229 Introduction to Sensors Sensor Classification: Example An Autonomous security robot, employs a total of 132 sensors for navigation. The internal sensors measures variables such as position, velocity, torque,.. The surface sensors are tactile bumpers The External sensors measures the environment; such as range, smoke, voice, MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 10/22 5

6 Outline Introduction to Sensors Internal Sensors MUSES_SECRET: ORF-RE Project - PAMI Research Group University of Waterloo Surface Sensors External Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 11/22 Internal Sensors Position Sensors: Encoders A rotary encoder is a sensor for converting rotary motion or position to a series of electronic pulses. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 12/22 6

7 Internal Sensors Position Sensors: Hall-Effect Sensors A Sensor depending in its operation on the Magnetic phenomenon. It produces pulses every time a magnet piece passes in front of the detector MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 13/22 Internal Sensors Battery-Level Sensing By sensing its battery voltage, a robot can determine when it is time to return to the charging station or curtail power-draining operations. Only a voltage divider is needed to design a battery-level indicator. Stall Current Sensing One reliable way to determine if a robot is stuck is to monitor the current being used to drive the motors. If all other sensors fail to detect an imminent collision, the robot will, in short order, come to rest against the obstacle. In this situation, the wheels will stop rotating while current to the motors will go to a maximum. Thus, motor current serves as a collision detector of last resort. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 14/22 7

8 Outline Introduction to Sensors Internal Sensors MUSES_SECRET: ORF-RE Project - PAMI Research Group University of Waterloo Surface Sensors External Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 15/22 Surface Sensors Limit Switches / Push Buttons A contact sensor must physically touch an object before the sensor is activated. When the switch is pressed the circuit is closed and current flows, and when it is released the circuit is open and no current flows. Thus the output of these sensors is a binary value. Push buttons detect operator input Limit switches detect collisions. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 16/22 8

9 Surface Sensors Limit Switches / Push Buttons The using of micro Limit switches in a Robot is shown in the following figure. It s used to detect if the robot touches any obstacle in its environment while operating. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 17/22 Surface Sensors Tactile Sensors/Artificial Skin Tactile sensors are able to detect an object and recognize its shape. Artificial skin can be formed by aggregating multiple sensing points in form of digital sensor array using VLSI. Measuring 2-D pressure distribution Image formation from tactile sensor data MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 18/22 9

10 Outline Introduction to Sensors Internal Sensors MUSES_SECRET: ORF-RE Project - PAMI Research Group University of Waterloo Surface Sensors External Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 19/22 External Sensors Proximity Sensors Proximity sensors detect the presence of an object when the object comes within a specified range of the sensor without physically touching it Optical Proximity Sensors They consist of a light emitter and receiver. They detect the presence of an object by reflection. If the object is in sensitive range, it will reflect the emitted beam back to a receptor. Light Barrier MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 20/22 10

11 External Sensors Inductive Proximity Sensors Inductive sensors use electro-magnetic induction to sense metal objects, typically iron and steel, by inducing a current in them. where dba V = N dt N-- is the number of turns, B-- is the amplitude of magnetic field A-- is the area of the circuit where is in the magnetic field. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 21/22 External Sensors Capacitive Proximity Sensors Capacitive proximity sensors reliably detect non-metallic objects, liquid, powder & granular materials. They can also detect materials through glass or plastic walls. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 22/22 11

12 External Sensors Range Sensors Sensors for distance measurements are among the most important ones in robotics. Mobile robots are equipped with various sensor types for measuring distances to the nearest obstacle around the robot for navigation purposes. Range Sensors Sonar Sensors Laser Sensors Infrared Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 23/22 External Sensors Range Sensors: Sonar 1 d = * Vt 2 V = speed of sound = T m/s T is the temperatu re in t is the time of travel o C MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 24/22 12

13 External Sensors Range Sensors: Sonar Sonar Sensor Robot Navigation Self-Parking Cars Guiding Blind people MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 25/22 External Sensors Range Sensors: Laser Depends on using the laser beam to determine the distance of an object. It operates on the time of flight principle by sending a laser pulse in a narrow beam towards the object and measuring the time taken by the pulse to be reflected off the target and returns to the sender. Robot using Laser sensors to scan environment MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 26/22 13

14 External Sensors Range Sensors: Infrared The sensor transmits an IR beam, the beam hits an object and portion of the light reflected back through the receiver optics and strikes at a point on the Photo Sensing Device (PSD). PSD is capable of generating a voltage characteristic to the point on which the reflected beam struck. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 27/22 External Sensors Range Sensors: Infrared The parking assistant system is fully autonomous and intelligent. A central controller keeps track of external environmental information from infrared sensors as well as internal states. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 28/22 14

15 External Sensors Range Sensors Aspect IR Sonar Range cm 41 cm 10.5 m Accuracy Color sensitivity Climate conditions Power consumption Higher in the range of 24 cm Sensitive Non-sensitive Higher in the range bigger than 40 cm Non-sensitive Sensitive Low (30-50 ma) High ( mA) Cost Low Higher MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 29/22 Outline Introduction to Sensors Internal Sensors MUSES_SECRET: ORF-RE Project - PAMI Research Group University of Waterloo Surface Sensors External Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 30/22 15

16 Using IR sensors to implement line following behavior on a Robot Tracker or Line Following Sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 31/22 We will use 3 IR sensors to control the behavior of the robot to follow the trace of a black line. The interface between the sensors and the Control is two wires at either: +5 Volts (when it s over the black tape) 0 Volts (when it s not over the black tape) Note: This type of implementation may cause the robot to act in an oscillatory behavior, (i.e.: making sudden turns from one side to the other) MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 32/22 16

17 The Sensor of the Line following Robot needs to be able to distinguish between the black tape and the white floor. One difference between black Surfaces and white surfaces is that black Surfaces absorb all wavelengths of incident light, while white surfaces reflect all wavelengths of incident light. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 33/22 IR sensors will be used instead of Visible light sensors because visible light sensors are easily interfered with by ambient light and shadow. The longer wavelength of IR creates a stronger, more reliable signal while still being absorbed by the black tape.. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 34/22 17

18 Simple Infrared Light Proximity Sensors Basic LED-phototransistor MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 35/22 Simple Infrared Light Proximity Sensors The infrared phototransistor should be baffled blocked from both ambient room light as well as direct light from the LED. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 36/22 18

19 Simple Infrared Light Proximity Sensors The positioning of the LED and phototransistor is very important, and you must take care to ensure that the two are properly aligned. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 37/22 Simple Infrared Light Proximity Sensors You may wish to mount the LED phototransistor pair in a small block of wood. Drill holes for the LED and phototransistor. Or, if you prefer, you can buy the detector pair already made up and installed in a similar block. The Texas Instruments TIL139 infrared emitter/detector sensor unit. These types of units are often available on the surplus market. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 38/22 19

20 A Comparator will be used as a simple analog to Digital converter to create a digital signal to send to the control stage of the robot. These Sensors operate by either creating or removing a path to ground. When the IR transistor is not receiving a signal, the collector voltage is forced into the comparator. When the IR transistor receives a signal, a path to ground is created and a lower voltage is sent to the comparator. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 39/22 The Circuit implemented for a single Sensor: LED1: Infrared LED Q1: Infraredsensitive phototransistor IC1: LM339 quad comparator Connecting the LED and phototransistor to an LM339 quad comparator IC. The output of the comparator switches between HIGH and LOW depends on the amount of light falling on the phototransistor. Note the addition of the 10K pull-up resistor on the output of the comparator. This is needed to assure proper HIGH/LOW action. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 40/22 20

21 Another implementation for a single Sensor: LM324N MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 41/22 Operation Logic As mentioned earlier, the Implementation will include 3 IR sensors, fixed side by side in the form of an array (As shown). For these 3 Sensors we have 3 cases, in which they may be found. Next we will study the different modes, and what is expected from the controller for each mode. MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 42/22 21

22 Operation Logic Let s take a closer Look at the Line Sensor Array. IR detector IR Emitter Black Line to follow MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 43/22 Operation Logic Mode (1): The Black Line is under the Sensor at the Middle of the Array. So the Middle Sensor will be the only sensor to give digital 1 to IR detector the controller. Required Action: Nothing to change, keep moving forward with the same velocity IR Emitter Black Line to follow MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 44/22 22

23 Operation Logic Mode (2): The Black Line is under the Sensor at the Right side of Array. So the Right Sensor will be the Robot Motion only sensor to give digital 1 to the controller. IR detector Required Action: Rotate the robot a little to make the line be centered again. So must move the Robot s Body in the shown direction. IR Emitter Black Line to follow MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 45/22 Operation Logic Mode (3): The Black Line is under the Sensor at the Left side of Array. So the Left Sensor will be the Robot Motion only sensor to give digital 1 to the controller. Required Action: Rotate the robot a little to make the line be centered again. So must move the Robot s Body in the shown direction. IR detector IR Emitter Black Line to follow MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 46/22 23

24 Operation Logic Using only two IR sensors MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 47/22 Operation Logic How can this Logic be realized??? In order to move the robot in the prescribed behavior, we must connect the measurements of the Sensors to the motion of the Motors on the wheels of the robot. This can be Achieved through the Microcontroller. Which is the Brain of the Robot, to tell it what to do according to the measurements it make, at a certain time. Next Lecture s Topic MUSES_SECRET: L3, Adding the Brain: ORF-RE Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter of Waterloo 48/22 24

Sensor Report. University of Florida Department of Electrical and Computer Engineering EEL5666 Intelligent Machines Design Laboratory

Sensor Report. University of Florida Department of Electrical and Computer Engineering EEL5666 Intelligent Machines Design Laboratory Sensor Report University of Florida Department of Electrical and Computer Engineering EEL5666 Intelligent Machines Design Laboratory James Larson 10-31-02 Table of Contents Table of Contents..2 Overview

More information

An Ambient-Light-Ignoring Infrared Active Motion Detector

An Ambient-Light-Ignoring Infrared Active Motion Detector An Ambient-Light-Ignoring Infrared Active Motion Detector Design Team Members: Namita Ahuja Robert Mitchell Karl Schrader Michael Perry Joe Ha Table of Contents: Project Objectives Background Information

More information

Final Report FIREMAN

Final Report FIREMAN Final Report FIREMAN Date: 3/22/11 Student Name: Jiecheng Chen TAs: Tim Martin Ryan Stevens Devin Hughes Josh Weaver Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department

More information

Characteristics of different sensors used for Distance Measurement

Characteristics of different sensors used for Distance Measurement Characteristics of different sensors used for Distance Measurement Pavithra B. G 1, Siva Subba Rao Patange 2, Sharmila A 3, Raja S 2, Sushma S J 1 1GSSS Institute of Engineering & Technology for Women,

More information

User Detection Sensors

User Detection Sensors User Detection Sensors Design Team 5 Kevin Harrison Eric Hosey Leslie Hodges Nathan Kelly Berna Saracoglu Agenda Sensing Technologies Infrared Ultrasonic Capacitive Pressure Video Image Key Points Theory

More information

Team Rescue X: Autonomous Firefighting Robot

Team Rescue X: Autonomous Firefighting Robot Team Rescue X: Autonomous Firefighting Robot Team Members Project Manager: Shervin Haghgouy Parts Manager: Shervin Nikravesh Website Designer: Vincent Thomas Repository Manager: Alexander Camp Report Editor:

More information

Exercise 1. Introduction to Sensors EXERCISE OBJECTIVE

Exercise 1. Introduction to Sensors EXERCISE OBJECTIVE Exercise 1 Introduction to Sensors EXERCISE OBJECTIVE When you have completed this exercise, you will be introduced to photoelectric, capacitive and inductive sensors; You will also be introduced to the

More information

Measurements & Instrumentation

Measurements & Instrumentation Measurements & Instrumentation PREPARED BY Academic Services Unit August 2013 Institute of Applied Technology, 2013 Module Objectives Upon successful completion of this module, students should be able

More information

Innovative EEE mini-projects list

Innovative EEE mini-projects list 1 Innovative EEE mini-projects list SEM-133. Checking and auto control of water level using wireless sensor. SEM-140. Wireless 3-phase motor starter using RF technology. SEM-185. Designing of Haptic Keypad

More information

Proximity Sensors and Motion Detectors

Proximity Sensors and Motion Detectors 1 Proximity Sensors and Motion Detectors Thomas Schlebusch Abstract In this paper I will present the principles of proximity and motion detectors. First I will give an overview about the physical variables

More information

Dual Laser InfraRed (IR) Thermometer

Dual Laser InfraRed (IR) Thermometer User Manual Dual Laser InfraRed (IR) Thermometer MODEL 42512 Introduction Congratulations on your purchase of the Model 42512 IR Thermometer. This Infrared thermometer measures and displays non-contact

More information

IRT2 Dual Laser IR Thermometer - User Guide

IRT2 Dual Laser IR Thermometer - User Guide IRT2 Dual Laser IR Thermometer - User Guide TABLE OF CONTENTS Introduction Key Features 4 4 Operating Instructions - Front Panel Controls and Indicators - Switching Cº/Fº - On / Off - MODE settings menu

More information

Infrared Thermometer with 12:1 Distance-to-Sight Ratio and Temperature Alarm

Infrared Thermometer with 12:1 Distance-to-Sight Ratio and Temperature Alarm User Manual 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Infrared Thermometer with 12:1 Distance-to-Sight Ratio and Temperature

More information

Multi - Purpose Fire Fighter Robot

Multi - Purpose Fire Fighter Robot Multi - Purpose Fire Fighter Robot Sunil Kumar J P 1, Nagaraj K 2, Pravin Kumar M 3, Josephine J 4 1,2,3Student, Department of Engineering,G.K.M College of Engineering and Technology, Tamil Nadu, India.

More information

Exercise 1: IR Transmission and Reception

Exercise 1: IR Transmission and Reception Exercise 1: IR Transmission and Reception EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain how infrared light can be transmitted and received, describe typical infrared

More information

ANALYSIS OF THE FIRE FIGHTING ROBOT

ANALYSIS OF THE FIRE FIGHTING ROBOT 2011 ANALYSIS OF THE FIRE FIGHTING ROBOT, AR-4 EEL4665/5666c 2011-12-6 Content ABSTRACT... 2 EXLCUSIVE SUMMARY... 3 INTRODUCTION... 4 INTEGRATED SYSTEM... 4 MOBILE PLATFORM... 5 ACTUATION... 6 SENSORS...

More information

Dual Laser InfraRed (IR) Thermometer

Dual Laser InfraRed (IR) Thermometer User Manual Dual Laser InfraRed (IR) Thermometer MODEL 42512 Introduction Congratulations on your purchase of the Model 42512 IR Thermometer. This Infrared thermometer measures and displays non-contact

More information

Optical Sensor (2A) Optical Sensor Type Optical Sensor Characteristics. Young Won Lim 9/12/09

Optical Sensor (2A) Optical Sensor Type Optical Sensor Characteristics. Young Won Lim 9/12/09 Optical Sensor (2A) Optical Sensor Type Optical Sensor Characteristics Copyright (c) 2009 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU

More information

Wide Range InfraRed (IR) Thermometer with Type K input and Laser Pointer

Wide Range InfraRed (IR) Thermometer with Type K input and Laser Pointer User Manual Wide Range InfraRed (IR) Thermometer with Type K input and Laser Pointer MODEL 42515 Introduction Congratulations on your purchase of the Model 42515 IR Thermometer. The Model 42515 IR thermometer

More information

High Temperature InfraRed Thermometer with Laser Pointer

High Temperature InfraRed Thermometer with Laser Pointer User s Manual High Temperature InfraRed Thermometer with Laser Pointer MODEL 42545A Introduction Congratulations on your purchase of the Model 42545A IR Thermometer. The 42545A is capable of non-contact

More information

Break-in Detection and Alarm System

Break-in Detection and Alarm System EE318 Electronic Design Lab-I, Project Report, EE Dept., IIT Bombay, March 2007 Break-in Detection and Alarm System Group no: B6 Rohan Joshi (04007022) Sudhanshu Tungare (04007021)

More information

Manual PCE-889 pyrometer

Manual PCE-889 pyrometer www.pce-industrial-needs.com Tursdale Technical Services Ltd Unit N12B Tursdale Business Park Co. Durham DH6 5PG United Kingdom Phone: +44 ( 0 ) 191 377 3398 Fax: +44 ( 0 ) 191 377 3357 info@tursdaletechnicalservices.co.uk

More information

Azatrax Quad Infrared Proximity Detector Shield for ArduinoTM Uno, Mega and compatibles

Azatrax Quad Infrared Proximity Detector Shield for ArduinoTM Uno, Mega and compatibles User's Guide Azatrax Quad Infrared Proximity Detector Shield for ArduinoTM Uno, Mega and compatibles RIR4 What it is: The RIR4 has four infrared (IR) proximity detectors assembled on a circuit board with

More information

D-TECT Introduction. Connecting the Unit. Quick Installation. Multi Beam Alignment & Masking. Mounting the Unit

D-TECT Introduction. Connecting the Unit. Quick Installation. Multi Beam Alignment & Masking. Mounting the Unit D-TECT 2 GJD300 Quad PIR Movement Detector Package Contents Package Contains: 1 x D-Tect 2 1 x Drilling template for fixing holes 3 x 31.75mm wall plugs 3 x 31.75mm screws 2 x Spare Sliding Curtains 2

More information

Formal Report. B.O. bot

Formal Report. B.O. bot EEL 5666 Intelligent Machines Design Lab Dr. A Antonio Arroyo Dr. Eric M. Schwartz Formal Report B.O. bot Submitted by: Christopher Thomas UFID:7158-3450 thomadm@ufl.edu Table of Contents Abstract... 2

More information

EnvironmentalMonitoring

EnvironmentalMonitoring Datasheet Numerous sensors, detectors and expansion modules are available for the requirements in ambient and device monitoring. All units are self-developed by Neol so the highest technical requirements

More information

Measurement of Light. Photosensors

Measurement of Light. Photosensors Measurement of Light Photosensors Detection of light is a basic need for everything from devices to plants and animals. In the case of animals, light detection systems are very highly specialized, and

More information

Implementation of Auto Car Washing System Using Two Robotic Arms

Implementation of Auto Car Washing System Using Two Robotic Arms Implementation of Auto Car Washing System Using Two Robotic Arms Pranoti Utekar 1, Sayali Naik 2, Monika Wadekar 3, S.G. Watve 4 U.G. Students, Department of Electronics and Telecommunication Engineering,

More information

easydetect and easydetect deluxe model train detector kits Quickar Electronics, Inc.

easydetect and easydetect deluxe model train detector kits Quickar Electronics, Inc. easydetect and easydetect deluxe model train detector kits 2011-2012 Quickar Electronics, Inc. INSTRUCTIONS AND DIAGRAMS REVISED APRIL 17 TH 2012 Please note that the color of the calibration trimmer may

More information

Vehicle Detection: How To Choose the Right Technology... 3

Vehicle Detection: How To Choose the Right Technology... 3 Vehicle Detection: How to Choose the Right Technology March 2017 Table of Contents Vehicle Detection: How To Choose the Right Technology... 3 Wireless Magnetometer... 3 Wireless Ultrasonic Sensor... 4

More information

Robot Proposal. B.O. bot

Robot Proposal. B.O. bot EEL 5666 Intelligent Machines Design Lab Dr. A Antonio Arroyo Dr. Eric M. Schwartz Robot Proposal B.O. bot Submitted by: Christopher Thomas UFID:7158-3450 thomadm@ufl.edu Table of Contents Abstract...

More information

SYSTEMS THINKING AND TROUBLESHOOTING

SYSTEMS THINKING AND TROUBLESHOOTING NIDA CORPORATION MODEL 360S NIDA Systems Trainer SYSTEMS THINKING AND TROUBLESHOOTING A system, regardless of complexity level, is an arrangement of interdependent elements and processes that interact

More information

Corporate Presentation

Corporate Presentation Corporate Presentation Ontech s Controlled Magnetic Field technology, marks the next generation in the world's security systems, satisfying market demands with innovative new functionality not available

More information

SICK AG WHITEPAPER. safehddm TM THE NEW SCANNING TECHNOLOGY FOR SAFETY LASER SCANNERS

SICK AG WHITEPAPER. safehddm TM THE NEW SCANNING TECHNOLOGY FOR SAFETY LASER SCANNERS SICK AG WHITEPAPER safehddm TM THE NEW SCANNING TECHNOLOGY FOR SAFETY LASER SCANNERS 2016-07 AUTHOR Patrick Hochleitner Product Manager Industrial Safety Systems, Marketing & Sales at SICK AG in Waldkirch/Deutschland

More information

International Journal of Advancements in Research & Technology, Volume 2, Issue4, April ISSN

International Journal of Advancements in Research & Technology, Volume 2, Issue4, April ISSN International Journal of Advancements in Research & Technology, Volume 2, Issue4, April-2013 69 EFFECTIVE CONTROL OF ACCIDENTS USING ROUTING AND TRACKING SYSTEM WITH INTEGRATED NETWORK OF SENSORS R. MANOJ

More information

Design of Intelligent Car

Design of Intelligent Car Design of Intelligent Car Lijuan Cai Changchun University of Sciences and Technology, Changchun 130022, China E-mail: juanlicai@yahoo.com.cn Lijing Cai Heilongjiang bayi Agricultural University, Daqing

More information

Fire & Security Products. Siemens Building Technologies Group

Fire & Security Products. Siemens Building Technologies Group Fire & Security Products Siemens Building Technologies Group . 1 Brief overview.................................................... 1 1.1 Characteristics....................................................

More information

Infrared Sensors Line Guide

Infrared Sensors Line Guide Infrared Sensors Line Guide Solid, sensitive solutions. Optoelectronics integrates optical principles and semi-conductor electronics the inter-conversion of electricity to light. In electronic systems

More information

Lecture 1 Introduction Wireless Sensor Networks and Sensors. ECE 5900/6900 Fundamentals of Sensor Design

Lecture 1 Introduction Wireless Sensor Networks and Sensors. ECE 5900/6900 Fundamentals of Sensor Design ECE 5900/6900: Fundamentals of Sensor Design 1 Lecture 1 Introduction Wireless Sensor Networks and Sensors ECE 4900/5900: Fundamentals of Sensor Design 2 Wireless Sensor Networks (WSN) and Internet of

More information

Silicon Sensors S. MIDDELHOEK S.A. AUDET

Silicon Sensors S. MIDDELHOEK S.A. AUDET Silicon Sensors S. MIDDELHOEK S.A. AUDET Department of Electrical Engineering Delft University of Technology Delft, The Netherlands ACADEMIC PRESS Harcourt Brace Jovanovich, Publishers London San Diego

More information

Engineering Specifications

Engineering Specifications BL229 Rising Barrier NAM-BL229-ES-EN-A 1/8g ENGINEERING SPECIFICATIONS BL229 Rising Barrier PART I GENERAL SECTION 08 34 56 Security Gates SECTION 11 12 33 Parking Gates SECTION 28 13 00 Access Control

More information

EEM 451 Industrial Control Systems Sensors and Actuators-II. Dept. of Electrical-Electronics Eng. Anadolu University, Turkey

EEM 451 Industrial Control Systems Sensors and Actuators-II. Dept. of Electrical-Electronics Eng. Anadolu University, Turkey EEM 451 Industrial Control Systems Sensors and Actuators-II Hakkı Ulaş Ünal Dept. of Electrical-Electronics Eng. Anadolu University, Turkey Sensors In order to monitor, control the process variables, sensors

More information

User manual. ABB i-bus EIB. Zone Terminal MT/S Intelligent Installation System ABB STOTZ-KONTAKT

User manual. ABB i-bus EIB. Zone Terminal MT/S Intelligent Installation System ABB STOTZ-KONTAKT User manual ABB i-bus EIB Zone Terminal MT/S 4.12.1 Intelligent Installation System ABB STOTZ-KONTAKT 2 Contents Page 1 Device configuration..................................... 4 1.1 Introduction..........................................

More information

Remote Environment Monitoring & Detection Tribot

Remote Environment Monitoring & Detection Tribot International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 1, Issue 3(November 2012), PP.01-08 Remote Environment Monitoring & Detection Tribot

More information

SICK AG WHITEPAPER 3 TECHNOLOGIES FOR PCB DETECTION

SICK AG WHITEPAPER 3 TECHNOLOGIES FOR PCB DETECTION SICK AG WHITEPAPER 3 TECHNOLOGIES FOR PCB DETECTION AUTHORS Thomas Hall Strategic & Technical Industry Manager Electronics & Solar SICK AG in Waldkirch, Germany Philipp Mutz Strategic Industry Manager

More information

SENSOR SOLUTIONS FOR DOORS

SENSOR SOLUTIONS FOR DOORS SENSOR SOLUTIONS FOR DOORS Application Overview Safety Light Curtain RAY-LG Pedestrian Door Switch ENTRYSENSE Pre-Traveling Light Barrier OPTOGUARD Opto-Electronic Safety Edge OPTOEDGE Photo Eyes RAYTECTOR,

More information

The IR FOCUS technology

The IR FOCUS technology The IR FOCUS technology The IR LED heating technology is a new method of comfort heating developed by IR FOCUS. It is based on the idea of heating people instead of heating spaces and thereby saving a

More information

Accident Prevention System for Boats in Maritime

Accident Prevention System for Boats in Maritime I J C T A, 9(14) 2016, pp. 6433-6440 International Science Press Accident Prevention System for Boats in Maritime Simhadri Angadi and S. Manikandaswamy ABSTRACT Ultrasonic (US) and sonar (PIR) sensors

More information

HOA6480 Series Barcode Sensor Infrared Products

HOA6480 Series Barcode Sensor Infrared Products HOA6480 Series Barcode Sensor Infrared Products DESCRIPTION The HOA6480 Series is a reflective barcode sensor that incorporates a VCSEL (Vertical Cavity Surface-emitting Laser) emitter and phototransistor

More information

Optical Techniques for Industrial Inspection

Optical Techniques for Industrial Inspection Optical Techniques for Industrial Inspection P. Cielo National Research Council of Canada Industrial Materials Research Institute Boucherville, Quebec, Canada ACADEMIC PRESS, INC. Harcourt Brace Jovanovich,

More information

HOA1888 Series. Infrared Assemblies Wide Gap Transmissive Sensor. MICRO SWITCH Sensing and Control

HOA1888 Series. Infrared Assemblies Wide Gap Transmissive Sensor. MICRO SWITCH Sensing and Control Wide Gap Transmissive Sensor HOA1888 Series FEATURES Choice of phototransistor or photodarlington output Visible ambient light and dust protective filter 12 mm (0.47 in.) slot width Snap-in housing The

More information

BLG77 Rising Fenced Barrier

BLG77 Rising Fenced Barrier BLG77 Rising Fenced Barrier 1/8 ENGINEERING SPECIFICATIONS BLG77 Rising Barrier PART I GENERAL SECTION 08 34 56 Security Gates SECTION 11 12 33 Parking Gates SECTION 28 13 00 Access Control SECTION 34

More information

BL41 Extra-long Barrier

BL41 Extra-long Barrier BL41 Extra-long Barrier NAM-BL41-ES-EN-A 1/8g ENGINEERING SPECIFICATIONS BL41 Extra-long Barrier PART I GENERAL SECTION 08 34 56 Security Gates SECTION 11 12 33 Parking Gates SECTION 28 13 00 Access Control

More information

Robot Sensors An Overview

Robot Sensors An Overview Robot Sensors An Overview Robot Sensors Why do Robots Need Sensors? What can be Sensed? What Sensors are Out There? What can They do? How Much do They Cost? How Easy are They to Use? Why Do Robots Need

More information

easydetect and easydetect deluxe model train detector kits Quickar Electronics, Inc.

easydetect and easydetect deluxe model train detector kits Quickar Electronics, Inc. easydetect and easydetect deluxe model train detector kits 2011-2012 Quickar Electronics, Inc. INSTRUCTIONS AND DIAGRAMS REVISED NOV 12 TH 2018 Please note that the color of the calibration trimmer may

More information

Pyroelectric Infrared Sensor PIR

Pyroelectric Infrared Sensor PIR Pyroelectric Infrared Sensor PIR Infrared radiation is the electromagnetic waves in the wavelength region longer than the visible light wavelengths, lying from 0.75 μm to 1000 μm. The wavelength region

More information

SENSOR SOLUTIONS FOR DOORS

SENSOR SOLUTIONS FOR DOORS SENSOR SOLUTIONS FOR DOORS Application Overview Safety Light Curtain RAY-LG Pedestrian Door Switch ENTRYSENSE Non-Contact Edge RAY-NC Opto-Electronic Safety Edge OPTOEDGE Photo Eyes RAYTECTOR, RAY-M, RAY-RT,

More information

MR300 OPTICAL SMOKE DETECTOR RANGE PRODUCT APPLICATION & DESIGN INFORMATION

MR300 OPTICAL SMOKE DETECTOR RANGE PRODUCT APPLICATION & DESIGN INFORMATION DOCUMENT CONTROL NUMBER / MR300 OPTICAL SMOKE DETECTOR RANGE PRODUCT APPLICATION & DESIGN INFORMATION 1. INTRODUCTION The MR300 range of optical smoke detectors forms part of the M300 series of plug-in

More information

FS-200. Model. Instruction Manual. Infrared Food Thermometer. reedinstruments. www. com

FS-200. Model. Instruction Manual. Infrared Food Thermometer. reedinstruments. www. com Model Infrared Food Thermometer FS-200 Instruction Manual reedinstruments com Table of Contents Safety... 3 Features... 3 Specifications... 4 Instrument Description... 5 Display Description... 5 Operating

More information

Optical Smoke Detector Heat Detector Manual Call Point Output Unit Isolator

Optical Smoke Detector Heat Detector Manual Call Point Output Unit Isolator TECHNICAL GUIDE Optical Smoke Detector Heat Detector Manual Call Point Output Unit Isolator The XPlorer Range XPlorer is a new range of analogue addressable detectors and interfaces developed for all who

More information

Installation Instructions Azatrax HexDetex Model Train Detector with Grade Crossing Trigger MRD6X

Installation Instructions Azatrax HexDetex Model Train Detector with Grade Crossing Trigger MRD6X Installation Instructions Azatrax HexDetex Model Train Detector with Grade Crossing Trigger MRD6X What it is: The MRD6X is a six-channel model train detector. It can detect model trains at up to six different

More information

HOA0880-T51. Representative photograph, actual product appearance may vary.

HOA0880-T51. Representative photograph, actual product appearance may vary. Representative photograph, actual product appearance may vary. HOA0880-T51 HOA Series Infrared Transmissive Sensor, Transistor Output, Two- Mounting Tabs, Plastic package Due to regional agency approval

More information

Smoke Eater An Autonomous Fire Fighting Robot

Smoke Eater An Autonomous Fire Fighting Robot Smoke Eater An Autonomous Fire Fighting Robot Written Report By David Morneault EEL 5666 August 9, 2000 Table of Contents I. Abstract page 3 II. Executive Summary page 4 III. Introduction page 5 IV. Integrated

More information

Open-area Smoke Imaging Detector. Engineering Specification

Open-area Smoke Imaging Detector. Engineering Specification Open-area Smoke Imaging Detector 15273_02 October 2011 Table of Contents 1. Scope... 3 2. System Information... 3 2.1 General... 3 2.2 Approvals... 3 2.3 Codes, Standards or Regulations... 3 2.4 System

More information

Design of Climatic Control Fan

Design of Climatic Control Fan Volume 119 No. 12 2018, 15191-15198 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Design of Climatic Control Fan 1 S. Indirani and 2 K. Vibha 1 Department of Electronics and Instrumentation

More information

Table of Contents. Page Quick Set-up Instructions 1. Theory of Operation 2. Specifications 3. TM 1003W Controls and Connections 4

Table of Contents. Page Quick Set-up Instructions 1. Theory of Operation 2. Specifications 3. TM 1003W Controls and Connections 4 Table of Contents Page Quick Set-up Instructions 1 Theory of Operation 2 Specifications 3 TM 1003W Controls and Connections 4 1. Power Source Connector 5 2. Alarm Output Connector 5 3. Variation Detection

More information

University of Florida. Department of Electrical and Computer Engineering EEL Intelligent Machines Design Laboratory

University of Florida. Department of Electrical and Computer Engineering EEL Intelligent Machines Design Laboratory University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory Final Report Panther Date: 8/8/02 Student Name: Sarah Jones TAs: Tae Choi and Uriel

More information

Wind power Condition Monitoring. Condition Monitoring Systems (CMS) in wind turbines CMS. Authors: Martin Kluge Michael Danitschek

Wind power Condition Monitoring. Condition Monitoring Systems (CMS) in wind turbines CMS. Authors: Martin Kluge Michael Danitschek Systems (CMS) in wind turbines CMS Authors: Martin Kluge Michael Danitschek update: 22.07.2010 page 1 Intelligent vibration monitoring of wind turbines Targets Permanent plant/system protection Reduction

More information

FOCUS ON LASERS. Philip Campbell RADIATION SAFETY: Principles, Practice, and Emerging Issues March 2018

FOCUS ON LASERS. Philip Campbell RADIATION SAFETY: Principles, Practice, and Emerging Issues March 2018 FOCUS ON LASERS Philip Campbell RADIATION SAFETY: Principles, Practice, and Emerging Issues March 2018 DISCLAIMER This is a very basic training on laser safety. This training will not provide enough information

More information

Android Controlled Fire Fighting Robot

Android Controlled Fire Fighting Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Android Controlled Fire Fighting Robot S. Sakthi Priyanka R. Sangeetha Department

More information

Reverse Package Infrared LED IR25-21C/TR8

Reverse Package Infrared LED IR25-21C/TR8 Features Small double-end package Low forward voltage Good spectral matching to Si photo detector Package in 8mm tape on 7 diameter reel Pb free The product itself will remain within RoHS compliant version.

More information

LG Robotic Vacuum Cleaner

LG Robotic Vacuum Cleaner Quietly but Thoroughly at Work 20 Yeouido-dong, Yeongdeungpo-gu, Seoul, Korea 150-721 www.lg.com LG Robotic Vacuum Cleaner LG introduces the new era of smart cleaning like you ve never seen before. With

More information

Manual Instructions IR Measuring Instrument GIM 1840 ST60 / ST80

Manual Instructions IR Measuring Instrument GIM 1840 ST60 / ST80 Manual Instructions IR Measuring Instrument GIM 1840 ST60 / ST80 isplay Anzeige Affichage Pantalla isplay C/ F Switch C/ F-Schalter Commutateur C/ F Interruptor de C/ F Chave C/ F Laser Laser Laser Láser

More information

4040 FM 535 F :

4040 FM 535 F : OVERVIEW OPTICAL TURNSTILE SYSTEM HALF HEIGHT BARRIER TURNSTILES MODEL OTS-HHB-6 The OTS-HHB monitors through-beam infrared sensors, access control contacts, and barrier posion sensors to control the moon

More information

Implementation of Weather Monitoring System

Implementation of Weather Monitoring System Volume 118 No. 16 2018, 477-493 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Implementation of Weather Monitoring System Kiranmai Nandagiri 1 and

More information

INTRODUCTION TO SENSORS AND ACTUATORS

INTRODUCTION TO SENSORS AND ACTUATORS Summer 2018 INTRODUCTION TO SENSORS AND ACTUATORS This course is an elective and will be offered as an undergraduate/graduate class. If you require a more detailed outline or any additional information,

More information

Polarized Retroflective Photoelectric Switches

Polarized Retroflective Photoelectric Switches Exercise 5 Polarized Retroflective Photoelectric Switches EXERCISE OBJECTIVE In this exercise, you will be introduced to polarized retroreflective photoelectric switches; You will learn how and when they

More information

D-Tect 2 GJD300 Quad PIR Movement Detector

D-Tect 2 GJD300 Quad PIR Movement Detector D-Tect GJD0 Quad PIR Movement Detector Package Contents 3. Package Contains: x D-Tect x Drilling template for fixing holes x Allen Key 3 x 3.75mm wall plugs 3 x 3.75mm screws x Spare Sliding Curtains x

More information

LASER SAFETY BARRIER

LASER SAFETY BARRIER LASER SAFETY BARRIER 5' x 6' Portable Laser Barrier No-Trip Base Design High CW and Pulsed Damage Thresholds SB5X6 All Contents Stored In Base OVERVIEW Features Portable 5' x 6' (1.5 m x 1.8 m) Barrier

More information

User Guide InfraRed (IR) Thermometer with Wireless Datalogger, Type K input & Laser Pointer MODEL 42560

User Guide InfraRed (IR) Thermometer with Wireless Datalogger, Type K input & Laser Pointer MODEL 42560 User Guide InfraRed (IR) Thermometer with Wireless Datalogger, Type K input & Laser Pointer MODEL 42560 Introduction Congratulations on your purchase of the Model 42560 IR Thermometer. The Model 42560

More information

Laser Distance Sensor Type M Analog-Output

Laser Distance Sensor Type M Analog-Output Laser Distance Sensor Type M Analog-Output Operating Manual Version 2.3, May 2009 ELAG Elektronik AG l Stegackerstrasse 14 l CH-8409 Winterthur Contents 1. Safety 1.1 Laser safety 1.2 Electrical safety

More information

I am Rick Jeffress and I handle sales for Fike Video Image Detection. We thank the AFAA for coordinating the venue for this presentation, and we

I am Rick Jeffress and I handle sales for Fike Video Image Detection. We thank the AFAA for coordinating the venue for this presentation, and we I am Rick Jeffress and I handle sales for Fike Video Image Detection. We thank the AFAA for coordinating the venue for this presentation, and we appreciate your taking the time to learn more about this

More information

UNICA - ALARM SYSTEM WITH VISUAL VERIFICATION. All in One - All in Touch Video - Alarm System

UNICA - ALARM SYSTEM WITH VISUAL VERIFICATION. All in One - All in Touch Video - Alarm System UNICA - ALARM SYSTEM WITH VISUAL VERIFICATION All in One - All in Touch Video - Alarm System UNICA is a revolutionary alarm system based on architecture all-in-one composed by a burglar alarm (wired and

More information

An FT-NIR Primer. NR800-A-006

An FT-NIR Primer. NR800-A-006 Industry: Product: Oils and Gas NR800 Near Infra-red Spectroscopy Like other forms of spectroscopy, light from a lamp (usually called the source ) is passed through a sample and measured by a detector.

More information

FOS 2000 / 1000 RGB 1

FOS 2000 / 1000 RGB 1 FOS 2000 / 1000 RGB 1 PRODUCT SPECIFICATIONS TECHNICAL SPECIFICATION Voltage: 100/250 Volt AC, 50/60 Hz. Power Consumption: 50 Watt. Scanner: 25kpps High Speed optical scanner, +/- 30 scanning angle. LASER:

More information

By: Andrew Elliott & Nick Hanauer Advisor: Joel Schipper April 29, 2010

By: Andrew Elliott & Nick Hanauer Advisor: Joel Schipper April 29, 2010 By: Andrew Elliott & Nick Hanauer Advisor: Joel Schipper April 29, 2010 Introduction Block Diagram Chassis Hardware Software Development Project Status Demonstration Video Future Work 3 Emergence The result

More information

Circuit Schematics Control Unit with Camera. Power Supply

Circuit Schematics Control Unit with Camera. Power Supply Diagrams Flow Chart Circuit Schematics Control Unit with Camera Power Supply Lock Unit IR Unit Calculations Devices connected to LDO2 (3.3V) MCU Buzzer LEDs IR Emitter Phototransistor RFID Reader Current

More information

Laser Automation &Safety. ME 677: Laser Material Processing Instructor: Ramesh Singh 1

Laser Automation &Safety. ME 677: Laser Material Processing Instructor: Ramesh Singh 1 Laser Automation &Safety 1 Outline Laser Automation Laser Sensing Safety Considerations 2 Automation The Ford Motor Co. Introduced "automation in the 1940s Machines were used to enhance speed, force or

More information

Movement Detector GJD 300

Movement Detector GJD 300 Movement Detector GJD 300 Installation & Set Up Guide Introduction A CCTV event trigger utilising two independent passive infrared detectors combined in a T05 package. Both sensors have to trigger before

More information

AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER

AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER 1 Min-Chie Chiu, 2 Long-Jyi Yeh, and 2 Cheng-Chen Shih 1 Department of Automatic Control Engineering, Chungchou Institute of Technology. 2 Department

More information

LMV52 Control. Specifications. Document No. LV February 3, Product Description. Sample Specification

LMV52 Control. Specifications. Document No. LV February 3, Product Description. Sample Specification LMV52 Control Product Description February 3, 2017 The LMV52 is a microprocessor-based burner management system with matching system components for the control and supervision of forced draft burners.

More information

Design & Control of an Elevator Control System using PLC

Design & Control of an Elevator Control System using PLC Design & Control of an Elevator Control System using PLC Prof. Omkar M. Shete 1, Ms. Amrita A. Vitekar 2, Ms. Ashwini N. Patil 3 Assistant Professor, Electrical Engineering Department, NBN Sinhgad School

More information

Class 1 laser beam sensor safe for your eyes

Class 1 laser beam sensor safe for your eyes 113 Sensor SERIES Related Information General terms and conditions... F-7 About laser beam... P.199~ Sensor selection guide... P.1~ General precautions... P.11 PHOTO PHOTO PARTICUR MEASURE ITY panasonic.net/id/pidsx/global

More information

G4 Pulsed Fiber Laser

G4 Pulsed Fiber Laser G4 Pulsed Fiber Laser OEM Safety and System Integration Manual Module types C1 and C2 Module type C1 - fitted with IBeam1 delivery optic Module type C2 - fitted with IBeam2 delivery optic 1 1 Preface Definition

More information

AUTOMATIC FIRE EXTINGUISHING and VISUAL GUIDE SYSTEMS for TUNNEL PROTECTION

AUTOMATIC FIRE EXTINGUISHING and VISUAL GUIDE SYSTEMS for TUNNEL PROTECTION AUTOMATIC FIRE EXTINGUISHING and VISUAL GUIDE SYSTEMS for TUNNEL PROTECTION Generals Caccialanza & C. developed in the last years some technologically very innovative products, aimed to provide a very

More information

Autonomous Waste Sorter Design Project

Autonomous Waste Sorter Design Project Autonomous Waste Sorter Design Project Ahmet Mavus*, Sinem Gozde Defterli**, Erman Cagan Ozdemir*** * Middle East Technical University, Department of Mechanical Engineering, Ankara, 06531 Turkey (e-mail:

More information

Installation Instructions Azatrax Dual Infrared Model Train Detector MRD2 'Turnout' Edition

Installation Instructions Azatrax Dual Infrared Model Train Detector MRD2 'Turnout' Edition Installation Instructions Azatrax Dual Infrared Model Train Detector MRD2 'Turnout' Edition What it is: The MRD2 'turnout' edition is a two-channel model train detector. It can detect model trains at two

More information

Smart Grid Tables. Exploring the Electrical Infrastructure Grades 9-12

Smart Grid Tables. Exploring the Electrical Infrastructure Grades 9-12 Smart Grid Tables Exploring the Electrical Infrastructure Grades 9-12 Exploration 1 1. There are three power plants represented on the end of the grid table. List them here. Estimate how much (%) of the

More information

Sensor Technology. Summer School: Advanced Microsystems Technologies for Sensor Applications

Sensor Technology. Summer School: Advanced Microsystems Technologies for Sensor Applications Sensor Technology Summer School: Universidade Federal do Rio Grande do Sul (UFRGS) Porto Alegre, Brazil July 12 th 31 st, 2009 1 Outline of the Lecture: Philosophy of Sensing Thermal Sensors Chemical Sensors

More information

ROBOTICS OPERATORS FOR IECEX/ATEX OPERATION

ROBOTICS OPERATORS FOR IECEX/ATEX OPERATION WWW.EXROBOTICS.GLOBAL ROBOTICS OPERATORS FOR IECEX/ATEX OPERATION The Company, ExRobotics ExRobotics is a leading international company specialized in robotic solutions for potentially explosive facilities.

More information