Exercise 7. Industrial Application Simulation Using a Rotary Carousel EXERCISE OBJECTIVE

Size: px
Start display at page:

Download "Exercise 7. Industrial Application Simulation Using a Rotary Carousel EXERCISE OBJECTIVE"

Transcription

1 Exercise 7 Industrial Application Simulation EXERCISE OBJECTIVE In this exercise, you will learn how to use the Rotary Carousel, Model You will experiment with its various features. You will use the Rotary Carousel to move objects and detect them with a limit switch. The output signal of the limit switch will be used to trigger a control instruction in the program. DISCUSSION A rotary carousel is a rotary conveyor. It is often used to move an object from one robot to another in a small area. The Rotary Carousel of your training system is shown in Figure 7-1. It is driven by a stepper motor mounted in the base. It can rotate either in the clockwise or counterclockwise direction. PLATTER CURSOR DISK DETECTION ZONE LIMIT SWITCH ACTUATOR Figure 7-1. Rotary Carousel As shown in Exercise 3, the number of degrees a stepper motor rotates depends on the degrees per step characteristic of the motor. For the stepper motor of the Rotary Carousel, this characteristic is "1.8". 7-1

2 However, the number of degrees the platter of the Rotary Carousel rotates is not only determined by the motor characteristic, it is also determined by the ratios of the gears that drive the platter. If you look at the gears under the platter, you will note that two gear ratios must be considered: the motor gear to intermediate gear (ratio 1), and the intermediate gear to platter gear (ratio 2). The degrees per step characteristic of the Rotary Carousel expressed in equation form is as follows: degrees (motor degrees/step) (ratio1) (ratio2) step teeth 12 teeth 72 teeth 108 teeth As an example, the number of steps required for the platter to rotate 90( is 1619 (90 degrees/ degrees per step). The operation of the Rotary Carousel is controlled as shown in Table 7-1. Action Rotate the Rotary Carousel in the clockwise or counterclockwise direction Teach Pendant-Controlled Robot System Model 5100 Key on the Teach Pendant Extrnl Mtr + and Extrnl Mtr - Computer-Controlled Robot System Model 5150 Command in the Robotus Application Carousel Table 7-1. Control instructions. Limit Switch The Rotary Carousel is provided with a limit switch. The limit switch is used to detect the presence of objects on the platter. Procedure Summary In the first part of the exercise, Set-up, you will install and connect the Robot Training System and the Rotary Carousel. In the second part of the exercise, Experiment with the Rotary Carousel, you will experiment with the operation of the Rotary Carousel. In the third part of the exercise, Additional Experiment, you will simulate a galvanizing process. A film canister will be used as a steel piece to be galvanized, and the metallic cylinder will be used as a zinc bath. 7-2

3 In the last part of the exercise, Shutdown procedure, you will shut down the system. EQUIPMENT REQUIRED Refer to the Equipment Utilization Chart, in Appendix A of this manual, to obtain the list of equipment required to perform this exercise. PROCEDURE CAUTION! When you work with moving equipment, make sure you are not wearing anything that might get caught, such as a tie or jewelry. If your hair is long, tie it out of the way. Avoid touching the stepper motors. They get hot. Set-up * 1. Install the Articulated-Arm Robot and the Rotary Carousel as shown in Figure 7-2. * 2. Connect the equipment as shown in Appendix B. For detailed instructions, refer to the User Guide of your training system. * 3. Connect the Rotary Carousel cable to the ACCESSORY output on the base of the Articulated-Arm Robot. Make sure the connector is all the way in. * 4. Connect the normally open terminal (NO) of the limit switch to TTL input 1. Connect the common terminal of the limit switch to the common terminal of TTL input

4 FILM CANISTER R0 R6 R7 PLATTER R8 R9 R10 R11 C11 C10 C9 C8 C7 C6 C5 C4 C3 C2 C1 C0 Figure 7-2. Location of the equipment on the work surface. Experiment with the Rotary Carousel * 5. Turn the Power Supply on. Note: Suggested name for this program: EXE_7_A. * 6. Create a program that causes the platter to rotate 90( in the clockwise direction, then rotate 90( in the counterclockwise direction to return to its original position, and stop. Note: You may use the cursor disk on the Rotary Carousel to indicate the starting position of the platter. Refer to the User Manual of your training system to learn how to control the Rotary Carousel if necessary. * 7. Once your program is completed, tested, and debugged, save it. 7-4

5 Additional Experiment 1 Note: Suggested name for this program: EXE_7_B. * 8. Create a program that causes the platter to rotate in the clockwise direction, then change direction when the limit switch is actuated by an object (film canister). Then the platter rotates 180( in the counterclockwise direction and stops automatically. Note: Place some coins in a film canister to add weight, and place it on the platter of the Rotary Carousel as shown in Figure 7-2. The coins will prevent the film canister from slipping on the platter. * 9. Once your program is completed, tested, and debugged, save it. Additional Experiment 2 Simulation of a Galvanizing Process Galvanizing is a process by which the surface of an iron or steel piece is covered by a layer of zinc to prevent corrosion. One method of galvanization consists in dipping the piece in a bath of molten zinc (hot dip galvanization). You will create a program that simulates an articulated-arm robot that picks up a steel piece, dips it in a zinc bath, and places it on a carousel platter. Then the carousel will start to rotate. It will stop rotating when a sensor detects the presence of the galvanized piece. The film canister will simulate the steel piece to be galvanized and the metallic cylinder will simulate the zinc bath in which the steel piece is dipped. Note: Suggested name for this program: EXE_7_C. * 10. Place manually the film canister with a few coins in it at position (R8,C6), and the metallic cylinder, with the opening on top (without lid), at position (R7,C2), as shown in Figure

6 R0 R6 R7,C2 R7 R8 R8,C6 R9 R10 R11 C11 C10 C9 C8 C7 C6 C5 C4 C3 C2 C1 C0 Figure 7-3. Location of the equipment on the work surface. * 11. Perform a home positioning. Record the point. With the Articulated-Arm Robot, pick up the film canister and dip it in the metallic cylinder as shown in Figure 7-4. Do not dip the film canister deeply in the film canister. Since this operation requires precision, the speed should be set very low. * 12. Take out the film canister from the metallic cylinder, and place it on the platter of the Rotary Carousel in the detection zone of the limit switch. Note: The detection zone of the limit switch ends at the black circle on the platter. * 13. Perform a home positioning. * 14. Start the rotation of the platter in the clockwise direction and stop it when the limit switch is actuated by the film canister. 7-6

7 Figure 7-4. Dipping the film canister in the metallic cylinder. * 15. With the Articulated-Arm Robot, complete your program by picking up the film canister (stopped at the limit switch) on the platter, and then by moving it to its original position (R8,C6). Once the film canister is positioned on the work surface, open the gripper and return the Articulated-Arm Robot to the home position. * 16. Once your program is completed, tested, and debugged, save it. * 17. Set the execution of your program for three repetitions. Shutdown Procedure * 18. Turn the Power Supply off. * 19. Disconnect the system and return the equipment to its storage location. 7-7

8 CONCLUSION In this exercise you were introduced to the Rotary Carousel operation. You learned how to control the Rotary Carousel, and how to use the output signal of the limit switch to trigger a control instruction in a program. REVIEW QUESTIONS 1. Which elements determine the actual degree of movement per step performed by the platter of the Rotary Carousel? 2. Determine the number of steps required for the Rotary Carousel of your training system to rotate 270( in the counterclockwise direction. 3. In the program EXE_7_B, explain what causes the rotation direction of the platter to change. 4. What is a rotary carousel often used for? 7-8

9 5. What is the limit switch used for on the Rotary Carousel? 7-9

Project Title: Pneumatic Exercise Machine

Project Title: Pneumatic Exercise Machine EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 27 January 2011 Project Title: Pneumatic Exercise Machine Team Members: Name: Gino Tozzi Name: Seok Hyun (John) Yun Email:

More information

accidents which arise due to non-observance of these instructions and the safety information herein.

accidents which arise due to non-observance of these instructions and the safety information herein. 3 GALLON PANCAKE COMPRESSOR Model: 50959 CALIFORNIA PROPOSITION 65 WARNING: You can create dust when you cut, sand, drill or grind materials such as wood, paint, metal, concrete, cement, or other masonry.

More information

TECHNICAL DESCRIPTION

TECHNICAL DESCRIPTION TECHNICAL DESCRIPTION Exhaust Hose Reel ser. 865, electric motor driven No. 981118101 Description Limit switches, for hose coiling and uncoiling integrated in drive unit. Motor turns drum via a planetary

More information

Time-Delay Electropneumatic Applications

Time-Delay Electropneumatic Applications Exercise 3-4 EXERCISE OBJECTIVE & & & To introduce time delays; To describe the operation of a time-delay valve; To describe the operation of a time-delay relay. DISCUSSION Time-Delays Time delays are

More information

RH800 & 2000 BASIC OPERATIONS

RH800 & 2000 BASIC OPERATIONS RH800 & 2000 BASIC OPERATIONS 2 General information This manual contains technical information regarding Bayer SeedGrowth Equipment. Please read and understand these instructions completely before proceeding

More information

3/8" Dr. Air Butterfly Impact Wrench

3/8 Dr. Air Butterfly Impact Wrench 8192106 3/8" Dr. Air Butterfly Impact Wrench Owner s Manual Read and understand all instructions before use. Retain this manual for future reference. Specifications Construction: Polished aluminum and

More information

RC 195 Receiver-Controller

RC 195 Receiver-Controller Document No. 129-082 RC 195 Receiver-Controller Product Description The POWERS RC 195 Receiver-Controller is a pneumatic instrument that receives one, two or three pneumatic inputs. It produces a pneumatic

More information

Using Dividing Plates with the Rotary Table

Using Dividing Plates with the Rotary Table The premier source of parts and accessories for mini lathes and mini mills. Using Dividing Plates with the Rotary Table Dividing plates allow you to precisely divide a circle into a number of divisions

More information

Introduction to Pneumatics

Introduction to Pneumatics Introduction to Pneumatics Pneumatics Symbols Air generation and distribution Table 1: Symbols use in energy conversion and preparation ITEM SYMBOL MEANING Compressor SUPPLY Pressure Source Pneumatic Pressure

More information

Competitive VEX Robot Designer

Competitive VEX Robot Designer Competitive VEX Robot Designer Skill Set 2: Builder I Terminal Objective 2.3: build a drift chassis Performance Objective: Given provided VEX components, build a drift chassis that can complete five laps

More information

Exercise 8. Closed-Loop Pressure Control, Proportional-Plus-Integral Mode EXERCISE OBJECTIVE

Exercise 8. Closed-Loop Pressure Control, Proportional-Plus-Integral Mode EXERCISE OBJECTIVE Exercise 8 Closed-Loop Pressure Control, EXERCISE OBJECTIVE To understand open and closed-loop pressure control; To learn how to sense the pressure in a pneumatic circuit; To control the pressure in a

More information

Gears Ratios and Speed / Problem Solving

Gears Ratios and Speed / Problem Solving Teacher Mechanics Note to the teacher On this page, students will learn about the relationship between gear ratio, gear rotational speed, wheel radius, diameter, circumference, revolutions and distance.

More information

Learning System for Automation and Communications. Hydraulics. Workbook Basic Level

Learning System for Automation and Communications. Hydraulics. Workbook Basic Level Learning System for Automation and Communications Hydraulics Workbook Basic Level 094468 Authorised applications and liability The Learning System for Automation and Communication has been developed and

More information

READ-ME-FIRST RMF-01. DOWNLOAD COMPLETE TECHNICAL OWNER MANUAL

READ-ME-FIRST RMF-01. DOWNLOAD COMPLETE TECHNICAL OWNER MANUAL RMF-01 READ-ME-FIRST DOWNLOAD COMPLETE TECHNICAL OWNER MANUAL www.nuvincicycling.com/downloads HOW TO GET STARTED WITH NFINITY TM GROUP SETS (330/380)? 2 Components of group sets 2 Shifting 3 Adjusting

More information

GA-300 Gas Analyzer. Technical Note. Overview. Front Panel. iworx Systems, Inc. GA-300

GA-300 Gas Analyzer. Technical Note. Overview. Front Panel. iworx Systems, Inc. GA-300 Technical Note GA-300 Overview The GA-300 CO2 and O2 Gas Analyzer is easy to use, robust, and adaptable to human, animal, and plant applications. The GA-300 has two analog outputs to allow recording and

More information

R E D I C O N T R O L S

R E D I C O N T R O L S R E D I C O N T R O L S Operation & Maintenance Manual Portable Service Purger for Low Pressure Chillers Model: PSP-LP-1B For Refrigerants R-11, R-113, R-114 & R-123 & Other Similar Refrigerants File Literature

More information

1001ICT Introduction To Programming Lecture Notes

1001ICT Introduction To Programming Lecture Notes 1001ICT Introduction To Programming Lecture Notes School of Information and Communication Technology Griffith University Semester 2, 2015 1 4 Lego Mindstorms 4.1 Robotics? Any programming course will set

More information

EEF. Fatigue Testing Unit PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION. Engineering and Technical Teaching Equipment

EEF. Fatigue Testing Unit PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION. Engineering and Technical Teaching Equipment Engineering and Technical Teaching Equipment Fatigue Testing Unit EEF PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION ISO 9001: Quality Management (for Design, Manufacturing, Commercialization and After-sales

More information

Model Air Caddy Orig TABLE OF CONTENTS

Model Air Caddy Orig TABLE OF CONTENTS 92-0919 Orig. 020201 Model 75-0114 Air Caddy TABLE OF CONTENTS CUSTOMER MESSAGE Inside Front Cover SAFETY PRECAUTIONS 3 GENERAL DESCRIPTION 6 SPECIFICATIONS 7 MAINTENANCE 9 INSTALLATION AND OPERATION 11

More information

HOLLISTER-WHITNEY ROPE GRIPPER

HOLLISTER-WHITNEY ROPE GRIPPER HOLLISTER-WHITNEY ROPE GRIPPER Instructions for Model #620GA1, 620GA2 (Patented worldwide, other patents pending) WARNING: KEEP HANDS CLEAR OF ROPE GRIPPER. FORCES CREATED CAN CRUSH FINGERS. Figure 1 ROPE

More information

Finding Proper Gears and Wheels pt.ii

Finding Proper Gears and Wheels pt.ii Finding Proper Gears and Wheels pt.ii Gears are what make your Junior Solar Sprints car move. Finding the proper gear ratio for your car is an extremely important component of your car. Without it, your

More information

e.do Gripper Safety requirements, technical features and assembly and integration instructions

e.do Gripper Safety requirements, technical features and assembly and integration instructions e.do Gripper Safety requirements, technical features and assembly and integration instructions Requirements, technical features and instructions for safe installation and use of the e.do Gripper. CR00758190-en_00/2018.05

More information

SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL

SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL Innovative Technology assume no responsibility for errors, omissions, or damages resulting from the use of information contained within this manual.

More information

HEAT-TIMER CORP. 20 NEW DUTCH LANE FAIRFIELD, NEW JERSEY TEL. (973) FAX (973) INSTALLATION & OPERATION MANUAL TABLE OF CONTENTS

HEAT-TIMER CORP. 20 NEW DUTCH LANE FAIRFIELD, NEW JERSEY TEL. (973) FAX (973) INSTALLATION & OPERATION MANUAL TABLE OF CONTENTS HEAT-TIMER CORP. 20 NEW DUTCH LANE FAIRFIELD, NEW JERSEY 07004 TEL. (973)575-4004 FAX (973)575-4052 INSTALLATION & OPERATION MANUAL MODEL MOD-4 TABLE OF CONTENTS Control Panel...2 MOD-4 Overview...4 Installation...6

More information

Gripping rotary modules

Gripping rotary modules Gripping rotary modules Gripping rotary modules GRIPPING ROTARY MODULES Series Size Page Gripping rotary modules RP 314 RP 1212 318 RP 1216 322 RP 1520 326 RP 2120 330 RP 2128 334 RC 338 RC 1212 342 RC

More information

Exercise 2-3. Flow Rate and Velocity EXERCISE OBJECTIVE C C C

Exercise 2-3. Flow Rate and Velocity EXERCISE OBJECTIVE C C C Exercise 2-3 EXERCISE OBJECTIVE C C C To describe the operation of a flow control valve; To establish the relationship between flow rate and velocity; To operate meter-in, meter-out, and bypass flow control

More information

On-Off switch. Selectable manual control for commissioning. Remote start input for control via an irrigation controller, or external sensor.

On-Off switch. Selectable manual control for commissioning. Remote start input for control via an irrigation controller, or external sensor. SPEEDMAN VARIABLE SPEED PUMP SET VARIABLE SPEED PUMP SET PRODUCT DESCRIPTION Variable speed / constant pressure system consisting of a Davey VM vertical multistage pump with Speedman controller, VSD unit,

More information

Schilling Robotics TITAN 4 Manipulator

Schilling Robotics TITAN 4 Manipulator PRODUCT DATASHEET SUBSEA TECHNOLOGIES Schilling Robotics TITAN 4 Manipulator We put you first. And keep you ahead. Thousands of our manipulator systems are in use worldwide every day. TITAN manipulators

More information

GAS FUEL VALVE FORM AGV5 OM 8-03

GAS FUEL VALVE FORM AGV5 OM 8-03 ALTRONIC AGV5 OPERATING MANUAL GAS FUEL VALVE FORM AGV5 OM 8-03 WARNING: DEVIATION FROM THESE INSTALLATION INSTRUCTIONS MAY LEAD TO IMPROPER ENGINE OPERATION WHICH COULD CAUSE PERSONAL INJURY TO OPERATORS

More information

TECHNICAL DATA SINGLE INTERLOCKED PREACTION SYSTEM WITH PNEUMATIC RELEASE

TECHNICAL DATA SINGLE INTERLOCKED PREACTION SYSTEM WITH PNEUMATIC RELEASE 1 of 10 1. DESCRIPTION (Refer to Figures 1-3.) Viking supervised Single Interlocked Preaction Systems utilize a Viking Deluge Valve and a pneumatically pressurized automatic sprinkler system. The system

More information

Type 3 - PSA Nitrogen Generation System

Type 3 - PSA Nitrogen Generation System Type 3 - PSA Nitrogen Generation System Designed for: Dry or Pre-Action Fire Protection Systems (FPS) with a total capacity from 6,000 to 18,000 gallons 1.0 Nitrogen Generation Corrosion Inhibiting System

More information

INSTALLATION COMMISSIONING, OPERATION & MAINTENANCE MANUAL

INSTALLATION COMMISSIONING, OPERATION & MAINTENANCE MANUAL WedgeRock RW Series Worm Gear Actuators INSTALLATION COMMISSIONING, OPERATION & MAINTENANCE MANUAL Revision 01 Date 4/3/17 Page 1 Table of Contents 1.0 INTRODUCTION... 4 1.1 PURPOSE... 4 1.2 AUDIENCE...

More information

Incorrect installation, adjustment, or misuse of this burner could result severe personal injury, or substantial property damage.

Incorrect installation, adjustment, or misuse of this burner could result severe personal injury, or substantial property damage. Operating instructions GB VD Burners Incorrect installation, adjustment, or misuse of this burner could result severe personal injury, or substantial property damage. To the Equipment Owner: Please read

More information

ENS-200 Energy saving trainer

ENS-200 Energy saving trainer ENS-200 Energy saving trainer Find out about the essential aspects of energy efficiency in compressed air installations Save money Put it into practice Take care of the environment Get training www.smctraining.com

More information

ICS-190 GLM Grenade Launcher, Multiple. 1.Multiple shot, area target grenade launcher. Suitable for offense and defense suppressive fire purpose.

ICS-190 GLM Grenade Launcher, Multiple. 1.Multiple shot, area target grenade launcher. Suitable for offense and defense suppressive fire purpose. 01 INDEX PAGE DABLE OF CONTENT 02/03 The unprecedented SIX firing power IN A ROW. The features of ICS GLM 04 05 06 07 08 09 10 11 12 13 14 1.Multiple shot, area target grenade launcher. Suitable for offense

More information

INSTRUCTION MANUAL. January 23, 2003, Revision 0

INSTRUCTION MANUAL. January 23, 2003, Revision 0 INSTRUCTION MANUAL Model 810A In-Vitro Test Apparatus for 310B Muscle Lever January 23, 2003, Revision 0 Copyright 2003 Aurora Scientific Inc. Aurora Scientific Inc. 360 Industrial Parkway S., Unit 4 Aurora,

More information

1/4 Air Ratchet Wrench

1/4 Air Ratchet Wrench /4 Air Ratchet Wrench 92849 ASSEMBLY AND OPERATING INSTRUCTIONS 349 Mission Oaks Blvd., Camarillo, CA 930 Visit our Web site at http://www.harborfreight.com Copyright 2005 by Harbor Freight Tools. All

More information

MAINTANCE MANUAL CNC ROTARY TABLE MODEL: DMNC-5C YUASA INTERNATIONAL.

MAINTANCE MANUAL CNC ROTARY TABLE MODEL: DMNC-5C YUASA INTERNATIONAL. MAINTANCE MANUAL CNC ROTARY TABLE MODEL: DMNC-5C YUASA INTERNATIONAL. INDEX DESCRIPTION PAGE (1)SPECIFICATION 2 (2)OUTSIDE DIMENSION LAYOUT 3 (3)INSPECTION REPORT 4 (4)PREPARATION FOR OPERATION 5 4-1.LUBRICATING

More information

Experiment AMe-1: Small Animal Respiratory Exchange Ratio (RER)

Experiment AMe-1: Small Animal Respiratory Exchange Ratio (RER) Experiment AMe-1: Small Animal Respiratory Exchange Ratio (RER) Background There are two main sources of energy available for animal metabolism: carbohydrates (CHO) and fats. These molecules are broken

More information

Courseware Sample F0

Courseware Sample F0 Electric Power / Controls Courseware Sample 85303-F0 A ELECTRIC POWER / CONTROLS COURSEWARE SAMPLE by the Staff of Lab-Volt Ltd. Copyright 2009 Lab-Volt Ltd. All rights reserved. No part of this publication

More information

Propane Conversion Kit Instructions

Propane Conversion Kit Instructions 604 8 0/ US/CA For heating engineers Propane Conversion Kit Instructions Logano G4 X gas-fired boiler This conversion kit and the accompanying instructions are for conversion of G4 X gas-fired boilers

More information

User Instruction Manual For Davit Rescue System

User Instruction Manual For Davit Rescue System Instructions for the following series products: Rescue Davit System Model numbers 8004000 and 8302500 User Instruction Manual For Davit Rescue System This manual should be used as part of an employee training

More information

HOLLISTER-WHITNEY ROPE GRIPPER

HOLLISTER-WHITNEY ROPE GRIPPER HOLLISTER-WHITNEY ROPE GRIPPER Instructions for Model #620GA1, 620GA2 (US PATENT 8,511,437) WARNING: KEEP HANDS CLEAR OF ROPE GRIPPER. FORCES CREATED CAN CRUSH FINGERS. Figure 1 ROPE GRIPPER TM MOUNTING

More information

1 DRIVE INDUSTRIAL IMPACT WRENCH

1 DRIVE INDUSTRIAL IMPACT WRENCH 1 DRIVE INDUSTRIAL IMPACT WRENCH 92622 ASSEMBLY AND OPERATING INSTRUCTIONS 3491 Mission Oaks Blvd., Camarillo, CA 93011 Visit our Web site at http://www.harborfreight.com Copyright 2004 by Harbor Freight

More information

UNITROL S SOLUTION - TECHNICAL DATA SHEET #1

UNITROL S SOLUTION - TECHNICAL DATA SHEET #1 UNITROL S SOLUTION - TECHNICAL DATA SHEET #1 SOLID STATE DIFFERENTIAL PRESSURE TRANSDUCER OPTION #9181-05C THEORY: A major variable in the resistance welding process is TIP (electrode) FORCE. Since the

More information

Instructions for High Altitude Conversion

Instructions for High Altitude Conversion 6304 38 0/ US/CA For heating engineers Instructions for High Altitude Conversion Logano G334 X gas-fired boiler This conversion kit and the accompanying instructions are for conversion of G334 X gas-fired

More information

VEX Lifts. (Devices that extend upwards) Lab Rats 2008 Bridge Battle Robot

VEX Lifts. (Devices that extend upwards) Lab Rats 2008 Bridge Battle Robot VEX Lifts (Devices that extend upwards) Lab Rats 2008 Bridge Battle Robot Outline Common Types of Lifts Extension Lifts Continuous Rigging Continuous Internal Rigging Cascade Rigging Challenge Advice Scissors

More information

Project Number: P14474

Project Number: P14474 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P14474 HYDROSTATIC TEST APPARATUS Anushka Kalicharan

More information

ME 8843-Advanced Mechatronics. Project Proposal-Automatic Bike Transmission

ME 8843-Advanced Mechatronics. Project Proposal-Automatic Bike Transmission ME 8843-Advanced Mechatronics Project Proposal-Automatic Bike Transmission 1/21/09 Razid Ahmad Brandon Borm Todd Sifleet Project Proposal: Our goal for the semester long project is to create and automatic

More information

ACV-10 Automatic Control Valve

ACV-10 Automatic Control Valve ACV-10 Automatic Control Valve Installation, Operation & Maintenance General: The Archer Instruments ACV-10 is a precision automatic feed rate control valve for use in vacuum systems feeding Chlorine,

More information

Opening Angle 76º 30º [337] 45º 76º 30º [213] 45º 76º 30º [169] 45º 76º 30º [337] 45º 76º 30º [337] 45º 76º 30º [128] 45º 76º 30º [404] 45º 76º 30º

Opening Angle 76º 30º [337] 45º 76º 30º [213] 45º 76º 30º [169] 45º 76º 30º [337] 45º 76º 30º [337] 45º 76º 30º [128] 45º 76º 30º [404] 45º 76º 30º 17.22 Picture Force N [lbs] Opening Angle Weight Opening/closure time min 84A3-310000000 84A3X310000000 84A3Y310000000 84A3Z310000000 60º 1,35 84A3-0000000 84A3X0000000 950 84A3Y0000000 [213] 84A3Z0000000

More information

Series SFD. Clean Air Filter. Variations. Made to Order. Type. Cartridge (replaceable element) Disposable (non-replaceable element) Up to 100

Series SFD. Clean Air Filter. Variations. Made to Order. Type. Cartridge (replaceable element) Disposable (non-replaceable element) Up to 100 Clean Air Filter Variations SFD SFD SFD SFD Made to Order Type Disposable (non-replaceable element) Cartridge (replaceable element) Flow rate L/min (ANR) (at inlet pressure.7 MPa) Up to 6 Up to 8 Up to

More information

Your safety and the safety of others are very important.

Your safety and the safety of others are very important. NATURAL GAS TO PROPANE CONVERSION KIT ALPKT57- INSTALLATION INSTRUCTIONS PROPANE CONVERSION KIT SAFETY... INSTALLATION REQUIREMENTS... Tools and Parts... LP Gas Requirements... Table of Contents INSTALLATION

More information

Soft Systems. Log Flume - 1. Enter Specification. Activity One ACTIVITIES. Help. for Logicator

Soft Systems. Log Flume - 1. Enter Specification. Activity One ACTIVITIES. Help. for Logicator Log Flume - 1 ACTIVITIES These sheets present a series of activities for building your own programs to control the Log Flume Soft System. Together, they build into a complete control system for the log

More information

SPECIFICATIONS ATTENTION

SPECIFICATIONS ATTENTION VPS 504 S06 Installation Manual - P/N 80122 - Ed. 01/09 VPS 504 S06 and S05 Valve Proving System Installation Instructions VPS 1 6 Gases Natural gas, air and other inert gases. NOT suitable for butane

More information

LUBRICATOR ASSEMBLY AND OPERATING INSTRUCTIONS

LUBRICATOR ASSEMBLY AND OPERATING INSTRUCTIONS AIR FILTER, REGULATOR AND LUBRICATOR 4035 ASSEMBLY AND OPERATING INSTRUCTIONS 349 Mission Oaks Blvd., Camarillo, CA 930 Visit our Web site at http://www.harborfreight.com Copyright 004 by Harbor Freight

More information

300 Held Drive Northampton Pa

300 Held Drive Northampton Pa 300 Held Drive Northampton Pa 18067 610.262.6090 June 10, 2015 Recommended testing for verifying device performance. Intervals of testing are to be set by the Healthcare Provider / Dealer. Table of Contents

More information

Series 2G Diaphragm Actuators

Series 2G Diaphragm Actuators Series 2G Diaphragm Actuators Precise Control: Operates valves in on/off, throttling or proportioning systems Series 2G diaphragm actuators are designed for on/off or throttling control of Norris angle-disc

More information

Technical data sheet. Type overview. Technical data. Safety notes. T5-R2.. Open-close en v Subject to changes 1 / 3

Technical data sheet. Type overview. Technical data. Safety notes.   T5-R2.. Open-close en v Subject to changes 1 / 3 Technical data sheet R2.. Open-close ball valves, 2-way, with internal thread for open and closed cold and warm water systems for shut-off functions on the water side and 2-point controls in air-handling

More information

PTC INSTRUMENTS 2301 Federal Ave Los Angeles CA Phone: Model 500 Automatic Operating Stand Type 3

PTC INSTRUMENTS 2301 Federal Ave Los Angeles CA Phone: Model 500 Automatic Operating Stand Type 3 The Model 500 automatic operating stand provides constant load, controlled rate-of-descent, and application velocity, through a geared electric motor and braking mechanism that alternately lowers the durometer

More information

Copyright MAY, 2008 By Grizzly Industrial, Inc. Warning: No portion of this manual may be reproduced in any shape or form without the written

Copyright MAY, 2008 By Grizzly Industrial, Inc. Warning: No portion of this manual may be reproduced in any shape or form without the written MODEL G5789/G5790 13-PIECE 3 4" IMPACT WRENCH KIT INSTRUCTION MANUAL Copyright MAY, 2008 By Grizzly Industrial, Inc. Warning: No portion of this manual may be reproduced in any shape or form without the

More information

TECHNICAL DATA. TRIMPAC Model B-5 & B-5B

TECHNICAL DATA. TRIMPAC Model B-5 & B-5B September 16, 2013 Trimpac 250a 1. DESCRIPTION DEsCRIPTIoN is a factory assembled trim package for a ed an electric/pneumatic release module in a metal enclosure. The standard trim normally required on

More information

SPECIFICATIONS TABLE Maximum Air Pressure 115 PSI Air Tank Capacity 20 Gallons

SPECIFICATIONS TABLE Maximum Air Pressure 115 PSI Air Tank Capacity 20 Gallons SPECIFICATIONS TABLE Maximum Air Pressure 115 PSI Air Tank Capacity 20 Gallons Air Flow Capacity 6.2 CFM at 40 PSI 5.2 CFM at 90 PSI Motor 2.5 HP Working / 4 HP Peak 120 Volt / 60 Hz / 13 A / 1-Phase Required

More information

TECHNICAL DATA. System water supply pressure enters the priming chamber of the deluge valve (A.1) through the 1/4 (8 mm) priming line, which

TECHNICAL DATA. System water supply pressure enters the priming chamber of the deluge valve (A.1) through the 1/4 (8 mm) priming line, which January 27, 2012 307a 1. (Refer to Figures 1-3.) A Viking Non-Interlocked Preaction system utilizes a Viking Deluge Valve to control water flow into system piping equipped with closed sprinklers. Under

More information

User Manual. Heads-Up Display (HUD) DiveCAN. Mechanical Button Version

User Manual. Heads-Up Display (HUD) DiveCAN. Mechanical Button Version User Manual Heads-Up Display (HUD) Mechanical Button Version DiveCAN Table of Contents 1. Introduction...4 1.1 Features...4 2. Physical Description...5 3. Reading the PPO2...6 3.1 Modified Smither s Code...7

More information

MODEL 269DF-LCF-LCF/WS FILLING SYSTEM

MODEL 269DF-LCF-LCF/WS FILLING SYSTEM MODEL 269DF-LCF-LCF/WS FILLING SYSTEM 29975 Parkway Roseville, Michigan 48066 (586) 778-0426 Fax (586) 778-0479 www.gordinier.com Email: pat@gordinier.com MODEL 269DF-LCF-LCF/WS TABLE OF CONTENTS Receiving

More information

Mechanical systems and control: investigation

Mechanical systems and control: investigation 6 Mechanical systems and control: investigation gear ratio the number of turns of one gear compared to the other is known as gear ratio speed ratio the gear ratio of a gear train, also known as its speed

More information

Using the Optional Bobbin Winder

Using the Optional Bobbin Winder Using the Optional Bobbin Winder When winding the bobbin thread onto a metal bobbin, use the optional bobbin winder. The procedures for using the optional bobbin winder are described below. Precautions

More information

TECHNICAL DATA. Dry 132a. October 1, 2008

TECHNICAL DATA. Dry 132a. October 1, 2008 October 1, 2008 Dry 132a 1. Description Viking High Pressure (HP) Dry Systems utilize a Viking Model E or Model F Deluge Valve to control the water supply to system piping equipped with closed sprinklers.

More information

Easy to operate even for biginners. Set up the number of test. Possible to select from 1 to times

Easy to operate even for biginners. Set up the number of test. Possible to select from 1 to times With a force gauge and attachments, compression/tensile/peeling tests are possible up to 1000N/2500N. It provides consistent testing speed and direction, offering highly accurate test results. MX2-2500N

More information

Gas Fired Residential Heating Boilers

Gas Fired Residential Heating Boilers USER S INFORMATION MANUAL Gas Fired Residential Heating Boilers Models 0042B, 0066B, 0090B, 0135B, 0180B Type H WARNING: If the information in this manual is not followed exactly, a fire or explosion may

More information

HEAVY DUTY KNIFE GATE VALVE

HEAVY DUTY KNIFE GATE VALVE HEAVY DUTY KNIFE GATE VALVE The (SER.22) model knife gate is a bi-directional lug type valve designed according to MSS-SP-81 and TAPPI TIS 405-8 for industrial service applications. The completely new

More information

Copyright MAY, 2008 By Grizzly Industrial, Inc. Warning: No portion of this manual may be reproduced in any shape or form without the written

Copyright MAY, 2008 By Grizzly Industrial, Inc. Warning: No portion of this manual may be reproduced in any shape or form without the written MODEL G5791/G5792 17-PIECE 1 2" IMPACT WRENCH & RATCHET KIT INSTRUCTION MANUAL Copyright MAY, 2008 By Grizzly Industrial, Inc. Warning: No portion of this manual may be reproduced in any shape or form

More information

L 100. Bubble-Tube Level System. Installation, Operation and Maintenance Instructions

L 100. Bubble-Tube Level System. Installation, Operation and Maintenance Instructions L 100 Bubble-Tube Level System Installation, Operation and Maintenance Instructions Figure 1 Contents Section Description Page 1.0 Introduction 2 2.0 Specifications 3 3.0 Installation 3 4.0 Warranty 6

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

TECHNICAL INFORMATION

TECHNICAL INFORMATION TECHNICAL INFORMATION Models No. TD0101, TD0101F Description Impact Driver L PRODUCT P 1/ 14 CONCEPT AND MAIN APPLICATIONS Models TD0101 and TD0101F are cost-competitive 100N.m-class impact driver developed

More information

Written Report of Robot Design

Written Report of Robot Design Written Report of Robot Design Name: Robot Name: Course: Shaojie Ge Four Leg Walking Robot EEL 4665/5666 Intelligent Machines Design Laboratory Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz TAs:

More information

RG2 Gripper Datasheet Version 1.6

RG2 Gripper Datasheet Version 1.6 RG2 Gripper Datasheet Version 1.6 The RG2 gripper is a flexible electric gripper specially designed for robots from Universal Robots. The long stroke allows the gripper to handle a variety of object sizes.

More information

Freedom8 ShoeBox Compressor Manual

Freedom8 ShoeBox Compressor Manual Freedom8 ShoeBox Compressor Manual Warning!! This product is not a toy! Use or misuse can cause severe injury or death! Use only with adult supervision. This unit is only to be used with tanks, hoses and

More information

MPRM1690 MPRM2590 MPRM3290

MPRM1690 MPRM2590 MPRM3290 Pinze elettriche radiali a 2 griffe 2-jaw radial electric grippers MPRM 2-jaw radial self-centering electric gripper Plug & play user friendly gripper. No electricity consumption when gripper is engaged.

More information

2 GALLON TWIN STACK AIR COMPRESSOR W/ HOSE REEL

2 GALLON TWIN STACK AIR COMPRESSOR W/ HOSE REEL 2 GALLON TWIN STACK AIR COMPRESSOR W/ HOSE REEL Model: 52024 CALIFORNIA PROPOSITION 65 WARNING: You can create dust when you cut, sand, drill or grind materials such as wood, paint, metal, concrete, cement,

More information

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 NXT-G Program Book II: Intermediate Robotics Activities for use with the NXT 2008 Tufts Center for Engineering Education

More information

Tank Continuous Liquid Level Detector

Tank Continuous Liquid Level Detector Tank ontinuous Liquid Level Detector Installation Manual FILE:. Written By: Joseph Bachor Date: 11/6/14 DD WIRE OLORS ND OUTLINE DRWING B LRIFITIONS JB 3/30/15 EN 5269 EN 255 hecked By: JOE B. pproved

More information

User s Guide. CO2 Controller for miniature incubators

User s Guide. CO2 Controller for miniature incubators CO2 Control User s Guide CO2 Controller for miniature incubators Precise CO2 Control throughout the experiment Media ph control Compatible with any perfusion system Miniature incubators for any microscope

More information

USER S INFORMATION MANUAL

USER S INFORMATION MANUAL USER S INFORMATION MANUAL UPFLOW, DOWNFLOW, UPFLOW/HORIZONTAL & HORIZONTAL ONLY INDUCED DRAFT GAS FURNACES Recognize this symbol as an indication of Important Safety Information If the information in this

More information

Aquavar SOLO 2 Frequently Asked Questions

Aquavar SOLO 2 Frequently Asked Questions Aquavar SOLO 2 Frequently Asked Questions How do I size the Aquavar SOLO 2 for the appropriate pump/motor combination? Can I use a 208 Volt motor? Can I run the Aquavar SOLO 2 up to 80HZ? What are the

More information

Smart Water Application Technologies (SWAT)

Smart Water Application Technologies (SWAT) Smart Water Application Technologies (SWAT) Turf and Landscape Irrigation Equipment PRESSURE REGULATING SPRAY HEAD SPRINKLERS Equipment Functionality Test Testing Protocol Version 3.0 (May 2012) Developed

More information

I.H.S INSTALLATION INSTRUCTIONS

I.H.S INSTALLATION INSTRUCTIONS I.H.S INSTALLATION INSTRUCTIONS TOOLS REQUIRED The following tools will be required for installation of your I.H.S. system. Item Qty Needed 9/16 Open End Wrench 2 3/4 Open End Wrench 1 1/2 Open End Wrench

More information

Robotic Billiards Tournament Robo-pool

Robotic Billiards Tournament Robo-pool GEORGIA INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 - Creative Decisions and Design Studio 4 Big Design Project Robotic Billiards Tournament Robo-pool 1. INTRODUCTION

More information

G SERIES METRIC MACHINE SCREW ACTUATOR

G SERIES METRIC MACHINE SCREW ACTUATOR G SERIES METRIC MACHINE SCREW ACTUATOR kn to 0kN Duff-Norton metric actuators are manufactured to the same high quality standards and include all the same features and benefits as the standard line of

More information

Basic Pneumatics. Module 8: Pressure control valves. Academic Services PREPARED BY. April 2012

Basic Pneumatics. Module 8: Pressure control valves. Academic Services PREPARED BY. April 2012 Basic Pneumatics Module 8: Pressure control valves PREPARED BY Academic Services April 2012 Applied Technology High Schools, 2012 Module 8: Pressure control valves Module Objectives After the completion

More information

Operating instructions Safety Rope Emergency Stop Switches ZB0052 / ZB0053 ZB0072 / ZB0073

Operating instructions Safety Rope Emergency Stop Switches ZB0052 / ZB0053 ZB0072 / ZB0073 Operating instructions Safety Rope Emergency Stop Switches UK ZB0052 / ZB0053 ZB0072 / ZB0073 7390878 / 02 03 / 2011 Contents 1 Safety instructions...3 2 Installation / set-up...4 2.1 Applications...4

More information

Power Valve: Precision Regulator. High precision, large capacity relief regulator

Power Valve: Precision Regulator. High precision, large capacity relief regulator Power Valve: Precision Regulator Series VEX High precision, large capacity relief regulator port large exhaust capacity pressure reducing valve which utilizes a nozzle flapper mechanism available as air

More information

Conversion instructions from natural gas to propane

Conversion instructions from natural gas to propane 6 720 804 895 202/0 EN-US For heating engineers Conversion instructions from natural gas to propane Room air-independent special gas-fired boiler Logano GA24 This conversion kit and the instructions are

More information

Experiment AMe-1: Small Animal Respiratory Exchange Ratio (RER)

Experiment AMe-1: Small Animal Respiratory Exchange Ratio (RER) Experiment AMe-1: Small Animal Respiratory Exchange Ratio (RER) Background There are two main sources of energy available for animal metabolism: carbohydrates (CHO) and fats. These molecules are broken

More information

Components for Pull Rope Systems. Leaflet No. Kiepe 680

Components for Pull Rope Systems. Leaflet No. Kiepe 680 Components for Pull Rope Systems Leaflet No. Kiepe 680 APPLICATION Pull ropes are used as actuators for operation of pull rope emergency stop switches along coveyor belts. The Kiepe pull ropes and accessories

More information

Evaporative Emissions (EVAP) system, checking

Evaporative Emissions (EVAP) system, checking Page 1 of 12 24-136 Evaporative Emissions (EVAP) system, checking CAUTION! Whenever carrying out work on the fuel supply and/or fuel injection systems, read and carefully follow the Cautions, Warnings,

More information

GX-S. 2-jaw self centering radial pneumatic gripper (series GX-S) GX-S

GX-S. 2-jaw self centering radial pneumatic gripper (series GX-S) GX-S GX-S 2-jaw self centering radial pneumatic gripper (series GX-S) Double acting. Very high gripping force at the end of the stroke. Long life and reliability, maintenance free. Various options for fastening.

More information

WORKHOLDING APPLICATION BOOKLET

WORKHOLDING APPLICATION BOOKLET WORKHOLDING APPLICATION BOOKLET Applications and advantages of using minibooster hydraulic pressure intensifiers MINIMUM SIZE MAXIMUM POWER B-GB Workholding 2018.04 1 of 20 2 of 20 B-GB Workholding 2018.04

More information

Section 2 Safety, Tools and Equipment, Shop Practices Unit 4 General Safety Practices. Unit Objectives. Pressure Vessels and Piping (1 of 2)

Section 2 Safety, Tools and Equipment, Shop Practices Unit 4 General Safety Practices. Unit Objectives. Pressure Vessels and Piping (1 of 2) Section 2 Safety, Tools and Equipment, Shop Practices Unit 4 General Safety Practices Unit Objectives After studying this chapter, you should be able to: Describe proper procedures for working with pressurized

More information