Design Team 8: Robert Blake Biochemical Craig Goliber Bioinstrumentation Alanna Ocampo - Bioinformatics. BME 4900 December 2009

Size: px
Start display at page:

Download "Design Team 8: Robert Blake Biochemical Craig Goliber Bioinstrumentation Alanna Ocampo - Bioinformatics. BME 4900 December 2009"

Transcription

1 Design Team 8: Robert Blake Biochemical Craig Goliber Bioinstrumentation Alanna Ocampo - Bioinformatics BME 4900 December 2009

2 Three assistive devices have been designed for our client, Joey Toce, to allow him greater independence and ease of everyday activities 1. Adapted Hungry, Hungry Hippos Game 2. Adapted Sled 3. Device Control Panel Overview of presentation: Client Background Objective for each project Patents/Pre-existing Products Final Designs Budget Timeline

3 Client: Disability: Description: Joey Toce Mixed Type Quadriplegic Cerebral Palsy Approximately 42 inches with a weight of about 35 pounds. Muscle tone in arms and legs fluctuates, and due to global apraxia, Joey has motor planning difficulties. Furthermore, Joey has a mild form of strabismus, which causes him to have difficulty focusing both his eyes. His trunk region is most effected by the cerebral palsy.

4 1) Adapted Hungry, Hungry Hippos Game The Purpose of this project will be to take an existing H.H.H. board game and modify it so that the client will have full control of the game. Device must provide force required to push on levers without much effort from client 2) Adapted Sled Provide a safe and secure way for the client to be pulled around in a snow sled Support head and trunk and secure client to sled with harness 3) Device Control Panel Remotely control DVD & CD player, and turtle light in his room with portable, easy-to-use control panel Touch sensitive buttons(jelly-bean style)

5 Pre-existing Devices: One such product exists titled Hungry Hippo, manufactured by Enabling Devices &Toys for Special Children Employs large push paddles Priced at $ Proposed Design Meets specifications! Touch-sensitive buttons Simple, customized setup Supplies necessary force on hippo levers at the touch of a button for the client Comparable marketing price! At 35% of prototype cost, can market device for ~$50.00 Problems: DO NOT meet specifications! Required force on paddle is still too large for client

6 Pre-existing Devices: Many toddler/baby sleds exist with large range of prices Ex: Walmart Pelican Baby Sled ($15) and patent-pending Bambino Grande Pull Sled ($150) A couple patents for toddler sleds exist; US Patent D for Toddler Taxi Sled & US Patent D for Toddler Snow Sled Proposed Design Meets specifications! Full support harness provided Full head and back support Comparable marketing price! At 35% of prototype cost, can market device for ~$31.00 D D Problems: DO NOT meet specifications! No harness and/or back & head support are missing

7 Pre-existing Devices: Universal remote controls ($30-$250 or more) Control panels for disabled people at (+accessories $250) Proposed Design Meets specifications! Touch-sensitive buttons Simple, customized setup with bright colors and pictures which facilitate Joey s ability to learn tasks Don t have to lift and point remote (RF) BONUS: Extra range in comparison to IR remotes Comparable marketing price! At 35% of prototype cost, can market device for ~$238 Panel at Enabling Devices Problems: DO NOT meet specifications! Buttons too small System too complex for client s use Must lift and point universal remotes (IR)

8 Subunits: -Motor with swing arm -Push button control -Housing unit Motor & Swing Arm The motor will provide the necessary force to the board games levers. A swing arm will be attached to the motors spindle and will provide the actual interaction between the board game and motor. Motor being used is a 298:1 geared DC electric hobby motor Powered by 6V Provides torque of 46 in-oz Provides an RPM of 70

9 Push Button The push button is used to activate the motor, thus assisting in interaction with the board game. Important for it to be sensitive so little force is needed to press it, and that it has a large surface area. Button being used is jelly-bean styled Will connect to the electric circuit through a 3.5mm mono jack Has a large surface area, and a diameter of 5 and 3/8 inches

10 Housing Unit The housing will hold all of the components together, and allow the device to fit onto the board game with proper positioning. Will be fabricated in machine shop Will be attached onto the board game unit and hold components Have a compartment to hold 4 AA batteries to power motor

11 The sled being used is made of plastic and is strong enough to support the weight of the seat and the client. The seat being used was designed for use as a swing and is made of plastic and is tall enough to support Joey s head without additional modification. Seat has an adductor between the legs, as well as a full harness built into the seat to secure his shoulders and waist.

12 The following CAD diagrams show how the seat and sled will be pieced together. Heavy plastic will be used for the mounting brackets, and various nuts and bolts will be used to mate the two components.

13 Figure 1 below describes the general design of the device control panel Components: Two Basic Stamp 2 microcontrollers (MC) for transmission of data between control panel (transmitter, TX) and receiver hub (receiver, RX), IR-RF extender (transceiver 1 & 2) for transmission of IR data via RF waves to DVD player Figure 1: Control panel design

14 Currently continuing with control panel and receiving end prototype for CD player and light. Figures 2 & 3 below are pictures of the current prototype. Figure 2: Transmitting end Figure 3: Receiving end

15 'This code plays/stops the CD player and turns light on/off 'This code is sent from the control panel via the transmitter '{$STAMP BS2} '{$PBASIC 2.5} DO x VAR Word PULSOUT 14, 1200 'Sync pulse for the receiver IF IN0 = 1 THEN 'Play button pushed for CD player x = 0 ELSEIF IN1 =1 THEN 'Stop button pushed for CD player x = 1 ELSEIF IN2 = 1 THEN 'Light button pushed x = 2 ELSE x = 3 ENDIF SEROUT 14, 16468, [ "!", x ] Send data out via serial command LOOP

16 'This code receives data from the control panel via the receiver 'and sends the information to the devices '{$STAMP BS2} '{$PBASIC 2.5} x VAR Word DO SERIN 14, 16468, [WAIT("!"), x] 'receive data via seria command DEBUG? x IF x = 0 THEN 'play CD player HIGH 0 'send out a high output to the play button on CD player LOW 1 'set all other pins to low LOW 2 LOW 3 ELSEIF x = 1 THEN 'stop CD player HIGH 1 'send out a high output to the stop button on CD player LOW 0 'set all other pins to low LOW 2 LOW 3 ELSEIF x = 2 THEN 'turn on the lght HIGH 2 send out a high output to turn on the light LOW 0 'set all other pins to low LOW 1 LOW 3 ELSE HIGH 3 LOW 1 LOW 2 LOW 0 ENDIF LOOP

17 Adapted Hungry, Hungry Hippos Game Item Cost Jumbo Pancake Switch $ Electric DC Motor $ Sheet Metal $ Batteries $ Total Product Cost: $ Shipping & Extra: $ Grand Total: $ Adapted Sled Item Cost Full Support Swing Seat $ /4" Plywood $ 6.00 Stainless Steel Bolts $ 8.00 Stainless Steel Nuts $ 1.00 Total Product Cost: $ Shipping & Extra: $ Grand Total: $ Device Control Panel Item Cost Parallax Transmitter (433 MHz) $ Parallax Receiver (433 MHz) $ Basic Stamp Board of Education (USB) Full Kits $ Jelly-bean buttons (10 max, most probably 7) $ Next-Gen IR-RF extender (418 MHz) $ Plastic material for housing $ Total Product Cost: $ Shipping & Extra: $ Grand Total: $ Total Cost For Team 8 Projects: $ 1,641.00

18 Time Period 11/30-12/4 Task -Complete design of the housing unit and finish purchasing components 12/4-12/11 -Manufacture swing arm in machine shop 12/11-12/18 -Attach swing arm to motor and test for proper operation 12/18-12/25 12/25-1/1 1/1-1/15 -Wire electrical circuit for motor control, and test for proper operation -Test motor and swing arm for proper operation and ensure sufficient force is provided -Manufacture housing unit and any additional parts in machine shop 1/15-1/22 -Assemble all of the components into housing unit 1/22-Completion -Test system and troubleshoot any problems

19 Time Period Task 11/30-12/4 -Determining how to best mount seat to sled 12/4-12/18 -Manufacture and purchase pieces necessary for mounting 12/18-Completion -Attach seat to sled and ensure proper construction

20 Time Period 11/30-12/14 12/28 1/4 1/4-1/11 1/11-1/18 1/18-1/25 1/25-2/1 Task -Finalize microcontroller (MC) code and prototype (with switches, MC, TX, RX, and LED outputs from receiving hub) -Order plastic enclosures for panel and receiving hub -Start wiring jelly-bean switches into panel prototype and test -Start wiring receiving end outputs from MC into switches of CD player and light and test -Continue testing with newly wired jelly-bean switches & CD player & light -If time allows, work in connector on receiving end -Begin integrating IR-RF extender in panel; open up remote circuitry & test transceiver within remote circuitry with receiving end & DVD player -Continue to test transceiver -Work on wiring jelly-bean buttons into remote and test

21 Time Period 2/1-2/8 2/8-2/15 2/15-2/22 2/22-2/29 2/29-3/-3/1 3/1-3/8 3/8-end Task -Work on integrating transmitter and remote into one power source with MC and battery in panel & test -Power the transceiver with main power source -Continue testing & working on powering panel parts with one power source -Setup power source with adapter in receiving hub -Solder/screw parts into panel -Cut holes in panel cover for buttons -Solder/screw into receiving hub -Make holes in hub for adapter cord & wires for the devices -Tie up loose ends Continue testing

22 Dr. John Enderle Mr. James Paolino The Toce Family NSF

NSF Projects for Joey Toce: Ohio University:

NSF Projects for Joey Toce: Ohio University: NSF Projects for Joey Toce: Adapted Hungry, Hungry Hippos Game, Adapted Snow Sled, Device Control Panel Ohio University: Software Memory Recall Game Team Members: Robert Blake Craig Goliber Alanna Ocampo

More information

Interactive Wheel of Fortune Game. Kristen Gingras Meghan Schmidt Yadverinder Singh

Interactive Wheel of Fortune Game. Kristen Gingras Meghan Schmidt Yadverinder Singh Interactive Wheel of Fortune Game Kristen Gingras Meghan Schmidt Yadverinder Singh Overview Introduction Client Project Objective Previous Work Done by Others Current Patents Optimal Design Wheel and Base

More information

BASIC Stamp 1 Project Board (#27112) Development / Education Platform for the BASIC Stamp 1

BASIC Stamp 1 Project Board (#27112) Development / Education Platform for the BASIC Stamp 1 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

Team 8: Robert Blake Craig Goliber Alanna Ocampo

Team 8: Robert Blake Craig Goliber Alanna Ocampo Team 8: Robert Blake Craig Goliber Alanna Ocampo Objective of the design CAD Presentation Microcontroller Implementation PCB Design Design Limitations Conclusion Problem: Design a centrifuge which was

More information

Part Number: Lt. Taupe / Stone / Ivory Touring Edition Accessory Code: EH3

Part Number: Lt. Taupe / Stone / Ivory Touring Edition Accessory Code: EH3 Part Number: Lt. Taupe - 00016-00710 / Stone - 00016-00720 / Ivory - 00016-00730 Touring Edition - 00016-00745 Accessory Code: EH3 Kit Contents Item # Quantity Reqd. Description 1 2 Headrest Assembly 2

More information

If technical support is required, please contact Advent Technical Support at

If technical support is required, please contact Advent Technical Support at Document 128-9011 Created 11/21/11 Kit Contents: Item # Qty. Component Description 1 2 Monitor Assembly 2 2 Remote Control 3 1 Cables # 3 4 1 Metal Wire Puller 5 1 Power Cord # 9 6 1 Owners Manual 7 2

More information

BEST Generic Kit Notes GMKR00002 Revision 7; August 2011

BEST Generic Kit Notes GMKR00002 Revision 7; August 2011 GMKR00002 Revision 7; August 2011 1.0 Introduction This document is for information only. Although it is consistent with the rules, please see the Generic Game Rules document for the official rules. All

More information

Board Of Education USB (#28850)

Board Of Education USB (#28850) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 Sales: sales@parallax.com 1-888-512-1024 Tech Support: support@parallax.com 1-888-99-STAMP Web Site:

More information

Design Modular Planning

Design Modular Planning Phys253 - Lecture 7, Part II Circuit Components & Layout Design Modular Planning Design by assembling simple circuit modules, such as filters or amplifiers Modules may be separated by buffers, where required

More information

CONTAINER BASED SHOOTING RANGE COMPONENTS

CONTAINER BASED SHOOTING RANGE COMPONENTS CONTAINER BASED SHOOTING RANGE COMPONENTS HEAVY-DUTY TARGET RETRIEVAL SYSTEM STANDARD CEILING BRACKET BELT INSIDE RAIL MOTOR HEAD WALL MOUNTED CONTROLLER TELESCOPIC BRACKET HEAVY-DUTY MOTOR POLYURATHENE

More information

ME2110: Creative Decisions and Design Electromechanical and Pneumatic Kit Manual

ME2110: Creative Decisions and Design Electromechanical and Pneumatic Kit Manual ME2110: Creative Decisions and Design Electromechanical and Pneumatic Kit Manual Contents 1 The Controller Box 1 2 Basic Programming of the Controller Box 2 2.1 Program Directives.....................................

More information

WhisperTrac 3000 installation guide

WhisperTrac 3000 installation guide WhisperTrac 3000 installation guide Table of contents WhisperTrac Installation Guide Elements of the WhisperTrac system.................................................... 3 Section 1: Mounting Mounting

More information

MCH WIRE HARNESS WITH QUICK DISCONNECT REPLACEMENT Initial Release 1/31/2013

MCH WIRE HARNESS WITH QUICK DISCONNECT REPLACEMENT Initial Release 1/31/2013 1. Table of Contents 1. Table of Contents Page 1 2. Remove Failed MCH-103.2 Page 1 3. Install MCH-103.2 to MCH-102NW Page 2 4. Install NC3FX-HD to MCH-103.2 Page 3 5. Install MCH-103.2 Battery Terminal

More information

Quick Draw Electronics. Shooting Sports Timer User Manual. Model AIO-1

Quick Draw Electronics. Shooting Sports Timer User Manual. Model AIO-1 Quick Draw Electronics Shooting Sports Timer User Manual Model AIO-1 Rev. C October 2017 QUICKDRAW ELECTRONICS SHOOTING SPORT TIMER SYSTEM THE SYSTEM CONSISTS OF; 1 IMPACT SENSOR 1 LIGHT ASSEMBLY 1 ALL

More information

Part Number: Lt. Taupe / Stone Accessory Code: EH3

Part Number: Lt. Taupe / Stone Accessory Code: EH3 Part Number: Lt. Taupe - 00016-00710 / Stone- 00016-00720 Accessory Code: EH3 Kit Contents Item # Quantity Reqd. Description 1 2 Headrest Assembly 2 2 Remote Control 3 2 Cables 3 4 1 Power Cord #9 5 1

More information

ARC-CDJPLAYER INSTALLATION MANUAL Full plug and play kit, universal fit for use in Chrysler vehicles with RA1, RA2, RA3, or RA4 radios.

ARC-CDJPLAYER INSTALLATION MANUAL Full plug and play kit, universal fit for use in Chrysler vehicles with RA1, RA2, RA3, or RA4 radios. Required for Install: ARC-CDJPLAYER INSTALLATION MANUAL Full plug and play kit, universal fit for use in Chrysler vehicles with RA1, RA2, RA3, or RA4 radios. 1. Chrysler/Dodge/Jeep vehicle with Uconnect

More information

Users Manual Ocean Sensor Systems Wave Staff III

Users Manual Ocean Sensor Systems Wave Staff III Users Manual Ocean Sensor Systems Wave Staff III Introduction: The Ocean Sensor Systems Wave Staff III has been designed to provide a high-resolution measurement of liquid surface height at a data rate

More information

M-2300-ZX Focus SVT Brake Conversion Kit INSTRUCTION SHEET

M-2300-ZX Focus SVT Brake Conversion Kit INSTRUCTION SHEET Please contact the Tech Hot Line for the most current instruction information (586) 468-1356!!! PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY PRIOR TO INSTALLATION!!! OVERVIEW: This kit is designed

More information

M350. Embedded Mini-ITX Enclosure. Installation Guide Version 1.0

M350. Embedded Mini-ITX Enclosure. Installation Guide Version 1.0 M350 Embedded Mini-ITX Enclosure Installation Guide Version 1.0 Before you start Please take a moment and read this manual before you start assembling this enclosure. Often times, rushing into unit installation

More information

A note about our online installation instructions:

A note about our online installation instructions: A note about our online installation instructions: Most Modern Fan Co. products have been in our assortment for several years or longer. As we continually work to improve product performance and user experience,

More information

FLOE WIRELESS REMOTE ASSEMBLY INSTRUCTIONS KIT P/N

FLOE WIRELESS REMOTE ASSEMBLY INSTRUCTIONS KIT P/N FLOE WIRELESS REMOTE ASSEMBLY INSTRUCTIONS KIT P/N 5-0083-00 TOOLS REQUIRED - 3/4" SOCKET - 3/4" WRENCH - /3" WRENCH - PHILLIPS SCREW DRIVER - TORQUE WRENCH INSTRUCTION P/N 6-0083-00 ISSUED: 3//7 SHEET

More information

Please read thoroughly before starting installation and check that kit contents are complete.

Please read thoroughly before starting installation and check that kit contents are complete. Chrysler/Dodge/Jeep Remote Add-On CD player for RA1, RA2, RA3, or RA4 radios (Kit # 5000-8750) 2013-current RAM truck and Viper; 2015-current Charger, Challenger, and 300; 2017 Pacifica Please read thoroughly

More information

7" Touch Screen Display

7 Touch Screen Display 7" Touch Screen Display Installation Guide Contents Minimum Requirements...1 Select a Location...1 Initial Setup...2 Unboxing...2 Installation...3 Prepare the Panel...3 Install the Mounting Plate...3 Mount

More information

User s Guide TURBO Pinewood Derby Finish Line and Timer Release /31/2011 NewBold Products, Atlanta GA

User s Guide TURBO Pinewood Derby Finish Line and Timer Release /31/2011 NewBold Products, Atlanta GA User s Guide TURBO Pinewood Derby Finish Line and Timer Release 2.1 12/31/2011 NewBold Products, Atlanta GA www.newboldproducts.com 2 1. YOUR SHIPMENT Thank you for purchasing the TURBO, Pinewood Derby

More information

BEST Generic Kit Notes GMKR00002 Revision 5; August 2010

BEST Generic Kit Notes GMKR00002 Revision 5; August 2010 GMKR00002 Revision 5; 1.0 Introduction All Returnable Kit items, including boxes and packing, must be returned at the conclusion of the contest. This equipment will be used again next year; so do not modify

More information

logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7

logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7 logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7 7 1 The Vex Micro Controller coordinates the flow of

More information

VEROTEC Electronics Packaging

VEROTEC Electronics Packaging VEROTEC Electronics Packaging Enclosure Enclosure Value Added Services from Verotec CUSTOM ENCLOSURE ACCESSORIES TecServ is the vehicle by which Verotec delivers its value added services. These fall within

More information

Nov. 07, 2013 p. 5 - changed the B axis unit value to from Changed by Randy per Frank s request.

Nov. 07, 2013 p. 5 - changed the B axis unit value to from Changed by Randy per Frank s request. Correction notes Nov. 07, 2013 p. 5 - changed the B axis unit value to 45.1389 from 40.0000. Changed by Randy per Frank s request. Jan. 22, 2018 p. 5 - changed the B axis unit value and corresponding picture

More information

HOW TO INSTALL AND REMOVE SPECIAL CONNECTORS Low Fit and Lever Type Connector

HOW TO INSTALL AND REMOVE SPECIAL CONNECTORS Low Fit and Lever Type Connector B 47 HOW TO INSTALL AND REMOVE SPECIAL CONNECTORS Low Fit and Type Connector [Case 1] (1) Push the place indicated by the arrow. (2) The lock is released and lever is lifted up. (3) Lift the lever up until

More information

SCdefault. 900 Installation instructions. Accessories Part No. Group Date Instruction Part No. Replaces :36-26 May

SCdefault. 900 Installation instructions. Accessories Part No. Group Date Instruction Part No. Replaces :36-26 May SCdefault 900 Installation instructions SITdefault Upgrade to Prestige 300 sound system MONTERINGSANVISNING INSTALLATION INSTRUCTIONS MONTAGEANLEITUNG INSTRUCTIONS DE MONTAGE Accessories Part No. Group

More information

User s Manual Model# TE0408

User s Manual Model# TE0408 Model# Mark Point Corp. / Trailer Eyes User s Manual Model# Runs on battery power 5 minute installation No tools required Portable Affordable Easy Installation Monitor your horses,pets,livestock or valuable

More information

Optical Encoders. Sold & Serviced By: Toll Free Phone: Toll Free Fax:

Optical Encoders. Sold & Serviced By:   Toll Free Phone: Toll Free Fax: SERVO-TEK SERVO-TEK PRODUCTS COMPANY, INC. Optical Encoders www.servotek.com Toll Free Phone: 877-378-0240 sales@servo2go.com RC-800 Summary Hollow Shaft Encoders ST50 Series High Performance Rotary Incremental

More information

Sony MDR-IF33K Teardown

Sony MDR-IF33K Teardown Sony MDR-IF33K Teardown Written By: bac ifixit CC BY-NC-SA www.ifixit.com Page 1 of 15 INTRODUCTION Here's a Sony wireless stereo earphone system consisting of an infrared transmitter and receiver pair,

More information

Whisper-Ride

Whisper-Ride 11/16/2007 LR (1) CAUTION: Before you begin any of the installation procedures on page 3, read and follow the warnings and safety instructions on this page. WARNING! THIS IS NOT A TOY! WARNING! CHILDREN

More information

Installation Guide. Retrofit Kit for USB Ready Intraoral Systems

Installation Guide. Retrofit Kit for USB Ready Intraoral Systems Installation Guide Retrofit Kit for USB Ready Intraoral Systems Table of Contents Wall-Mount Retrofit Kit... 2 Introduction... 2 Connecting the Articulating and Horizontal Arm Cables... 2 Installing the

More information

Peel/Rewind Upgrade Kit

Peel/Rewind Upgrade Kit Peel/Rewind Upgrade Kit Installation Instructions This kit includes the parts and documentation necessary to install the Peel/Rewind upgrade kit on the following printers: ZM400 ZM600 Read these instructions

More information

Ribbon Supply Spindle Maintenance Kit

Ribbon Supply Spindle Maintenance Kit Installation Instructions This kit includes the parts and documentation necessary to install the Ribbon Supply Spindle Maintenance Kit in the 105SL printer. Read these instructions thoroughly before installing

More information

SERVICE MANUAL MODEL SSW-321-X

SERVICE MANUAL MODEL SSW-321-X SSW-321-X-ISSUE 4.0 SERVICE MANUAL FOR MODEL SSW-321-X STAINLESS STEEL WALL TELEPHONE Serving the Telephone Industry Since 1930 Communication Equipment 519 W South Park Street & Engineering Company Okeechobee,

More information

QUICK START GUIDE. Android or Windows Tablet. 1 Tower PC. Mount the RazorGage to your Own Table. Assembling the RazorGage ST with RazorGage Table

QUICK START GUIDE. Android or Windows Tablet. 1 Tower PC. Mount the RazorGage to your Own Table. Assembling the RazorGage ST with RazorGage Table QUICK START GUIDE Android or Windows Tablet If you have a Tablet Style Interface (PC or Android) then skip this step. 1 Mount monitor and attach legs to control tower using hardware provided and place

More information

The basic product comes with the IRS5 control board, 3 internal cables, 1 external cable with a 5 volt adapter and a mounting bracket with hardware.

The basic product comes with the IRS5 control board, 3 internal cables, 1 external cable with a 5 volt adapter and a mounting bracket with hardware. Please read these instructions and watch the Installation Video before you proceed with the installation of the PC-IRS5-01. Installation Video: http://youtu.be/os98e32vhb4 The PC-IRS5-01 Infrared Receiver

More information

LANCER / LANCER EVOLUTION (2008 ) REAR VIEW CAMERA MZ380462EX INSTALLATION AND HANDLING INSTRUCTIONS

LANCER / LANCER EVOLUTION (2008 ) REAR VIEW CAMERA MZ380462EX INSTALLATION AND HANDLING INSTRUCTIONS LANCER / LANCER EVOLUTION (2008 ) REAR VIEW CAMERA MZ380462EX INSTALLATION AND HANDLING INSTRUCTIONS Navigation (MMCS) unit Camera Thank you for purchasing the Mitsubishi Genuine Accessory. To install

More information

xtablet T1600 Vehicle Holder Installation Guide

xtablet T1600 Vehicle Holder Installation Guide This document will step you through setting up the T1600 Vehicle Holder installation and tips for a safe, clean and long lasting installation. Preparing to Mount the Vehicle Holder Warning : Dock mounting

More information

Quicksilver 606 TR-606 CPU Upgrade

Quicksilver 606 TR-606 CPU Upgrade Quicksilver 606 TR-606 CPU Upgrade D650C 128 Installation Guide Social Entropy Electronic Music Instruments TABLE OF CONTENTS WARNINGS... 1 OVERVIEW... 2 WHAT'S IN THE BOX... 3 OPENING THE TR-606 CASE...

More information

Basketball Shot Clock Set LX2180 Manual

Basketball Shot Clock Set LX2180 Manual Basketball Shot Clock Set LX2180 Manual 72 Industrial Boulevard Wrightsville, GA 31096 Phone: (800) 445-7843 Fax: (800) 864-0212 www.electro-mech.com LX2180 Revision 5 February 8, 2013 Table of Contents

More information

USBCNC USB Disk Key reader for CNC Controls Machine Mount instructions

USBCNC USB Disk Key reader for CNC Controls Machine Mount instructions USBCNC USB Disk Key reader for CNC Controls Machine Mount instructions 2008-2015 Calmotion LLC, All rights reserved Calmotion LLC 21720 Marilla St. Chatsworth, CA 91311 www.calmotion.com Introduction This

More information

Promaster Chassis Cab and Cut Away Loose Ship Back Up Camera System

Promaster Chassis Cab and Cut Away Loose Ship Back Up Camera System Starting in model year 2016, the RAM Promaster Chassis Cab and Cut Away are offered with a rear camera option. The package sales code is XA3. Included in this option package are an 11 meter video cable

More information

Blackout Shutter Kits with Breathable Wall Light Traps

Blackout Shutter Kits with Breathable Wall Light Traps Blackout Shutter Kits with Breathable Wall Light Traps 2018 Growers Supply All Rights Reserved. Reproduction is prohibited without permission. Maintain controlled airflow without sacrificing blackout environments.

More information

Ultimate LPF kit: Relay-switched LPF kit

Ultimate LPF kit: Relay-switched LPF kit Ultimate LPF kit: Relay-switched LPF kit PCB Revision 4 1. Introduction Thank you for purchasing the QRP Labs relay-switched low-pass filter (LPF) kit. This kit is designed to complement the Ultimate3

More information

BEST Control System. Dave Wilkerson. September 12, 2015

BEST Control System. Dave Wilkerson. September 12, 2015 BEST Control System BEST Robotics, Inc. Dave Wilkerson September 12, 2015 Copyright 2012 BEST Robotics, Inc. All rights reserved. 1 Servos Joystick Return Kit AAA Battery Charger Analog WiFi key USB/Tether

More information

KGCOE MSD Technical Review Agenda P11213: Land Vehicle for Education: Modular Student Attachment

KGCOE MSD Technical Review Agenda P11213: Land Vehicle for Education: Modular Student Attachment KGCOE MSD Technical Review Agenda P11213: Land Vehicle for Education: Modular Student Attachment Meeting Purpose: 1. Introduction and review of the project 2. Design project recap 3. Mechanical design

More information

E-BOOK // ACER ICONIA TABLET OWNERS MANUAL EBOOK

E-BOOK // ACER ICONIA TABLET OWNERS MANUAL EBOOK 03 May, 2018 E-BOOK // ACER ICONIA TABLET OWNERS MANUAL EBOOK Document Filetype: PDF 113.47 KB 0 E-BOOK // ACER ICONIA TABLET OWNERS MANUAL EBOOK Using the Recovery DVDs on the Iconia W510. At least you

More information

View Wall Interface. Dynamic Glass INSTALLATION GUIDE. Description. System Requirements. Installation Overview

View Wall Interface. Dynamic Glass INSTALLATION GUIDE. Description. System Requirements. Installation Overview Description The solution is a compact, wall-mounted interface used for monitoring and changing the tint levels of View Dynamic Glass. The product leverages 802.11-based Wi-Fi technology for connectivity

More information

Parts List: Part # Tools List: Instructions:

Parts List: Part # Tools List: Instructions: Parts List: Part # 1 pair of Dayton Audio B652s 300-652 1 Dayton Audio DTA-2 amplifier 300-385 1 MP3 module 320-350 1 7805 +5 VDC voltage regulator 7805 1 12 VDC 2A power supply 129-077 1 2.1 mm panel

More information

CU-8R Installation Instructions

CU-8R Installation Instructions CU-8R Installation Instructions I. Components Model CU-8R is shipped with the following components: QTY Item 1 Stainless Steel Enclosure 2 Lexan Panels 18 Nuts 1 Wall Mount Style Phone with RJ-11 Cable

More information

HQ Pro-Stitcher Hardware Upgrade Installation Instructions 01/15/13

HQ Pro-Stitcher Hardware Upgrade Installation Instructions 01/15/13 Getting Started Monitor Styles HQ Pro-Stitcher Hardware Upgrade Installation Instructions 01/15/13 1. Identify the monitor style on your HQ Pro-Stitcher by comparing to the photos at the right. 2. Find

More information

INSTRUCTION MANUAL. Tel. Fax. +49 (0) 4154 / (0) 4154 / Internet.

INSTRUCTION MANUAL. Tel. Fax. +49 (0) 4154 / (0) 4154 / Internet. INSTRUCTION MANUAL Tel. Fax. E-mail Internet Address +49 (0) 4154 / 80 83-0 +49 (0) 4154 / 80 83-20 info@camos-multimedia.com www.camos-multimedia.com CAMOS Europe GmbH Carl-Zeiss-Str. 3 D-22946 Trittau

More information

Carefully remove the translite from the backbox and then swing speaker panel to the open position as shown in Fig. A to gain access to the DMD.

Carefully remove the translite from the backbox and then swing speaker panel to the open position as shown in Fig. A to gain access to the DMD. Installation Instructions for SEGA (wooden speaker panel) Congratulations on the purchase of your new display. The will enhance your pinball machine by introducing color to the dot matrix display graphics

More information

Seeburg JCU-DEC Kit Convert Your Seeburg DEC Wallbox Into a Jukebox

Seeburg JCU-DEC Kit Convert Your Seeburg DEC Wallbox Into a Jukebox Seeburg JCU-DEC Kit Convert Your Seeburg DEC Wallbox Into a Jukebox MP3 Compact Flash Player Coin Operated or Free Play Integrated Power Amplifier Line-Out to External Amplifier Programmable Autoplay IR

More information

970 Serials Lights. Multi-Function Lights System FEATURES SPECIFICATION

970 Serials Lights. Multi-Function Lights System FEATURES SPECIFICATION 970 Serials Lights Multi-Function Lights System FEATURES Suitable for Marine & Vehicle Easy to install & Easily relearning Remote Unit Wide Range Rotation movement. Dual Function Control with Wire Control

More information

Absolute Encoders Multiturn

Absolute Encoders Multiturn The multiturn encoders 6 and 8, with interface and combined optical and magnetic sensor technology, offer a maximum resolution of 5 bits. These encoders are programmable via the Ezturn software. The hollow

More information

Chapter 1 Getting Started

Chapter 1 Getting Started Chapter 1 Getting Started Installation Instructions 1.1 Subject The NEO AUX adapter an integration between an MP3 player and a factory installed car stereo. Equipped with the specific vehicle harness and

More information

How-To #3: Make and Use a Motor Controller Shield

How-To #3: Make and Use a Motor Controller Shield How-To #3: Make and Use a Motor Controller Shield The Arduino single-board computer can be used to control servos and motors. But sometimes more current is required than the Arduino can provide, either

More information

UHF Wireless Microphone System UwMic9

UHF Wireless Microphone System UwMic9 UHF Wireless Microphone System UwMic9 User Manual Statement Please read this manual carefully before using and strictly operate and store in accordance with the instructions. Please save it for your future

More information

Reference Manual VL-ENCL-5. Development Enclosure DOC. REV. 4/9/2013

Reference Manual VL-ENCL-5. Development Enclosure DOC. REV. 4/9/2013 Reference Manual DOC. REV. 4/9/2013 VL-ENCL-5 Development Enclosure WWW.VERSALOGIC.COM 12100 SW Tualatin Road Tualatin, OR 97062-7341 (503) 747-2261 Fax (971) 224-4708 Contents Copyright 2013 All Rights

More information

EH50 ATTENTION: SECURITY COVERS ARE NO LONGER INCLUDED IN THE HEADREST KITS AS OF

EH50 ATTENTION: SECURITY COVERS ARE NO LONGER INCLUDED IN THE HEADREST KITS AS OF Toyota 4Runner 2011 - Dual Player Headrest Video Part Number: 00016-00360; Sand Beige 00016-00370; Black Accessory Code: EH50 ATTENTION: SECURITY COVERS ARE NO LONGER INCLUDED IN THE HEADREST KITS AS OF

More information

COLOR TFT LCD MONITOR. User Manual

COLOR TFT LCD MONITOR. User Manual COLOR TFT LCD MONITOR User Manual GENERAL INFORMATION Thank you for choosing our TFT LCD(liquid crystal display) monitor. This product employs integrate circuits, low power consumption, and no radiation

More information

DETAIL SPECIFICATION SHEET

DETAIL SPECIFICATION SHEET INCH-POUND MIL-DTL-55302/65H 3 February 2004 SUPERSEDING MIL-C-55302/65G 8 April 1993 DETAIL SPECIFICATION SHEET CONNECTORS, PRINTED CIRCUIT SUBASSEMBLY AND ACCESSORIES: RECEPTACLE, SOCKET CONTACTS, DECADE

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS Accessory Application Publications No. MP3 ATTACHMENT KIT 2006 RIDGELINE AII 28615 Issue Date FEB 2005 PARTS LIST Attachment Kit: P/N 08B06-SJC-100 MP3 Player Kit (sold separately):

More information

DIGITAL OBSERVATION GUARD LOW PROFILE PAN TILT KIT USER MANUAL

DIGITAL OBSERVATION GUARD LOW PROFILE PAN TILT KIT USER MANUAL DIGITAL OBSERVATION GUARD LOW PROFILE PAN TILT KIT USER MANUAL Version 2.1 June 4, 2013 0 Table of Contents Low Profile Pan Tilt Kit Description... 3 Low Profile Pan Tilt Unit Basic Operation... 4 Mounting

More information

AIR CUSHION TECHNOLOGY

AIR CUSHION TECHNOLOGY AIR CUSHION TECHNOLOGY Air Speed 5000 V3 PX3 PARTS CATALOG VER. 20110822 P1001 A5000 V1/V2/V3 BELT (TEFLON) P1021 A5000 V1/V2/V3 SMART V1/V2 KNIFE (SLITTER BLADE) P1112 A5000 V1/V2/V3 RUBBER NIP ROLLER

More information

Housing upper part 2 / 19. Transmitter housing upper part linus 6 drilled for 6 linear levers and 2 rotary switches

Housing upper part 2 / 19. Transmitter housing upper part linus 6 drilled for 6 linear levers and 2 rotary switches Categories linus 6 Housing upper part (3) Housing lower part (8) Controls (29) Battery & charger (14) Electronic components (15) Front panel & labels (3) Carrying modes (9) Other accessories (16) 2 2 3

More information

SECTION MODEL INDOOR SCOREBOARD. A. Four-face electronic scoreboard and control console for indoor use.

SECTION MODEL INDOOR SCOREBOARD. A. Four-face electronic scoreboard and control console for indoor use. SECTION 116643 MODEL 2650-4 INDOOR SCOREBOARD PART 1 GENERAL 1.01 SECTION INCLUDES A. Four-face electronic scoreboard and control console for indoor use. 1.02 REFERENCES A. Standard for Electric Signs,

More information

10-Port Industrial USB 3.0 Hub - ESD and Surge Protection. StarTech ID: ST1030USBM

10-Port Industrial USB 3.0 Hub - ESD and Surge Protection. StarTech ID: ST1030USBM 10-Port Industrial USB 3.0 Hub - ESD and Surge Protection StarTech ID: ST1030USBM This 10-port USB 3.0 hub gives you the scalability you need in harsh industrial environments. It s designed to meet the

More information

PLHRDVD101KT. Dual Vehicle Headrest Mount Multimedia Disc Player System Car Video Entertainment Display Monitors with Wireless Headphones (10.

PLHRDVD101KT. Dual Vehicle Headrest Mount Multimedia Disc Player System Car Video Entertainment Display Monitors with Wireless Headphones (10. PLHRDVD101KT Dual Vehicle Headrest Mount Multimedia Disc Player System Car Video Entertainment Display Monitors with Wireless Headphones (10.5 -inch) FRONT PANEL REMOTE CONTROL MULTIMEDIA PLAYER 1. LCD

More information

TENSIONED DESCENDERPRO

TENSIONED DESCENDERPRO Motorized projection screen for ceiling recessed installations Product specifications: Ceiling recessed electrically operated projection screen 230 volt (50Hz) with a usage of no more than 3 Ampere (98.9

More information

LIFEBUOY RELEASE SYSTEM - TECHNICAL PRODUCT SPECIFICATION AND INSTALLATION MANUAL

LIFEBUOY RELEASE SYSTEM - TECHNICAL PRODUCT SPECIFICATION AND INSTALLATION MANUAL LIFEBUOY RELEASE SYSTEM - TECHNICAL PRODUCT SPECIFICATION AND INSTALLATION MANUAL The LifeBuoy Remote Release System standard HM-0600 consists of the following parts: One GRP holder with pre-installed

More information

Elecraft W1 SWR/Wattmeter Enclosure by W8FGU

Elecraft W1 SWR/Wattmeter Enclosure by W8FGU Elecraft W1 SWR/Wattmeter Enclosure by W8FGU The W1 enclosure is made of Lexan, a polycarbonate, which is very strong. It also has a UV blocking coating on one side and was assembled carefully with this

More information

Treadmill Integrated LCD Screen Option. Cardio Theater Integrated Bracket Assembly Instructions

Treadmill Integrated LCD Screen Option. Cardio Theater Integrated Bracket Assembly Instructions Treadmill Integrated LCD Screen Option Cardio Theater Integrated Bracket Assembly Instructions Table of Contents 1 2 3 4 5 6 Before You Begin... 4 Obtaining Service... 4 Unpacking the Equipment... 4 Important

More information

RF Remote Control Kit

RF Remote Control Kit RF Remote Control Kit The Rock-Ola RF Remote control operates via radio and therefore does not need to see the jukebox or even be in the same room. There are over 1000 channels available for reliable operation.

More information

3 Angled Connector Housing (MC) Installation

3 Angled Connector Housing (MC) Installation Angled Connector Housing (MC) Installation Instructions July 1999 4-7047-2554-7 MC Frame Figure 1 Angled Connector Housing (MC) General This document describes the installation of the stubbed MC Angled

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS CONTENT: 1. Important safety instructions 2. Specifications and main dimensions 3. Parts included 4. Control box 5. Installation 6. Adjusting the stroke length of the lift 7.

More information

Pro Digital 940R receiver/amplifier. specifications. Back. 940R accessories

Pro Digital 940R receiver/amplifier. specifications. Back. 940R accessories Pro Digital 940R receiver/amplifier Front 2 3 4 5 6 7 Back 8 9 0 2 one-touch operation Teachers need only turn on the mic to start teaching. The receiver automatically wakes up from its energy-saving sleep

More information

5.6 Color Rear View Safety System Installation & Operation. RV56 (Includes MO56 monitor & CA56 camera)

5.6 Color Rear View Safety System Installation & Operation. RV56 (Includes MO56 monitor & CA56 camera) 5.6 Color Rear View Safety System Installation & Operation RV56 (Includes MO56 monitor & CA56 camera) FOR MORE INFORMATION WWW.STRATEGICVISTA.COM BEFORE OPERATING THIS SYSTEM, PLEASE READ THIS MANUAL THOROUGHLY

More information

*000IPODIG* ipod Installation Guide. Tools Needed: (depending upon vehicle) 000IPODIG IMPORTANT

*000IPODIG* ipod Installation Guide. Tools Needed: (depending upon vehicle) 000IPODIG IMPORTANT Revision 3/15/05 ipod Installation Guide IMPORTANT Before starting, compare items on your invoice with items received. Carefully check through packaging material. If any item is missing, please call: Crutchfield

More information

Section. Service & Maintenance. - Core & Hard Disk Drive (HDD) - Amplifier - Monitor - UPS - Dollar Bill Acceptor - Fan Filter G - 1

Section. Service & Maintenance. - Core & Hard Disk Drive (HDD) - Amplifier - Monitor - UPS - Dollar Bill Acceptor - Fan Filter G - 1 Section G Service & Maintenance - Core & Hard Disk Drive (HDD) - Amplifier - Monitor - UPS - Dollar Bill Acceptor - Fan Filter G - 1 Core Removal Core & HDD 1. Open the door. 2. Perform shutdown procedure.

More information

9 Color LCD TV & Monitor

9 Color LCD TV & Monitor Userʼs Manual 9 Color LCD TV & Monitor V9000 Dear Customers Thank you for purchasing the ikan V9000 9 LCD TFT Monitor. This product employs new integrate circuitry, and a high quality TFT LCD panel. It

More information

Cycles Integrated LCD Screen Option. Cardio Theater Integrated Bracket Assembly Instructions

Cycles Integrated LCD Screen Option. Cardio Theater Integrated Bracket Assembly Instructions Recumbent Upright Cycles Integrated LCD Screen Option Cardio Theater Integrated Bracket Assembly Instructions Table of Contents 1 2 3 4 5 6 7 Before You Begin... 4 Obtaining Service... 4 Unpacking the

More information

DETAIL SPECIFICATION SHEET

DETAIL SPECIFICATION SHEET INCH-POUND MIL-DTL-553/3F w/amendment 8 July 7 SUPERSEDING MIL-DTL-553/3F May 6 DETAIL SPECIFICATION SHEET CONNECTORS, PRINTED CIRCUIT SUBASSEMBLY AND ACCESSORIES: PLUG, STRAIGHT-THRU, 3 thru CONTACT POSITIONS,

More information

Packaging the Elecraft XG2 Receiver Test Oscillator and 2T -gen 2-Tone Test Oscillator Phil Salas AD5X

Packaging the Elecraft XG2 Receiver Test Oscillator and 2T -gen 2-Tone Test Oscillator Phil Salas AD5X Packaging the Elecraft XG2 Receiver Test Oscillator and 2T -gen 2-Tone Test Oscillator Phil Salas AD5X My two recent test equipment additions are the Elecraft XG2 Receiver Test Oscillator, and the Elecraft

More information

Tools required: 1. 10mm combination wrench 2. 10mm socket, 6 + extension, and ratchet. 3. Torque Wrench ( in. lbs.) (11-18 ft. lbs.

Tools required: 1. 10mm combination wrench 2. 10mm socket, 6 + extension, and ratchet. 3. Torque Wrench ( in. lbs.) (11-18 ft. lbs. This tutorial will show you how to replace your weak factory Relay Lever Driver (1J0-711-256) with an upgraded Grüvenparts Cable Transmission Short Shift Kit. This procedure will only take about 5 minutes

More information

FCB1010 Phantom Power Adaptor

FCB1010 Phantom Power Adaptor FCB1010 Phantom Power Adaptor The Behringer FCB1010 pedal is normally powered by an external cable that plugs into a standard 120 volt 3-prong wall receptacle. While this works fine, it does require a

More information

Go-Baby-Go Senior Capstone Project

Go-Baby-Go Senior Capstone Project Go-Baby-Go Senior Capstone Project Assembly Manual Team 22C Alwaleed Alhamra Asrar Alkhabbaz Fawaz Almutairi Sultan Almutairi Eric Trieu Project Sponsor: W.L. Gore & Associates Faculty Advisor: Dr. David

More information

Quick Draw Electronics. Shooting Sports Timer User Manual. Model CLUB All In One

Quick Draw Electronics. Shooting Sports Timer User Manual. Model CLUB All In One Quick Draw Electronics Shooting Sports Timer User Manual Model CLUB All In One Rev. C August 2018 QUICKDRAW ELECTRONICS SHOOTING SPORT TIMER SYSTEM THE SYSTEM CONSISTS OF; IMPACT SENSOR LIGHT ASSEMBLY

More information

Table of Contents. Overview...2. Features...2. Packing List...3. Assembly...5. Installation...8. Front Panel...9

Table of Contents. Overview...2. Features...2. Packing List...3. Assembly...5. Installation...8. Front Panel...9 Table of Contents INTRODUCTION...1 SERVERLINK LCD CONSOLE Overview...2 Features...2 Packing List...3 Assembly...5 Installation...8 Front Panel...9 Replaceable Keyboard and Touch Pad... 10 LCD Specification...

More information

Section 21. Telecommunication Hardware. BuyLog Catalog 21-1

Section 21. Telecommunication Hardware.  BuyLog Catalog 21-1 Introduction...21-1 Fiber Closure Hardware...21-2 Cable Location Surge Protectors...21-4 Introduction GE has been manufacturing Telecommunication Hardware products for over 20 years and has become a leader

More information

High Temperature Protection for the Yaesu DR-1X Repeater

High Temperature Protection for the Yaesu DR-1X Repeater High Temperature Protection for the Yaesu DR-1X Repeater After completing the setup and testing of our newly received DR-1X repeater for the SARC, I realized that there was no mention of any high temperature

More information

Shack Clock kit. U3S Rev 2 PCB 1. Introduction

Shack Clock kit. U3S Rev 2 PCB 1. Introduction Shack Clock kit U3S Rev 2 PCB 1. Introduction Thank you for purchasing the QRP Labs Shack Clock kit. This clock uses the Ultimate3S QRSS/WSPR kit hardware, but a different firmware version. It can be used

More information

Extra Large Full Motion TV Mount for Televisions

Extra Large Full Motion TV Mount for Televisions 8008981 TV Size Range: 47 ~ 84 Maximum Weight Capacity: 60 kg/132 lbs Maximum Mounting Pattern: 800 mm x 600 mm (31.4 x 23.6 ) Distance to the Wall: 5.5-45 cm Extra Large Full Motion TV Mount for 47-84

More information

Megatouch FORCE Monitor Chassis Board Replacement

Megatouch FORCE Monitor Chassis Board Replacement Megatouch FORCE Monitor Chassis Board Replacement Visit the Merit Industries, Inc. Web site http://www.meritind.com merit industries, inc. PM0337-01 Rev C Table of Contents FORCE Classic Monitor Chassis

More information

Signal Adapter. Signal Output. Power Input. Modell-Zug Elektronix Signal Adapter U.S.A. Momentary. Auxillary. Switch. Outputs

Signal Adapter. Signal Output. Power Input. Modell-Zug Elektronix Signal Adapter U.S.A. Momentary. Auxillary. Switch. Outputs Adapter 1. Introduction Thank you for purchasing this product. The Adapter was specially designed to provide universal operation of the new generation of Märklin color light signals 74371, 74380, and 74391.

More information