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

Size: px
Start display at page:

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

Transcription

1 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 all warnings and cautions in the manual. Once you are done with all your tasks for the day, 1) Save all your programs to permanent storage (i.e. flash drive) and 2) Remove all of your programs from the robot tablet (if you uploaded any). Failure to remove your programs from the robot controller will result in a loss of points. There is a TCP offset and mass created by the gripper and the load cell. For both robots, use a gripper offset in the Z-direction of mm. Use a mass of 1.5kg for Robot 1 and 1.85kg for Robot 2. Objective: Use the UR5 robot and a pneumatic chuck to assemble a flashlight. Lab Procedure: For this lab you will be programming the robot using the RoboDK Python API to assemble a flashlight. The flashlight has undergone subassemblies before assembly with the robot, reducing the assembly to four parts. The four parts that you will be assembling are the head, barrel, tail cap, and battery as shown in Figure 1. Figure 1: Flashlight parts that will be assembled during the lab. 1

2 In order to assemble the flashlight, you will need to clamp the head of the flashlight into the pneumatic chuck mounted to the table, which is controlled by digital I/O in the robot controller. A sample script for using the pneumatic chuck is provided in the Appendix and is posted to the course website. The layout of the components is shown in Figure 2. The four flashlight components will be placed onto a tray. The drawing file for this tray can be seen in the Appendix. Figure 2: The frame of the robot, {XR, YR}, relative to the frame of the chuck, {XC, YC}, and tray, {XT, YT}. The origin of the tray frame is located in the center of the hole in which the flashlight head is mounted, as outlined in the Appendix. The flashlight tray, as seen in Figure 3, has mounting holes around each flashlight component insert. These are for you to mount fixtures on to the flashlight tray to customize or make your assembly process easier. Creativity points will be awarded to students who do any creative modifications that improve the assembly process. Examples of modifications could include improving the fixturing, sensing, or control of the robot. The steps of the assembly should go as follows: 1) Place the head into the chuck. 2) Clamp the chuck using the Digital I/O. 3) Place the barrel onto the head. 4) Screw the barrel onto the head until 3 Nm is reached. Use the tighten_torque() function to do this. Ignore the torque readings from the first few rotations as high forces will occur when you try to insert onto the threads. See Appendix for more information on monitoring torques. 5) Insert the battery pack into barrel. Make sure you place the battery pack into the flashlight with the correct polarity. 6) Place the tail cap onto the barrel 7) Align and screw the tail cap until a torque of 2 Nm is reached. 8) Unclamp the assembly with the Digital I/O. 9) Remove the assembled flashlight from the chuck and place it in the head location of the flashlight tray. 2

3 Notes: - Verify that all the flashlight components are oriented in the same manner for each test. - Tightening the threads with the robot takes a lot of time. After you have the threading started, you can pause your threading task, manually thread the next few rotations and then resume the robot doing the threading. This will save you considerable time during the robot assembly task development. When you take a video of your assembly or demo your assembly the robot needs to perform the whole assembly without human assistance. - Ignore the torque measurement during the first few thread rotations. The torque will be high during the initial threading but will come down. - Start the assembly at slow speeds. Once you have the flashlight assembly working, then try to assemble the flashlight as quickly as possible. The speed setting that we started out with are: speed_ms = 0.25 [m/1], speed_rads = 0.25 [rad/s], acc_mss = 0.2 [m/s^2], blend_radius = [m]. - When you release a part, it may stick to the gripper and become misaligned. Think about gripper release methods which will minimize this issue. - The positions in Table 1 provide you with a starting point for the location of parts. You will need to fine tune these locations in order to assemble the flashlight. - Adding delays into your assembly program can be helpful. - Save multiple versions of your code. If you have parts of the assembly working, save it. Keep track of version numbers of your code. - Sometimes RoboDK will delete Python code. Make sure to save a copy of your Python code external to RoboDK. - Slowing down the robot s movements before inserting a part will result in a more accurate assembly and will not trigger the protective stop as easily. - The robot has the load cell attached but the cable is disconnected. If you are a motivated student and would like to incorporate impedance control to your flashlight assembly process, please contact a TA. It will be your duty to disconnect the load cell when you are done. Using impedance control would be one way to earn creativity points. - Note that get_joint_torques() is a command to get the joint torques from the robot itself (called within tighten_torque function). You will not need the external load cell to do this. The external load cell could be used if you would like to implement impedance control. - The robot often tries to rotate past its joint range when using its inverse kinematic solvers. Adding poses defined by joint angles will reduce this issue. - Especially during screwing operations, be careful not to pull any cables that are attached to the robot. Coming up with a practical solution for handling the cords or dealing with any other problematic part of the assembly process can be counted toward creativity points. 3

4 Table 1: Fixture locations with respect to the robot base frame. The Z direction is omitted in this table. Fixture/ Component X (mm) Y (mm) (1) Tray (2) Chuck Deliverables: - A single report which addresses the following issues and includes: 1) An abstract, introduction, methods, results, discussion, and conclusion section. 2) Description of the steps and method you used to assemble the flashlight. 3) How would you describe the effectiveness of assembling the flashlight? Is your code good enough for an industrial flashlight assembly? Why or why not? 4) How quickly were you able to assemble the flashlight? Provide the time in seconds that it took for your assembly. 5) Is there anything creative you added to the flashlight tray to make the assembly easier? Explain what you added and how it helped the assembly process. 6) Describe how you would speed up the assembly without increasing the robot s speed. Assume that you are in an industrial setting and have ten thousand dollars left in your budget. 7) Based upon your experience with the UR5 robot, what are other assemblies that you feel confident doing? Provide details on how you would accomplish these other assemblies. - A single zip file named [last_name]_[first name]_lab4.zip uploaded to Canvas which contains: 1) A PDF of your report. 2) All robot files (RoboDK, Universal Robot Projects). 3) A video of your robot assembling the flashlight. The format for the video should be.mp4,.avi, or.m4v. - Demos of your assembly will be evaluated by Professor Donath from April A hard copy of your report and the digital submission are due 24 hours after your demo. A grading rubric will be provided at a later date. Issues may come up and questions may be posed by students. When appropriate, we will share these with others in the class. It is your responsibility to check your and Canvas announcements. 4

5 Appendix: Barrel Battery Tail Cap Head Figure 3: Drawing file of the flashlight tray that holds parts for 1 flashlight. The tray coordinate frame is centered where one head piece of the flashlight is located. All units are reported in inches. Figure 4: Drawing file of the chuck assembly. All units are reported in inches. 5

6 Figure 5: Sample script for clamping and unclamping the chuck. 6

7 Using Pneumatic Chuck Commands in your Code: The post processor Universal_Robots.py, which is what your Python code goes through to generate URScript code in the lab, has been updated on the computers in ME 50B. They have been modified to include the clamp() and unclamp() functions shown above in Figure 5. Additionally, it declares global variables for pin_clamp = 0 and pin_unclamp = 2. Essentially, this means that as long as you are generating your code from the computers in ME 50B, the only lines of code you need to clamp or unclamp the pneumatic chuck are: robot.runcodecustom('clamp()', INSTRUCTION_INSERT_CODE) robot.runcodecustom('unclamp()', INSTRUCTION_INSERT_CODE) Note: You may notice the INSTRUCTION_INSERT_CODE argument is different from the INSTRUCTION_CALL_PROGRAM we used in lab 3. It is suggested that you use INSTRUCTION_INSERT_CODE since it will type exactly what you specify in the post processed code. INSTRUCTION_CALL_PROGRAM doesn t allow spaces and other characters. Additionally, you will want to use robot.runcodecustom('declare Variable', INSTRUCTION_INSERT_CODE) to declare variables within your code that are not supported by the post processor, such as a variable to get the joint torque values of the UR5 robot. Steps to Change Post Processor: 1. Right click on the UR5 robot, select Options in the drop-down menu (see below) 7

8 2. In the top right of the panel that pops up, click parameters (see below) 3. Another pop up called Robot Parameters should appear, and you should see a post processor section. Next to Post Processor you should see a drop-down menu. Click the drop-down menu and select Universal_Robots_me5286 (see below). 4. This is the post processor that will automatically add the clamp() and unclamp() functions. 5. Some of you may get an error when you try to Generate robot program using this post processor saying that there is no file in C:\Users\X500\temp\filename.py. a. To fix this, save the Python program you are working on in the path C:\Users\X500\temp\ (where X500 is the X500 of the user logged in) b. Reopen the Python program saved at this path in RoboDK. 8

9 Screwing on Flashlight Components while Monitoring Torque: Monitoring the torque while screwing on components isn t straight forward in RoboDK Python API. It would require rewriting a large portion of the post processor used in RoboDK or using many robot.runcodecustom() commands to construct while loops. Instead, a function was created in the post processor that takes care of twisting on the component while monitoring the torque of the 6 th joint of the robot. This function is automatically added to the end of your post processed code when using the computers in ME 50B. The function is called tighten_torque() and should ONLY be called once you have almost fully twisted on the flashlight component without checking torque (only a turn or so left), then this function will finish tightening the piece on. Once the measured torque exceeds the torquelimit you set, the robot will quit twisting the piece on. You will have to insert this function into your code by using RunCodeCustom(). The definition of the function is below; def tighten_torque(torquelimit, wrist3_startangle, wrist3_endangle, jointaccel, jointspeed, num_checktorque, gripperforce, gripperspeed, gripperopen): Where the arguments are; torquelimit = Max allowable torque for 6th joint on the UR5 wrist3_startangle, wrist3_endangle = Start and end angles of the 6th joint for twisting (rad) jointaccel = Acceleration of the joints jointspeed = Speed of the joints num_checktorque = The number of times you want to check the torque during the twist gripperforce = Force of the gripper (1-100) gripperspeed = Speed of the gripper (1-100) gripperopen = The amount you want the gripper to open (1-100) Using this function in your Python code may look like this: robot.runcodecustom('tighten_torque(5, 0, 1.57, 2, 2, 1, 100, 100, 50)', INSTRUCTION_INSERT_CODE) 9

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

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/28/2019 2/08/2019)

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/28/2019 2/08/2019) ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/28/2019 2/08/2019) Note: At least two people must be present in the lab when operating the UR5 robot. Upload a selfie of you, your partner,

More information

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/22/2018 2/02/2018)

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/22/2018 2/02/2018) ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/22/2018 2/02/2018) Note: At least two people must be present in the lab when operating the UR5 robot. Upload a selfie of you, your partner,

More information

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello World Duration: 1 Week

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello World Duration: 1 Week ME 5286 Robotics Labs Lab 1: Hello World Duration: 1 Week Note: Two people must be present in the lab when operating the UR5 robot. Upload a selfie of you, your partner, and the robot to the Moodle submission

More information

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE Exercise 2 Point-to-Point Programs EXERCISE OBJECTIVE In this exercise, you will learn various important terms used in the robotics field. You will also be introduced to position and control points, and

More information

Bipedinno. 12-DOF Waist-high Robot

Bipedinno. 12-DOF Waist-high Robot Bipedinno 12-DOF Waist-high Robot Instruction Manual Version 1.18 Trademark Innovati,, and BASIC Commander, are registered trademarks of Innovati Inc. InnoBASIC and cmdbus are trademarks of Innovati Inc.

More information

BLUEMOTION UXP, CDP, SD

BLUEMOTION UXP, CDP, SD Feed and Support Kit Contents FEED KIT CONTENTS: - One () 7 Feed Cord - One () 4 Canopy - One () Grommet - One () Threaded Barrel - One () 7 Swedged Suspension Cable - One () Y-Cable Assembly with Cable

More information

1. ASSEMBLING THE PCB 2. FLASH THE ZIP LEDs 3. BUILDING THE WHEELS

1. ASSEMBLING THE PCB 2. FLASH THE ZIP LEDs 3. BUILDING THE WHEELS V1.0 :MOVE The Kitronik :MOVE mini for the BBC micro:bit provides an introduction to robotics. The :MOVE mini is a 2 wheeled robot, suitable for both remote control and autonomous operation. A range of

More information

RPS. XR Front Drive Updates CORPORATION

RPS. XR Front Drive Updates CORPORATION FACTORY CAT 1. To start a replacement of the XR Front Wheel Drive, make sure the machine is on level ground with the rear wheels chocked and always disconnect the batteries. 2. Locate the Positive and

More information

Model BiConiLog Antenna. User Manual

Model BiConiLog Antenna. User Manual Model 3149 BiConiLog Antenna User Manual ETS-Lindgren Inc. reserves the right to make changes to any products herein to improve functioning or design. Although the information in this document has been

More information

MULTI-ACTIVITY PLAY TABLE

MULTI-ACTIVITY PLAY TABLE ASSEMBLY INSTRUCTIONS! WARNING: CHOKING HAZARD - Small parts. Not for children under 3 years.! CAUTION: Adult assembly required. C 2006 Melissa and Doug, Inc. All Rights Reserved www.melissaanddoug.com

More information

Read Below! Read Below! Read Below! Read Below! Read Below! Read Below! STOP READ TIPS BELOW TO MAKE ASSEMBLY MUCH EASIER

Read Below! Read Below! Read Below! Read Below! Read Below! Read Below! STOP READ TIPS BELOW TO MAKE ASSEMBLY MUCH EASIER Read Below! Read Below! Read Below! Read Below! Read Below! Read Below! STOP READ TIPS BELOW TO MAKE ASSEMBLY MUCH EASIER Here are some guidelines to help make assembling your unit much easier: -Read and

More information

DPM Kit DK-1. Using the DPM Kit

DPM Kit DK-1. Using the DPM Kit DPM Kit DK-1 Using the DPM Kit To ensure safe usage with a full understanding of this product's performance, please be sure to read through this manual completely. Store this manual in a safe place where

More information

Model 3180B Mini-Bicon Antenna User Manual

Model 3180B Mini-Bicon Antenna User Manual Model 3180B Mini-Bicon Antenna User Manual Model 3180B with conical elements Model 3180B with cage elements ETS-Lindgren L.P. reserves the right to make changes to any product described herein in order

More information

Read Below! Read Below! Read Below! Read Below! Read Below! Read Below! STOP READ TIPS BELOW TO MAKE ASSEMBLY MUCH EASIER

Read Below! Read Below! Read Below! Read Below! Read Below! Read Below! STOP READ TIPS BELOW TO MAKE ASSEMBLY MUCH EASIER Read Below! Read Below! Read Below! Read Below! Read Below! Read Below! STOP READ TIPS BELOW TO MAKE ASSEMBLY MUCH EASIER Here are some guidelines to help make assembling your unit much easier: -Read and

More information

Model 3104C. Biconical Antenna. User Manual

Model 3104C. Biconical Antenna. User Manual Model 3104C Biconical Antenna User Manual ETS-Lindgren L.P. reserves the right to make changes to any product described herein in order to improve function, design, or for any other reason. Nothing contained

More information

Experiment 4 Topic: Solar Panels Week A Procedure

Experiment 4 Topic: Solar Panels Week A Procedure Experiment 4 Topic: Solar Panels Week A Procedure Laboratory Assistant: Email: Office/Hours E-4 Website: Shirui Luo Sluo1@nd.edu 12/03 12/06 from 5:00 pm to 6:00 pm in Fitzpatrick B14 http://www.nd.edu/~jott/measurements_lab/e4/

More information

Experiment A6 Solar Panels I Procedure

Experiment A6 Solar Panels I Procedure Experiment A6 Solar Panels I Procedure Deliverables: Full Lab Report (due the week after break), checked lab notebook Overview In Week I, you will characterize the solar panel circuits (as shown in Figure

More information

Repair Instructions. Replacing a La Z Time Mechanism Side Subassembly. Remove the Back(s): Remove the Mechanism Assembly: CAUTION.

Repair Instructions. Replacing a La Z Time Mechanism Side Subassembly. Remove the Back(s): Remove the Mechanism Assembly: CAUTION. Replacing a La Z Time Mechanism Side Subassembly Tools Required: Slotted Screwdriver Power Driver 8" Driver Extension Ruler Note: Extension springs are not typically used on non-chaise standard width styles,

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

Automatic Tool Changer (ATC) for the prolight A Supplement to the prolight 1000 User s Guide

Automatic Tool Changer (ATC) for the prolight A Supplement to the prolight 1000 User s Guide Automatic Tool Changer (ATC) for the prolight 1000 A Supplement to the prolight 1000 User s Guide 1 1995 Light Machines Corporation All rights reserved. The information contained in this supplement (34-7221-0000)

More information

ZIP CLOUD SUSPENDED INSTALLATION MANUAL

ZIP CLOUD SUSPENDED INSTALLATION MANUAL ZIP CLOUD SUSPENDED INSTALLATION MANUAL www.delviro.com info@delviro.com 1.877.502.3434 SAFETY NOTE: Follow the Electrical Codes of the Country where this fixture will be installed. For Canada follow the

More information

BrewsBySmith.com STC DIY Kit

BrewsBySmith.com STC DIY Kit BrewsBySmith.com STC-1000 + DIY Kit Contact Information: Greg Smith www.brewsbysmith.com greg@boostbysmith.com I. Hardware Included: STC-1000 flashed with latest software (v1.06 currently) (if purchased)

More information

CMA-455 Suspended Ceiling-Tile Reinforcing Kit

CMA-455 Suspended Ceiling-Tile Reinforcing Kit INSTALLATION INSTRUCTIONS CMA-455 Suspended Ceiling-Tile Reinforcing Kit The provides a sturdy support for LCD/DLP hanging brackets (and certain other products) when installing these products in a suspended

More information

PR2 Power Board Remove/Replace Instructions

PR2 Power Board Remove/Replace Instructions PR2 Power Board Remove/Replace Instructions 7/20/2010 PR2 Power Board Remove/Replace Overview Removing and/or replacing a PR2 Power Board is a difficult operation. There are many ways to cause injury to

More information

A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs

A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs Activity 1 - Play Music A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs Computer Science Unit One of the simplest things that we can do, to make something cool with our robot,

More information

JK TrailGate JK TrailGate

JK TrailGate JK TrailGate INSTALLATION INSTRUCTIONS INST-17-66-010_A JK TrailGate IMPORTANT: Thank you for purchasing this Poison Spyder product. Please read through this entire document before proceeding with installation. If

More information

F5513 APOGEE 30"DIA 3LTS PENDANT INSTALLATION INSTRUCTIONS WARNING

F5513 APOGEE 30DIA 3LTS PENDANT INSTALLATION INSTRUCTIONS WARNING F5513 APOGEE 30"DIA 3LTS PENDANT INSTALLATION INSTRUCTIONS TROY LIGHTING DISCONNECT POWER BEFORE RE-LAMPING OR WIRING THE FIXTURE READ ALL INSTRUCTIONS COMPLETELY BEFORE STARTING INSTALLATION. CAUTION

More information

Installation Fence Guide Kodiak Iron. Exceptional Fencing Extraodinary Customer Service

Installation Fence Guide Kodiak Iron. Exceptional Fencing Extraodinary Customer Service Installation Fence Guide Kodiak Iron Exceptional Fencing Extraodinary Customer Service Kodiak Fence System Installation Guide Thank you for the purchasing the Kodiak Fence System. Fence installation is

More information

Revision 1. March 21, ADC Operation Manual N 11 th St San Jose CA

Revision 1. March 21, ADC Operation Manual N 11 th St San Jose CA Revision 1 March 21, 2017 ADC Operation Manual www.mountztorque.com - 1080 N 11 th St San Jose CA 95112 408.292.2214 1 Index 1. Installation 3 1.1 Required PC specification 3 1.2 Software 3 2. Operation

More information

Installing the 3 Indexer: PRS Standard Tools

Installing the 3 Indexer: PRS Standard Tools 888-680-4466 ShopBotTools.com Installing the 3 Indexer: PRS Standard Tools Copyright 2016 ShopBot Tools, Inc. page 1 Copyright 2016 ShopBot Tools, Inc. page 2 Table of Contents Route Cable into Box...5

More information

INSTRUCTIONS

INSTRUCTIONS IMPORTANT: THIS IS A HIGH PERFORMANCE PART AND IMPROPER INSTALLATION COULD RESULT IN INJURY OR DEATH! NEVER WORK UNDER AN AUTOMOBILE THAT IS NOT PROPERLY SUPPORTED AND BLOCKED FROM ROLLING. NO CREDIT OR

More information

How to Blog to the Vanguard Website

How to Blog to the Vanguard Website How to Blog to the Vanguard Website Guidance and Rules for Blogging on the Vanguard Website Version 1.01 March 2018 Step 1. Get an account The bristol vanguard website, like much of the internet these

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 Mind Project s Iris 1 Robotic Arm. Packing List Assembly instructions

The Mind Project s Iris 1 Robotic Arm. Packing List Assembly instructions The Mind Project s Iris 1 Robotic Arm Packing List Assembly instructions Packing list Below you will find pictures and descriptions of each part. It may be helpful to take each piece out of the bag and

More information

Type XTSR71 Sizes

Type XTSR71 Sizes (Page 1 of 13) s 494-5258 Type XTSR71 s 494-5258 Figure 1 Thomas XTSR71 Coupling 1. General Information 1.1 Thomas Couplings are designed to provide a mechanical connection between the rotating shafts

More information

EZ PROMPTER Instruction Booklet

EZ PROMPTER Instruction Booklet EZ PROMPTER Instruction Booklet The EZ PROMPTER is easy to setup and use, this booklet is your guide to help you get started. Ph. 818-982-7775 BarberTVP.com EZ Prompter, BarberTech, Barber Technologies,

More information

The Mind Project s Iris 1 Robotic Arm. Assembly instructions Step 1

The Mind Project s Iris 1 Robotic Arm. Assembly instructions Step 1 The Mind Project s Iris 1 Robotic Arm Assembly instructions Step 1 Packing list Below you will find pictures and descriptions of each part. It may be helpful to take each piece out of the bag and place

More information

TOYOTA TUNDRA CARGO DIVIDER Preparation. Part Number: PT

TOYOTA TUNDRA CARGO DIVIDER Preparation. Part Number: PT Preparation Part Number: PT767-34070 Kit Contents 1 1 Divider Screen 2 1 LH Bracket with Warning Label 3 1 RH Bracket without Warning Label NOTE: Part number of this accessory may not be the same as the

More information

Parts List. Robotic Arm segments ¼ inch screws Cable XBEE module or Wifi module

Parts List. Robotic Arm segments ¼ inch screws Cable XBEE module or Wifi module Robotic Arm 1 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the Sten-Bot kit against component defects.

More information

User Manual. This User Manual will guide you through the steps to set up your Spike and take measurements.

User Manual. This User Manual will guide you through the steps to set up your Spike and take measurements. User Manual (of Spike ios version 1.14.6 and Android version 1.7.2) This User Manual will guide you through the steps to set up your Spike and take measurements. 1 Mounting Your Spike 5 2 Installing the

More information

Hatchback Wing Riser Kit

Hatchback Wing Riser Kit Hatchback Wing Riser Kit 2015-06-11 Thank you for purchasing this PERRIN product for your car! Installation of this product should only be performed by persons experienced with installation of aftermarket

More information

Using the Ruler Tool to Keep Your Tracks Straight Revised November 2008

Using the Ruler Tool to Keep Your Tracks Straight Revised November 2008 Using the Ruler Tool to Keep Your Tracks Straight Revised November 2008 Suppose you had to lay a section of track 8000 feet (2424m) long. The track will include a station and several industrial sidings.

More information

Corner Key Doweling Jig Instructions Effective July 2018

Corner Key Doweling Jig Instructions Effective July 2018 Corner Key Doweling Jig Instructions Effective July 2018 Review full manual instructions prior to use for important safety information. Always check Rockler.com to confirm that you are using the most recent

More information

JPF Welding Automation

JPF Welding Automation 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 Summary

More information

Back to health. Back to work. Back to life.

Back to health. Back to work. Back to life. TECHNIQUE Back to health. Back to work. Back to life. U PLUS 90 INSTRUMENTATION OVERVIEW W&H IMPLANTMED POWER UNIT OVERVIEW Low-profile Primary Guides Compresses the U-clip to match rib thickness Clamps

More information

ALM473 DUAL MONO \ STEREO AUDIO LEVEL MASTER OPERATION MANUAL IB

ALM473 DUAL MONO \ STEREO AUDIO LEVEL MASTER OPERATION MANUAL IB ALM473 DUAL MONO \ STEREO AUDIO LEVEL MASTER OPERATION MANUAL IB6408-01 TABLE OF CONTENTS GENERAL DESCRIPTION 2 INSTALLATION 2,3,4 CONNECTION AND SETUP 4,5,6,7 FUNCTIONAL DESCRIPTION 8,9 MAINTENANCE 9

More information

Double-Ridged Waveguide Horn Antennas

Double-Ridged Waveguide Horn Antennas Models 3112, 3106B, 3119, 3115, 3117, 3116C Double-Ridged Waveguide Horn Antennas User Manual ETS-Lindgren Inc. Although the information in this document has been carefully reviewed and is believed to

More information

INSTALLATION TORSION SPRING FRONT OR REAR MOUNT LOW HEADROOM. 1 Cutting Vertical Track. 2 Fully Adjustable Jamb Brackets

INSTALLATION TORSION SPRING FRONT OR REAR MOUNT LOW HEADROOM.  1 Cutting Vertical Track. 2 Fully Adjustable Jamb Brackets TORSION SPRING FRONT OR REAR MOUNT LOW HEADROOM Wayne Dalton, a division of Overhead Door Corporation P.O. Box 67, Mt. Hope, OH., 44660 Supplemental insert Copyright 2015 Wayne Dalton, a division of Part

More information

2 Robot Pick and Place

2 Robot Pick and Place 2 Robot Pick and Place NAME: Date: Section: INTRODUCTION Robotic arms are excellent for performing pick and place operations such as placing small electronic components on circuit boards, as well as large

More information

Playground Assembly Instructions

Playground Assembly Instructions Before You Begin Playground Assembly Instructions Locate the playground set on firm, level ground. Assemble the playground on or close to its permanent location Two people are recommended to assemble the

More information

INSTALLATION OF THE TRACK FOR THE STRAIGHT SIDE STEEL LADDER

INSTALLATION OF THE TRACK FOR THE STRAIGHT SIDE STEEL LADDER ASSEMBLY OF THE 7180 STRAIGHT SIDE STEEL LADDER TOOLS REQUIRED FOR ASSEMBLY SAFETY GLASSES (2) 1 / 2 WRENCHES OR SOCKETS STEP LADDER OF APPROPRIATE HEIGHT (2) 7 / 16" WRENCHES OR SOCKETS HACKSAW FLAT HEAD

More information

Band-Master ATS Nano Pneumatic Banding Tool Operating Instructions

Band-Master ATS Nano Pneumatic Banding Tool Operating Instructions Band-Master ATS 601-118 Nano Pneumatic Banding Tool CONTENTS 601-118 Overview... 3 Safety.... 5 Initial Tool Set-up... 5 Regulator assembly mounting... 5 Attach tool head to regulator.... 6 Operating instructions...

More information

Installation Job Aid (English) for Avaya WLAN 8100 series- WLAN AP 8120 with External Antenna

Installation Job Aid (English) for Avaya WLAN 8100 series- WLAN AP 8120 with External Antenna Release 3.0 NN47251-311 Issue 02.01 June 2014 Installation Job Aid (English) for Avaya WLAN 8100 series- WLAN AP 8120 with External Antenna How to get help To access the complete range of services and

More information

Maintenance Information

Maintenance Information 47104302 Edition 1 November 2012 Cordless Drill/Driver QX Series Maintenance Information Save These Instructions Tool Diagnosis 1. Before servicing this unit, you will need a fully charged battery of known

More information

GTA Mar Pg 1 of 14

GTA Mar Pg 1 of 14 TVS equipment placement on your vehicle as describe in the Pocket Guide is the optimal suggested location(s) for your vehicle. Actual placement should be dictated by the mission and operational conditions

More information

6. What to Do If... This section describes error messages that may appear on the display and how to resolve problems that can occur during operation.

6. What to Do If... This section describes error messages that may appear on the display and how to resolve problems that can occur during operation. 6. What to Do If... This section describes error messages that may appear on the display and how to resolve problems that can occur during operation. 101 The machine doesn't run The power does not switch

More information

ivu Series TG Image Sensor

ivu Series TG Image Sensor Quick Start Guide Introduction The ivu Series Image Sensor is used to monitor labels, parts, and packaging for type, size, orientation, shape, and location. The sensor has an integrated color touch screen

More information

18600 Angular Momentum

18600 Angular Momentum 18600 Angular Momentum Experiment 1 - Collisions Involving Rotation Setup: Place the kit contents on a laboratory bench or table. Refer to Figure 1, Section A. Tip the angular momentum apparatus base on

More information

ME 461 Laboratory #5 Characterization and Control of PMDC Motors

ME 461 Laboratory #5 Characterization and Control of PMDC Motors ME 461 Laboratory #5 Characterization and Control of PMDC Motors Goals: 1. Build an op-amp circuit and use it to scale and shift an analog voltage. 2. Calibrate a tachometer and use it to determine motor

More information

SERVICE BULLETIN

SERVICE BULLETIN SERVICE BULLETIN 16-03-28 Date Released: May 6, 2016 (Initial Release) June 2, 2016 (Added Note, pg.11) Date Effective: May 6, 2016 Affected Models: Subject: Required Action: All RV-3, 4, 6/6A, 7/7A, 8/8A,

More information

Tech Note #3: Setting up a Servo Axis For Closed Loop Position Control Application note by Tim McIntosh September 10, 2001

Tech Note #3: Setting up a Servo Axis For Closed Loop Position Control Application note by Tim McIntosh September 10, 2001 Tech Note #3: Setting up a Servo Axis For Closed Loop Position Control Application note by Tim McIntosh September 10, 2001 Abstract: In this Tech Note a procedure for setting up a servo axis for closed

More information

BATTERY GRIP INSTRUCTION MANUAL

BATTERY GRIP INSTRUCTION MANUAL BG-D700 BG-D90 BATTERY GRIP INSTRUCTION MANUAL Product Diagram 1- Contact Cap 2- Holder for Nikon dslr Signal Contact Cover 3- Signal Contacts 4- Auto-Focus Button 5- Main Control Dial 6- Multi-Selector

More information

Introduction to Carpentry Power Tools

Introduction to Carpentry Power Tools Youth Explore Trades Skills Introduction to Carpentry Power Tools Description s use power tools every day, and the ability to use these tools correctly and safely is paramount. In this Activity Plan, students

More information

Hardware Installation. Do this first:

Hardware Installation. Do this first: 1 Do this first: Hardware Installation Need some help? Here s what you ll need: 4 AA Batteries Phillips screwdriver Visit us online. support.remotelock.com We re here to help. 1 (877) 254 5625 support@remotelock.com

More information

Proximity-Sensor Counter Installation Instruction Model: MRC-PRO

Proximity-Sensor Counter Installation Instruction Model: MRC-PRO Proximity-Sensor Counter Installation Instruction Model: MRC-PRO NYS DOT Approval SYSDYNE CORP. 1055 Summer St. 1 st Floor Stamford, CT 06905 Tel: (203)327-3649 Fax: (203)325-3600 Contents: Introduction...

More information

INSPECTION AND CORRECTION OF BELLHOUSING TO CRANKSHAFT ALIGNMENT

INSPECTION AND CORRECTION OF BELLHOUSING TO CRANKSHAFT ALIGNMENT INSPECTION AND CORRECTION OF BELLHOUSING TO CRANKSHAFT ALIGNMENT BACKGROUND Proper alignment of the transmission input shaft to the crankshaft centerline is required in order to achieve the best results

More information

STERILIZATION The following are GUIDELINES for product sterilization.

STERILIZATION The following are GUIDELINES for product sterilization. The following are GUIDELINES for product sterilization. Rultract retractor assemblies are reusable instruments. They are supplied non-sterile and must be cleaned and sterilized prior to initial use and

More information

MESA-HPX. Assembly and Installation Manual. w/appendix A for Prodelin Antenna. 901-Manual-MESA-HPX

MESA-HPX. Assembly and Installation Manual. w/appendix A for Prodelin Antenna. 901-Manual-MESA-HPX MESA-HPX Assembly and Installation Manual w/appendix A for Prodelin Antenna 901-Manual-MESA-HPX Rev 30 March 2011 2 INDEX Installation Cautions 4 Installation Pole Height Orientation of the Mount on the

More information

Installation And Care Instructions. Vertical Honeycomb Shades

Installation And Care Instructions. Vertical Honeycomb Shades Installation And Care Instructions Vertical Honeycomb Shades Rev 5/2013 Table Of Contents Getting Started... 3 Parts Overview... 4 Materials Required... 5 Tools Required... 6 Outside Mount Installation...

More information

Question: My polarity switch appears to be defective. How can I replace it on my own?

Question: My polarity switch appears to be defective. How can I replace it on my own? Title: Replacing the polarity switch on an Axopatch 200B. Question: My polarity switch appears to be defective. How can I replace it on my own? Answer: This is a very difficult procedure. We highly recommend

More information

Studio 2 - Pneumatic Launcher

Studio 2 - Pneumatic Launcher GEORGIA INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 Creative Decisions and Design Summer 2010 Studio 2 - Pneumatic Launcher In order to successfully design and build

More information

VSD-6500 Frame Exploded View LIFT P/N

VSD-6500 Frame Exploded View LIFT P/N VSD-6500 Frame Exploded View LIFT P/N 511-65075-01 34 34 45 96 55 108 22 9 7 55 54 34 89 90 56 24 99 23 111 SEE SHEET 4 34 91 45 106 20 55 26 68 95 5 55 109 7 22 8 54 53 71 66 5 95 31 58 6 6 46 60 73 25

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

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

Rifle Arcade Game. Introduction. Implementation. Austin Phillips Brown Casey Wessel. Project Overview

Rifle Arcade Game. Introduction. Implementation. Austin Phillips Brown Casey Wessel. Project Overview Austin Phillips Brown Casey Wessel Rifle Arcade Game Introduction Project Overview We will be making a virtual target shooting game similar to a shooting video game you would play in an arcade. The standard

More information

Stand Alone Rudder Angle Indicator System

Stand Alone Rudder Angle Indicator System ComNav Marine Ltd. Phone: 604-207-1600 #15-13511 Crestwood Place Fax: 604-207-8008 Richmond, BC E-mail: sales@comnav.com Canada V6V 2G1 Web: www.comnavmarine.com Stand Alone Rudder Angle Indicator System

More information

Assembly Instructions: Bencher Skylark

Assembly Instructions: Bencher Skylark Assembly Instructions: Bencher Skylark Tools Required: Pop Rivet Tool Tape Measure Hex Wrenches Screwdriver Several Disposable Rags Two Saw Horses Several boxes or bowls to hold fasteners and small parts

More information

Date: Current Balance. In this lab, you will examine the interaction of two current carrying wires.

Date: Current Balance. In this lab, you will examine the interaction of two current carrying wires. Name: Partner(s): Date: Current Balance Purpose In this lab, you will examine the interaction of two current carrying wires. Significance The ampere, in the MKS system of units, is defined in the following

More information

Heavy duty profiles. Heavy loads with maximum stability. Profile general overview... p Heavy duty profiles... S Load data... p.

Heavy duty profiles. Heavy loads with maximum stability. Profile general overview... p Heavy duty profiles... S Load data... p. Heavy loads with maximum stability Profile general overview... p. 366 Heavy duty profiles... S. 368 Load data... p. 372 Connection techniques... p. 374 Accessories... p. 384 Heavy duty profiles 365 Heavy

More information

FC3920K and FC5539K Automatic Foam Cutting CNC Machines

FC3920K and FC5539K Automatic Foam Cutting CNC Machines FC3920K and FC5539K Automatic Foam Cutting CNC Machines Disclaimer You accept all risks and responsibilities for looses, damages costs and other consequences resulting directly or indirectly from using

More information

MODEL M1023 QUICK CHANGE COLLET ATTACHMENT INSTRUCTION MANUAL. Phone: On-Line Technical Support:

MODEL M1023 QUICK CHANGE COLLET ATTACHMENT INSTRUCTION MANUAL. Phone: On-Line Technical Support: MODEL M1023 QUICK CHANGE COLLET ATTACHMENT INSTRUCTION MANUAL Phone: 1-360-734-3482 On-Line Technical Support: tech-support@shopfox.biz #6727BL COPYRIGHT JANUARY, 2005 BY WOODSTOCK INTERNATIONAL, INC.

More information

Fusion 360 Part Setup. Tutorial

Fusion 360 Part Setup. Tutorial Fusion 360 Part Setup Tutorial Table of Contents MODEL SETUP CAM SETUP TOOL PATHS MODEL SETUP The purpose of this tutorial is to demonstrate start to finish, importing a machineable part to generating

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

A524 ASSEMBLY & INSTALLATION INSTRUCTIONS BELLADONNA PENDANT CASTLETON, VERMONT USA SYNCHRONICITYLIGHTING.COM Rev A 1 OF 7

A524 ASSEMBLY & INSTALLATION INSTRUCTIONS BELLADONNA PENDANT CASTLETON, VERMONT USA SYNCHRONICITYLIGHTING.COM Rev A 1 OF 7 1 OF 7 COMPONENT PARTS A B Canopy Mounting Bracket C Anchor (4) D #10 Wood Screw (4) E F G H Safety Cable Ground Screw Cupped Washer Safety Cable screw I Gripper (2) J Barrel Knob (4) K L Lightbar Fixture

More information

BOB SLAY (assembly instructions)

BOB SLAY (assembly instructions) BOB SLAY (assembly instructions) Items included: 7 x Acrylic cutouts labeled A-G 1 x Acrylic IO Panel 1 x Acrylic locking plate of PCI cards 2 x Acrylic 5.25 spacers 2 x momentary switches (power/reset)

More information

4-Port Antenna Frequency Range Dual Polarization HPBW Adjust. Electr. DT

4-Port Antenna Frequency Range Dual Polarization HPBW Adjust. Electr. DT 4-Port Antenna Frequency Range Dual Polarization HPB Adjust. Electr. DT Y1 Y2 3300 3800 3300 3800 2 12 set by hand or by optional RCU (Remote Control Unit) X X 65 65 4-Port Antenna 3300 3800/3300 3800

More information

Clearview Railing System Installation Instructions

Clearview Railing System Installation Instructions Clearview Railing System Installation Instructions Disclaimer: AGS Stainless, Inc. has its Clearview Railing Systems designed by a professional engineer to meet the requirements of the latest national

More information

Adjustable Wall Mount and Adjustable Mobile Stand for the PolyVision PJ920 Ultra-Short Throw Projector. Installation Guide

Adjustable Wall Mount and Adjustable Mobile Stand for the PolyVision PJ920 Ultra-Short Throw Projector. Installation Guide Adjustable Wall Mount and Adjustable Mobile Stand for the PolyVision PJ920 Ultra-Short Throw Projector Installation Guide Part number 2002553-001 Rev A 2011 PolyVision Corporation All rights reserved Table

More information

installation guide 1 GUIDE#: pwb-assault-001

installation guide 1 GUIDE#: pwb-assault-001 assault WAKEBOARD tower installation guide INSTALLATION SUPPORT 1 important information This Aerial wakeboard tower fits motor boats with 76-108 inch wide beam widths. This measurement is taken from the

More information

GS550-CSA. GS550-CSA class 1 division 2 specifications. Features: Applications: General Description:

GS550-CSA. GS550-CSA class 1 division 2 specifications. Features: Applications: General Description: Features: : multi-sensor stainless steel display /receiver class 1 division 2 specifications All stainless steel enclosure AISI-304 Weather resistant 2x20 characters text display with backlight 16,000

More information

Custom Pendant- Hardwire Assembly and Installation Instructions

Custom Pendant- Hardwire Assembly and Installation Instructions Custom Pendant- Hardwire Assembly and Installation Instructions CAUTION: BEFORE INSTALLING FIXTURE, MAKE SURE THE POWER TO THE CIRCUIT IS TURNED OFF AT THE MAIN FUSE BOX / CIRCUIT BREAKER UTILITY BOX.

More information

Legacy Woodworking Machinery a division of Phantom Engineering. The Legacy CNC. Assembly Manual

Legacy Woodworking Machinery a division of Phantom Engineering. The Legacy CNC. Assembly Manual Legacy Woodworking Machinery a division of Phantom Engineering The Legacy CNC Assembly Manual New Orientation of the Legacy Step one: Re-orientation of the machine Remove the X-axis screw and supports.

More information

Mini Hexapodinno. 18-DOF Robot

Mini Hexapodinno. 18-DOF Robot Mini Hexapodinno 18-DOF Robot Instruction Manual Version 1.11 Trademark Innovati,, and BASIC Commander, are registered trademarks of Innovati Inc. InnoBASIC and cmdbus are trademarks of Innovati Inc. Copyright

More information

Problem/Procedure Description. Requirements. Problem/Procedure Solution. How-To Document. Updated on: 11/13/2008 By:Christopher Ware

Problem/Procedure Description. Requirements. Problem/Procedure Solution. How-To Document. Updated on: 11/13/2008 By:Christopher Ware Problem/Procedure Description Performing maintenance on 95s, 95sII and H100 Requirements Ball Bearing Grease (LPKF P/N 106976) Tri-Flow Teflon lubricant aerosol. 3-in-1 Multi-purpose Oil Electronic Component

More information

Build your own. Stages 47-50: Continue building up Robi s left leg

Build your own. Stages 47-50: Continue building up Robi s left leg Build your own Pack 13 Stages 47-50: Continue building up Robi s left leg Build your own All rights reserved 2016 CONTENTS Published in the UK by De Agostini UK Ltd, Battersea Studios 2, 82 Silverthorne

More information

Star Trac Turbo Trainer Assembly & Setup

Star Trac Turbo Trainer Assembly & Setup Star Trac Turbo Trainer Use the following procedures to unpack and assemble your Turbo Trainer manufactured by Star Trac. UNPACKING AND PARTS LIST Position the shipping carton so the Heavy End logo is

More information

MKPLAY VAULT MINI TRAMPOLINE SERIES

MKPLAY VAULT MINI TRAMPOLINE SERIES MKPLAY VAULT MINI TRAMPOLINE SERIES 55 INCH (4.5FT) TRAMPOLINE WITH SAFETY NET ENCLOSURE Weight Limit 100lbs (45kg) Person Limit 1 Persons Age Limit 3-6 years 1 TABLE OF CONTENTS Parts List Trampoline

More information

TeacherGeek Launcher Example Build

TeacherGeek Launcher Example Build LAUNCHER EXAMPLE BUILD TeacherGeek Launcher Example Build TeacherGeek, 2011 LAUNCHER EXAMPLE BUILD TeacherGeek 2 LAUNCHER BASE PARTS A B D F E C G LAUNCHER EXAMPLE BUILD TeacherGeek 3 ASSEMBLING THE LAUNCHER

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information