Smart Walker Design. ECE 480 TEAM 4 for The Resource Center for Persons with Disabilities (RCPD)

Size: px
Start display at page:

Download "Smart Walker Design. ECE 480 TEAM 4 for The Resource Center for Persons with Disabilities (RCPD)"

Transcription

1 Smart Walker Design ECE 480 TEAM 4 for The Resource Center for Persons with Disabilities (RCPD) Trevor Dirheimer Jeffrey Hancock Dominic Hill Yakov Kochubievsky Sean Moore Dr. Virginia Ayres - Facilitator Proposal Saturday, February 21st, 2015 Michigan State University 1

2 Table of Contents Executive Summary Sensor Concepts...3 Microcontroller Concepts 4 Feedback Concepts..6 Power Concepts...7 Design Concepts..7 Concepts and Feasibility Matrix of Design...9 Budget 13 Project Management Plan..13 Gantt Chart.14 References..15 2

3 Executive Summary: David is a bright, successful Michigan State University undergraduate student who has both visual and motor impairments. He recently fell down an unfamiliar flight of stairs on campus because he was not able to see the drop off as he approached. He turned this experience into an opportunity to solve this problem. Team Four of ECE 480 will build and design an intelligent sensor and feedback device to attach to David s walker. This device will alert and stop David from pushing and falling with his walker into dangerous drop-offs. The Smart Walker System will consist of four or more sensors with microcontroller integration and a rechargeable power supply. The Smart Walker Design project also involves a humanmachine interface dimension. Team Four will work with David to design experiments to determine the amount of time and distance needed to stop before falling, as well as implement the form of feedback he prefers for being warned of oncoming drop offs. David and others with mobility and/or visual disabilities will benefit from the Smart Walker Design feedback device because it will provide its users increasing confidence, safety and independence. Unexpected drop-offs and/or changes in the terrain pose the biggest hindrance to my independence and accessibility throughout campus and the community. My rehab doctor wondered if a simple "Roomba" knows not to go over an edge, why can't my walker? If there was a device that I could attach to my walker to warn me of changes in the terrain, I would have avoided the previously described accident. Anyone with mobility and/visual disabilities could benefit from such an innovation tremendously, increasing confidence, safety and independence -David Sensor Concepts: Goal: To detect sudden changes in elevation Candidate sensor types: Ultrasonic Sensing: The ultrasonic sensing concept involves sending an ultrasonic wave to a particular destination. The time elapsed between the incident wave and the reflected wave is multiplied by the speed of sound in order to determine the distance to the aforementioned destination. Ultrasonic sensors can have problems accurately determining the distance to a surface at a shallow incoming angle. The PING))) Ultrasonic Distance Sensor (Figure 1) is Team Four s top choice for the sensor option. 3

4 Figure 1 IR Sensing: The IR sensing concept involves triangulation. A pulse of light is emitted and reflected back. When the light returns, it comes back at an angle that is dependent on the distance of the reflecting object. IR sensors don t work accurately outdoors when there is direct or indirect sunlight. IR sensors also work poorly at long distances, although this may not be an issue in the present application. Team Four considered the Sharp Infrared Sensor (Figure 2) as the sensor option. Figure 2 Microcontroller Concepts: Deciding which microcontroller to use is a critical decision. Since the microcontroller will be constantly reading and writing data, it will need to be equipped with sufficient RAM to handle storage of multiple data points. Furthermore, it will also be necessary to have a microcontroller that has built in Analog-to-Digital converters (ADC) for its I/0 channels. The sensors will be sending data through an analog signal; of which, cannot be computed in the Central Processing Unit (CPU) until the signal is converted digitally. Based on the digital data, the microcontroller needs to algorithmically decide when to trigger the feedback system when a sudden drop off of elevation has occurred. Therefore, the 4

5 microcontroller needs to have desired 8KB-16KB of memory for storage. Due to slow speed of the user s movement with his/her walker, the sampling rate is relatively low. Therefore the microcontroller needed doesn't need to run off a high frequency. Low power consumption is another desired feature in the selection of the microcontroller as well. It will be necessary to have the microcontroller be powered by a low current supply and have the capability to execute in a standby mode. Figure 3 Texas Instrument s microcontroller, MSP430G2553 (Figure 3), meets all necessary features. This microcontroller has 16 digital channels that can be set to inputs and outputs. Eight of the 16 channels can also be use as ADC inputs; therefore we can use a maximum of eight sensors in the Smart Walker design. The MSP430G2552 also has sufficient flash memory of 16KB and 512B of RAM for data storage. The chosen microcontroller has 16 registers to reduce instruction execution time, which makes the CPU perform more efficiently and increases its processing speed. The MSP430G2553 doesn t require much power, as it typically draws 330mA during operation. It is also capable of running in five low power modes; therefore allowing the Smart Walker device greater energy efficiency. In addition, the wake up from these low power modes is less than 1ms, which allows the microcontroller to resume functions effectively and in a relatively small amount of time. Texas Instruments offers its own software, Code Composure Studios, which allows for running or stopping programs from execution at any given time. This allows the programmer to check variables and register values after each instruction is executed. Furthermore, Texas Instruments provides excellent documentation for the MSP430G2553 microcontroller. They offer a large, descriptive user manual guide and provide sample codes to get the user started. The versatility of Texas Instrument s software and hardware products are an excellent fit for the Smart Walker device project s needs. 5

6 Feedback Concepts: For the feedback system, Team 4 has chose to use an auditory system. During a meeting with David and team four s sponsors, David deeply expressed how an auditory system would be the best form of feedback to alert him of a sudden drop-off. Team Four s sponsor Stephen Blosser, IT specialist at RCPD, has donated an auditory feedback system that he created years ago. The feedback system will be triggered by the microcontroller and will alarm David with a repeated high frequency tone. The auditory system is powered on by minimum of 5V and starts beeping as soon as power is initiated. The microcontroller will output 5V to the feedback system, when needed, to alert the user of a drop-off. The two figures below (Figure 4,5) are the schematic and PCB layout of Stephen Blosser s auditory feedback design. Figure 4 6

7 Figure 5 Power Supply Concepts: Another key sub-goal is that the end product be ultralow power for long lasting battery life, so the warning system does not lose power during daily use. The micro processing unit will need to constantly take measurements from four sensors throughout most of the day. The MSP430G2553 is the chosen microcontroller unit; its active mode operates at 2.2V and 230μA at 1MHz, according to the data specifications. The operating frequency referenced in the data specifications is far greater than the frequency that will be used for our purposes; however, to accommodate any worst case scenarios this data is sufficient and estimates the power draw from the controller to be approximately 506μW of continuous draw. The microcontroller has built in power save states to conserve battery life. The benefits of using an accelerometer to put the device in standby, while not moving, will be investigated. The sensors currently being investigated will operate at 5Hz and require a 5V source to power them. These will be the bulk of the load the power bank will need to supply with a projected 600mW of continuos draw. The audio feedback circuit utilizes an IC with a boost converter, 7

8 which operates at.8v at 120μA when in use. This would only be about 96μW of draw, which would only last a few seconds and only be a factor when a drop off has been detected. The microcontroller will connect to a single rechargeable power bank. The chosen power bank is an ANKER Astro E5, which is rated at 16000mAh. This will be more than sufficient to power the system for 15 hours and offers approximately 600 lifetime charge cycles. The power bank will be charged via a micro USB port and will be easily removable from the unit housing to allow for overnight charging. Design Concepts: Our leading design concept is to utilize four ultrasonic sensors to detect a sudden drop in elevation along the user s path of travel. The sensors will be mounted to the front, backrest bar of the walker (Figure 6,7). The orientation of these will produce four distinct data points, which will allow for enough references for accurate triggering of the warning system. An audible warning system will be used to alert the user. These sensors will be mounted to the curvature of the mid-bar, with two facing directly forward and one angling in the peripheral direction on both the right and left side. Precise angling of the peripheral sensors is to be determined and will be optimized based on testing trials. All sensors will have the same vertical angle with respect to the surface being previewed. Mounting will be accomplished using screw clamps, which will be designed after further testing has been done. The microcontroller, power supply, sensors and associated connections will be safely contained in a modular bracket, that will act as a universal mount so users are not limited to any one particular walker. Figure 6 8

9 Figure 7 Selection Matrix of Design Concepts: The selection matrix is a system, which allows for evaluations and comparisons of prospective designs to be made. Design criteria will be assigned a level of importance (5 being the highest and 1 being the lowest). The solutions will be assigned a level of strength that corresponds to how well the specific solution meets the specific criteria (9 being the strongest and 1 being the weakest). In order to choose which solution best meets design criteria, each solution strength is multiplied by each respective criteria importance. The product of design criteria and solution strength will be summed in order to give each solution a value. In order to simplify the selection matrix, a system of abbreviations will be used to describe the functioning components of this design. Below is an abbreviation legend that translates component descriptions to a part code, with the format of quantity1: part code1, quantity2: part code2, etc. Abbreviations to Design Solutions Component Description Ultrasonic Sensor Detection System Infrared Sensor Detection System Shop manufactured Aluminum Harness and Housing 3D Printed plastic harness and housing Part Code US IR AL 3D 9 Volt battery 9V mah 5V Battery Pack 16kB 9

10 Table 1 For example: Team Four s design will utilize four ultrasonic sensors along with a TI microcontroller to trigger an audible alarm. This will be powered by an array of eight 9 volt batteries, all of which will be housed in a 3D printed plastic harness, the solution will simply read: (4: US, 8: 9VB, 1: 3D). The engineering criteria that received a rating of most importance was the ability to alert the user at least 4 feet ahead of a drop off because this ensures our user s safety. The battery life received a rating of 4, as running out of power would render this product useless. The ability to work outside, being transferrable to different walkers, durability, and avoidance to sensitivity to different surfaces were all functions that increased the usefulness of this product, but aren t critical to the core functionality. Aesthetics, while important for future marketing purposes, received a rating of 2 because safety is a direct result of the functionality for this product, not aesthetics. Engineering Criteria Importance Solution Strength Possible Solutions: (4: US, 1: 16kB, 1: AL) (4: US, 1: 16kB, 1: 3D) (4:IR, 1: 16kB, 1: AL) (4: IR, 1:16kB, 1: 3D) (4: US, 8: 9VB, 1: AL) Alerts User to a drop off at least 4 away Can be transferred to different walkers Can last for at least one day on full battery Can be used outside Functions with different ground surfaces Can withstand moderate impact Aesthetic Appeal Selected Solution: (4: US, 1: 16kB, 1: AL) Totals Table 2 The Smart Walker design will utilize four ultrasonic sensors along with a TI microcontroller to trigger an audible alarm. This will be power by mAh-battery pack. This entire arrangement will be housed in a shop manufactured aluminum harness. 10

11 Risk Analysis: The primary points of concern stem from the diverse environments that the system will need to perform. In addition to this, limitations of the sensors and their position must be considered. The Smart Walker is only limited by where the user will take it; therefore the goal is not to limit a user s mobility, but enhance it. The design will need to work inside and outside under any conditions that may arise from terrain and weather. For instance, there will be a variety of surface characteristics, such as reflectivity and softness that will need to be measured. The sensors rely on receiving an echo from an initial trigger and soft enough surfaces may dampen or completely absorb the trigger resulting in a false warning of a dropoff being sent to the user. The system will need to be weather resistant, as it will encounter sun, rain, and snow for any unknown periods of time throughout its lifespan. Along with weather concerns the system may encounter kinetic shock from being bumped against everyday obstacles or dropped while transferring the system from one walker to another. These possibilities can t adversely affect the system s operation. It s also expected that the device not run out of power during operation. The power source must reliably be able to support the average expected load of approximately 600 mw, for at least 15 hours. Constraints of the sensors and their position must be considered as well. Shown in Figure 8 below, a larger distance (D) is desired because it would provide an earlier hazard detection time (The user will be alerted to an elevation change 5 seconds ahead of time as opposed to 2 seconds). The sensing distance (D) is limited by the height (H), at which the sensor is mounted. Because height H is fixed to the crossbar of the walker, an increase in distance (D) would cause a decrease in angle (A). Both sensors have a transmitter to send out the incident wave and a receiver to detect the reflected wave. A lower angle (A) would greatly diminish the power of the reflected wave. This pitfall is common to both ultrasonic and infrared sensors. The PING))) ultrasonic sensor has a limit of a 45 incoming wave angle. The Sharp IR sensor also suffers from the same limitation. Therefore, a higher quality receiver is required to detect the reflected wave earlier. Please note that IR sensors are highly accurate, given lighting conditions are not too harsh. These sensors can see washed out responses if the user travels outdoors on a bright day as opposed to the high level of performance they see indoors. 11

12 Figure 8 FAST Diagram: Figure 9 12

13 Budget: Figure 10 Project Management: The Gantt chart below (Figure 11) includes the schedule of tasks and the personnel that will have a primary focus in completing them. This will provide Team Four with organization and understanding of when deadlines are. Success will be measured by Team Four s ability to stay on schedule and continue to meet goals. Through RCPD, Team Four has great resources in Susan Langendonk and Stephen Blosser. Susan has worked with David for the past couple of years and will provide valuable information specific to David s disabilities. In addition to this, Stephen Blosser is a mechanical engineer and will provide his machine shop to aid in creating the brackets and mounts for the sensors, circuitry and power supply. Along with each team member s administrative position, each team member will have a technical role to balance the workload. 13

14 Gantt Chart: Figure 11 14

15 References: PING))) Sensor: Ping Data Sheet Sharp IR Sensor: Sick Sensor: Data Sheet Sensor Reference Power Bank: EWVXLJ&tag=ianker- 20&linkCode=as2&camp=217145&creative=399373&creativeASIN=B00RVDJF82 15

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

Senior Design Project Pre-Proposal Michigan State University College of Engineering. Dispenser Cup Content Detection

Senior Design Project Pre-Proposal Michigan State University College of Engineering. Dispenser Cup Content Detection Senior Design Project Pre-Proposal Michigan State University College of Engineering Dispenser Cup Content Detection Design Team 8: Gao Xin Daniel Sun Connor Grossman Hongyi Shen Daniel Gomez Sponsor: Whirlpool

More information

Smart Personal Security Alert Walking Stick For Visually Challenged People

Smart Personal Security Alert Walking Stick For Visually Challenged People Smart Personal Security Alert Walking Stick For Visually Challenged People Punitha.V Revathi.S Sathiya Priya.B.M Department of Information Technology, Adhiyamaan College of Engineering, Hosur, Tamilnadu,

More information

Break-in Detector and Alarm System

Break-in Detector and Alarm System EE 318, Electronic Design Lab report, EE Dept, March 2007 Break-in Detector and Alarm System Group No. : B3 Abhijit Gupta(04007004) Chirag Singla(04007005)

More information

Group A Carlos Castro, Courtnie Coleman, Lucas Plager, Patrick Schexnayder

Group A Carlos Castro, Courtnie Coleman, Lucas Plager, Patrick Schexnayder Group A Carlos Castro, Courtnie Coleman, Lucas Plager, Patrick Schexnayder Motivation While technology is evolving at a rapid pace, the fire alarm has not seen any innovation. The smoke and fire alarm

More information

Consultant Specification AGILE Wireless Fire Detection System

Consultant Specification AGILE Wireless Fire Detection System Contents Scope of Work... 2 The EN54 Part 2 & 4 Fire System... 2 Standards... 2 Wireless Intelligent Photoelectric Smoke Detector Specification... 4 Wireless Intelligent Thermal Heat Detector Specification...

More information

Control Panel. 1.0 GENERAL SCOPE OF WORK Introduction... 2

Control Panel. 1.0 GENERAL SCOPE OF WORK Introduction... 2 Architectural & Engineering Specifications Control Panel 1.0 GENERAL... 2 1.1 SCOPE OF WORK... 2 1.1.1 Introduction... 2 1.2 GENERAL CONDITIONS... 2 1.2.1 After-Sales Support... 2 1.2.2 Quality assurance...

More information

A Novel Approach to Garbage Management Using Internet of Things for Smart Cities

A Novel Approach to Garbage Management Using Internet of Things for Smart Cities e-issn 2455 1392 Volume 2 Issue 5, May 2016 pp. 348 353 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com A Novel Approach to Garbage Management Using Internet of Things for Smart Cities Kasliwal

More information

Open Source Home Security System

Open Source Home Security System Open Source Home Security System Final Report ECE 410: Senior Project By: Allen Chu March 28, 2012 Project Advisor: Dr. John Ventura, PE Table of Contents Title 1 Table of Contents 2 1. Abstract 3 2. Customer

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

Derek Otermat and Jason Taylor Mechanos Labs Final Report

Derek Otermat and Jason Taylor Mechanos Labs Final Report Buddii Derek Otermat and Jason Taylor Mechanos Labs Final Report Buddii is an autonomous parental assistant and security device. Buddii will have the capability to provide live video and audio feed to

More information

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

Sensing the World. When you have finished this lecture you should be able to: Free Course: How to build a real robot Lecture 3 Sensing the World MUSES_SECRET: L3, Adding the Brain: ORF-RE 2011-2012 Project - Dr. Alaa PAMI Khamis, Research IEEE Group RAS University Egypt Chapter

More information

Firefighting Robot. I. Introduction

Firefighting Robot. I. Introduction Firefighting Robot Mustafa Hamza Abd-Elhamed Khalid 1 and Dr. Eltaher Mohamed Hussein 2 1 Control Engineering, Alneelain University, mustafa099935@gmail.com 2 College of Engineering, Sudan University of

More information

PERS-3600 PERSONAL EMERGENCY REPORTING SYSTEM INSTALLATION & OPERATION INSTRUCTIONS

PERS-3600 PERSONAL EMERGENCY REPORTING SYSTEM INSTALLATION & OPERATION INSTRUCTIONS PERS-600 PERSONAL EMERGENCY REPORTING SYSTEM BY BY INSTALLATION & OPERATION INSTRUCTIONS (760) 8-7000 USA & Canada (800) -587 & (800) 9-0 Toll Free FAX (800) 68-0 www.linearcorp.com CONTENTS CONTROL AREA

More information

A1UL PERS. Personal Emergency Response System. For Technical Support Please Contact Your Service Provider Or Distributor

A1UL PERS. Personal Emergency Response System. For Technical Support Please Contact Your Service Provider Or Distributor A1UL PERS Personal Emergency Response System TABLE OF CONTENTS 1. READ THIS FIRST... 1 2. SYSTEM OVERVIEW.. 1 3. COMPONENTS 2 4. UNIT OPERATION! Standby Mode.. 3! Emergency Activation. 3! Answering Incoming

More information

Preliminary Design Report with Diagrams

Preliminary Design Report with Diagrams Medication Alarm Intuitive Dispenser - M.A.I.D Elderly Assistive System Preliminary Design Report with Diagrams EEL4924C - Electrical Engineering Design 2 27 January 2011 Members: Steven Sengberg & Christopher

More information

Smart Wireless Sensor

Smart Wireless Sensor Smart Wireless Sensor G7 G7 creates the IoT platform of sensor data exchange and integration 64 wireless sensors each station * temperature, humidity, analog sensors, or digital alarm Windows / ios / Android

More information

DATA SHEET CHEETAH XI 50 INTELLIGENT SUPPRESSION CONTROL SYSTEM DESCRIPTION APPROVALS: SYSTEM OPERATION. Form No. D

DATA SHEET CHEETAH XI 50 INTELLIGENT SUPPRESSION CONTROL SYSTEM DESCRIPTION APPROVALS: SYSTEM OPERATION. Form No. D DATA SHEET CHEETAH XI 50 INTELLIGENT SUPPRESSION CONTROL SYSTEM DESCRIPTION Fike s Cheetah Xi 50 (P/N 10-071) is a state-of-the-art true intelligent digital peer-to-peer modular suppression control system.

More information

MANUAL SPEED SENSOR MSPEED

MANUAL SPEED SENSOR MSPEED MANUAL SPEED SENSOR MSPEED 1. INTRODUCTION... 2 2. DESCRIPTION... 2 3. CONNECTING MSPEED... 2 3.1 CONNECTING MSPEED TO THE JETI BOX... 3 3.1 CONNECTING MSPEED TO THE DUPLEX RECEIVER... 3 3.2 CONNECTING

More information

IOT Based Intelligent Bin for Smart Cities

IOT Based Intelligent Bin for Smart Cities IOT Based Intelligent Bin for Smart Cities Meghana K C Department of Electronics & Communication Engineering S. J. B Institute of Technology Bengaluru, India kccmmeghana@gmail.com Dr. K R Nataraj Department

More information

Security Escort. boschsecurity.com. Reliable wireless location solutions

Security Escort. boschsecurity.com. Reliable wireless location solutions Security Escort boschsecurity.com Reliable wireless location solutions Security Escort Overview What is Security Escort? Security Escort is a wireless help-call system that allows you to locate people

More information

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

SAVE: Self-organizing Air VEnt System

SAVE: Self-organizing Air VEnt System SAVE: Self-organizing Air VEnt System 1. Boise State University. 2. Principal Investigator (PI): Gang-Ryung Uh 3. This draft is original and was not submitted to any prior HERC RFPs 4. Executive Summary:

More information

Android Operated Intelligent Fire Extinguishing Vehicle

Android Operated Intelligent Fire Extinguishing Vehicle Android Operated Intelligent Fire Extinguishing Vehicle Manish Kumar Jain, Manoj Kumar Ramawat, and Neha Khandelwal Poornima College of Engineering Abstract We design the fire discovery system using four

More information

Group 2: AutoBott. David Rooney, C.P.E. Steven Lo, C.P.E. Eric Velazquez, E.E. Antonio Orosa, E.E.

Group 2: AutoBott. David Rooney, C.P.E. Steven Lo, C.P.E. Eric Velazquez, E.E. Antonio Orosa, E.E. Group 2: AutoBott David Rooney, C.P.E. Steven Lo, C.P.E. Eric Velazquez, E.E. Antonio Orosa, E.E. Motivation It is common for people to grow their own crops at home, either as a hobby, or to grow and eat

More information

Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM

Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM Naresh Kumar 1,Poonam Kumari 2 1 M.Tech(Instrumentation), UCIM, Panjab University, Chandigarh, India 2 Assistant Professor,

More information

XYZ XYZ XYZ XYZ XYZ XYZ. Energy Utility Based billing for Individual Tenants. Comprehensive Base Station Monitoring. Diesel Generator Monitoring

XYZ XYZ XYZ XYZ XYZ XYZ. Energy Utility Based billing for Individual Tenants. Comprehensive Base Station Monitoring. Diesel Generator Monitoring Advanced Tower Monitoring Power Equipment Status Battery Health Fuel Level Energy Consumption Energy Utility Based billing for Individual Tenants Comprehensive Base Station Monitoring Diesel Generator

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

IN A BOX. User Manual YOUR HOME SECURITY SYSTEM. curv360.co.uk. Support APP remote arm/disarm, parameter settings and accessories management

IN A BOX. User Manual YOUR HOME SECURITY SYSTEM. curv360.co.uk. Support APP remote arm/disarm, parameter settings and accessories management YOUR HOME SECURITY SYSTEM IN A BOX 2.4-inch TFT colour display screen Support multi-language GSM network time automatically GPRS real-time networking online WIFI / GSM / 3G / GPRS networking alarm Support

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

Alarm Tone Generator Model AG17

Alarm Tone Generator Model AG17 Alarm Tone Generator Installation & Operation P005089 Rev. C 150930 9/30/2015 12:25 PM Ph: 403.258.3100 \ email:info@guardiantelecom.com \ www.guardiantelecom.com Table of Contents Package Contents...

More information

Smart Wireless Sensor

Smart Wireless Sensor Smart Wireless Sensor G7 G7 creates the IoT platform of sensor data exchange and integration 64 wireless sensors each station * temperature, humidity, analog sensors, or digital alarm Windows / ios / Android

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

Intelligent monitoring system for automobiles

Intelligent monitoring system for automobiles RESEARCH ARTICLE OPEN ACCESS Intelligent monitoring system for automobiles M.PADMA LALITHA 1, M.MUNI KUMAR 2, K.NAGENDRA BABU 3, K.RAVI TEJA 4 Dept. of Electrical and Electronics Engineering, Annamacharya

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

FAAST. Fire Alarm Aspirating Sensing Technology

FAAST. Fire Alarm Aspirating Sensing Technology FAAST Fire Alarm Aspirating Sensing Technology The FAAST range FAAST 8100e FAAST LT PipeIQ Next Generation Aspiration Detection Detection for Challenging Environments 3 in 1 Design, Confi guration and

More information

DATA SHEET CYBERCAT 254 INTELLIGENT FIRE ALARM CONTROL SYSTEM DESCRIPTION APPROVALS: SYSTEM OPERATION. Form No. D

DATA SHEET CYBERCAT 254 INTELLIGENT FIRE ALARM CONTROL SYSTEM DESCRIPTION APPROVALS: SYSTEM OPERATION. Form No. D DATA SHEET CYBERCAT 254 INTELLIGENT FIRE ALARM CONTROL SYSTEM DESCRIPTION Fike s CyberCat 254 (P/N 10-066) is a state-of-the-art true intelligent digital peer-to-peer modular fire alarm control system.

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

Operation Manual. ler. Controller

Operation Manual. ler. Controller Operation Manual ler SMS Air Conditioner Remote Control Controller Model No.: SR-001 Please read these instructions before operating your product and retain them for future reference. The images shown

More information

Architectural and Engineering Specification for a. Flash / Flare

Architectural and Engineering Specification for a. Flash / Flare Architectural and Engineering Specification for a Flash / Flare June 27, 2014 Page 1 of 12 T1DA0115-001 Rev D This document is intended to provide performance specifications and operational requirements

More information

Control/Communicator

Control/Communicator Architectural & Engineering Specifications Control/Communicator 1.0 GENERAL... 2 1.1 SCOPE OF WORK... 2 1.1.1 Introduction... 2 1.2 GENERAL CONDITIONS... 2 1.2.1 After-Sales Support... 2 1.2.2 Quality

More information

REFRIGERANT LEAK DETECTOR

REFRIGERANT LEAK DETECTOR REFRIGERANT LEAK DETECTOR LS790B OWNER S MANUAL U.S. PATENT 4,609,875, 5,264,833AND 5,371,467 GENERAL SPECIFICATIONS The LS790B is a perfect combination of advanced microprocessor driven circuitry and

More information

M O T I O N DETECTORS. The Paradox series of motion detectors. combines advanced features and patented. technologies to provide a high level of

M O T I O N DETECTORS. The Paradox series of motion detectors. combines advanced features and patented. technologies to provide a high level of M O T I O N DETECTORS The Paradox series of motion detectors combines advanced features and patented technologies to provide a high level of detection and false alarm prevention. Whatever the application,

More information

International Journal of Advanced in Management, Technology and Engineering Sciences

International Journal of Advanced in Management, Technology and Engineering Sciences Smart Baton *S.Vimala 1, Sreeja Vijay 2, Madhavagiri Srinivasa Vishnu Teja 3, Kanikireddy Venkata Pavankumar Reddy 4 1 Associate Professor, Prathyusha Engineering College, Thiruvallur 2 Assistant Professor,

More information

AN10943 Decoding DTMF tones using M3 DSP library FFT function

AN10943 Decoding DTMF tones using M3 DSP library FFT function Rev. 1 17 June 2010 Application note Document information Info Content Keywords M3, LPC1300, LPC1700, DSP, DFT, FFT, DTMF Abstract This application note and associated source code example demonstrates

More information

"Pegaso" wireless alarm system

Pegaso wireless alarm system "Pegaso" wireless alarm system Summary Page 1.0. Description... 2 2.0. Installation... 3 3.0. Connections to mains power... 4 4.0. Low battery signalling... 4 5.0. Service key... 5 6.0. Selection of functions...

More information

Digiplex LED Keypads User s Manual

Digiplex LED Keypads User s Manual KLEDEU03.fm Page -1 Friday, May 4, 2001 11:25 AM Digiplex LED Keypads User s Manual KLEDEU03.fm Page 0 Friday, May 4, 2001 11:25 AM KLEDEU03.fm Page 1 Friday, May 4, 2001 11:25 AM TABLE OF CONTENTS 1.0

More information

FAAST. Fire Alarm Aspirating Sensing Technology

FAAST. Fire Alarm Aspirating Sensing Technology FAAST Fire Alarm Aspirating Sensing Technology The FAAST range FAAST 8100e FAAST LT PipeIQ Next Generation Aspiration Detection Detection for Challenging Environments 3 in 1 Design, Configuration and Monitoring

More information

ClampOn DSP Corrosion- Erosion Monitor

ClampOn DSP Corrosion- Erosion Monitor ULTRASONIC INTELLIGENT SENSORS ClampOn DSP Corrosion- Erosion Monitor DIGITAL SIGNAL PROCESSING ULTRASONIC INTELLIGENT SENSORS ClampOn DSP Corrosion-Erosion Monitor The patented ClampOn DSP Corrosion-Erosion

More information

intelligent fire alarm ID60series panels

intelligent fire alarm ID60series panels intelligent fire alarm ID60series panels features LPCB approved to EN54 Parts 2 and 4 One loop capacity (99 sensors and 99 modules) 16 fire zones, 16 non fire zones Supports advanced detection such as

More information

Section PERIMETER SECURITY SYSTEMS

Section PERIMETER SECURITY SYSTEMS Section 28 16 43 PERIMETER SECURITY SYSTEMS PART 1 GENERAL 1.1 SUMMARY A. Provide and install a perimeter security system as herein specified for the purpose of detecting entry into a designated security

More information

SYSTEMS GROUP. May Zilog and EE-SGI Present. epir TM. The Next Generation of PIR Motion Detector Technology. (Over View)

SYSTEMS GROUP. May Zilog and EE-SGI Present. epir TM. The Next Generation of PIR Motion Detector Technology. (Over View) May 2008 Zilog and EE-SGI Present epir TM The Next Generation of PIR Motion Detector Technology (Over View) 1 The epir TM Statement epir TM is a revolutionary technology used for passive infrared (PIR)

More information

Instruction manual MTL process alarm equipment. October 2016 CSM 725B rev 2 MTL RTK 725B. Configuration Software Manual

Instruction manual MTL process alarm equipment. October 2016 CSM 725B rev 2 MTL RTK 725B. Configuration Software Manual Instruction manual MTL process alarm equipment October 2016 CSM 725B rev 2 MTL RTK 725B Configuration Software Manual SECTION 1 - INTRODUCTION... 5 Basic Requirements... 5 SECTION 2 - SOFTWARE INSTALLATION...

More information

HOBO U30 Remote Monitoring Systems

HOBO U30 Remote Monitoring Systems onset HOBO U30 Remote Monitoring Systems Web-based environmental monitoring All electronics housed within a research-grade, tamperproof enclosure Setup is quick and easy with plug-and-play sensors GSM

More information

Autonomous Firefighting Drone Final Report

Autonomous Firefighting Drone Final Report ECE 4901 Senior Design Fall 2017 Autonomous Firefighting Drone Final Report Team 1801 Members: Hahyeong Kim (EE) Krishnan Sureshkumar (CMPE/EE) Xinkang Chen (CMPE) Malcom Lopez (EE) Sponsor: Sikorsky jason.thibodeau@lmco.com

More information

EA-430 USER MANUAL. Version

EA-430 USER MANUAL. Version EA-430 USER MANUAL Version 2014.03.27 I. Product introduction The EA-430 driver fatigue alarm system is the most advanced noncontact method to capture infrared images of people s eyes and the PERCLOS algorithms

More information

MOBILE CALL GSM Alarm System User s Manual

MOBILE CALL GSM Alarm System User s Manual MOBILE CALL GSM Alarm System User s Manual Profile For a better understanding of this product, please read this user manual thoroughly before using it. Contents Function Introduction (3) Alarm Host Diagram

More information

CHEETAH XI INTELLIGENT SUPPRESSION CONTROL SYSTEM

CHEETAH XI INTELLIGENT SUPPRESSION CONTROL SYSTEM CHEETAH XI INTELLIGENT SUPPRESSION CONTROL SYSTEM DESCRIPTION Fike s Cheetah Xi (P/N 10-068) is a state-of-the-art true intelligent digital peer-topeer modular suppression control system. It is ideal for

More information

4L & PRO PROVIDER MATERIALS

4L & PRO PROVIDER MATERIALS & PRO PROVIDER MATERIALS 123-183 Rev B October 2015 In-Service Training Guide FOR USE WITH MODELS XYC100B-PRO & XYC100B-P Providers should use this document as a guide when providing an in-service to patients

More information

Multi Security System

Multi Security System Page 1 TRIBHUVAN UNIVERSITY INSTITUTE OF ENGINEERING Pulchowk Campus A Project Report on Multi Security System Submitted to LOCUS 2014 Team Submitted By Manish Munikar 070-BCT-520 Kritish Pahi 070-BCT-517

More information

USER MANUAL QSDL503AD Intelligent Auto-Dial Alarm System

USER MANUAL QSDL503AD Intelligent Auto-Dial Alarm System USER MANUAL QSDL503AD Intelligent Auto-Dial Alarm System Rev 10.28.2009 TABLE OF CONTENTS Section 1: USAGE... 1 Section 2: FEATURES... 1 Section 3: PACKAGE CONTENTS... 1 Section 4: SYSTEM INSTALLATION...

More information

Frequently asked questions: Intelligent Transmitter Series

Frequently asked questions: Intelligent Transmitter Series Frequently asked questions: Intelligent Transmitter Series The Wilcoxon family of Intelligent Transmitters, relay alarms, and communication modules can be used to implement low-cost online vibration monitoring

More information

1117RX Series - 8 & 16 Zone Wireless 868MHz Radio Duress/Panic Alarm System For Bank Santander Branches

1117RX Series - 8 & 16 Zone Wireless 868MHz Radio Duress/Panic Alarm System For Bank Santander Branches 1117/1150 8 & 16 zone Santander instructions - Nov 2013 1117RX Series - 8 & 16 Zone Wireless 868MHz Radio Duress/Panic Alarm System For Bank Santander Branches Installation & User Manual 1117RX System

More information

S3F8S28. Smoke Detector. Revision 0.00 February Samsung Electronics Co., Ltd. All rights reserved.

S3F8S28. Smoke Detector. Revision 0.00 February Samsung Electronics Co., Ltd. All rights reserved. S3F8S28 Smoke Detector Revision 0.00 February 2011 Application Note 2011 Samsung Electronics Co., Ltd. All rights reserved. Important Notice The information in this publication has been carefully checked

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

T.E.R.E.S.A. (T.E.R.E.S.A. Tyrannous Effeminate Rambling Esoteric Sybaritic Arthopod) the Six-Legged Robopuppy SENSOR REPORT. Blake C.

T.E.R.E.S.A. (T.E.R.E.S.A. Tyrannous Effeminate Rambling Esoteric Sybaritic Arthopod) the Six-Legged Robopuppy SENSOR REPORT. Blake C. University of Florida Department of Electrical and Computer Engineering EEL 5666 - Summer 2005 Intelligent Machines Design Laboratory Instructor: A. Arroyo, E. M. Schwartz TAs: William Dubel, Steven Pickles

More information

AlertWave Smart Wireless Solutions for Today s Campus Whether you are a large university

AlertWave Smart Wireless Solutions for Today s Campus Whether you are a large university Introduction AlertWave Smart Wireless Solutions for Today s Campus Whether you are a large university seeking a comprehensive packaged solution or a community college looking for a detailed solution on

More information

Clofield Limited. Product Data Sheets. Paging System. Care Call. Preventative monitoring for homecare... Wireless alerting system for Carers

Clofield Limited. Product Data Sheets. Paging System. Care Call. Preventative monitoring for homecare... Wireless alerting system for Carers Preventative monitoring for homecare... Wireless alerting system for Carers Care TM Call Clofield Limited Care Call Paging System Product s Pager CCP3A-2217-EU Care Call Pager Unit Lightweight & discreet,

More information

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING Int. J. Engg. Res. & Sci. & Tech. 2014 Mohammed Tabrez Ud Doula and G Kalaimagal, 2014 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 3, No. 2, May 2014 2014 IJERST. All Rights Reserved ENACTMENT OF

More information

Photoelectric Beam Detector

Photoelectric Beam Detector Photoelectric Beam Detector ANTI-CRAWL HIGH SECURITY PHOTOBEAM Model: vg-2t30, vg-2t60, vg-2t100 Built-in Rechargeable Lithium-ion Battery Anti-Interference IP65 Weatherproof Environment Adaptive Fully-Sealed

More information

Design and Development of General Purpose Alarm Generator for Automated System

Design and Development of General Purpose Alarm Generator for Automated System Design and Development of General Purpose Alarm Generator for Automated System Amit Pandey 1 1 CSIR-Central Scientific Instruments Organisation India Abstract: This paper presents a model for general purpose

More information

Operating instructions

Operating instructions MA00929301 09/2015 Operating instructions ED10429002 ESYLUX GmbH An der Strusbek 40 22926 Ahrensburg Germany info@esylux.com www.esylux.com 1 Table of contents 1 Using the manual 8 2 Safety instructions

More information

A FIRST RESPONDERS GUIDE TO PURCHASING RADIATION PAGERS

A FIRST RESPONDERS GUIDE TO PURCHASING RADIATION PAGERS EML-624 A FIRST RESPONDERS GUIDE TO PURCHASING RADIATION PAGERS FOR HOMELAND SECURITY PURPOSES Paul Bailey Environmental Measurements Laboratory U.S. Department of Homeland Security 201 Varick Street,

More information

The design of the human body infrared thermometer

The design of the human body infrared thermometer The design of the human body infrared thermometer Chenjie Zhang Changchun University of Science and Technology, Changchun 130022, China Abstract In order to overcome the main shortcoming of the traditional

More information

Project Number: P15441

Project Number: P15441 Multidisciplinary Senior Design Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P15441 MINI-AIR: PERSONAL COOLING DEVICE Alexander Cornell

More information

GSM RFID VOICE Alarm System

GSM RFID VOICE Alarm System GSM RFID VOICE Alarm System User s Manual For a better understanding of this product, please read this user manual thoroughly before using it. CONTENTS [Function Instruction] [Control Panel] Control Panel

More information

901-M / 901-ML. Pulse Oximetry System. Technical Information and Service Manual

901-M / 901-ML. Pulse Oximetry System. Technical Information and Service Manual 901-M / 901-ML Pulse Oximetry System Technical Information and Service Manual CONTENTS 1. PRELIMINARY REMARK...... 4 2. FUNCTION DESCRIPTION......... 5 2.1. INTENDED USE...5 2.2. CONTRAINDICATION...5 2.3.

More information

1, 2, 3,

1, 2, 3, IMPLEMENTATION OF COLLISION AVOIDANCE SYSTEM FOR HAIRPIN BENDS IN GHATS USING PROXIMITY SENSORS Chitransh Srivastava 1, Nikhil Acharya 2, Fervez Jaffer B.M. 3, Sachin Bhat 4 1 Manipal University, 2 Visvesvaraya

More information

The New Standard In Safety

The New Standard In Safety Sold by: http://www.twacomm.com Toll Free: (877) 389-0000 The New Standard In Safety GAI-TRONICS A Hubbell Company GAI-Tronics, a Hubbell Company, has been a leading manufacturer in the emergency communications

More information

Design of Microwave Anti-theft Alarm Based on Microcontroller

Design of Microwave Anti-theft Alarm Based on Microcontroller Design of Microwave Anti-theft Alarm Based on Microcontroller Hanhong Tan Guangdong University of Science & Technology,Dongguan,523083, China Abstract At present, most households use safety gates and install

More information

Vocia VACIE. Reference Guide

Vocia VACIE. Reference Guide Vocia VACIE Reference Guide Document Revision 1.2.3, August 2015 Biamp Systems 9300 SW Gemini Drive Beaverton, Oregon 97008, U.S.A. (503) 641-7287 www.biamp.com INTRODUCTION... 3 SECTION 1... 4 VACIE CONFIGURATION...

More information

VACIE REFERENCE GUIDE REVISION 1.2.6

VACIE REFERENCE GUIDE REVISION 1.2.6 VACIE REFERENCE GUIDE REVISION 1.2.6 November 2016 INTRODUCTION... 3 SECTION 1... 4 VACIE CONFIGURATION... 4 Communications... 4 Vocia VACIE Devices... 4 Vocia Support devices:... 5 Power Supply and Network

More information

Preface Concerning Gunshot Detection Technology

Preface Concerning Gunshot Detection Technology 1 Preface Concerning Gunshot Detection Technology Firearm violence is a daily occurrence in the United States. With the proliferation of firearms, firearm violence will not dwindle anytime soon. Even more

More information

Title Page. Report Title: Downhole Power Generation and Wireless Communications. for Intelligent Completions Applications

Title Page. Report Title: Downhole Power Generation and Wireless Communications. for Intelligent Completions Applications Title Page Report Title: Downhole Power Generation and Wireless Communications for Intelligent Completions Applications Type of Report: Quarterly Progress Report Project Report Period: Start Date April

More information

High Intensity LED Strobe Light - 10 Watt - 10~30 Volts DC - Permanent Mount - 14 Strobe Patterns

High Intensity LED Strobe Light - 10 Watt - 10~30 Volts DC - Permanent Mount - 14 Strobe Patterns High Intensity LED Strobe Light - 10 Watt - 10~30 Volts DC - Permanent Mount - 14 Strobe Patterns Part #: LEDSL-10W Page: 1 The Larson Electronics LEDSL-10W is a powerful strobing LED beacon that offers

More information

Construction of Wireless Fire Alarm System Based on ZigBee Technology

Construction of Wireless Fire Alarm System Based on ZigBee Technology Available online at www.sciencedirect.com Procedia Engineering 11 (2011) 308 313 The 5 th Conference on Performance-based Fire and Fire Protection Engineering Construction of Wireless Fire Alarm System

More information

"Pegaso" wireless alarm system D.I.Y. wireless kit

Pegaso wireless alarm system D.I.Y. wireless kit "Pegaso" wireless alarm system D.I.Y. wireless kit Summary Page 1.0. Description... 2 2.0. Installation... 3 3.0. Connections to mains power... 3 4.0. Low battery signalling... 4 5.0. Service key... 4

More information

DENVER PUBLIC SCHOOLS DESIGN AND CONSTRUCTION STANDARDS This Standard is for guidance only. SECTION IBAS LIGHTING CONTROL

DENVER PUBLIC SCHOOLS DESIGN AND CONSTRUCTION STANDARDS This Standard is for guidance only. SECTION IBAS LIGHTING CONTROL PART 0 A/E INSTRUCTIONS 0.01 DESIGN REQUIREMENTS A. Minimum lighting control (base scope of work) shall include all corridors. The lighting in all the corridors shall be turned on (if not already on) if

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

USER MANUAL QSDL506W Wireless Alarm System

USER MANUAL QSDL506W Wireless Alarm System USER MANUAL QSDL506W Wireless Alarm System Rev 12.21.2009 TABLE OF CONTENTS Section 1: USAGE... 1 Section 2: FEATURES... 1 Section 3: PACKAGE CONTENTS... 1 Section 4: SYSTEM INSTALLATION... 1 4.1: Main

More information

Congratulations on your Alert- it purchase

Congratulations on your Alert- it purchase Congratulations on your Alert- it purchase Your product has been manufactured by a team of industry experts with more than 20 years of experience designing, manufacturing and distributing care alarms.

More information

G34 AU1B (External Ultrasonic Sensor) Version 3

G34 AU1B (External Ultrasonic Sensor) Version 3 Car Alarm Series 3 B 4 Buttons G34 AU1B (External Ultrasonic Sensor) Version 3 24 CAR ALARM GENIUS Series 3B 4 Buttons G34 AU1B (External Ultrasonic Sensor) Module controlled using Micro-Processor 2 Transmitters

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

Continuous, real-time detection, alarming and analysis of partial discharge events

Continuous, real-time detection, alarming and analysis of partial discharge events DMS PDMG-R Partial discharge monitor for EHV GIS Continuous, real-time detection, alarming and analysis of partial discharge events Automatic PD fault classification Robust design allows for reliable operation

More information

Microcontroller based design for Tele-sensing and extinguishing fire

Microcontroller based design for Tele-sensing and extinguishing fire Microcontroller based design for Tele-sensing and extinguishing fire Hany abdelhady Almedhegi 1, Ameen babekr abdelnaby 2, Abdelrasoul Jabar Alzubaidi 3 1 Sudan Academy of Sciences (SAS); Council of Engineering

More information

International Journal Of Advanced Research In Engineering Technology & Sciences

International Journal Of Advanced Research In Engineering Technology & Sciences International Journal Of Advanced Research In Engineering Technology & Sciences Email: editor@ijarets.org March- 2015 Volume 2, Issue-3 www.ijarets.org Microcontroller Based Smart ROBO Using GSM Mohd Ozer,

More information

Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping. Touch Panel PPI

Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping. Touch Panel PPI HumiTherm Ultra Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping Mapping Unit Micro PLC Control Unit Touch Panel Touch Operation Panel PPI HumiTherm Ultra GSM Module

More information

E-16 Main Engine Remote Control System

E-16 Main Engine Remote Control System Guideline No.E-16 (201510) E-16 Main Engine Remote Control System Issued date: 20 October, 2015 China Classification Society Foreword This Guide is a part of CCS Rules, which contains technical requirements,

More information

MEAS PICTAIL PLUS FOR MICROCHIP EXPLORER 16

MEAS PICTAIL PLUS FOR MICROCHIP EXPLORER 16 FOR MICROCHIP EXPLORER 16 SENSOR SOLUTIONS /// MEAS PICTAIL PLUS 08/2016 Page 1 Microchip Explorer 16 Board Setup PIM used for the sample code is PIC24FJ128GA010. SENSOR SOLUTIONS /// MEAS PICTAIL PLUS

More information

Beacon 200 Gas Monitor Operator s Manual. Part Number: RK Released: 6/6/08

Beacon 200 Gas Monitor Operator s Manual. Part Number: RK Released: 6/6/08 Beacon 200 Gas Monitor Operator s Manual Part Number: 71-2102RK Released: 6/6/08 Table of Contents Chapter 1: Introduction.................................................3 Overview.............................................................3

More information