AC : AUDITORY, VISUAL AND TACTILE STIMULI SYSTEM? A SENIOR DESIGN PROJECT

Size: px
Start display at page:

Download "AC : AUDITORY, VISUAL AND TACTILE STIMULI SYSTEM? A SENIOR DESIGN PROJECT"

Transcription

1 AC : AUDITORY, VISUAL AND TACTILE STIMULI SYSTEM? A SENIOR DESIGN PROJECT Chandra Sekhar, Purdue University-Calumet CHANDRA R. SEKHAR is a member of the faculty of the Electrical and Computer Engineering Technology at Purdue University Calumet. Professor Sekhar earned a Bachelor s Degree in Chemistry from the University of Madras (India), a Diploma in Instrumentation from Madras Institute of Technology and Master s Degree in Electrical Engineering from University of Pennsylvania. Professor Sekhar s primary teaching and research focus is in the areas of Biomedical and Process Control Instrumentation and Clinical Engineering. Omer Farook, Purdue University-Calumet OMER FAROOK is a member of the faculty of the Electrical and Computer Engineering Technology Department at Purdue University Calumet. Professor Farook received the Diploma of Licentiate in Mechanical Engineering and BSME in 1970and 1972 respectively. He further received BSEE and MSEE in 1978 and 1983 respectively from Illinois Institute of Technology. Professor Farook s current interests are in the areas of Embedded System Design, Hardware Software Interfacing, Digital Communication, Networking, C++ and Java Languages Scott Reimer, Purdue University Calumet SCOTT REIMER graduated with a B.S. degree in EET in fall 2005, and is currently working as a management trainee at US steel. Ilija KaramacoskiI, Purdue University Calumet ILIJA KARAMACOSKI graduated with a B.S. degree in EET in fall 2005 and is currently working as an engineer for CS industry. American Society for Engineering Education, 2007

2 TACTILE AND AUDITORY STIMULI SYSTEM A SENIOR DESIGN PROJECT Abstract This paper describes the design and development of an instrumentation system to study the human response time while driving an automobile to visual, auditory and tactile stimuli. The human response time to the applied stimuli along with results from other ongoing research projects will be used in the development of safety features in the automobile. The project was successfully completed by two students as a senior design project. The project provided a unique opportunity for the students, to learn project development from a concept, time management and achieving the final results within cost constraints. Introduction The Tactile and Auditory Stimuli, an intra-departmental project came out of a casual conversation between the author and a research professor from the department of Behavioral Science. The project idea was conceived by the professor of the Behavioral Science department who wanted to study the effect of auditory, visual and tactile response of elderly people driving an automobile. Most vehicle crashes occur due to human errors. According to US Department of Transportation 1 there were 6,328,000 auto crashes in 2003, of those fatalities and 2,888,601 sustaining injuries. In many accidents the drivers were distracted by various audio and visual distractions and took crash remedial action rather slowly. The goal of this project is to measure the response times to different stimuli and provide a tactile signal to warn the driver that an impact may occur. The tactile signal warning will be especially useful for drivers who may have hearing problems. System Description The system consists of a driving simulator comprised of a steering wheel with gas and brake pedal assembly with transducers to convert mechanical movements to electrical signals. Precision potentiometers are connected to the pedals and the steering wheel. The change of potentiometer position due to the movements of the pedals and the steering wheel provided a current variation signal for analysis. The current signal is sent to the game port of a computer where it is converted from analog to digital signal for reading into a file. A Program written in C ++ (Appendix-A) analyzes the data on pedal and wheel positions. The Program also calculates the response time with respect to the stimuli and

3 the reaction of the driver in taking a corrective action. The Program has the provision to choose which sequence of stimuli should be activated. For visual stimuli, a set of six LEDs are used. A set of four buzzers are utilized for audio stimuli. The tactile assembly is for providing tactile stimuli. Figure-1 shows an overview of the project. Fig-1 System overview. Design approach 1. Mechanical system overview The original idea was to design a full scale interactive driving simulator. One way was to make the simulator built into a car that would give the test subjects a feeling of real life experience. However this idea was scuttled due to lack of funds. The project was implemented using a vehicle driver module. The vehicle module consists of a driver seat with a steering wheel, brake and acceleration pedals. The potentiometers were mounted to the brake, acceleration pedals and to the steering wheel to sense the mechanical movements of the pedals and the wheel. (Fig-2).

4 Fig-2 Line drawing of potentiometer layout 2. Stimuli: There are three different types of stimuli used in the project. The stimuli were applied to the left and right side of the driver. For the auditory stimuli buzzers with variable frequency responses are used. The buzzers are mounted to the headrest bars of the seat. LEDs are used for the visual stimuli and are placed on a structure mounted in front of the driver s seat. The LEDs are mounted in a 45 degree field of view and at a height equal to a persons view sitting in the seat. The commercial tactile transducers that we could find were expensive. We investigated and came up with the idea of using the vibrating mechanism that is used in a cell phone. The cell phone has a small offset motor and a tactile transducer to generate the vibrations. A breadboard (Fig-3) is used to mount the transducer and motor from the cell phone. This assembly is attached to the back of the seat. A screen is mounted eight feet from the driver s seat to project videos.

5 Fig-3 Breadboard mounting of the tactile transducer taken out from the cell phone 3. Simulation: To achieve the goals of the project, a simulator program has to be implemented. When doing research we found that commercial software are very expensive (over $10,000) and did not allow us to make changes easily that we might need. We settled on using Borland Builder to create an Object Oriented Program that would use the PC to get the positions of the steering wheel and pedals through the standard game port. An I/O board is used to activate the stimuli and gather current variable data from the potentiometers. The control program written in C ++ (Appendix-A) would trigger a stimulus based on set parameters. The stimulus could be set manually or it could be set on a time based driving instructor videos 2. These videos have simulations where a car may pull in front of the screen, stop in front of you or a passing car door would open in your direction. When the stimulus is engaged, the program would record the position of the wheel and pedals to a file and calculate the reaction time. 4. Interface I/O board. We used PMD-1024LS USB-based Digital I/O Module made by Measurement Computing. This module has three digital ports PortA, PortB and PortC with eight bits per port. Each bit on each port can be configured as input or output. For our project, we only used one port for output. The connections for the module are shown in Table-1.

6 Port Pin Number Connection PortB0 32 Audio Left PortB1 33 Audio Right PortB2 34 Visual Left PortB3 35 Visual Right PortB4 36 Tactile Left PortB5 37 Tactile Right GND 40 Ground Table- 1 Port configuration 5. Transistor Relay circuit The I/O module produces 5 volts/18ma output. This is enough to power the LEDS but it is not enough to power the tactor and buzzers. For this we designed a circuit that would supply more power to these components when activated. A power supply that converted 120AC to 6V/800mA VDC is used. Each tactor and buzzer had their own circuit. The circuit is shown in figure 4. Figure- 4 Driver circuit for the tactile transducers and buzzers

7 6. Software The software part of this project (Appendix-A) ended up being the largest and most challenging of the project. We used Borland Builder C++ 6.0, along with windows API commands; this allowed us to create user friendly object oriented programs. The main objective of the program is to monitor the steering wheel and pedal assembly. The current passing through the potentiometers changes with the change of steering wheel/brake pedal position. This current signal is sent to the game port of the computer where it is converted from analog to digital signal. The program reads the value on an X and Y scale that has a range of For this project the X scale corresponds to the steering wheel position. The zero value gives the center position of the steering wheel. The weight of the value determines which direction the steering wheel is turning. The Y scale corresponds with the gas and brake pedals. When the pedal is moved, the program will see the movement as either a positive or negative value. Positive scale corresponds with gas and negative scale with brake pedals. The three stimuli are independently controlled from a control box. This would allow more than one stimuli to be presented if needed. When using the program, a left side and right side impact could be predefined or entered manually. When the all the information for the test is entered, the program will start on the engagement of the start button. If the information needed is not complete, the program will let the user know by bringing up an error box explaining what information is missing. When the program runs, a timer will start and when the time reaches one second before the preset time, the values of the steering wheel and pedal positions are written to a file and will continue to write the value for two seconds after the stimuli is engaged. To be able to capture the moving variable, the data is captured in an edit box for each value. This is done for the first loop of the timer, this way it would only be done when the timer first started. When the program is running, these edit boxes are not visible. A text file is created in the C drive of the computer. The data in the file can easily be copied into an Excel file and graphs can be generated for the wheel and pedal positions with respect to time. This data stored in the file, could be analyzed at a later time. Conclusion The objective of this project is to create a driving simulator that would record the movement of the steering wheel and pedals in order to calculate the reaction time of a person s response to different stimuli that is engaged. The stimuli used are auditory (buzzers), visual (LEDs), and tactile (tactor). A program is written to capture the position of the steering wheel and pedals over duration of three seconds; one second before and two seconds after the stimuli is engaged. The program uses the values it stored to calculate the reaction time of the test subject in milliseconds. This data is stored in a file and could be used for further analysis. We used small buzzers and LEDs that could be replaced with speakers and lights that would enhance the sense of the stimuli. One big improvement for this project would be

8 the use of an interactive simulator that would allow more functionality to this project and provide more precise measurements. Pedagogy This project is a two semester capstone senior design two person project in the baccalaureate program. The students were able to integrate different segments of competencies from the discipline into a viable commercial grade end project. The team concept is emphasized and provides an environment for cooperative and discovery learning. References 1. The Bureau of Transportation Statistics html 2. Archive's Moving Images Collection: 3. Morrison, Michael, Sams Teach Yourself Game Programming in 24 Hours, October 2002

9 Appendix-A C ++ Borland Builder Code for TACTILE AND AUDITORY STIMULI SYSTEM

10

11

12

13

14

15

16

17

18

19

20

21

22 Appendix Table 1. Calculations. Gas Pedal Resistance I calc = V / R I meas Depressed 5.41 K Ohms.9242 mamps.9124 mamps Resting 15.7 K Ohms.3184 mamps.3173 mamps Brake Pedal Resistance I calc = V / R I meas Depressed 29.6 K Ohms.1692 mamps.1569 mamps Resting K Ohms.2670 mamps.2537 mamps Steering Wheel Resistance I calc = V / R I meas Center K Ohms.2317 mamps.2231 mamps Left 4.1 K Ohms.0012 mamps.0127 mamps Right 39.0 K Ohms.1282 mamps.1270 mamps

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR INTRODUCTION This Project "Automatic Night Lamp with Morning Alarm" was developed using Microprocessor. It is the Heart of the system. The sensors

More information

AC 2011-608: COMPUTER ENGINEERING TECHNOLOGY PROGRAM - A CURRICULUM INNOVATION INITIATIVE

AC 2011-608: COMPUTER ENGINEERING TECHNOLOGY PROGRAM - A CURRICULUM INNOVATION INITIATIVE AC 2011-608: COMPUTER ENGINEERING TECHNOLOGY PROGRAM - A CURRICULUM INNOVATION INITIATIVE Omer Farook, Purdue University Calumet Omer Farook, Purdue University Calumet Professor OMER FAROOK is a member

More information

Programming PIC Microcontrollers in PicBasic Pro Lesson 1 Cornerstone Electronics Technology and Robotics II

Programming PIC Microcontrollers in PicBasic Pro Lesson 1 Cornerstone Electronics Technology and Robotics II Programming PIC Microcontrollers in PicBasic Pro Lesson 1 Cornerstone Electronics Technology and Robotics II Administration: o Prayer PicBasic Pro Programs Used in This Lesson: o General PicBasic Pro Program

More information

Introduction to Electronic Signals

Introduction to Electronic Signals Introduction to Electronic Signals Oscilloscope An oscilloscope displays voltage changes over time. Use an oscilloscope to view analog and digital signals when required during circuit diagnosis. Fig. 6-01

More information

Compressor Supreme Force Feedback User Manual

Compressor Supreme Force Feedback User Manual 1. Setting up Compressor Supreme 1. Connect the gear shifter to the back panel of the steering wheel column. 2. Connect the foot pedals to the back panel of the steering wheel column. 3. Connect the A.C.

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

DAC Digital To Analog Converter

DAC Digital To Analog Converter DAC Digital To Analog Converter DAC Digital To Analog Converter Highlights XMC4000 provides two digital to analog converters. Each can output one analog value. Additional multiple analog waves can be generated

More information

STEPPER MOTOR SPEED AND POSITION CONTROL

STEPPER MOTOR SPEED AND POSITION CONTROL STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester

More information

Analog Amplifier Rexroth RA: Easy, user-friendly control of pumps and valves

Analog Amplifier Rexroth RA: Easy, user-friendly control of pumps and valves Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service Analog Amplifier Rexroth RA: Easy, user-friendly control of pumps and valves The Drive & Control Company

More information

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205]

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Bluetooth + USB 16 Servo Controller is used to control up to

More information

Accurate Measurement of the Mains Electricity Frequency

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

More information

Model 5511 Filler Controller User s Manual Version 1.1 October 2011

Model 5511 Filler Controller User s Manual Version 1.1 October 2011 Thompson Scale Company WEIGHING SYSTEMS & PACKAGING MACHINERY CONTROLS 2758 Bingle Road Houston, Texas 77055 Phone: 713/932-9071 Fax: 713/932-9379 www.thompsonscale.com Model 5511 Filler Controller User

More information

An Introduction to MPLAB Integrated Development Environment

An Introduction to MPLAB Integrated Development Environment An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to

More information

P545 Autonomous Cart

P545 Autonomous Cart P545 Autonomous Cart Cart Overview The P545 Cart is designed to allow students to explore embedded system design and development through the control of an autonomous vehicle. Cart Overview The vehicle

More information

Access Control Using Smartcard And Passcode

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

More information

Advanced Car Security System Using GSM

Advanced Car Security System Using GSM International Journal of Scientific and Research Publications, Volume, Issue, May 0 Advanced Car Security System Using GSM Hnin Pwint Han, Hla Myo Tun Email: kohlamyotun@gmail.com Abstract- This system

More information

Motorcycle application definition design

Motorcycle application definition design D5.3.1 Motorcycle application definition design Motorcycle application definition design Deliverable n. D5.3.1 Motorcycle application definition design Sub Project SP5 Integration and tests Workpackage

More information

Sensor-Based Robotic Model for Vehicle Accident Avoidance

Sensor-Based Robotic Model for Vehicle Accident Avoidance Copyright 2012 American Scientific Publishers All rights reserved Printed in the United States of America Journal of Computational Intelligence and Electronic Systems Vol. 1, 1 6, 2012 Sensor-Based Robotic

More information

Technical Aspects of Creating and Assessing a Learning Environment in Digital Electronics for High School Students

Technical Aspects of Creating and Assessing a Learning Environment in Digital Electronics for High School Students Session: 2220 Technical Aspects of Creating and Assessing a Learning Environment in Digital Electronics for High School Students Adam S. El-Mansouri, Herbert L. Hess, Kevin M. Buck, Timothy Ewers Microelectronics

More information

Adaptive Cruise Control System Overview

Adaptive Cruise Control System Overview 5th Meeting of the U.S. Software System Safety Working Group April 12th-14th 2005 @ Anaheim, California USA 1 Introduction Adaptive Cruise System Overview Adaptive Cruise () is an automotive feature that

More information

Tire pressure monitoring

Tire pressure monitoring Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction

More information

Servo Info and Centering

Servo Info and Centering Info and Centering A servo is a mechanical motorized device that can be instructed to move the output shaft attached to a servo wheel or arm to a specified position. Inside the servo box is a DC motor

More information

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

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

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

Surveillance System Using Wireless Sensor Networks

Surveillance System Using Wireless Sensor Networks Surveillance System Using Wireless Sensor Networks Dan Nguyen, Leo Chang Computer Engineering, Santa Clara University Santa Clara, California, USA dantnguyen84@gmail.com chihshun@gmail.com Abstract The

More information

Raghavendra Reddy D 1, G Kumara Swamy 2

Raghavendra Reddy D 1, G Kumara Swamy 2 Car Accident Detection, Communication And Tracking Using ARM7 Controller Raghavendra Reddy D 1, G Kumara Swamy 2 1 PG Scholar, Dept of ECE, Malla Reddy Engineering College (Autonomous), Hyderabad, India.

More information

Considerations When Specifying a DC Power Supply

Considerations When Specifying a DC Power Supply Programming Circuit White Paper Considerations When Specifying a DC Power Supply By Bill Martin, Sales/Applications Engineer Every automated test system that tests electronic circuit boards, modules or

More information

Microcontroller-based experiments for a control systems course in electrical engineering technology

Microcontroller-based experiments for a control systems course in electrical engineering technology Microcontroller-based experiments for a control systems course in electrical engineering technology Albert Lozano-Nieto Penn State University, Wilkes-Barre Campus, Lehman, PA, USA E-mail: AXL17@psu.edu

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

Commentary Drive Assessment

Commentary Drive Assessment Commentary Drive Assessment Time start: Time finish: Candidate s Name: Candidate s Email: Date of Assessment: Location: Candidate s Supervisor: Supervisors Contact Number: Supervisors Email: Assessor s

More information

Owner s Manual FULL PREPARATION PACKAGE MOBILE PHONE

Owner s Manual FULL PREPARATION PACKAGE MOBILE PHONE Owner s Manual FULL PREPARATION PACKAGE MOBILE PHONE 2007 Bayerische Motoren Werke Aktiengesellschaft Munich, Germany Reprinting, including excerpts, only with the written consent of BMW AG, Munich.

More information

Electronic Power Control

Electronic Power Control Service. Self-Study Programme 210 Electronic Power Control Design and Function With the Electronic Power Control system, the throttle valve is actuated only by an electric motor. This eliminates the need

More information

Autos Limited Ghana Vehicle Tracking Business Proposal

Autos Limited Ghana Vehicle Tracking Business Proposal Autos Limited Ghana Vehicle Tracking Business Proposal Executive Summary Our Understanding of Your Goals We understand that you or your business needs to monitor all your vehicles or company's to minimize

More information

Interfacing Analog to Digital Data Converters

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

More information

Multi-Protocol decoder 76 400

Multi-Protocol decoder 76 400 Multi-Protocol decoder 76 For locomotives with DC motors on digital layouts operating in the DCC- and Motorola data format. Features Regulated multi-protocol decoder for DCC and Motorola Suitable for DC

More information

with Electronic Assistant

with Electronic Assistant TECHNICAL DATASHEET #TDAX100200 BLDC Motor Drive Drives a 12V, 24V or 48V BLDC motor Bidirectional, up to 25A Smooth speed control using Hall Sensors CAN (SAE J1939) with Electronic Assistant Features:

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

Portal Software GSM-PRO Run LED displays module activity Com LED displays activity on the GSM network GSM-PRO

Portal Software GSM-PRO Run LED displays module activity Com LED displays activity on the GSM network GSM-PRO GSM-PRO GSM-PRO perfect for communication CONTA-CLIP s GSM-PRO module offers a remote control and maintenance solution which allows you to monitor and control decentralized facilities. The GSM-PRO module

More information

A Digital Timer Implementation using 7 Segment Displays

A Digital Timer Implementation using 7 Segment Displays A Digital Timer Implementation using 7 Segment Displays Group Members: Tiffany Sham u2548168 Michael Couchman u4111670 Simon Oseineks u2566139 Caitlyn Young u4233209 Subject: ENGN3227 - Analogue Electronics

More information

KTA-223 Arduino Compatible Relay Controller

KTA-223 Arduino Compatible Relay Controller 8 Relay Outputs 5A 250VAC 4 Opto-Isolated Inputs 5-30VDC 3 Analog Inputs (10 bit) Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs, Jumper Selectable 5A Relay Switching Power Indicator

More information

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

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors Electronics Exercise 3: Uni-Polar Stepper Motor Controller / Driver Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

Lab 7: Operational Amplifiers Part I

Lab 7: Operational Amplifiers Part I Lab 7: Operational Amplifiers Part I Objectives The objective of this lab is to study operational amplifier (op amp) and its applications. We will be simulating and building some basic op amp circuits,

More information

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements.

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. HARDWARE DESCRIPTION The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. BASE MODULE GO LINE Digital I/O 8 Analog Out AUX 1

More information

EC313 - VHDL State Machine Example

EC313 - VHDL State Machine Example EC313 - VHDL State Machine Example One of the best ways to learn how to code is seeing a working example. Below is an example of a Roulette Table Wheel. Essentially Roulette is a game that selects a random

More information

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5 SIMATIC WinCC V7.0 SIMATIC WinCC V7.0 Printout of the Online Help 1 Welcome 2 Icons 3 Creating a project 4 Configure communication 5 Configuring the Process Screens 6 Archiving and displaying values 7

More information

Signature and ISX CM870 Electronics

Signature and ISX CM870 Electronics Signature and ISX CM870 Electronics Cummins West Training Center System Description General Information The Signature and ISX CM870 engine control system is an electronically operated fuel control system

More information

Notification messages

Notification messages AXIS P8221 Network I/O Audio Module TECHNICAL NOTE Notification messages How to integrate AXIS P8221 Updated: August 19, 2011 Rev: 1.1 TABLE OF CONTENTS 1 INTRODUCTION 3 1.1 HTTP and TCP 3 1.2 VAPIX 3

More information

AC 2007-2485: PRACTICAL DESIGN PROJECTS UTILIZING COMPLEX PROGRAMMABLE LOGIC DEVICES (CPLD)

AC 2007-2485: PRACTICAL DESIGN PROJECTS UTILIZING COMPLEX PROGRAMMABLE LOGIC DEVICES (CPLD) AC 2007-2485: PRACTICAL DESIGN PROJECTS UTILIZING COMPLEX PROGRAMMABLE LOGIC DEVICES (CPLD) Samuel Lakeou, University of the District of Columbia Samuel Lakeou received a BSEE (1974) and a MSEE (1976)

More information

MANUAL FOR RX700 LR and NR

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

More information

A 5 Degree Feedback Control Robotic Arm (Haptic Arm)

A 5 Degree Feedback Control Robotic Arm (Haptic Arm) A 5 Degree Feedback Control Robotic Arm (Haptic Arm) 1 Prof. Sheetal Nirve, 2 Mr.Abhilash Patil, 3 Mr.Shailesh Patil, 4 Mr.Vishal Raut Abstract: Haptics is the science of applying touch sensation and control

More information

Car Racing Game. Figure 1 The Car Racing Game

Car Racing Game. Figure 1 The Car Racing Game CSEE 4840 Embedded System Design Jing Shi (js4559), Mingxin Huo (mh3452), Yifan Li (yl3250), Siwei Su (ss4483) Car Racing Game -- Project Design 1 Introduction For this Car Racing Game, we would like to

More information

Multi-Protocol decoder 76 200 with Load regulation

Multi-Protocol decoder 76 200 with Load regulation Multi-Protocol decoder 76 2 with Load regulation For locomotives with universal motors on digital layouts operating in the DCC and Motorola data format. Features 76 2 Load regulated multi-protocol decoder

More information

RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual. 2014-2 Rev.1

RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual. 2014-2 Rev.1 RPLIDAR Low Cost 360 degree 2D Laser Scanner (LIDAR) Development Kit User Manual 2014-2 Rev.1 Team Contents: 1. OVERVIEW... 2 ITEMS IN DEVELOPMENT KIT... 2 RPLIDAR... 2 USB ADAPTER... 3 2. CONNECTION AND

More information

CONTINUOUSLY VARIABLE TRANSMISSION (CVT)

CONTINUOUSLY VARIABLE TRANSMISSION (CVT) GROUP 23 CONTINUOUSLY VARIABLE TRANSMISSION (CVT) CONTENTS CVT........................... 23-2 GENERAL INFORMATION............. 23-2 ELECTRONIC CONTROL SYSTEM...... 23-3 EEPROM...........................

More information

USER MANUAL V5.0 ST100

USER MANUAL V5.0 ST100 GPS Vehicle Tracker USER MANUAL V5.0 ST100 Updated on 15 September 2009-1 - Contents 1 Product Overview 3 2 For Your Safety 3 3 ST100 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2

More information

Telefon (+45) 43 43 82 00 Telefax (+45) 43 43 74 75 mail@uni-valve.com www.uni-valve.com. Installation and operating manual

Telefon (+45) 43 43 82 00 Telefax (+45) 43 43 74 75 mail@uni-valve.com www.uni-valve.com. Installation and operating manual Uni-Valve A /S VENTILER & INSTRUMENTER Telefon (+45) 43 43 82 00 Telefax (+45) 43 43 74 75 mail@uni-valve.com www.uni-valve.com UNI-EL Electric actuator Installation and operating manual Remote position

More information

Describe the process of parallelization as it relates to problem solving.

Describe the process of parallelization as it relates to problem solving. Level 2 (recommended for grades 6 9) Computer Science and Community Middle school/junior high school students begin using computational thinking as a problem-solving tool. They begin to appreciate the

More information

Introduction to Data Acquisition

Introduction to Data Acquisition Introduction to Data Acquisition Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement

More information

Agilent Automotive Power Window Regulator Testing. Application Note

Agilent Automotive Power Window Regulator Testing. Application Note Agilent Automotive Power Window Regulator Testing Application Note Abstract Automotive power window regulator tests require the use of accurate data acquisition devices, as they cover a wide range of parameters

More information

INF-USB2 and SI-USB Quick Start Guide

INF-USB2 and SI-USB Quick Start Guide INF-USB2 and SI-USB Quick Start Guide Please follow these instructions carefully. DO NOT connect the INF-USB2 or SI-USB module to your computer before running the setup program. After running Setup and

More information

LADDER LOGIC/ FLOWCHART PROGRAMMING DIFFERENCES AND EXAMPLES

LADDER LOGIC/ FLOWCHART PROGRAMMING DIFFERENCES AND EXAMPLES page 1/10 This document is designed as a quick-start primer to assist industrial automation programmers who are familiar with PLCs and Relay Ladder Logic programming to better understand the corresponding

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Basic Pulse Width Modulation

Basic Pulse Width Modulation EAS 199 Fall 211 Basic Pulse Width Modulation Gerald Recktenwald v: September 16, 211 gerry@me.pdx.edu 1 Basic PWM Properties Pulse Width Modulation or PWM is a technique for supplying electrical power

More information

Smart features like these are why Ford F-Series has been America s best-selling truck for 37 years and America s best-selling vehicle for 32 years

Smart features like these are why Ford F-Series has been America s best-selling truck for 37 years and America s best-selling vehicle for 32 years Sep 24, 2014 Dearborn, Mich. 10 Awesome Driver-Assist Features That Help 2015 Ford F-150 Customers Drive Smarter The all-new Ford F-150, the smartest F-150 yet, is available with the following class-exclusive

More information

RECOMMENDED TOOLS PERSONAL & VEHICLE PROTECTION SAFETY GLASSES

RECOMMENDED TOOLS PERSONAL & VEHICLE PROTECTION SAFETY GLASSES PART NUMBER: 250-9612 GENERAL APPLICABILITY THIS CRUISE WAS TESTED AND VERIFIED ON: FORD FOCUS SE & S MODELS (AT/MT) FORD TRANSIT ALL MODELS RECOMMENDED TOOLS PERSONAL & VEHICLE PROTECTION SAFETY GLASSES

More information

PM1122 INT DIGITAL INTERFACE REMOTE

PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT front panel description: 1. Clear wireless remotes knob: push this button for more than 2 seconds to clear the list of all assigned wireless remote settings

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

A Practical Approach to Education of Embedded Systems Engineering

A Practical Approach to Education of Embedded Systems Engineering A Practical Approach to Education of Embedded Systems Engineering Özgür Yürür Department of Electrical Engineering University of South Florida Tampa, Florida, 33620 oyurur@mail.usf.edu Wilfrido Moreno

More information

Meritor WABCO Pneumatic Antilock Braking System (ABS) 42.22

Meritor WABCO Pneumatic Antilock Braking System (ABS) 42.22 (ABS) 2.22 Troubleshooting WARNING Before testing a vehicle equipped with Automatic Traction Control (ATC) on a dynamometer, the ATC system must be disabled. See Subject 160 for instructions. Activation

More information

High-speed Photography with a Still Digital Camera

High-speed Photography with a Still Digital Camera High-speed Photography with a Still Digital Camera Matthew Moore North Carolina School of Science and Math 1219 Broad St. Durham, NC 27705 Sponsored By Dr. Loren Winters 12/2/99 Abstract High-speed photography

More information

Accident Notification System by using Two Modems GSM and GPS

Accident Notification System by using Two Modems GSM and GPS Accident Notification System by using Two Modems GSM and GPS Hajer Salim Humaid AL-Farsi Electronic Engineering Student Caledonian College of Engineering, Muscat Malathi B. N. Senior Lecturer, Department

More information

Antenna Rotator System

Antenna Rotator System Antenna Rotator System RCI-USB Reference Manual September/2011 Rev 1.3c Introduction Thank you for purchasing the ARS RCI-USB Interface. Presently, the ARS System provides the most powerful highest performance

More information

Operation Manual. Plasma torch height controller. Model: Compact THC Controller 150

Operation Manual. Plasma torch height controller. Model: Compact THC Controller 150 Operation Manual Plasma torch height controller. Model: Compact THC Controller 150 Notes on safety WHEN THE DEVICE IS IN OPERATION, VOLTAGE HAZARDOUS TO HEALTH AND HUMAN LIFE IS PRESENT INSIDE THE HOUSING

More information

How To Use An Ams 5812 Pressure Sensor With A Usb Starter Kit

How To Use An Ams 5812 Pressure Sensor With A Usb Starter Kit User Guide USB Starter Kit AMS 5812 Phone:+49 (0)6131/91 0730-0 Fax: +49 (0)6131/91 073-30 Internet: E Mail: info@analogmicro.de Analog Microelectronics GmbH An der Fahrt 13, D 55124 Mainz May 2012 - Rev.

More information

VEHICLE SPEED CONTROL SYSTEM

VEHICLE SPEED CONTROL SYSTEM PL VEHICLE SPEED CONTROL SYSTEM 8H - 1 VEHICLE SPEED CONTROL SYSTEM TABLE OF CONTENTS page DESCRIPTION AND SPEED CONTROL SYSTEM...1 SPEED CONTROL SERVO-PCM OUTPUT....2 SPEED CONTROL SWITCHES PCM INPUT...2

More information

Installing the IF-NMEASC & SC30 Windows XP Drivers & Software

Installing the IF-NMEASC & SC30 Windows XP Drivers & Software Installing the IF-NMEASC & SC30 Windows XP Drivers & Software The following document will outline the installation and use of the IF-NMEASC and SC-30 USB drivers and SC-30Tool software in three parts:

More information

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved Parts of a Computer Preparation Grade Level: 4-9 Group Size: 20-30 Time: 75-90 Minutes Presenters: 1-3 Objectives This lesson will enable students to: Identify parts of a computer Categorize parts of a

More information

PUSH BUTTON START INSTALLATION MANUAL

PUSH BUTTON START INSTALLATION MANUAL PUSH BUTTON START INSTALLATION MANUAL ALTHOUGH THIS PRODUCT HAS BEEN THOROUGHLY TESTED KPIERSON TECHNOLOGIES ASSUMES NO RESPONSIBILITY FOR ANY DAMAGE THAT MAY RESULT BY THE INSTALLATION OF THIS PRODUCT.

More information

E/ECE/324/Rev.1/Add.12/Rev.7/Amend.4 E/ECE/TRANS/505/Rev.1/Add.12/Rev.7/Amend.4

E/ECE/324/Rev.1/Add.12/Rev.7/Amend.4 E/ECE/TRANS/505/Rev.1/Add.12/Rev.7/Amend.4 6 December 2012 Agreement Concerning the adoption of uniform technical prescriptions for wheeled vehicles, equipment and parts which can be fitted and/or be used on wheeled vehicles and the conditions

More information

PC INTERFACE MODULES FOR TOLL-PLAZA CLASSIFICATION SENSORS

PC INTERFACE MODULES FOR TOLL-PLAZA CLASSIFICATION SENSORS PC INTERFACE MODULES FOR TOLL-PLAZA CLASSIFICATION SENSORS FRANCE Head office USA 4 Rue du Bois Chêne le loup Parc d Activité de Brabois 54 500 VANDOEUVRE LES NANCY (33) 0383442413, Fax (33) 0383443797

More information

ADVANCE DRIVER ASSISTANCE SYSTEM BY USING WIRELESS TECHNOLOGY

ADVANCE DRIVER ASSISTANCE SYSTEM BY USING WIRELESS TECHNOLOGY ADVANCE DRIVER ASSISTANCE SYSTEM BY USING WIRELESS TECHNOLOGY Mayur B. Petkar 1, Kiran R. Barapatre 2, Rahul B. Lanjewar 3 1,2,3 Assistant Professor, Department of Electronics Engineering, DBACER, Nagpur,

More information

Control System Definition

Control System Definition Control System Definition A control system consist of subsytems and processes (or plants) assembled for the purpose of controlling the outputs of the process. For example, a furnace produces heat as a

More information

Impedance Matching of Filters with the MSA Sam Wetterlin 2/11/11

Impedance Matching of Filters with the MSA Sam Wetterlin 2/11/11 Impedance Matching of Filters with the MSA Sam Wetterlin 2/11/11 Introduction The purpose of this document is to illustrate the process for impedance matching of filters using the MSA software. For example,

More information

EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC

EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC YEDITEPE UNIVERSITY ENGINEERING & ARCHITECTURE FACULTY INDUSTRIAL ELECTRONICS LABORATORY EE 432 INDUSTRIAL ELECTRONICS EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC Introduction:

More information

The SOLUTION for Gathering Rotary Torque Sensor with Encoder Data

The SOLUTION for Gathering Rotary Torque Sensor with Encoder Data 10Thomas,Irvine,CA92618USA Tel:(949)465?0900 Fax:(949)465?0905 The SOLUTION for Gathering Rotary Torque Sensor with Encoder Data Rotary torque sensors with encoder options are common in test and measurement

More information

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices Title: Acoustic Magic Voice Tracker II array microphone improves operation with VoIP based Adobe Connect Meeting URL: www.acousticmagic.com By: Bob Feingold, President, Acoustic Magic Inc. Search keywords:

More information

Part Number: 250-1859

Part Number: 250-1859 General Applicability 2010 Honda Insight 07- Kia Optima / Forte / Rondo/ 10- Sedona / 12 Soul 10- Hyundai Tucson / Elantra Touring ETC 2012 Accent / Elantra/ Genesis Recommended Tools Safety Tools Gloves,

More information

Four/Five Axis TB6560 CNC Driver Users Manual

Four/Five Axis TB6560 CNC Driver Users Manual Four/Five Axis TB6560 CNC Driver Users Manual Revision 2.0. Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 1.3. Key Features... 3 2. Descriptions of 4/5-AXIS

More information

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM

More information

Product Datasheet P1110 915 MHz RF Powerharvester Receiver

Product Datasheet P1110 915 MHz RF Powerharvester Receiver DESCRIPTION The Powercast P1110 Powerharvester receiver is an RF energy harvesting device that converts RF to DC. Housed in a compact SMD package, the P1110 receiver provides RF energy harvesting and power

More information

ROCK BAND 3 WIRELESS KEYBOARD:

ROCK BAND 3 WIRELESS KEYBOARD: Music Systems, Inc. ROCK BAND 3 WIRELESS KEYBOARD: MIDI User Guide HMXHW1023 REVISION: 01 Date: 07/16/10 Introduction... 3 What is MIDI?... 3 Features... 3 Getting Started... 4 Control Surface Functions

More information

Chapter 9 N.C. C. N.O. Single-Pole Double-Throw

Chapter 9 N.C. C. N.O. Single-Pole Double-Throw rather than providing multiple choices. The sensor modules used may only be suitable for use with the matching controller so it is wise to read the specifications to make sure the unit suits your application.

More information

Build A Video Switcher. Reprinted with permission from Electronics Now Magazine September 1997 issue

Build A Video Switcher. Reprinted with permission from Electronics Now Magazine September 1997 issue Build A Video Switcher Reprinted with permission from Electronics Now Magazine September 1997 issue Copyright Gernsback Publications, Inc.,1997 BUILD A VIDEO SWITCHER FRANK MONTEGARI Watch several cameras

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

IQAN MDM Operation Manual

IQAN MDM Operation Manual IQAN MDM Operation Manual Purpose The primary purpose of this document is to inform a user of the IQAN system on the ease of adjustments of the system. A person can create a much smoother machine control

More information

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES Bandi Sree Geeta 1, Diwakar R. Marur 2 1,2 Department of Electronics and Communication Engineering, SRM University, (India) ABSTRACT

More information

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Manual page 1 rev 1.33 COPYRIGHT 2007 ARCUS, ALL RIGHTS RESERVED First edition, June 2007 ARCUS TECHNOLOGY copyrights this document.

More information

GPS GPRS Tracking System

GPS GPRS Tracking System GPS GPRS Tracking System Main Features on GPS device 1. Positioning and Tracking: Locate vehicles and get working status by on-line Positioning Platform or the cell phone at times. You can choose the Positioning

More information

UDG1000 Hach PCX2200 Serial Port Input Driver configuration

UDG1000 Hach PCX2200 Serial Port Input Driver configuration UDG1000 Hach PCX2200 Serial Port Input Driver configuration Introduction: The UDG1000 Hach PCX2200 Serial Port Input Driver is used to collect data from one or more daisy-chained Hach 2200 PCX Particle

More information