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

Size: px
Start display at page:

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

Transcription

1 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 with all your tasks for the day, 1) Save all your programs to permanent storage (i.e. flash drive or H drive) and 2) Remove all of your programs from the robot controller (tablet) including the script files. 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. Use a gripper offset in the Z-direction of 148.9mm and a mass of 0.9kg. Objective: Use the UR5 robot to assemble a flashlight. Lab Procedure: For this lab you will be programming the robot with your software of choice 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 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, {XX RR, YY RR }, relative to the frame of the chuck, {XX CC, YY CC }, and tray, {XX TT, YY TT },. 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 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 head. 4) Screw the barrel onto the head until 3 Nm is reached. Use the get_joint_torques() command 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. 5) Insert 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/0. 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 s^-1], speed_rads = 0.25 [rad s^-1], 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. - 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 often times tries to rotate past its joint range when using its inverse kinematic solvers. Adding poses defined by joint angles will reduce this issue. Table 1: Fixture locations wrt robot base frame, the Z direction is omitted in this table Fixture/ Component X (mm) Y (mm) (1) Trays (2) Chuck

4 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 assembly the flashlight? Provide the time in seconds that it took for your assembly. 5) Speeding up the assembly without increasing the robot s speed, describe how you would do this. Assume that you are in an industrial setting and have ten thousand dollars left in the budget. 6) 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. 7) What was your desired programming method for all the labs. - A single zip file named [last_name]_[first name]_lab4.zip uploaded to Moodle which contains: 1) A PDF of your report. 2) All robot files (RoboDK, URScript, Universal Robot Projects). 3) A video of your robot assembling the flashlight. The format for the video should be.mp4,.avi, or.m4v. - A hard copy of your report is due at the start of class on April 5 th. - Demos of your assembly will be evaluated by Professor Donath from March Additionally requirements and information about these submissions will be posted at a later point. 4

5 Appendix: Figure 3: Drawing file of the flashlight tray that holds parts for 3 flashlights. 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

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

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

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

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

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

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

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

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

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

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

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

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

Hardinge Dead-Length Collet Chuck A2-5, A2-6 and A2-8 to 5C, 16C and 3J

Hardinge Dead-Length Collet Chuck A2-5, A2-6 and A2-8 to 5C, 16C and 3J Hardinge Dead-Length Collet Chuck A2-5, A2-6 and A2-8 to 5C, 16C and 3J Installation Instructions and Parts Lists Seating Torque M8 to 612 in. Lbs M12 to 90 ft. Lbs M16 to 200 ft. Lbs. Seating Torque 40

More information

Removing the Z-Axis lead screw

Removing the Z-Axis lead screw Page 1 of 8 TITLE: Sabre Z-Axis Lead Screw Replacement Procedure Gerber FastFact #: 5048 Supplied by: Gerber Hardware Support Last Modified: June 14, 2007 Summary: Tools used: The following procedure explains

More information

Mounting Instructions For 3-Piece Namur Style Mounting Bracket To 2-Way 60 Series Valves

Mounting Instructions For 3-Piece Namur Style Mounting Bracket To 2-Way 60 Series Valves Mounting Instructions For 3-Piece Namur Style Mounting Bracket To 2-Way 60 Series Valves NOTE: These instructions apply only to 60 series ball valves with bodies containing external mounting nibs. External

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

GF Machining Solutions. System 3R. Mecatool WEDM. Productportfolio. Version 2, valid from July 1st. 2017

GF Machining Solutions. System 3R. Mecatool WEDM. Productportfolio. Version 2, valid from July 1st. 2017 GF Machining Solutions System 3R Mecatool WEDM Productportfolio Version 2, valid from July 1st. 2017 Design and quality by System 3R Contents Zeroline...page ICS...page 7 Unimatic...page 15 Accessories...page

More information

EPS Duct Fabrication and Installation Sheet

EPS Duct Fabrication and Installation Sheet EPS Duct Fabrication and Installation Sheet EPS Cooling Duct for 2014-2016 Corvette Parts Required for Fabrication: Description Quantity Templates for EPS Duct 2 Template for Front Compartment Air 1 Deflector

More information

S6 User s Manual USER S MANUAL ver. 1.0

S6 User s Manual USER S MANUAL ver. 1.0 S6 User s Manual SKEETER - 1U LOW PROFILE SOLUTION Table of Contents Tabletop Configuration 2 Tabletop Configuration Accessories 4 Slide Configuration 5 slide configuration accessories 7 rack Mount configuration

More information

Side-of-Pole Mount for 4 Modules (SPM4) For Module Type B ASSEMBLY INSTRUCTIONS. step-by-step assembly and installation

Side-of-Pole Mount for 4 Modules (SPM4) For Module Type B ASSEMBLY INSTRUCTIONS. step-by-step assembly and installation Side-of-Pole Mount for 4 Modules (SPM4) For Module Type B ASSEMBLY INSTRUCTIONS step-by-step assembly and installation Version 1, Rev A SP3358-2 PCN 060712-5 Side-of-Pole Mount for 4 Modules (SPM4) For

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

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

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

Pressure Vessel Assembly Instructions

Pressure Vessel Assembly Instructions Pressure Vessel Assembly Instructions 1) Measure aluminum tube outer diameter 2) Machine both end caps and only drill pilot holes for all hoes shown 3) Weld both end caps onto the aluminum tube and be

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

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

DIVIDING EQUIPMENT DIVIDING EQUIPMENT

DIVIDING EQUIPMENT DIVIDING EQUIPMENT 64 DIVIDING EQUIPMENT 65 D-01 UNIVERSAL TILTING ROTARY TABLE Model: HUT-300 QUICK MANUAL INDEXING. Suitable for milling, boring, shaping, drilling, dividing, setting angles and for circular cutting. Tilting

More information

Hardinge 5C Pneumatic Collet Block

Hardinge 5C Pneumatic Collet Block Hardinge 5C Pneumatic Collet Block Installation Operating Instructions Maintenance Step Chuck 3 /16 T-Handle Wrench Chapman Wrench Collet ID Sure-Grip Expanding Collet Work Stop (4) Bolt Holes Shoulder

More information

NOTE: Landscape Forms is not responsible for site preparation, footings, or electrical wiring.

NOTE: Landscape Forms is not responsible for site preparation, footings, or electrical wiring. 11/2009 Stop Embedded Mount Bollard HANDLE WITH CARE! Pangard II Polyester Powder coat is a strong, long-lasting finish. Protect this finish from damage during installation. Place unwrapped powder coated

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

adaptivemechanical adaptive

adaptivemechanical adaptive Mechanical clamping elements mechanical 6 Content Product group 6 Sliding clamp, mechanical 6.2210 Clamping block, mechanical 6.2212 High-pressure spindle, mechanical with integral wedge system 6.2270

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

These Installation Instructions are valid for antennas in the following version:

These Installation Instructions are valid for antennas in the following version: Installation Instructions 4 ft CompactLine Antennas (with E-Mount 200 km/h) SB, SBX NMT 480-12(e) These installation instructions have been written for qualified, skilled personnel. The antenna shall be

More information

MODEL SK61732 COMPRESSOR SERVICE KIT

MODEL SK61732 COMPRESSOR SERVICE KIT MODEL SK61732 COMPRESSOR SERVICE KIT For use on 607 and 617 Model Compressors with.32 Stroke WARNING: Unplug the compressor before beginning disassembly. CAUTION: Improper assembly or use of damaged parts

More information

INSTALLATION INSTRUCTION RRU DOUBLE LIGHT POLE MOUNT

INSTALLATION INSTRUCTION RRU DOUBLE LIGHT POLE MOUNT INSTALLATION INSTRUCTION RRU Double Light Pole Mount for installation of two RRU units on mast, towers or other vertical structures. CUE DEE YOUR INNOVATIVE PARTNER 1 CONTENTS 1. PRODUCT COVERED IN THIS

More information

Range height adjustable assembly

Range height adjustable assembly Table of contents Digital handset operation 3 Height adjustable bench kit 4-5 Cable carrier 6 Ganging tray and ganging rail 7 Height adjustable return frame kit 8 Cable entry pole 9 24 and 30 d worksurfaces

More information

SECURITY DOORS - 2', 3', 4'

SECURITY DOORS - 2', 3', 4' INTRODUCTION: CAREFULLY READ THE CONTENTS OF THESE INSTRUCTIONS, AS THEY INDICATE THE CORRECT STEP BY STEP PROCEDURE TO ASSEMBLE THE PRODUCT. THE CARTON CONTENTS PAGE(S) WILL IDENTIFY THE ASSEMBLY PARTS.

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

Model Biconical Antenna. User Manual

Model Biconical Antenna. User Manual Model 3109 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

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

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

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

PIFOC QuickLock Thread Adapter

PIFOC QuickLock Thread Adapter PIFOC QuickLock Thread Adapter Installation instructions Contents Introduction... 2 Design... 2 P-721.xxQ PIFOC QuickLock Thread Adapter... 2 Component Overview... 3 Assembly... 4 Demounting... 4 P-721.xxA

More information

HUSTLER 7' & 8' POOL TABLE ASSEMBLY INSTRUCTIONS

HUSTLER 7' & 8' POOL TABLE ASSEMBLY INSTRUCTIONS HUSTLER 7' & 8' POOL TABLE ASSEMBLY INSTRUCTIONS Please Do Not Hesitate to Contact Our Consumer Hotline at 800-759-0977 with Any Questions That May Arise During Assembly or Use of This Product! NG2515PB/NG2520PB

More information

ASSEMBLY & INSTALLATION GUIDE

ASSEMBLY & INSTALLATION GUIDE ASSEMBLY & INSTALLATION GUIDE APPLICATION GM Truck (Full-size Trucks) PART # 74805-00A (Silver) 74805-0A(Black) INSTALLATION TIME Hour SKILL LEVEL 2 3 4 = Easy TOOLS REQUIRED Phillips screw driver Torx

More information

Model Biconical Antenna. User Manual

Model Biconical Antenna. User Manual Model 3109 Biconical 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

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

x12 GAZEBO ASSEMBLY INSTRUCTIONS

x12 GAZEBO ASSEMBLY INSTRUCTIONS 30 10 x1 GAZEBO ASSEMBLY INSTRUCTIONS Assembly with more than one person recommended 0 L:\WP51\Instructions\SOLARIUMS INSTRUCTION BOOKS\30\ZZZ-0.30.0807-1.GP.EN.doc Step 1: Assemble beams A and B using

More information

Suggested Methods of Mounting Free-Flex Pivots

Suggested Methods of Mounting Free-Flex Pivots Suggested Methods of Mounting Free-Flex Pivots For most applications, Riverhawk recommends orientation of the pivot to operate with a V c load condition. V c load is defined as a pure radial load located

More information

Instruction page index: Installation Instructions for Bosca Models BOS-XX-C-XX, & BOS-XX-S-XX. Page 1 of 5

Instruction page index: Installation Instructions for Bosca Models BOS-XX-C-XX, & BOS-XX-S-XX. Page 1 of 5 Installation Instructions for Bosca Models BOS-XX-C-XX, & BOS-XX-S-XX Page of 5 BOSCA clip-in mount or BOSCA magnetic BOSCA -in mount Instruction page index: Clip-in installation Screw-in installation

More information

x16 GAZEBO ASSEMBLY INSTRUCTIONS

x16 GAZEBO ASSEMBLY INSTRUCTIONS 36 1 x16 GAZEBO ASSEMBLY INSTRUCTIONS Assembly with more than one person recommended 0 L:\WP51\Instructions\SOLARIUMS INSTRUCTION BOOKS\36\ZZZ-05.36.0810-1.GP.EN.doc Step 1: Assemble beams A and B using

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

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

Instruction Sheet RADIO FREQUENCY SYSTEMS. Install. Instr. for Microwave Parabolic Antennas 2.4 m (8 ft) No Rev.

Instruction Sheet RADIO FREQUENCY SYSTEMS. Install. Instr. for Microwave Parabolic Antennas 2.4 m (8 ft) No Rev. Instruction Sheet No. 412764 Rev. B ECO 12469 Install. Instr. for Microwave Parabolic Antennas 2.4 m (8 ft) These Installation Instructions are valid for antennas in the following version: reflector 2.4

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

GRUL400 Cordless Ultra-Lok Tool

GRUL400 Cordless Ultra-Lok Tool Operating Instructions Cordless Table of Contents Warranty & Safety Guidelines 2 Setup Instructions 3-4 Settings 5 Parts List 6 Troubleshooting 7 Assembly Instructions 8 Clamp Application Free-End 9-10

More information

Wind Turbine Experimenter s Kit User Guide

Wind Turbine Experimenter s Kit User Guide Wind Turbine Experimenter s Kit User Guide 42284 V0116 Cautionary and Warning Statements This kit is designed and intended for educational purposes only. Use only under the direct supervision of an adult

More information

Super Sky Surfer 2000 Assembly Instructions

Super Sky Surfer 2000 Assembly Instructions Super Sky Surfer 2000 Assembly Instructions Note: Plug and Play version of the Sky Surfer comes with fuselage pre-glued and motor/servos installed. If you wish to route antennas or wires through the tail,

More information

Hardinge FlexC Dead-Length Collet System Style A. Installation Instructions and Parts Lists. FlexC Collet System Style A Instructions B-153

Hardinge FlexC Dead-Length Collet System Style A. Installation Instructions and Parts Lists. FlexC Collet System Style A Instructions B-153 Hardinge FlexC Dead-Length Collet System Style A Installation Instructions and Parts Lists 1 General Safety Information Before installing the Hardinge FlexC Collet System on your machine tool, thoroughly

More information

x12 GAZEBO ASSEMBLY INSTRUCTIONS

x12 GAZEBO ASSEMBLY INSTRUCTIONS adlonco@hotmail.com 30 10 x1 GAZEBO ASSEMBLY INSTRUCTIONS Assembly with more than one person recommended 0 ZZZ-0.30.100-1.GP.EN.HER.doc Before you assemble the Gazebo It is important that this gazebo be

More information

Installation Instructions 4 ft Antennas (with E-Mount) DA, DAX, UA, UDA, UXA SD, SDX, SU, SUX

Installation Instructions 4 ft Antennas (with E-Mount) DA, DAX, UA, UDA, UXA SD, SDX, SU, SUX Installation Instructions 4 ft Antennas (with E-Mount) DA, DAX, UA, UDA, UXA SD, SDX, SU, SUX NMT 553-01(e) These Installation Instructions are valid for antennas in the following version : Reflector Ø

More information

4-Port Antenna ircu / /65 16/18.5dBi 0 10 /0 10 T V01

4-Port Antenna ircu / /65 16/18.5dBi 0 10 /0 10 T V01 4-Port Antenna Frequency Range Dual Polarization Half-power Beam Width Integrated replaceable Remote Control Unit Adjustable Electrical Downtilt 0 10 0 10 4-Port Antenna 698 894/1710 2170 65 /65 16/18.5dBi

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS R5 STEP BOARD APPLICATION: 2009-2017 Dodge Ram 1500 Quad / Crew Cab 2010-2017 Dodge Ram 2500/3500 Crew Cab PART NUMBER: 28-51040, 28-51045, 28-51050, 28-51055 ITEM QUANTITY DESCRIPTION

More information

Side-of-Pole Mount for 4 Modules (SPM4) For Module Type D

Side-of-Pole Mount for 4 Modules (SPM4) For Module Type D Side-of-Pole Mount for 4 Modules (SPM4) For Module Type D ASSEMBLY INSTRUCTIONS step-by-step assembly and installation Version 1, Rev A PCN 060712-7 Side-of-Pole Mount for 4 Modules (SPM4) For Module Type

More information

Mini Project #2: Motion Planning and Generation for a Robot Arm

Mini Project #2: Motion Planning and Generation for a Robot Arm Mini Project #2: Motion Planning and Generation for a Robot Arm Team Assignment: Your professor will assign the teams. You will have about 5 minutes to get acquainted, exchange contact information and

More information

C I R R U S EMERGENCY DESCRIPTION A. Emergency Locator Transmitter (ELT)

C I R R U S EMERGENCY DESCRIPTION A. Emergency Locator Transmitter (ELT) EMERGENCY 1. DESCRIPTION A. Emergency Locator Transmitter (ELT) This airplane is equipped with a self-contained ELT. The ELT transmitter is installed immediately behind the aft cabin bulkhead. The ELT

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

Installation Instructions for Solar Snow Pad (SSP-T-3)

Installation Instructions for Solar Snow Pad (SSP-T-3) Installation Instructions for Solar Snow Pad (SSP-T-3) Warning- Do not use this product on solar arrays where the calculated array snow loads exceed 50 pounds per square foot (psf). Most solar panels are

More information

Installation Instructions

Installation Instructions Installation Instructions Flat Wall Mount CAUTION: DO NOT EXCEED THE MAXIMUM STATED WEIGHT CAPACITY. SERIOUS INJURY OR PROPERTY DAMAGE MAY OCCUR! SLT-400 200x200 / 300x300 400x200 / 400x400 46 MAX 70kg

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

ēno one Adjustable Wall Mount and Adjustable Mobile Stand Installation Guide

ēno one Adjustable Wall Mount and Adjustable Mobile Stand Installation Guide Installation Guide Part number 2002105-001 Rev B 2011 PolyVision Corporation All rights reserved Table of contents Overview... 3 Important considerations... 3 Adjustable Wall Mount considerations... 3

More information

Rear Mount Installation Instructions

Rear Mount Installation Instructions Rear Mount Installation Instructions Ford Transit Low Roof 130 WB Frame Kit Part #: DTC 0809-011 V1.0.10.12.18 IMPORTANT INSTALLATION STEPS ARE DENOTED USING A STOP SIGN. THESE STEPS MUST BE PERFORMED

More information

IN 578. Tools Required. Torque Specification: 10mm Socket 7/16 Socket 1/2 Socket 1/2 Wrench 7/16 Wrench 1/8 Allen Wrench.

IN 578. Tools Required. Torque Specification: 10mm Socket 7/16 Socket 1/2 Socket 1/2 Wrench 7/16 Wrench 1/8 Allen Wrench. Tools Required 2011-C Ford F250/F350 No Drilling into Vehicle is Required 10mm Socket 7/16 Socket 1/2 Socket 1/2 Wrench 7/16 Wrench 1/8 Allen Wrench FL277 x 1 Torque Specification: 1/4 Bolts - 6 Ft Lbs.

More information

Installation and Assembly: In-wall Mount for 32" to 71" Flat Panel Screens

Installation and Assembly: In-wall Mount for 32 to 71 Flat Panel Screens Installation and Assembly: In-wall Mount for 32" to 71" Flat Panel Screens Model# IM760P, IM760P-S IM760PU, IM760PU-S Screen size range 32" to 71" (81 to 180 cm) 32" to 60" (81 to 152 cm) IM760P IM760P-S

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 HPBW Adjust. Electr. DT R1 0.5 7 0 6 set by hand or by optional RCU (Remote Control Unit) X 90 B1 X 90 4-Port Antenna / 90 /90 16.5/18i 0.5 7 /0 6 T Type

More information

MUTO COMFORT DORMOTION XL 150/80 L 80

MUTO COMFORT DORMOTION XL 150/80 L 80 MUTO COMFORT DORMOTION XL 150/80 L 80 Installation instructions - Wall mount with DORMOTION ( ) TABLE OF CONTENTS Closer overall Overview Intended use Wall requirements and fittings Safety instructions

More information

RANGE DIGITAL HANDSET OPERATION. 1. Panel. 2. Initialization Procedure. 3. Move Up & Down. 4. Set Memory Positions. 5. Move to the Memorized Positions

RANGE DIGITAL HANDSET OPERATION. 1. Panel. 2. Initialization Procedure. 3. Move Up & Down. 4. Set Memory Positions. 5. Move to the Memorized Positions INSTRUCTION SHEET #2577INS PART #1730534 DIGITAL HANDSET OPERATION OPERATION INSTRUCTIONS 1. Panel 1 Button: Preset 1 2 Button: Preset 2 3 Button: Preset 3 S Button: Select Display: Reads in 1 / 2 " Increments

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

Installation and Assembly: Flat \ Tilt Wall Mount for VESA 400x400

Installation and Assembly: Flat \ Tilt Wall Mount for VESA 400x400 Installation and ssembly: Flat \ Tilt Wall Mount for VES 400x400 Model: T642-003 Max Load Capacity: 100 lb (45.4 kg) 3215 W. North ve. Melrose Park, IL 60160 (800) 729-0307 or (708) 865-8870 Fax: (708)

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

ABSORB 350 Crash Cushion Product Specifications

ABSORB 350 Crash Cushion Product Specifications ABSORB 350 Crash Cushion Product Specifications Product Specification: ABSORB 350 TL-2 Non Re-directive, Gating, Crash Cushion Applied to Permanent or Portable Concrete Barrier I. General The ABSORB 350

More information

Enclosed Partition Installation Instructions

Enclosed Partition Installation Instructions Nissan NV1500/2500/3500 High Roof Partition Kit Part #: DTC 1502-036 V1.0.08.06.18 IMPORTANT INSTALLATION STEPS ARE DENOTED USING A STOP SIGN. THESE STEPS MUST BE PERFORMED IN THE SPECIFIED ORDER TO ENSURE

More information

USER MANUAL. ReadyFire G6 and IR6 Laser Sight SM25008 SM25009

USER MANUAL. ReadyFire G6 and IR6 Laser Sight SM25008 SM25009 USER MANUAL ReadyFire G6 and IR6 Laser Sight SM25008 SM25009 ABOUT SIGHTMARK Sightmark offers a wide range of products that include red dot scopes, reflex sights, rangefinders, riflescopes, laser sights,

More information

Thomas Disc Couplings Installation and Maintenance Series 71 Sizes (Page 1 of 11) DANGER!

Thomas Disc Couplings Installation and Maintenance Series 71 Sizes (Page 1 of 11) DANGER! Thomas Disc s Installation and Maintenance Series 71 s 150-1038 (Page 1 of 11) This is the Original Document in English Language Figure 1 - Thomas Series 71 1. General Information 1.1. Thomas Series 71

More information

This manual will aid in the assembly of the FireBall V90 and FireBall X90. The assembly of both machines will be identical, unless specified.

This manual will aid in the assembly of the FireBall V90 and FireBall X90. The assembly of both machines will be identical, unless specified. This manual will aid in the assembly of the FireBall V90 and FireBall X90. The assembly of both machines will be identical, unless specified. Step #1 Lay all parts out to verify quantities. (2) 2 x 25-1/4

More information

Dehydrator Box Build Plan

Dehydrator Box Build Plan Dehydrator Box Build Plan Cut Sheet Metal 1. Using a foot shear or similar tool, cut all the sheet metal components to the correct dimensions. For dimensions, refer to drawings LS-101F (Top/Side Panel)

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

Hardinge FlexC Dead-Length Collet System Style DL. Installation Instructions and Parts Lists. FlexC Collet System Style DL Instructions B-152

Hardinge FlexC Dead-Length Collet System Style DL. Installation Instructions and Parts Lists. FlexC Collet System Style DL Instructions B-152 Hardinge FlexC Dead-Length Collet System Style DL Installation Instructions and Parts Lists 1 General Safety Information Before installing the Hardinge FlexC Collet System on your machine tool, thoroughly

More information

Firestar f201 laser & Flyer 3D System Quick Start Guide

Firestar f201 laser & Flyer 3D System Quick Start Guide Important Note: See the Flyer 3D Marking Head and Firestar f201 Laser Operators Manual for complete installation details and instructions. A PDF version is available Online at: http://www.synrad.com/manuals/manuals_laser.htm.

More information

Copyright Black Box Corporation. All rights reserved Park Drive Lawrence, PA Fax

Copyright Black Box Corporation. All rights reserved Park Drive Lawrence, PA Fax Copyright 2004. Black Box Corporation. All rights reserved. 1000 Park Drive Lawrence, PA 15055-1018 724-746-5500 Fax 724-746-0746 JANUARY 2004 RF500A RF507A RF514A RF521A RF501A RF508A RF515A RF522A RF502A

More information

M*CARBO Winchester Model 70 Trigger Spring Kit Download or Print Instructions Contact: Page 1

M*CARBO Winchester Model 70 Trigger Spring Kit Download or Print Instructions Contact: Page 1 Download or Print Instructions Contact: help@mcarbo.com Page 1 Step 1: Clear your Firearm - Remove the magazine, check the chamber, bolt face and magazine well. Step 2: Gather Parts and Tools Needed Step

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

Small Flush Wood Flue Adapter Installation Instructions (SKU )

Small Flush Wood Flue Adapter Installation Instructions (SKU ) Warning Regarding Draft Use of any offset adapter may degrade draft performance of the insert. To minimize the adverse effects, set the adapter to the minimum offset possible. Any leaks in the adapter

More information

AR15 SUPER SLIM AND ULTRA SLIM FREE FLOAT RAIL SYSTEMS

AR15 SUPER SLIM AND ULTRA SLIM FREE FLOAT RAIL SYSTEMS MUM066011803 AR15 SUPER SLIM AND ULTRA SLIM FREE FLOAT RAIL SYSTEMS Proudly Designed and Made in USA Super Lightweight, Flush Fitting, and Continuous with Flat Top AR15 Upper Receiver Features Integral

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

Hardinge FlexC Collet System Style D

Hardinge FlexC Collet System Style D Hardinge FlexC Collet System Style D Installation Instructions and Parts Lists 1 General Safety Information Before installing the Hardinge FlexC Collet System on your machine tool, thoroughly read this

More information

USER MANUAL. ReadyFire G6 and IR6 Laser Sight SM25008 SM25009

USER MANUAL. ReadyFire G6 and IR6 Laser Sight SM25008 SM25009 USER MANUAL ReadyFire G6 and IR6 Laser Sight SM25008 SM25009 ABOUT SIGHTMARK Sightmark offers a wide range of products that include red dot scopes, reflex sights, rangefinders, riflescopes, laser sights,

More information

x16 GAZEBO ASSEMBLY INSTRUCTIONS

x16 GAZEBO ASSEMBLY INSTRUCTIONS adlonco@hotmail.com 36-3 1 x16 GAZEBO ASSEMBLY INSTRUCTIONS Two or more adults required for assembly 0 ZZZ-05.36-3.117-15.GP.EN.HER.doc Before you assemble the Gazebo It is important that this gazebo be

More information

RTI TECHNOLOGIES, INC.

RTI TECHNOLOGIES, INC. RTI TECHNOLOGIES, INC. BRC500 & BRC550 Arbor/Spindle Mechanism Adjustment & Service Technical Instructions The arbor/spindle mechanism of the BRC500/550 is designed to be robust for long life. Occasionally

More information