JPF Welding Automation

Size: px
Start display at page:

Download "JPF Welding Automation"

Transcription

1 JPF Welding Automation ECE 1808 / ME 30 EE: Thomas Bacon, Brittany Bohn, Timothy Jorz, Ivan Paz ME: Nathan Baker, Ronnie Fierro Faculty Advisor: Ashwin Dani Industry Sponsor: Mr. Scott Carlson

2 Summary Kaman manufactures a Joint Programmable Fuze (JPF). They wish to automate a specific part of the JPF building process, that involves testing a part for any leaks to ensure welding was done correctly. This is done by injecting helium into the part and testing it. Our project is to find a way to automate this process. Background Kaman currently manufactures a Joint Programmable Fuze (JPF). Kaman wishes to automate a step of the JPF building process, which involves testing a specific part of the JPF by for any leaks, to make sure the welding done prior to this test was completely effective and up to their standards. The test consists of plugging two holes in the specific JPF part, then you put a fixture onto the part, and the fixture injects helium, and is tested for any leaks. Automating this testing process, will ensure a decrease in testing failures, decrease cost, increase production and the production efficiency of the JPF. Separately to our project, Kaman also wants to automate the part of the JPF building process that happens before the leak test, and after the leak test. Their ultimate goal is to have a fully automated cell that consists of all these parts of the building process being automated. Solution

3 Above is the networking configuration that our sponsor, Scott, and our groups have decided on. In general, some of the reasons that we had chosen the above include: Better EMI resistance, greater durability, greater code stability, and our sponsor has the most familiarity with this solution. One thing to note with this solution is that since the PLC( Programmable Logic controller), typically use a large amount of ladder logic, we should expect there to be more groundwork in programming these as compared to the solution shown below. The general consensus is that in order to send the required strings, we should expect to store each individual character in separate buffer locations until the entire thing is ready to be sent out to the Tester. From there, the tester will send back a string detailing its measurements/ completion status. This received string will need to be stored into a temporary buffer and each character will need to be logically compared with a PLC s comparator to determine the type of measurement and the actual measurement itself. If the test passes, continue further down the control logic pathway. In the Raspberry pi (PI) solution( officially the backup solution), the ASCII data can be

4 stored on the PI and we can send the data serially through the RS232-TTL converter. From there, much like the PLC, we should receive an ASCII string detailing the type and data for the measurement. For this situation, we could have a Python program running that simply parses the input by taking (string.split() ) the first char and creating a dictionary to indicate the type of measurement and then reading the rest of the characters to determine the actual measurement itself (and whether or not it falls into the pass category or retry category or fail category which would probably be handled by a state machine approach). Above is a picture of the contraption that the UR5 places the test piece into. The piece that is getting its welds tested is circled in red. It initially starts in a specific position that is the same every time. This removes the need of needing to change its orientation to a correct way because it will always be the same. The UR5 picks up the test piece from that spot and then places it in the contraption above. The part labeled Linear bearing then brings down the plugs and plugs the holes in the test part. The backfill port is the threaded port and is going to be plugged with a rubber stopper. The

5 other port is getting plugged by a rubber gag seal that is similar to what already is in the current test hood. Once these are plugged then the helium test begins. The UR5 will be connected to the device that runs the test and will tell it when to start. This test ensures that less than a certain amount of helium gas gets through the welds and seals. Now if the device passes the test, the test hood comes out of the test device and the UR5 picks it up and puts the test device in the designated pass location. If the test is a failure then it gets ran one more time. If the test passes the second time then the UR5 does the same thing and puts the device in the pass location. If the device fails the leak test then the UR5 places the part into a designated fail location. Once that happens the UR5 grabs another test device and repeats itself. We discussed other methods for a solution, which did not fulfill our needs. The first idea we had was to not even use a robot in the first place and only use a conveyor belt. Doing this would have made it very hard to place and remove the test piece from the testing hood, and to have gotten the piece in the correct orientation for the test. It also would have been more difficult to sync the current test software with the conveyor belt to get the test to start. Also if the device failed with the conveyor belt way it would have taken more sensors to correctly get the device placed in the correct area. We had another idea of using the robot and a conveyor belt. We would have had the UR5 place the fuze onto the conveyor belt (to avoid the orientation issue of above) and to take it off the conveyor belt at the end. Once on the conveyor belt the test piece would have moved down to where the test hood was and then have the backfill port plug and other rubber gag seal filled. This idea was close to what we finalized but we came to the conclusion that a conveyor belt would be a waste of money when the robot could do that simple task itself. Putting the conveyor belt would have over complicated things. Our last idea was simply to have the robot itself screw in the plug for the threaded backfill port. This posed two problems. The robot would have to line up the threading perfectly. This is a very precise task and if it were to make a mistake, it would damage the threading which in return would damage the entire integrity of the piece and its ability to pass the test. The second problem with having the UR5 screw in the backfill

6 port would be that the UR5 would need a torque sensor to ensure that the screw was not inserted too tight. If the screw was inserted too tight then it could dent the fixture and damage the piece as a whole. Project Phases, Timing, and Milestones For this project we started with meeting with our sponsor, KAMAN, in Middletown to see the facility and the test piece we were going to be working. Once we got the idea of what we had to do in our mind we started brainstorming ideas and ways that we could make the process autonomous. We knew the sponsor wanted to sue the UR5 robot so we started with ways of integrating that. We have been having close to weekly calls with Scott Carlson discussing ideas and ways we can improve our ideas. We then had initial design reviews and reports. We then continued our weekly meetings and redesigned the way we wanted the UR5 to be used. We then solidified how we want to do this project and made our final presentation after approval from our sponsor. We plan to meet with the sponsor and present them our design. Once that is done we plan to visit the site on a scheduled basis and work on the process itself. Below is an outline of our entire project up to the demo day at the end of the Spring 2018 semester.

7 Budget There was not a given budget limit from Kaman. However, we are required to go through Mr. Carlson about any parts we need to order and why we would need these parts so that he can confirm if those parts would be useful toward our project. Kaman has already ordered a UR5 robot that costs approximately $35,000. Kaman wanted to choose this robot to expand our project in the future to incorporate more automatic testing processes. We choose two CLICK PLCs to help with the communication protocols between the tester and the UR5. These will help to store received information and transmit information. These two PLCs came out to approximately $130. The communication between the test fixture and the PLC will be through RS-232 cables. We ordered 3 cables that came out to around $15. This puts our total budget around $35,300. Information about personnel and collaborators We are working directly with Kaman. Kaman is an American Aerospace company that works directly with the U.S government and allies. Our company sponsor is Mr. Scott Carlson. He is a manufacturing Engineer that works for Kaman and is leading the automation project. We currently hold a conference call with Mr. Carlson every other week.

8 This is a joint project with the Mechanical Engineer Department. Therefore, we have two ME Majors, Ronnie Fierro and Nate Baker, work along with us. We meet once a week as a group to work on the project. Our academic advisor is Professor Ashwin Dani from the ECE Department. The ECE students meet once a week with Professor Dani, to discuss the project. The ECE members of the group are Thomas Bacon (EE), Timothy Jorsz (EE), Brittany Bohn (CmpE/EE), and Ivan Paz (CmpE).

ME 5286 Robotics Lab Lab 4: Flashlight Assembly Duration: 3 Weeks (Mar 4 Mar 29; the 3 weeks does not include spring break)

ME 5286 Robotics Lab Lab 4: Flashlight Assembly Duration: 3 Weeks (Mar 4 Mar 29; the 3 weeks does not include spring break) ME 5286 Robotics Lab Lab 4: Flashlight Assembly Duration: 3 Weeks (Mar 4 Mar 29; the 3 weeks does not include spring break) Note: Two people must be present in the lab when operating the UR5 robot. Read

More information

T.C. MARMARA UNIVERSITY FACULTY of ENGINEERING COMPUTER ENGINEERING DEPARTMENT

T.C. MARMARA UNIVERSITY FACULTY of ENGINEERING COMPUTER ENGINEERING DEPARTMENT T.C. MARMARA UNIVERSITY FACULTY of ENGINEERING COMPUTER ENGINEERING DEPARTMENT CSE497 Engineering Project Project Specification Document INTELLIGENT WALL CONSTRUCTION BY MEANS OF A ROBOTIC ARM Group Members

More information

Progress Report 2 Document

Progress Report 2 Document Solar Tracking Structure Design By: Joshua Belsheim, Travis Francis, Jiayang He, Pengyan Liu, Anthony Moehling, and Micah Ziemkowski Team 07 Progress Report 2 Document Submitted towards partial fulfillment

More information

Note: Objective: Lab Procedure: ME 5286 Robotics Labs Lab 4: Flashlight Assembly Duration: 3 Weeks

Note: Objective: Lab Procedure: ME 5286 Robotics Labs Lab 4: Flashlight Assembly Duration: 3 Weeks ME 5286 Robotics Labs Lab 4: Flashlight Assembly Duration: 3 Weeks Note: Two people must be present in the lab when operating the UR5 robot. Read all warnings and cautions in the manual. Once you are done

More information

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor Senior Design II ECE 4902 Spring 2018 Solar Mobius Final Report Team 1821 Members: James Fisher (CMPE) David Pettibone (EE) George Oppong (EE) Advisor Professor Ali Bazzi Sponsor University of Connecticut

More information

Responding to Voice Commands

Responding to Voice Commands Responding to Voice Commands Abstract: The goal of this project was to improve robot human interaction through the use of voice commands as well as improve user understanding of the robot s state. Our

More information

maxon document number:

maxon document number: maxon document number: 791272-04 1 Table of contents... 2 2 Table of figures... 3 3 Introduction... 4 4 How to use this guide... 4 5 Safety Instructions... 5 6 Performance Data... 6 6.1 Motor data... 6

More information

Installation and Operating Instructions

Installation and Operating Instructions INSTRUCTIONS Installation and Operating Instructions In these installation instructions is described the replacement of the elevating support with gas springs. This conversion kit applies to all California

More information

Medb ot. Medbot. Learn about robot behaviors as you transport medicine in a hospital with Medbot!

Medb ot. Medbot. Learn about robot behaviors as you transport medicine in a hospital with Medbot! Medb ot Medbot Learn about robot behaviors as you transport medicine in a hospital with Medbot! Seek Discover new hands-on builds and programming opportunities to further your understanding of a subject

More information

Harris IRT Enterprises Multi-Channel Digital Resistance Tester Model XR

Harris IRT Enterprises Multi-Channel Digital Resistance Tester Model XR Harris IRT Enterprises Multi-Channel Digital Resistance Tester Model 6012-06XR Specifications & Dimensions 2 Theory of Operation 3 System Block Diagram 4 Operator Controls & Connectors 5 Test Connections

More information

ST600 TRANSMITTER OPERATING INSTRUCTIONS

ST600 TRANSMITTER OPERATING INSTRUCTIONS ST600 TRANSMITTER OPERATING INSTRUCTIONS 1892 1273 These operating instructions are intended to provide the user with sufficient information to install and operate the unit correctly. The Wood and Douglas

More information

Successful SATA 6 Gb/s Equipment Design and Development By Chris Cicchetti, Finisar 5/14/2009

Successful SATA 6 Gb/s Equipment Design and Development By Chris Cicchetti, Finisar 5/14/2009 Successful SATA 6 Gb/s Equipment Design and Development By Chris Cicchetti, Finisar 5/14/2009 Abstract: The new SATA Revision 3.0 enables 6 Gb/s link speeds between storage units, disk drives, optical

More information

Introduction to ABB Labs. TA s: Ryan Mocadlo Adam Gatehouse

Introduction to ABB Labs. TA s: Ryan Mocadlo Adam Gatehouse Introduction to ABB Labs TA s: Ryan Mocadlo (mocad@wpi.edu) Adam Gatehouse (ajgatehouse@wpi.edu) Labs In-depth lab guidelines found on Canvas Must read before coming to lab section Total of 4 Labs: Lab

More information

Brunata Optuna H Ultrasonic energy meter Type 775 Installation Guide Edition 1.2

Brunata Optuna H Ultrasonic energy meter Type 775 Installation Guide Edition 1.2 Ultrasonic energy meter Type 775 Installation Guide Edition 1.2 UK-QB101575 / 29.05.2012 Brunata a/s is a Danish owned company. We have more than 90 years of experience within developing and producing

More information

XI. Rotary Attachment Setups

XI. Rotary Attachment Setups XI. Rotary Attachment Setups 1) Turn off the laser. 2) Put the rotary attachment onto the engraving table. Ensure the two screw holes on right side of rotary attachment match the two corresponding holes

More information

Ultrasonic level measuring device, non-contact

Ultrasonic level measuring device, non-contact Ultrasonic level measuring device, non-contact For level measurement up to 8 m 4... 20 ma/hart - 2 wires Suitable for solids ATEX approvals Type 8177 can be combined with... Type 8611 Type 8793 Type 8802-GB

More information

User manual. Inclinometer with Analog-RS232-Interface IK360

User manual. Inclinometer with Analog-RS232-Interface IK360 User manual Inclinometer with Analog-RS232-Interface IK360 Table of content 1 GENERAL SAFETY ADVICE... 3 2 INTRODUCTION... 4 2.1 IK360... 4 2.2 ANALOG INTERFACE... 4 2.3 IK360 ANALOG... 4 3 INSTALLATION...

More information

Slitter/E-Prom Upgrade for Duplo CC-228

Slitter/E-Prom Upgrade for Duplo CC-228 This Service Bulletin covers the upgrade of the Post Card Slitter and E-Prom for the Duplo CC-228 machines at Staples locations nationwide. Be sure to review and follow ALL of these instructions. Failure

More information

It s set up! VISOR. The vision sensor with which you can immediately get going.

It s set up! VISOR. The vision sensor with which you can immediately get going. It s set up! VISOR. The vision sensor with which you can immediately get going. 1 Unpack, set up and get going never before have vision sensors been so powerful and so easily and intuitively operated.

More information

Mechatronics-Level 1

Mechatronics-Level 1 Measuring What Matters in Job Ready Assessment Blueprint Mechatronics-Level 1 Test Code: 2040 / Version: 01 Copyright 2012 General Assessment Information General Assessment Information Written Assessment

More information

ISA Series. resistance welding. Mid-Frequency Inverter Resistance Welding Control

ISA Series. resistance welding. Mid-Frequency Inverter Resistance Welding Control resistance welding ISA Series Mid-Frequency Inverter Resistance Welding Control 500, 1000, 2000 & 4000 Amp Primary Output Five Feedback Modes Built-in Current, Voltage, Power and Time monitor Pre-weld

More information

Model Q46 Modbus Communications Manual

Model Q46 Modbus Communications Manual Model Q46 Modbus Communications Manual Home Office European Office Analytical Technology, Inc. ATI (UK) Limited 6 Iron Bridge Drive Unit 1 & 2 Gatehead Business Park Collegeville, PA19426 Delph New Road,

More information

Screw. Introduction This Rokenbok STEM-Maker lesson will use the following steps to learn about the screw. Learning Objectives. Resources.

Screw. Introduction This Rokenbok STEM-Maker lesson will use the following steps to learn about the screw. Learning Objectives. Resources. Screw Progression: Applications in Design & Engineering - Section 6 Curriculum Packet v2.0 Introduction This Rokenbok STEM-Maker lesson will use the following steps to learn about the screw. 1. Learn 2.

More information

Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station

Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station Weighting (points out of total) 41/100 time max 360 min

More information

SmartDiagnostics V2 Sensor Battery Change Guide

SmartDiagnostics V2 Sensor Battery Change Guide SmartDiagnostics V2 Sensor Battery Change Guide This guide will walk you through changing a battery of a SmartDiagnostics Version 2 sensor, and properly documenting the sensors location, orientation, and

More information

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT Tyson K. Seto-Mook Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 INTRODUCTION A. Abstract CubeSat is a project that

More information

Removing outter components

Removing outter components Y Axis Motor Replacement Replacing the Y axis motor is a process that requires the individual to be somewhat mechanically inclined and can follow detailed instructions. If any of the following steps are

More information

GrovePi Temp-Humidity Sensor Lesson Video Script. Slide 1

GrovePi Temp-Humidity Sensor Lesson Video Script. Slide 1 Slide 1 Grove Pi Temp-Humidity Lesson In this GrovePi lesson we will Kick it up with a Temperature-Humidity sensor. A temperature-humidity sensor is used to detect temperature and to detect humidity level

More information

Assembly Guide Robokits India

Assembly Guide Robokits India Robotic Arm 5 DOF Assembly Guide Robokits India info@robokits.co.in Robokits World http://www.robokitsworld.com http://www.robokitsworld.com Page 1 Overview : 5 DOF Robotic Arm from Robokits is a robotic

More information

Digital flow transmitter for continuous flow measurement

Digital flow transmitter for continuous flow measurement Digital flow transmitter for continuous flow measurement Compact or remote version for DN 06 to 400, PN10 Shows both flow rate and volume (with two totalizers) Automatic-calibration: TEACH-IN Simulation:

More information

meped v2 Assembly Manual

meped v2 Assembly Manual meped v Assembly Manual The meped is an open source quadruped robot designed by Scott Pierce of Spierce Technologies, LLC. This design is released under the Creative Commons, By Attribution, Share Alike

More information

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010 P/N 154721 rev. A -- 10/8/2010 Contents Contents 1 Introduction...3 2 ivu Plus Major Features...4 2.1 Demo Mode...4 2.2 Sensor Types...4 2.2.1 Selecting a Sensor Type...5 2.3 Multiple Inspections...6 2.3.1

More information

BL-ER-P Ethernet Radio Unit for Pedestal Installation Guide

BL-ER-P Ethernet Radio Unit for Pedestal Installation Guide Assemble the Antenna Riser 1. Remove the antenna riser assembly and the antenna from its packaging. 2. Remove the plastic cap, the nut, and the lock washer from the stem of the antenna. 3. Put the stem

More information

XT Technical Documentation. The magnetostrictive level sensor. Edition: Version: 1 Article no.:

XT Technical Documentation. The magnetostrictive level sensor. Edition: Version: 1 Article no.: Technical Documentation The magnetostrictive level sensor Edition: 11-2010 Version: 1 Article no.: 233571 Gems Sensors & Controls One Cowles Rd Plainville CT Telephone 800-378-1600 Page 2/19 Table of contents

More information

Internet of Things Student STEM Project Jackson High School. Lesson 2: Arduino and LED

Internet of Things Student STEM Project Jackson High School. Lesson 2: Arduino and LED Internet of Things Student STEM Project Jackson High School Lesson 2: Arduino and LED Lesson 2: Arduino and LED Time to complete Lesson 60-minute class period Learning objectives Students learn about Arduino

More information

LOG TRUCK SAFETY ALERT

LOG TRUCK SAFETY ALERT LOG TRUCK SAFETY ALERT The maintenance and inspection of truck and trailer rigging and hardware is an important component of safe and reliable log truck operations. In particular, bolster and scale pad

More information

1200 DPS Programmable Digital Powder System

1200 DPS Programmable Digital Powder System 1200 DPS Programmable Digital Powder System WARNINGS AND CAUTIONS: If the 1200 DPS does not read zero on the display, DO NOT DISPENSE POWDER. The scale must be zeroed before use. If powder is dispensed

More information

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin Robotics Challenge Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin 1 Robotics Challenge: Team Multidisciplinary: Computer, Electrical, Mechanical Currently split

More information

My Ice Chest to Humidor Conversion By Mark Steinberg

My Ice Chest to Humidor Conversion By Mark Steinberg My Ice Chest to Humidor Conversion By Mark Steinberg A few weeks ago I found a thread on Cigar Weekly titled: Show me your humi. I saw something I really liked. It was an old ice chest which member Thomkm

More information

Digital Fluid Damped Single Point Load Cell

Digital Fluid Damped Single Point Load Cell Model 240D Digital Fluid Damped Single Point Load Cell FEATURES Fully calibrated and filtered digital output High update rate, up to 1200 updates per second Checkweigher function - reading acquired over

More information

Repeater R-IP12. (Version v ) User Manual

Repeater R-IP12. (Version v ) User Manual Repeater R-IP12 (Version v.160322) User Manual Purpose of Document This document describes composition, key features and operational functions as well as purpose, application and usage possibilities of

More information

Vision-Guided Motion. Presented by Tom Gray

Vision-Guided Motion. Presented by Tom Gray Vision-Guided Motion Presented by Tom Gray Overview Part I Machine Vision Hardware Part II Machine Vision Software Part II Motion Control Part IV Vision-Guided Motion The Result Harley Davidson Example

More information

The CO2 Sensor Calibration Kit

The CO2 Sensor Calibration Kit The CO2 Sensor Kit For use with all BAPI CO 2 Sensors Instruction Manual CO 2 Kit Product Identification and Overview BAPI s CO 2 Sensor Kit is designed to calibrate and verify the operation of all BAPI

More information

Door Stop Bracket repair

Door Stop Bracket repair by Bill Robinson Door Stop Bracket repair If the threads that hold your Door Stop (footman loop) Bracket, or door strap bracket, are stripped and you strap is hanging similar to mine in the photo below,

More information

Small RF Budget SRB MX145

Small RF Budget SRB MX145 Small RF Budget SRB MX145 V 1.0.0 Thank you for choosing the SRB Module Transmitter as an addition to your ham radio equipment! We hope it will turn into an important tool for you in the years to come.

More information

2014 Market Trends Webinar Series

2014 Market Trends Webinar Series Robotic Industries Association 2014 Market Trends Webinar Series Watch live or archived at no cost Learn about the latest innovations in robotics Sponsored by leading robotics companies 1 2014 Calendar

More information

Installation Instructions

Installation Instructions The IMS ETERNAL FIX PATENT PENDING Installation Instructions EPS recommends professional installation for the Eternal IMS Fix. Please take all precautionary safety measures. We also recommend putting the

More information

Wire feeding systems for welding applications

Wire feeding systems for welding applications Wire feeding systems for welding applications The perfect drive package! u precise wire feeding u modern drive concept u fully digitalized process control u detailed monitoring u maximum production reliability

More information

MAKEBLOCK MUSIC ROBOT KIT V2.0

MAKEBLOCK MUSIC ROBOT KIT V2.0 MAKEBLOCK MUSIC ROBOT KIT V2.0 Catalog Music Robot Kit V2.0 Introduction... 1 1 What is Music Robot Kit V2.0?... 1 1.1 Mechanical part... 1 1.2 Electronic part... 1 1.3 Software part... 1 2 Music Robot

More information

BROWNCOATS Team 7842 Engineering Notebook - Rover Ruckus

BROWNCOATS Team 7842 Engineering Notebook - Rover Ruckus Date Location Start Time End Time Week # September 14, 2018 AvaLAN Wireless 2:00 p.m. 6:00 p.m. 2 Meeting Goals: Discuss Brainstorming Ideas, Continue assembly of drive train Team Members in Attendance:

More information

GP-SD GENIE PROBE SMALL DIAMETER

GP-SD GENIE PROBE SMALL DIAMETER For GENIE PROBE SMALL DIAMETER Installation and Operation Instructions 2 for s Locking Mechanism (if supplied) Set Screws Backed Out To ensure that the is Locking never accidentally loosened or Mechanism

More information

The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts

The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts Marco Nardello 1 ( ), Ole Madsen 1, Charles Møller 1 1 Aalborg University, Department of Materials and Production Fibigerstræde

More information

Vision Ques t. Vision Quest. Use the Vision Sensor to drive your robot in Vision Quest!

Vision Ques t. Vision Quest. Use the Vision Sensor to drive your robot in Vision Quest! Vision Ques t Vision Quest Use the Vision Sensor to drive your robot in Vision Quest! Seek Discover new hands-on builds and programming opportunities to further your understanding of a subject matter.

More information

MOTOMAN-MH5(L)S/F, -MH5(L)SII MAINTENANCE MANUAL

MOTOMAN-MH5(L)S/F, -MH5(L)SII MAINTENANCE MANUAL MOTOMAN-MH5(L)S/F, - MAINTENANCE MANUAL TYPE: YR-MH0005S-A0*, YR-MH0005S-B0* YR-MH0005F-A0*, YR-MH005LS-A0* YR-MH005LS-B0*, YR-MH005LF-A0* YR-MH0005S-J0*, YR-MH005LS-J0* YR-MH0005S-K0*, YR-MH005LS-K0*

More information

Vinyl Cutter Instruction Manual

Vinyl Cutter Instruction Manual Vinyl Cutter Instruction Manual 1 Product Inventory Inventory Here is a list of items you will receive with your vinyl cutter: Product components (Fig.1-4): 1x Cutter head unit complete with motor, plastic

More information

The report presents the functionality of our project, the problems we encountered, the incurred costs and timeline for the project development.

The report presents the functionality of our project, the problems we encountered, the incurred costs and timeline for the project development. April 30, 2010 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 440 Post Mortem for Biomedical Monitoring System Dear Dr. Rawicz: Please see attached

More information

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY AC 2007-2528: MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY Michael Parten, Texas Tech University Michael Giesselmann, Texas Tech University American Society for

More information

Communicative heating controller

Communicative heating controller UC100 Communicative heating controller Summary UC100 is a communicative room heating controller with one PWM output for control of a radiator or electrical heater. It can work autonomously, or in connection

More information

Easy-To-Use Graphic Interface

Easy-To-Use Graphic Interface Graphical Robot Programming Teachbox for Robot W 711 The Wittmann CNC 6.2 robot control with color graphics screens allows simpler robot teaching and use than ever before. The operator simply traces out

More information

AlphaBot Assembly Diagram

AlphaBot Assembly Diagram AlphaBot Assembly Diagram Part 1:AlphaBot baseboard assembly 1 Fix the motors onto the AlphaBot baseboard with the brackets, and then use (C) and (F) to install the encoder disks. 2 Fix the Infrared sensors

More information

CMSC 201 Fall 2018 Project 3 Sudoku

CMSC 201 Fall 2018 Project 3 Sudoku CMSC 201 Fall 2018 Project 3 Sudoku Assignment: Project 3 Sudoku Due Date: Design Document: Tuesday, December 4th, 2018 by 8:59:59 PM Project: Tuesday, December 11th, 2018 by 8:59:59 PM Value: 80 points

More information

Tools Needed Hardware Provided (per shade) Hardware Needed

Tools Needed Hardware Provided (per shade) Hardware Needed Baby Grande or Grande Motorized (XQ5 Premium) Shade with Cables and Housing Installation Instructions Tools Needed Hardware Provided (per shade) Hardware Needed Drill 3/8 Metal Drill Bit Measuring Tape

More information

Design and Assembly of Special Purpose Leak Testing Machine I. INTRODUCTION

Design and Assembly of Special Purpose Leak Testing Machine I. INTRODUCTION Design and Assembly of Special Purpose Leak Testing Machine Prof. Prashant Vavhal #1 #Mechanical Engineering Department, Savitribai Phule Pune University 1 Assistant Professor, P. K. Techanical Campus,

More information

Modulating control valve

Modulating control valve Modulating control valve Automatic modulating valve Automatic modulating valve Diaphragm Pneumatic Actuator Positioner Pneumatic Actuator Positioner Air filter regulator gauge = AIRSET BALL VALVE GLOBE

More information

Matrix Screw Test Station. Team Synthes:

Matrix Screw Test Station. Team Synthes: Matrix Screw Test Station Team Synthes: Outline Introduction Sponsor Background Introduction to the Matrix Screw Assembly overview Our testing station Project scope, realization of wants and metrics Concept

More information

OPTIONAL PARTS LIST: Installation Instructions VPS TRAMPOLINE PARTS LIST. Lower Frame Support Brace (8) Nuts, bolts, and washers (16 each)

OPTIONAL PARTS LIST: Installation Instructions VPS TRAMPOLINE PARTS LIST. Lower Frame Support Brace (8) Nuts, bolts, and washers (16 each) OPTIONAL PARTS LIST: **if you purchased a TDU Bundle system- you will also have a lower frame support box with the following parts included: Lower Frame Support Brace (8) Nuts, bolts, and washers (16 each)

More information

TCSS 372 Laboratory Project 2 RS 232 Serial I/O Interface

TCSS 372 Laboratory Project 2 RS 232 Serial I/O Interface 11/20/06 TCSS 372 Laboratory Project 2 RS 232 Serial I/O Interface BACKGROUND In the early 1960s, a standards committee, known as the Electronic Industries Association (EIA), developed a common serial

More information

Project Proposal. Underwater Fish 02/16/2007 Nathan Smith,

Project Proposal. Underwater Fish 02/16/2007 Nathan Smith, Project Proposal Underwater Fish 02/16/2007 Nathan Smith, rahteski@gwu.edu Abstract The purpose of this project is to build a mechanical, underwater fish that can be controlled by a joystick. The fish

More information

AC : A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT

AC : A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT AC 2009-1908: A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT Yanfei Liu, Indiana University-Purdue University, Fort Wayne Jiaxin Zhao, Indiana University-Purdue

More information

Robotics Laboratory. Report Nao. 7 th of July Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle

Robotics Laboratory. Report Nao. 7 th of July Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle Robotics Laboratory Report Nao 7 th of July 2014 Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle Professor: Prof. Dr. Jens Lüssem Faculty: Informatics and Electrotechnics

More information

WIEG4PRT-A Four port Wiegand to RS232 Converter.

WIEG4PRT-A Four port Wiegand to RS232 Converter. WIEG4PRT-A Four port Wiegand to RS232 Converter. Designed for embedding into products manufactured by third-parties, this Wiegand to RS232 converter is designed with 4 ports for taking up to 4 Wiegand

More information

CASH-Interface2. v1.09. Universal CASH Interface

CASH-Interface2. v1.09. Universal CASH Interface CASH-Interface2 v1.09 Universal CASH Interface Features - Simultaneous operation of a coin and bill validator as well as 3x hopper. - Works on the USB (with USB to Serial converter) or serial port. - RS232

More information

XC-E6TCA-P Temperature control module User s manual

XC-E6TCA-P Temperature control module User s manual XC-E6TCA-P Temperature control module User s manual Xinje Electronic Co., Ltd. Catalog 1. Summarization... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Using requirements... 3 2 PID self-study introduction...

More information

Operating Instructions for Microwave Level Switch. Model: LNM

Operating Instructions for Microwave Level Switch. Model: LNM Operating Instructions for Microwave Level Switch Model: LNM 1. Contents 1. Contents...2 2. Note...3 3. Instrument Inspection...3 4. Regulation Use...3 5. Operating Principle...4 6. Mechanical Connection...5

More information

Instruction. INFOCAL 8 Energy calculator. 1.0 Table of contents. 2.0 Safety notes and product information

Instruction. INFOCAL 8 Energy calculator. 1.0 Table of contents. 2.0 Safety notes and product information Instruction INFOCAL 8 Energy calculator 1.0 Table of contents 1.0 Table of contents...1 2.0 Safety notes and product information...1 3.0 Installation of energy calculator...2 4.0 Installation of temperature

More information

ROBOTIC AUTOMATION Imagine Your Business...better. Automate Virtually Anything

ROBOTIC AUTOMATION Imagine Your Business...better. Automate Virtually Anything John Henry Foster ROBOTIC AUTOMATION Imagine Your Business...better. Automate Virtually Anything 800.582.5162 John Henry Foster 800.582.5162 At John Henry Foster, we re devoted to bringing safe, flexible,

More information

SilverMax Datasheet. QuickSilver Controls, Inc. NEMA 23 Servomotors.

SilverMax Datasheet. QuickSilver Controls, Inc. NEMA 23 Servomotors. SilverMax Datasheet NEMA 23 Servomotors QuickSilver Controls, Inc. www.quicksilvercontrols.com SilverMax Datasheet - NEMA 23 Servomotors 23 Frame Sizes: 23-3, 23-5, 23H-1, 23H-3, 23H-5 / Series: E, E3,

More information

On-site Wireless Paging System (POCSAG) Operation Manual. M-909X 8 individual buttons plus 1 group call button. M-916X 16 individual buttons

On-site Wireless Paging System (POCSAG) Operation Manual. M-909X 8 individual buttons plus 1 group call button. M-916X 16 individual buttons On-site Wireless Paging System (POCSAG) M-909X 8 individual buttons plus 1 group call button M-916X 16 individual buttons Operation Manual 1 INTRODUCTION The M-909X and M-916X on-site paging system are

More information

BiSS Interface AN18: BiSS C ANALYZER

BiSS Interface AN18: BiSS C ANALYZER Rev A3, Page 1/7 CONTENTS BASIC OPERATION 1 Clock rates................... 1 BiSS analyzer modes............. 2 2 BiSS ANALYZER INSTALLATION 2 ELECTRICAL INTERFACE 2 RS422 BiSS Encoder Interface........

More information

Chapter 6 Frame And Lens Repairs

Chapter 6 Frame And Lens Repairs Chapter 6 Frame And Lens Repairs 6.1 General Information All maintenance on the frame of the EXO Full-Face mask can be accomplished with common hand tools. 6.2 Lens Replacement Tools required: Dow DC-111

More information

CAN YOU FIX THE ROBOT BRAIN?

CAN YOU FIX THE ROBOT BRAIN? CAN YOU FIX THE BRAIN? Click here for lesson plan In, you are a Cybernetics Specialist tasked with repairing a fleet of personal assistant robots. Each robot is reprogrammed by a different Activating the

More information

ATAS guidance. If you are a new student then your offer information should say whether or not you need an ATAS certificate.

ATAS guidance. If you are a new student then your offer information should say whether or not you need an ATAS certificate. ATAS guidance The Academic Technology Approval scheme is a security clearance certificate which students who are applying to study in certain postgraduate subjects will need to obtain before they are allowed

More information

User Manual. Grove - IR Distance Interrupter. Release date: 2015/9/22. Version: 1.0

User Manual. Grove - IR Distance Interrupter. Release date: 2015/9/22. Version: 1.0 Grove - IR Distance Interrupter User Manual Release date: 2015/9/22 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/grove_-_ir_distance_interrupt Bazaar: http://www.seeedstudio.com/depot/grove-ir-distance-

More information

Data Structure Analysis

Data Structure Analysis Data Structure Analysis Introduction The objective of this ACW was to investigate the efficiency and performance of alternative data structures. These data structures are required to be created and developed

More information

WIE232-A Dual Wiegand to RS232 Converter.

WIE232-A Dual Wiegand to RS232 Converter. WIE232-A Dual Wiegand to RS232 Converter. Designed for embedding into products manufactured by third-parties, this Wiegand to RS232 converter is designed with 2 ports for taking up to 2 Wiegand sources

More information

Exercise 10. Linear Slides EXERCISE OBJECTIVE

Exercise 10. Linear Slides EXERCISE OBJECTIVE Exercise 10 Linear Slides EXERCISE OBJECTIVE In this exercise, you will learn to use a linear slide. You will learn how to use the Linear Slide, Model 5209, to extend the work envelope of the Servo Robot.

More information

Multi-Bowl Applications

Multi-Bowl Applications Multi-Bowl Applications Standard Off-the- Shelf Casing Head Lower Profile Solution Common Support Bushing Field Proven Sealing Designs FS Seals require No Plastic Packing C-22 Profile = Standard Off-the-

More information

Automatic Fastener Feeding Systems

Automatic Fastener Feeding Systems Automatic Fastener Feeding Systems Automatic Fastener Feeding Systems The Improvement of productivity and quality has been the driving force in the development of the CP Desoutter range of fastener feeding

More information

Pressure Balance Shower Only Dual Control (Volume & Temperature) Ceramic Disc Cartridge Platinum Shower Trim Kit

Pressure Balance Shower Only Dual Control (Volume & Temperature) Ceramic Disc Cartridge Platinum Shower Trim Kit Shower Only PL8900-00 & TR-SH Pressure Balance Shower Only Dual Control (Volume & Temperature) Ceramic Disc Cartridge Platinum Shower Trim Kit - Installation Instructions Before Your Installation Read

More information

Big Blue Mars Final Report

Big Blue Mars Final Report Big Blue Mars Final Report Member Names Kyle Hart Dale McClure Michael McEwen Contact Information hartman1000@hotmail.com michaelmce@yahoo.com dale.mcclure@uky.edu 2006-04-02 Faculty Advisor Dr. Bill Smith

More information

4. Z-axis assembly. 4. Z-axis assembly. Written By: Josef Prusa manual.prusa3d.com Page 1 of 18

4. Z-axis assembly. 4. Z-axis assembly. Written By: Josef Prusa manual.prusa3d.com Page 1 of 18 4. Z-axis assembly Written By: Josef Prusa 2017 manual.prusa3d.com Page 1 of 18 Step 1 Get the necessary tools 13/17mm spanners 3.6mm flathead screwdriver Needle-nose pliers 2.5 and 1.5mm Allen key Step

More information

ARMFIELD OPEN CHANNEL FLUME OBSTACLES AND DYE INJECTION SYSTEM DANIEL CAHN AND JEAN DORIOT SUMMER 2004

ARMFIELD OPEN CHANNEL FLUME OBSTACLES AND DYE INJECTION SYSTEM DANIEL CAHN AND JEAN DORIOT SUMMER 2004 ARMFIELD OPEN CHANNEL FLUME OBSTACLES AND DYE INJECTION SYSTEM DANIEL CAHN AND JEAN DORIOT SUMMER 2004 ABSTRACT This project contained a few different assignments aimed for a flume. The first assignment

More information

Table of Contents. Lucas Nülle GmbH Page 1/75

Table of Contents. Lucas Nülle GmbH Page 1/75 Table of Contents Table of Contents Automation Technology CIM Computer Integrated Manufacturing CIM 1-2 Individual components used in machining CIM 1 Lathe machine CIM 2 Milling machine CIM 11-23 Examples

More information

2X2 Metal Enclosure Installation Instructions P/N #

2X2 Metal Enclosure Installation Instructions P/N # 2X2 Metal Enclosure Installation Instructions P/N # 10-0410-00-00 IMPORTANT SAFETY INSTRUCTIONS SAVE THESE INSTRUCTIONS PLEASE READ ENTIRE MANUAL BEFORE USING THIS PRODUCT. Please read the instruction

More information

Hauschild GmbH. Magazine systems, Process automation, Robotic machining cells, Sorters

Hauschild GmbH. Magazine systems, Process automation, Robotic machining cells, Sorters GmbH Hauschild Hauschild GmbH Kohlfurther Brücke 69 42349 Wuppertal Germany Tel.: +49 202 24742-0 Fax: +49 202 24742-42 info@hauschildgmbh.com www.hauschildgmbh.com Magazine systems, Process automation,

More information

New clamp system for conveyor belt joining. 4B Beltsiflex RF Rubber Fastener joining system

New clamp system for conveyor belt joining. 4B Beltsiflex RF Rubber Fastener joining system New clamp system for conveyor belt joining. 4B Beltsiflex RF Rubber Fastener joining system The 4B Beltsiflex RF fastener system is distinguished by its high flexibility, resistance and easy installation.

More information

Versatile Camera Machine Vision Lab

Versatile Camera Machine Vision Lab Versatile Camera Machine Vision Lab In-Sight Explorer 5.6.0-1 - Table of Contents Pill Inspection... Error! Bookmark not defined. Get Connected... Error! Bookmark not defined. Set Up Image... - 8 - Location

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

Parameter Value Unit Notes

Parameter Value Unit Notes Features Single axis measurement from ±5 to ±60 High resolution and accuracy. Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 and RS485 output

More information

Manual for Propeller Type H40F

Manual for Propeller Type H40F Manual for Propeller Type H40F Propeller Type: Propeller Serial No.: Date of Sale: Seal and signature of Manufacturer: Index 1 List of Modifications... 3 2 Description... 4 3 Specification of Helix Propeller

More information