Week 2 in Studio (8/29-9/2)

Size: px
Start display at page:

Download "Week 2 in Studio (8/29-9/2)"

Transcription

1 Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME Creative Decisions and Design Fall 2011 STUDIO II MACHINING & ELECTRONICS PROJECT: PNEUMATIC LAUNCHER In order to successfully design and build a product, you must understand the capabilities of the tools and supplies at your disposal. For example, you must understand how motors and sensors work. Furthermore, you must have knowledge of manufacturing processes, such as machining with milling machines and abrasive cutters. This project will help you develop an understanding of the supplies and manufacturing processes available to you in ME Your goal is to build a pneumatic-powered launcher that shoots a Q-tip at a distant target. The launcher will be controlled by the ME 2110 controller box. You will be assigned a group that will share the mechatronics kit. Due to this and the fact that there are a limited number of machine tools available in the lab, your section will be split into two groups, Group A and Group B, where half of each project team is in each group. This studio is pass/fail. You must complete the assigned tasks to pass the course. Week 2 in Studio (8/29-9/2) Group A: In Week 2 of the semester, Group A will learn how to program the controller box, as well as use the sensors and actuators in your mechatronics kit. You will have to connect and program the electronics to complete the tasks found in Electronics Lab Tasks: Group A in the Electronics Section of this document. You will have to demonstrate proper execution of the tasks to your Studio Instructor or TA. They will sign your assignment sheet, indicating the tasks have been completed. Group B: In Week 2 of the semester, Group B will learn how to use the tools in the machine shop. A quick instructional seminar will take place in the lab in which the TA will instruct the group on proper lab safety, tool checkout procedures, and proper use of all of the lab tools. You will then begin to construct a pneumatic launcher. To do this, you are provided a detailed process plan and mechanical drawings for the device, located in the Manual Machining Section of this document, and you will receive plastic (Delrin) workpieces from which you will machine your launcher. Week 3 in Studio (9/5-9/9) Group A: In Week 3 of the semester, Group A will move on to the machining section of the project. They will undergo the same machining seminar as Group B and receive their own plastic workpieces. Group B: In Week 3 of the semester, Group B will learn how to use the mechatronics kit. They will have to complete the Electronics Lab Tasks: Group B found in the Electronics Section of this document. ME 2110 Studio II P a g e 1 of 14 Ver. 1.3

2 Week 4 in Studio (9/12-9/16) By Week 4 of the semester, you will have completed your pneumatic-powered Q-tip launcher and gained sufficient knowledge of the mechatronics kit to compete against other students in your studio to determine who can shoot a Q-tip with the best combination of accuracy and distance. Figure 1 shows a schematic diagram of the competition setup. You will get three attempts to shoot a Q-tip at a target approximately 40 feet away. Landing a Q-tip in the middle ring of the target will earn 5 points, landing in the outer ring of the target will earn 3 points, and shooting the Q-tip anywhere past the front of the target will earn 1 point. You must secure your device using the provided vice with adjustable launch angle. The vise is designed to fit into the channels on your launcher Baseblock. Note that you must share your computer controller and the pneumatic supplies with the other members of your team. Controller Box Air Tank Valve Individual Launcher 5 pt. 3 pt. 0 pt. 1 pt. 20 Vice (provided) 40 Figure 1 - Pneumatic Launcher Competition Setup (not to scale) Outside of Studio (8/29-9/12) In addition to doing work inside your scheduled studio time, the lab will be open for other periods of time throughout the week. These are known as Open Lab. Any ME 2110 student may work use either of the ME 2110 rooms during Open Lab. The Open Lab schedule is posted on the ME 2110 website. Due to limited time during scheduled studio, you will need to utilize Open Lab to complete your deliverables. In addition to using Open Lab to complete the manual machining and electronics assignments, you will also need to use the ME computer cluster to create a drawing for a bracket for one of your mechatronics components. This task is detailed in the Automated Machining Section of this document. Deliverables Table 1 shows the deliverable schedule for this project. Table 1 - Deliverables for each Individual for Next Three Weeks of Studio Deliverables due at the Beginning of Studio in Week 3 (9/5-9/9) Deliverables due at the Beginning of studio in Week 4 (9/12-9/16) Group A - All 5 completed and signed Electronics Lab Tasks: Group A - All 5 completed and signed Electronics Lab Tasks: Group A - Both machined plastic components - 1 Drawing for a mechatronics bracket Group B - Both machined plastic components - All 5 completed and signed Electronics Lab Tasks: Group B - Both machined plastic components - 1 Drawing for a mechatronics bracket ME 2110 Studio II P a g e 2 of 14 Ver. 1.3

3 Electronics Section This lab will provide experience with integrating electrical, mechanical, and pneumatic systems. The lab is broken down into two weeks. During the first week, Group A of your team will complete part of the lab; the second part will be completed by Group B during the second week. Although the programming style will not be graded, the code written during these two labs should be helpful in developing the code for the final project. Therefore, it is important to program using a standard structure and adequately comment the code so the program will be easy to follow when referred to later on. The suggested format for your code is: Constants Table Program Variables Main Program Subroutines Before attempting to perform these programming tasks, it is helpful to read through the Mechatronics Kit Manual and Pneumatics Manual which are available on the website. These should provide a good background to the layout of the controller box and how to implement the electro-mechanical-pneumatic components in a design. This project has two checkpoints: at the beginnings of Week 3 and Week 4. At that time, each student is responsible for showing progress through the assignment as indicated by a signed task checklist. The task checklists for Group A and Group B are provided in the subsequent pages. After each task is completed, have the professor or TA initial the checklist to verify that the program works. Remember that each individual needs separately signed checklist. Feel free to ask the professor, TA, or peers for help in completion of this assignment. ME 2110 Studio II P a g e 3 of 14 Ver. 1.3

4 Electronics Lab Tasks: Group A, Name: 1. Have the DC Motor run for 2 seconds, stop for 2 seconds, run for 2 seconds, etc. 2. Connect a microswitch to P0 (START) and have the DC motor run at full speed when the switch is held down and turn off when the lever is released. Hint: Connect the microswitch to P0, read in the value of P0 when the lever is pressed and the value of P0 when the lever is released. The variable name corresponding to P0 is IN0 (it does not have to be defined). Note: This is what will happen during the competition. The machines will begin when the circuit on P0 is shorted (lever is pressed) and will stop when the circuit is opened (lever is released). These couple lines of code will be very important in your final design project. 3. Connect two microswitches and the pneumatics. The program starts with the cylinder retracted. When one switch is pressed, the cylinder should extend and remain extended after the switch is released. When the other switch is pressed, the cylinder should retract and remain retracted. This process should run indefinitely. 4. Connect two solenoids and two microswitches. When one microswitch is pressed, one solenoid is activated for 2 seconds and then release. When the other microswitch is pressed, the other solenoid is activated for 500 ms and then release. When one actuator is active the other cannot be activated. 5. Same as #4, only now the other actuator can be activated when the other is active. Hint: Put a short pause in the program loop and assume that the time through the loop is equal to the length of the pause. You ll know when to turn off the actuator by counting the number of times through the loop. Checklist for Group A: ME 2110 Studio II P a g e 4 of 14 Ver. 1.3

5 Electronics Lab Tasks: Group B, Name: 1. Connect the stepper motor and the DC motor. Make them run clockwise for five seconds, stop for 2.5 seconds, run counter-clockwise for five seconds, and then stop for 2.5 seconds. Repeat this sequence five times. 2. Perform the same act as #1, but always have the stepper motor and the DC motor rotating in opposite directions. 3. Connect the IR distance sensor and one stepper motor. Have the motor run if the reading > 128 and have the motor stop if the reading <127. Put a two-second pause between distance sensor readings. 4. Connect the encoder and have the DC motor run at full speed when the encoder is being rotated and stopped when it is not being rotated. 5. Connect the encoder and the pneumatics. When the encoder is rotated 5 complete revolutions, the actuator should extend and remain extended until the encoder is rotated 3 complete revolutions. The cylinder should only extend 4 times and then remain retracted regardless of how many times the encoder is rotated. Checklist for Group B: ME 2110 Studio II P a g e 5 of 14 Ver. 1.3

6 Manual Machining Section Pneumatic Cotton Swab (Q-Tip ) Launcher In the machining section of this project, you will build the components for your pneumatic launcher. A sketch of the launcher assembly is shown in Figure 2. Detailed step-by-step directions along with mechanical drawings for the components are given on the last few pages of this handout. It is suggested that you use both to correctly machine your parts. Barrel Baseblock Barrel screws into Baseblock Fitting from Pneumatic Actuator Channel in Baseblock for Vise Arm Adapter screws into Baseblock Figure 2 Isometric Exploded and Assembled Views of Pneumatic Launcher ME 2110 Studio II P a g e 6 of 14 Ver. 1.3

7 Suggested Process Plan for Pneumatic Launcher Barrel: 1. Obtain nominal 2.4 length of round 1 diameter Delrin stock. 2. Face one end on the lathe to make it perpendicular to the axis of rotation. 3. Flip the piece over and face the other end, leaving the final length of Turn down 0.40 length of the stock on one end to a diameter of Use multiple axial paths with approximately 0.05 radial depths of cut per pass. 5. Mount the tailstock onto the lathe. Chuck the small center drill into the tailstock Jacobs chuck. Use the center drill to start a centered hole in the end of the workpiece. 6. Replace the center drill in the tailstock chuck with the #36 drill bit. Use the tailstock and drill bit to drill a diameter hole through the entire workpiece. The drill may need to be advanced and retracted multiple times to clear machining chips from the drill flutes. 7. Use the ½-20 UNF die to cut external threads on the 0.5 cylinder of the workpiece. The shared die is located on the drill press bench and has red-taped handles. Use the vice located on the same bench to hold the workpiece. Be sure to apply constant downward pressure on the die handles as you turn it. Ask the TA for assistance since this is not trivial. Suggested Process Plan for Pneumatic Launcher Baseblock: 1. Obtain the nominal 2.4 piece of square 1 Delrin stock. 2. Using the mill, endmill one end of the workpiece to make its face perpendicular to the longitudinal axis of the block. 3. Then, endmill the other end of the block to a total length of Next, facemill channels on opposite sides of the block. The channels should be centered along the length of the block and should be 1.00 wide. Machine the first channel to be deep, flip the block over, and machine the other channel such that the thickness between the channels is Now clamp the workpiece on end. Use a center drill to start a hole in the center of one end face of the block. 6. Next, use an 8.50mm drill bit to drill a centered hole the full length through the block. Do this on the large drill press. Use a backing material under the workpiece in the vise to avoid drilling into the vise itself. 7. Next, use a 29/64 drill bit to drill a centered hole 0.70 deep into one end of the block. 8. Using the large tap wrench and ½-20 UNF plug tap, cut internal threads on the inside of the 29/64 hole. 9. On the other end of the block, use the large tap wrench and M10x1 plug tap to cut internal threads on the inside of the 8.50 mm hole. ME 2110 Studio II P a g e 7 of 14 Ver. 1.3

8 Automated Machining Section Mechatronics Kit Brackets In addition to machining the plastic parts for your pneumatic launcher, you will also create a drawing for a bracket for one of the mechatronic kit actuators. The TA will use this drawing on a computercontrolled OMAX Waterjet Machining Center to cut your bracket out of ¼ aluminum plate. Your bracket can then be used to mount certain mechatronic actuators in your final project device. There are three separate brackets to choose from: Small DC Motor Bracket, Large Solenoid Bracket, and a Pneumatic Actuator Bracket. Each person in your team for this project need to draw a different bracket. If your group has four people, two people need to make the pneumatic actuator bracket. Drawings are provided in this document for reference. In addition, here are some tips and suggestions on constructing your drawing: Drawing a Cutting Path for the Waterjet: Using a Standard CAD Software: 1. Create a solid model of the part by extruding the drawing profile to any nominal thickness. 2. Create a drawing from the solid model. Only draw the profile features and do not include any dimensions or annotations. Make sure that your drawing is at a 1:1 scale. Also, do not include any drawing sheet background information. 3. Save the drawing as a.dxf file. Make sure that the filename has your name in it. 4. the.dxf file to your TA when it is completed. Using a OMAX Layout: 1. Open OMAX Layout. 2. Draw the part in OMAX Layout using the drawing tools provided in this software. Tip: Create extra lines that can be used as construction lines in order to get feature lines to line up properly. 3. Make sure to delete any construction lines that will not be cut by the water-jet machine. 4. On the Special tool bar on the right side of the screen, click Clean. Keep all default options and additionally select the Remove unnecessary dots option. 5. Use the Measure tool at the bottom of the screen to make sure your part is the correct size. If needed, the entire drawing can be scaled: select all lines and click on the Size icon on the left side of the screen to apply the appropriate scale factor. 6. Save the drawing and make sure that the filename has your name in it. 7. the drawing file to your TA when it is completed. ME 2110 Studio II P a g e 8 of 14 Ver. 1.3

9 ME 2110 Studio II P a g e 9 of 14 Ver. 1.3

10 ME 2110 Studio II P a g e 10 of 14 Ver. 1.3

11 ME 2110 Studio II P a g e 11 of 14 Ver. 1.3

12 ME 2110 Studio II P a g e 12 of 14 Ver. 1.3

13 ME 2110 Studio II P a g e 13 of 14 Ver. 1.3

14 MACHINE SHOP SAFETY ALWAYS WEAR SAFETY GLASSES Even when you are not working on a machine, you must wear safety glasses. A chip from a machine someone else is working on could fly into your eye. MACHINING Follow directions. If you don t know how to do something, ask. Before you start the machine: Study the machine. Know which parts move, which are stationary, and which are sharp. Double check that your workpiece is securely held. Remove chuck keys and wrenches. Do not leave machines running unattended. Clean up machines after you use them: a dirty machine is unsafe and uncomfortable to work on. Do not use compressed air to blow machines clean. This endangers people's eyes and can force dirt into machine bearings. Report all broken or non-working machines. CLOTHING, JEWELRY, AND HAIR Wear long pants (to your shoes). Wear short sleeves or roll up sleeves. Wear closed toe shoes and socks. Remove all jewelry - watches, bracelets, rings, necklaces, dangling earrings. Long hair or beards must be tied back. If your hair is caught in spinning machinery, it will be pulled out if you're lucky. If you are unlucky, you will be pulled into the machine. No ties, scarves, and dangling clothes. SAFE CONDUCT IN THE MACHINE SHOP Be aware of what's going on around you. For example, be careful not to bump into someone while they're cutting with the bandsaw (they could lose a finger!). Concentrate on what you're doing. If you get tired, leave. Don't hurry. If you catch yourself rushing, slow down. Don't rush speeds and feeds. You'll end up damaging your part, the tools, and maybe the machine itself. Listen to the machine. If something doesn't sound right, turn the machine off. Don't let someone else talk you into doing something dangerous. Don't attempt to measure a part that's moving. No fooling around. VIOLATIONS OF THESE RULES WILL RESULT IN IMMEDIATE EJECTION FROM THE MACHINE SHOP. ME 2110 Studio II P a g e 14 of 14 Ver. 1.3

Supply Kit Project: Pneumatic Launcher

Supply Kit Project: Pneumatic Launcher GEORGIA INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 Creative Decisions and Design Spring 2010 Supply Kit Project: Pneumatic Launcher In order to successfully design

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

Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME Creative Decisions and Design Summer 2013 STUDIO II

Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME Creative Decisions and Design Summer 2013 STUDIO II Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME 2110 - Creative Decisions and Design Summer 2013 STUDIO II MACHINING & MECHACTRONICS PROJECT: HALF-TIME SHOW SHOOTING

More information

Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME Creative Decisions and Design. Fall 2012 STUDIO II

Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME Creative Decisions and Design. Fall 2012 STUDIO II Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME 2110 - Creative Decisions and Design Fall 2012 STUDIO II MACHINING & MECHACTRONICS PROJECT: ANGRY BIRDS LAUNCHER In

More information

ALWAYS WEAR SAFETY GLASSES

ALWAYS WEAR SAFETY GLASSES MACHINE SHOP SAFETY ALWAYS WEAR SAFETY GLASSES Even when you are not working on a machine, you must wear safety glasses. A chip from a machine someone else is working on could fly into your eye. MACHINING

More information

Studio 3b - Machining

Studio 3b - Machining GEORGI INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 Creative Decisions and Design Fall 2010 Studio 3b - Machining In order to successfully design and build a product,

More information

General Lathe Set Up. Lathe Manual JH compilation

General Lathe Set Up. Lathe Manual JH compilation General Lathe Set Up Lathe Manual JH compilation 3.3.06 1 Machine Shop Safety... 2 General Lathe Set-Up... 4 Facing, Turning, and Shouldering:... 4 Three things matter with your tool bit position:... 5

More information

Metals can be bought from suppliers in standardized forms and sizes, such as round,

Metals can be bought from suppliers in standardized forms and sizes, such as round, 1.4 METAL CUTTING BAND SAWS: Metals can be bought from suppliers in standardized forms and sizes, such as round, rectangular or square bar stock or in the form of large sheets (plates). Bar stock normally

More information

Machining Laboratory Regulations and Safety

Machining Laboratory Regulations and Safety Machining Laboratory Regulations and Safety General Laboratory Regulations Each person using the manufacturing laboratory is expected to comply with the following rules and regulations failure to do so

More information

STUDENT/FACULTY MACHINE SHOP SAFETY RULES

STUDENT/FACULTY MACHINE SHOP SAFETY RULES STUDENT/FACULTY MACHINE SHOP SAFETY RULES Supervisors have full authority over the shop and its safe use, including the responsibility, authority, and obligation to prohibit shop or tool access for the

More information

The Machining Lab. The grading for this portion of the class will be as follows:

The Machining Lab. The grading for this portion of the class will be as follows: The Machining Lab 1.0 Expected Learning Outcomes Understand how to operate common machine shop equipment safely. Demonstrate capability to use machine shop equipment to fabricate simple experimental apparatus.

More information

ART SCULPTURE LAB SAFETY POLICIES AND PROCEDURES. In case of Emergency or Accident: Be aware of the location of the a phone to call

ART SCULPTURE LAB SAFETY POLICIES AND PROCEDURES. In case of Emergency or Accident: Be aware of the location of the a phone to call The following is an explanation of the policies, operations, safety practices, and use of this facility. Objective: The Art Sculpture Lab is a community workshop for the intended purpose of offering the

More information

Basic Machine Shop Safety, Team 885

Basic Machine Shop Safety, Team 885 Basic Machine Shop Safety, Team 885 1.0 Introduction Each student and adult member of Team 885 is required to read the following document and attend at least one safety training in order to use the machine

More information

Turning and Lathe Basics

Turning and Lathe Basics Training Objectives After watching the video and reviewing this printed material, the viewer will gain knowledge and understanding of lathe principles and be able to identify the basic tools and techniques

More information

Grizzly Drill Press SOP

Grizzly Drill Press SOP Grizzly Drill Press SOP Drill Press is wired to run on 0V. Drill Press has a built in light with a ON/OFF switch. Never hold a workpiece by hand while drilling. Clamp it down or hold it in a vice. Never

More information

VARIABLE SPEED WOOD LATHE

VARIABLE SPEED WOOD LATHE MODEL MC1100B VARIABLE SPEED WOOD LATHE INSTRUCTION MANUAL Please read and fully understand the instructions in this manual before operation. Keep this manual safe for future reference. Version: 2015.02.02

More information

Care and Maintenance of Milling Cutters

Care and Maintenance of Milling Cutters The Milling Machine Care and Maintenance of Milling Cutters The life of a milling cutter can be greatly prolonged by intelligent use and proper storage. Take care to operate the machine at the proper speed

More information

Basic Training Laboratory Manual

Basic Training Laboratory Manual Basic Training Laboratory Manual Introduction to Product Development and Management for Engineers GNG 2101 Faculty of Engineering University of Ottawa Fall 2018 Checks required by TA: Group Member Chariot

More information

SAFETY INFORMATION PACKET

SAFETY INFORMATION PACKET WILLOWCREEK MIDDLE SCHOOL SAFETY INFORMATION PACKET GENERAL SHOP SAFETY 1 WIDE BELT SANDER 2 BAND SAW 3 MITER SAW 4 UP- CUT SAW 4 PLANER 6 TABLE SAW 7 DRILL PRESS 8 LATHE 8 DISK / VERTICAL BELT SANDER

More information

Machining. Module 5: Lathe Setup and Operations. (Part 1) Curriculum Development Unit PREPARED BY. August 2013

Machining. Module 5: Lathe Setup and Operations. (Part 1) Curriculum Development Unit PREPARED BY. August 2013 Machining Module 5: Lathe Setup and Operations (Part 1) PREPARED BY Curriculum Development Unit August 2013 Applied Technology High Schools, 2013 Module 5: Lathe Setup and Operations (Part 1) Module Objectives

More information

7th/8th Grade Industrial Tech General Safety. Give your undivided attention to the machine in which you are using.

7th/8th Grade Industrial Tech General Safety. Give your undivided attention to the machine in which you are using. 7th/8th Grade Industrial Tech General Safety Wood Lab Safety General Safety Always wear safety glasses. Report all injuries to the instructor. No baggy clothing or open toed shoes. Give your undivided

More information

MI MI OPERATING MANUAL

MI MI OPERATING MANUAL MODEL NO.: MI-76100 MI-76150 OPERATING MANUAL RULES for SAFE OPERATION MAGNUM INDUSTRIAL MI-76100 and MI 76150 DRILL PRESSES To help ensure safe operation, please take a moment to learn the how to operate

More information

Western Illinois University Department of Art Woodshop Orientation

Western Illinois University Department of Art Woodshop Orientation Western Illinois University Department of Art Woodshop Orientation SAFETY is the first priority woodworking tools are inherently dangerous. Machines turn sharp saw blades and cutters at high speeds. Accidents

More information

Introduction to the ME2110 Kit. Controller Box Electro Mechanical Actuators & Sensors Pneumatics

Introduction to the ME2110 Kit. Controller Box Electro Mechanical Actuators & Sensors Pneumatics Introduction to the ME2110 Kit Controller Box Electro Mechanical Actuators & Sensors Pneumatics Features of the Controller Box BASIC Stamp II-SX microcontroller Interfaces with various external devices

More information

WESTERN ILLINOIS UNIVERSITY DEPARTMENT OF ART

WESTERN ILLINOIS UNIVERSITY DEPARTMENT OF ART WESTERN ILLINOIS UNIVERSITY DEPARTMENT OF ART WOODSHOP ORIENTATION SAFETY is the first priority woodworking tools are inherently dangerous. Machines turn sharp saw blades and cutters at high speeds. Accidents

More information

Agricultural Mechanics and Technology Power Tool Safety Rules

Agricultural Mechanics and Technology Power Tool Safety Rules Agricultural Mechanics and Technology Power Tool Safety Rules Name: BAND SAW Use: Cutting curves, circles and irregular shapes. 1. Use clean SHARP blades. 2. The teeth should always point DOWN. 3. Adjust

More information

Cross Peen Hammer. Introduction. Lesson Objectives. Assumptions

Cross Peen Hammer. Introduction. Lesson Objectives. Assumptions Introduction In this activity plan students will develop various machining and metalworking skills by building a two-piece steel hammer. This project will introduce basic operations for initial familiarization

More information

Lathe. A Lathe. Photo by Curt Newton

Lathe. A Lathe. Photo by Curt Newton Lathe Photo by Curt Newton A Lathe Labeled Photograph Description Choosing a Cutting Tool Installing a Cutting Tool Positioning the Tool Feed, Speed, and Depth of Cut Turning Facing Parting Drilling Boring

More information

MECH 311. Manufacturing Processes Laboratory Manual. Concordia University Fall Course Instructors: Dr. Packirisamy Dr.

MECH 311. Manufacturing Processes Laboratory Manual. Concordia University Fall Course Instructors: Dr. Packirisamy Dr. MECH 311 Manufacturing Processes Laboratory Manual Concordia University Fall 2014 Course Instructors: Dr. Packirisamy Dr. Cheung Lab Instructor: Michael Rembacz Table of Contents MECH 311 Manufacturing

More information

COLLET CLOSERS, FIXTURES AND COLLETS FOR ROTATING AND FIXED APPLICATIONS

COLLET CLOSERS, FIXTURES AND COLLETS FOR ROTATING AND FIXED APPLICATIONS COLLET CLOSERS, FIXTURES AND COLLETS FOR ROTATING AND FIXED APPLICATIONS ROYAL QUICK-GRIP MANUAL COLLET FIXTURES FOR 4TH AND 5TH AXIS APPLICATIONS q Unit is actuated via a hybrid mechanical/hydraulic mechanism.

More information

Intellipaper Testing Machine Manual

Intellipaper Testing Machine Manual WALLA WALLA UNIVERSITY Intellipaper Testing Machine Manual Final Project for ENGR 480 Brad LaLonde, Aaron Dove, Skylar Nallick 6/12/2013 1 Parts and Operations Overview This machine tests and sorts Intellipaper

More information

Maker Hub Access Agreement

Maker Hub Access Agreement Maker Hub Access Agreement Open to all students, faculty, staff and registered guests, the Richardson Library Maker Hub is a creative space connecting DePaul researchers, makers, and entrepreneurs from

More information

Drilling. Drilling is the operation of producing circular hole in the work-piece by using a rotating cutter called DRILL.

Drilling. Drilling is the operation of producing circular hole in the work-piece by using a rotating cutter called DRILL. Drilling Drilling is the operation of producing circular hole in the work-piece by using a rotating cutter called DRILL. The machine used for drilling is called drilling machine. The drilling operation

More information

A Countersink Gage, version 1.0

A Countersink Gage, version 1.0 A Countersink Gage, version 1.0 By R. G. Sparber Protected by Creative Commons. 1 Marv Klotz recently presented a very nice design for a countersink gage on the Home Made Tools site: http://www.homemadetools.net/forum/countersink-gage-56314

More information

Chapter 22: Turning and Boring Processes. DeGarmo s Materials and Processes in Manufacturing

Chapter 22: Turning and Boring Processes. DeGarmo s Materials and Processes in Manufacturing Chapter 22: Turning and Boring Processes DeGarmo s Materials and Processes in Manufacturing 22.1 Introduction Turning is the process of machining external cylindrical and conical surfaces. Boring is a

More information

Hinge Boring/Insertion Machine Set Up And Operation Instructions

Hinge Boring/Insertion Machine Set Up And Operation Instructions Hinge Boring/Insertion Machine Set Up And Operation Instructions Manufactured In The USA By: Thompson Industries, Inc. 1018 Crosby Avenue, Sycamore, IL. 60178-0127 Ph:815-899-6670 Fax:815-899-1918 Thank

More information

College of Forestry 610: Power Tools

College of Forestry 610: Power Tools College of Forestry 610: Power Tools Safety Policy & Procedure Manual Section 600: Workshops and Shop Tools Effective: 01 January 2007 Revised: August 2014 PURPOSE The purpose of this section is to provide

More information

Trade of Toolmaking Module 1: Induction & Bench Fitting Unit 4: Hole Tapping Phase 2

Trade of Toolmaking Module 1: Induction & Bench Fitting Unit 4: Hole Tapping Phase 2 Trade of Toolmaking Module 1: Induction & Bench Fitting Unit 4: Hole Tapping Phase 2 Published by SOLAS 2014 Unit 4 1 Table of Contents Document Release History... 3 Unit Objective... 4 Introduction...

More information

S A F T E Y W A R N I N G

S A F T E Y W A R N I N G BINDING CUTTING BASE This tool is designed to fit on a Porter Cable Model 310 and 3701 trim router, this combination will provide you with an easy way to accurately cut a binding rabbet on you instrument.

More information

VARIABLE SPEED WOOD LATHE. Model DB900 INSTRUCTION MANUAL

VARIABLE SPEED WOOD LATHE. Model DB900 INSTRUCTION MANUAL VARIABLE SPEED WOOD LATHE Model DB900 INSTRUCTION MANUAL 1007 TABLE OF CONTENTS SECTION...PAGE Technical data.. 1 General safety rules....1-3 Specific safety rules for wood lathe.....3 Electrical information.4

More information

Screwfeeder Troubleshooting Guide

Screwfeeder Troubleshooting Guide Symptom General Cause Specific Cause Solution Illustration No Screws are being fed to the screwdriver Screw jam in screw delivery tubing Insufficient Screw Blast to deliver screw Adjust Screw Blast Inline

More information

VARIABLE SPEED BECH LATHE

VARIABLE SPEED BECH LATHE VARIABLE SPEED BECH LATHE Instruction Manual Please read this instruction manual thoroughly and follow all directions carefully. 1 Important Safety Instructions READ ALL INSTRUCTIONS AND WATNINGS BEFORE

More information

Screws. Introduction. 1. Nuts, bolts and screws used to clamp things together. Screws are used for two purposes:

Screws. Introduction. 1. Nuts, bolts and screws used to clamp things together. Screws are used for two purposes: Screws Introduction Screws are used for two purposes: 1. To clamp things together. 2. To control motion. 1. Nuts, bolts and screws used to clamp things together. Nuts, bolts and screws that are used for

More information

Name: Machine Tool Technology ( )

Name: Machine Tool Technology ( ) Name: Machine Tool Technology (58.0501) Directions: Evaluate the student by checking the appropriate number to indicate the degree of competency. Rating Scale (0-6): 0 No Exposure no experience/knowledge

More information

Travis Bishop. Submitted to: Dr. John Davis. Date: 3 December Course: ETME 310 Section: 004. Lab Topic: Milling Project (Vise)

Travis Bishop. Submitted to: Dr. John Davis. Date: 3 December Course: ETME 310 Section: 004. Lab Topic: Milling Project (Vise) Travis Bishop Submitted to: Dr. John Davis Date: 3 December 2012 Course: ETME 310 Section: 004 Lab Topic: Milling Project (Vise) Introduction: Purpose of Experiment: This experiment was conducted to teach

More information

Guild of Oregon Woodworkers Shop Safety Test

Guild of Oregon Woodworkers Shop Safety Test Guild of Oregon Woodworkers Shop Safety Test You must pass the Test with an 80% or better and self-correct it to 100% Make sure you put the answers under the correct portion of the answer sheet for the

More information

MAKER LAB Safety Instructions Power Tool Training

MAKER LAB Safety Instructions Power Tool Training MAKER LAB Safety Instructions Power Tool Training Note: All the instructions from Basic Training apply to Power Tool Training. If you have not completed Basic Training, do so before you complete Power

More information

IENG 475 Computer-Controlled Manufacturing Systems 2/7/2017. Lab 03: Manual Milling and Turning Operations

IENG 475 Computer-Controlled Manufacturing Systems 2/7/2017. Lab 03: Manual Milling and Turning Operations I. Purpose Lab 03: Manual Milling and Turning Operations A.) B.) C.) D.) Provide an overview of safety considerations for the CNC Mill Provide manual experience using the laboratory s CNC Mill Provide

More information

Makerspace Student Machine Safety and Usage Manual

Makerspace Student Machine Safety and Usage Manual Makerspace Student Machine Safety and Usage Manual Prepared by: Thiago De Oliveira (2016-2017) Queen s University Last Updated: 21 st October 2016 General Safety Rules and Guidelines 1. Wear APPROPROPRIATE

More information

Durham Woodworking Club. January 25, 2016

Durham Woodworking Club. January 25, 2016 Durham Woodworking Club January 25, 2016 The drill press has primarily been a metal working machine since its first incarnation. The purpose of the modern day drill press has been to provide woodworkers

More information

Standard Kit #1 (3-way switch)

Standard Kit #1 (3-way switch) Standard Kit #1 (3-way switch) Please Read All Instructions Before Beginning. Tools you will need: Soldering Iron (35 watt preferably) Solder Wet Sponge Wire Clippers 3/8 Drill Bit 1/4 Drill Bit Variable

More information

Machining. Module 6: Lathe Setup and Operations. (Part 2) Curriculum Development Unit PREPARED BY. August 2013

Machining. Module 6: Lathe Setup and Operations. (Part 2) Curriculum Development Unit PREPARED BY. August 2013 Machining Module 6: Lathe Setup and Operations (Part 2) PREPARED BY Curriculum Development Unit August 2013 Applied Technology High Schools, 2013 Module 6: Lathe Setup and Operations (Part 2) Module Objectives

More information

COASTAL BEND COLLEGE INDUSTRIAL TECHNOLOGY ADVANCED MACHINING I MACHINIST SYLLABUS. Alice Campus, Room 165 and Machine Lab

COASTAL BEND COLLEGE INDUSTRIAL TECHNOLOGY ADVANCED MACHINING I MACHINIST SYLLABUS. Alice Campus, Room 165 and Machine Lab COASTAL BEND COLLEGE INDUSTRIAL TECHNOLOGY ADVANCED MACHINING I MACHINIST SYLLABUS MCHN 2341: Advanced Machining I Course Term: Spring, 2012 Semester Hours: 3 Location: Prerequisite: Instructor: Textbook:

More information

Fabrication of a Centrifugal Pump

Fabrication of a Centrifugal Pump Fabrication of a Centrifugal Pump DISCLAIMER The content of this presentation is for informational purposes only and is intended only for students attending Louisiana Tech University. The author of this

More information

(SHOP NAME) Shop Safety Plan

(SHOP NAME) Shop Safety Plan (SHOP NAME) Shop Safety Plan i SHOP SAFETY PLAN TABLE OF CONTENTS 1.0 STATEMENT OF PURPOSE... 2 2.0 GENERAL SHOP INFORMATION... 3 3.0 SHOP POLICIES AND PROCEDURES... 4 4.0 INVENTORY OF SHOP EQUIPMENT...

More information

Get to know drilling. Module 6

Get to know drilling. Module 6 Get to know drilling Module 6 Warm Up Activity on Module 5 Team A vs. Team B Lets play Jeopardy!! Objectives 1. Describe the operation of a drill press. 2. Identify the drill press parts. 3. Identify the

More information

JOB QUALIFICATION STANDARD (JQS)

JOB QUALIFICATION STANDARD (JQS) Occupation: Work Process: Maintenance Mechanic Machine Shop Practical Hours: 250 hrs. JOB QUALIFICATION STANDARD (JQS) DOL Standard: Manual Machining Fundamentals: Apply a working knowledge of metal removal

More information

Wood Lathe Safety Rules

Wood Lathe Safety Rules Wood Lathe Safety Rules A wood lathe is used to produce round objects like spindles and bowls. The work to be turned is usually mounted on the lathe between the headstock (drive) spindle and the tailstock.

More information

COMPLEX GRINDER OF MILL& DRILL

COMPLEX GRINDER OF MILL& DRILL COMPLEX GRINDER OF MILL& DRILL MODEL: MR-F6 OPERATING INSTRUCTION PLEASE REMEMBER 1. When using electric tools, machines or equipment, basic safety precautions should always be followed to reduce the risk

More information

Brief Procedural Overview: Minitech CNC Mill

Brief Procedural Overview: Minitech CNC Mill Brief Procedural Overview: Minitech CNC Mill Last updated: July 2014 Chadd Armstrong Remcho Research Group Department of Chemistry Oregon State University Introduction : The process of designing and fabricating

More information

Lab 2: Machining Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman

Lab 2: Machining Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman Lab 2: Machining Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman The following exercises are meant to familiarize you with the capabilities of the Earl Bakken Medical Devices Center (MDC).

More information

Standard Kit #1 (5-way switch)

Standard Kit #1 (5-way switch) Standard Kit #1 (5-way switch) Please Read All Instructions Before Beginning. Tools you will need: Soldering Iron (35 watt preferably) Solder Wet Sponge Wire Clippers 3/8 Drill Bit 1/4 Drill Bit Variable

More information

This is a Disclaimer!!!

This is a Disclaimer!!! This is a Disclaimer!!! Kevin Hawkins and Terry Baker provide an internet information source that has been created for educational and communication purposes. The procedures for rebuilding a GTS1000 ABS

More information

SETTING UP THE MODEL 210-3, -4, and -5 EQ MT

SETTING UP THE MODEL 210-3, -4, and -5 EQ MT SETTING UP THE MODEL 210-3, -4, and -5 EQ MT SAFETY PRECAUTIONS FOR THE MODEL 210-3, -4, -5 EQ MT System Under Pressure: Shut off air supply and disconnect air hose before disassembling or disconnecting

More information

The new generation with system accessories. Made in Germany!

The new generation with system accessories. Made in Germany! 1 The new generation with system accessories. Made in Germany! For face, longitudinal and taper turning, thread-cutting. For machining steel, brass, aluminium and plastic. Mounting flange for fastening

More information

WARNING! Read and understand the entire instruction manual before attempting set-up or operation of this machine!

WARNING! Read and understand the entire instruction manual before attempting set-up or operation of this machine! ! WARNING! Read and understand the entire instruction manual before attempting set-up or operation of this machine! 1. This machine is designed and intended for use by properly trained and experienced

More information

Intro to the CNC Router

Intro to the CNC Router Intro to the CNC Router Objectives Upon completion of this course you will be familiar with: a) the safety precautions for using the CNC router b) the terminology of CNC machining (CAD, CAM, postprocessing)

More information

Tool and Die Maker Level 2

Tool and Die Maker Level 2 Level 2 B2 Read and Interpret Drawings II Duration: 32 hours 32 hours 0 hours This unit of instruction introduces the Tool and Die Maker Apprentice with the knowledge and skills necessary to read and interpret

More information

HIT-30 ALUMINUM DOOR SERIES OWNERS MANUAL

HIT-30 ALUMINUM DOOR SERIES OWNERS MANUAL HIT-30 ALUMINUM DOOR SERIES OWNERS MANUAL INSTALL LOCKS LATCHES LEVERS / PADDLES INDICATORS STRIKES Every Installation Is A Self-Portrait Of The Person Who Did It! Autograph Your Work With Excellence!

More information

Chapter 22 MACHINING OPERATIONS AND MACHINE TOOLS

Chapter 22 MACHINING OPERATIONS AND MACHINE TOOLS Chapter 22 MACHINING OPERATIONS AND MACHINE TOOLS Turning and Related Operations Drilling and Related Operations Milling Machining Centers and Turning Centers Other Machining Operations High Speed Machining

More information

Precision made in Germany. As per DIN The heart of a system, versatile and expandable.

Precision made in Germany. As per DIN The heart of a system, versatile and expandable. 1 Precision made in Germany. As per DIN 8606. The heart of a system, versatile and expandable. Main switch with auto-start protection and emergency off. Precision lathe chuck as per DIN 6386 (Ø 100mm).

More information

Model 204B-EM Elbow Mandrels Rev TABLE OF CONTENTS

Model 204B-EM Elbow Mandrels Rev TABLE OF CONTENTS 92-0697 Rev. 970131 Model 204B-EM Elbow Mandrels TABLE OF CONTENTS CUSTOMER MESSAGE Inside Front Cover SAFETY PRECAUTIONS 3 GENERAL DESCRIPTION 6 MAINTENANCE 7 OPERATION 8 TROUBLE SHOOTING 11 ACCESSORIES

More information

Pneumatic Drill / / Technical Specification

Pneumatic Drill / / Technical Specification CS UNITEC Pneumatic Drill 2 2502 0010 / 2 2502 0030 2 2506 0010 / 2 2506 0030 Technical Specification Model with Lever Throttle Model with Twist Throttle with Selfresetting 2 2502 0010 2 2502 0030 2 2506

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

Model SQM-2AC Squaring Module Rev TABLE OF CONTENTS

Model SQM-2AC Squaring Module Rev TABLE OF CONTENTS 92-0714 Rev. 970428 Model SQM-2AC Squaring Module TABLE OF CONTENTS CUSTOMER MESSAGE Inside Front Cover SAFETY PRECAUTIONS 3 GENERAL DESCRIPTION 6 SPECIFICATIONS 7 MAINTENANCE 8 OPERATION 9 CUTTING SPEEDS

More information

MODEL T10809 WOOD LATHE CHUCK SET INSTRUCTIONS

MODEL T10809 WOOD LATHE CHUCK SET INSTRUCTIONS MODEL T10809 WOOD LATHE CHUCK SET INSTRUCTIONS For questions or help with this product contact Tech Support at (570) 546-9663 or techsupport@grizzly.com Introduction The T10809 3 3 4" Wood Lathe Chuck

More information

Model CBM-3 Counterbore Module Rev TABLE OF CONTENTS

Model CBM-3 Counterbore Module Rev TABLE OF CONTENTS 92-0227 Rev. 070529 Model CBM-3 Counterbore Module TABLE OF CONTENTS CUSTOMER MESSAGE Inside Front Cover SAFETY PRECAUTIONS 3 GENERAL DESCRIPTION 6 SPECIFICATIONS 7 MAINTENANCE 9 OPERATION 10 CUTTING SPEEDS

More information

Turning and Related Operations

Turning and Related Operations Turning and Related Operations Turning is widely used for machining external cylindrical and conical surfaces. The workpiece rotates and a longitudinally fed single point cutting tool does the cutting.

More information

Tuck tie in shirt, roll up sleeves, wear protective apron or lab. coat. High risk

Tuck tie in shirt, roll up sleeves, wear protective apron or lab. coat. High risk Risk Assessment Exercises The table below lists some typical D&T activities and the risks involved in carrying them out. Assess each activity as either a high risk, low risk or no risk activity and state

More information

SAFETY INSTRUCTIONS. Wear protective clothing, including safety glasses and steel toe boots.

SAFETY INSTRUCTIONS. Wear protective clothing, including safety glasses and steel toe boots. SAFETY INSTRUCTIONS Wear protective clothing, including safety glasses and steel toe boots. DO NOT allow loose clothing or long hair near machine operations. Keep work site and machine clean. Use brush

More information

Performance Standards Benchwork

Performance Standards Benchwork Performance Standards Benchwork Materials A block of cold rolled mild steel 1.00 x 2.00 x 3.00 milled or filed to length (see Duties and Standards for Machining Skills Level I, September 2001) or as specified

More information

Installing CNC Stepper Motor Mounts On A Sherline Lathe

Installing CNC Stepper Motor Mounts On A Sherline Lathe Installing CNC Stepper Motor Mounts On A Sherline Lathe P/N 6720 (6725 Metric) 4000/4100/4500/4600 Lathes P/N 6730 (6735 Metric) 4400/4410 Lathe USING THE TEMPLATE BLOCKS TO LOCATE NEW MOUNTING HOLES FOR

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

HARDINGE Installation booklet For: Dead-Length Collet Adaptation Chucks Stationary Collet

HARDINGE Installation booklet For: Dead-Length Collet Adaptation Chucks Stationary Collet HARDINGE Installation booklet For: Dead-Length Collet Adaptation Chucks Stationary Collet Read the enclosed instructions and recommendations before any installations CONTENTS Dead-Length Collet Adaptation

More information

Drill, Tap, and Counterbore

Drill, Tap, and Counterbore Drill, Tap, and Counterbore Version 3 By R. G. Sparber Copyleft protects this document. 1 This article deals with drilling, tapping, and counterboring holes for someone new to the hobby of metalworking.

More information

MINI-LATHE QUICK CHANGE TOOL POST

MINI-LATHE QUICK CHANGE TOOL POST MINI-LATHE QUICK CHANGE TOOL POST Cutting and assembly details Machinists should familiarize themselves with the contents of this section before jumping in to the drawings. Many details are described here

More information

Specifications: Hole Sizes: Selector Pin Hole: 3/8 (0.375 ) Trigger Pin Hole: 5/32 (0.156 ) Hammer Pin Holes: 5/32 (0.156 )

Specifications: Hole Sizes: Selector Pin Hole: 3/8 (0.375 ) Trigger Pin Hole: 5/32 (0.156 ) Hammer Pin Holes: 5/32 (0.156 ) 80% Arms AR-15 Jig manual Thank you for purchasing our AR- 15 jig. This precision self- aligning jig will allow you to finish your 80% Arms and other 80% lowers using only a drill press and a few common

More information

45PC. TAP AND DIE SET

45PC. TAP AND DIE SET Model # 7560 7561 45PC. TAP AND DIE SET OPERATOR S MANUAL STORE THIS MANUAL IN A SAFE PLACE FOR FUTURE REFERENCE Wear eye protection Use proper lubrication WARNING: FOR HAND CUTTING APPLICATIONS ONLY.

More information

Vacuum Chucking on the Lathe

Vacuum Chucking on the Lathe Vacuum Chucking on the Lathe When I first started turning bowls, I purchased a set of bowl jaws for my Vicmarc scroll chuck. These enormous jaws allowed me to finish the bottom of my bowls and worked well

More information

General advice on work safety

General advice on work safety General advice on work safety To prevent injury to the lathe operator and other persons the relevant safety regulations laid down by the Professional Trade Association (UVV) must be observed at all times.

More information

POTENTIAL HEALTH & SAFETY HAZARDS

POTENTIAL HEALTH & SAFETY HAZARDS Number: OH&S 18.48.1 Revision Date: 01/14/2015 Safe Operating Procedures for RIDGID 535 1. PURPOSE 1.1. To provide operational guidelines on the safe us of the RIGID 535 Pipe Threader used in the Trades

More information

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

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

More information

CNC Using the FlexiCam CNC and HMI Software. Guldbergsgade 29N, P0 E: T:

CNC Using the FlexiCam CNC and HMI Software. Guldbergsgade 29N, P0 E: T: CNC Using the FlexiCam CNC and HMI Software Guldbergsgade 29N, P0 E: makerlab@kea.dk T: +46 46 03 90 This grey box is the NC controller. Let s start by turning the red switch to the ON position, then press

More information

x 43 Wood Lathe

x 43 Wood Lathe Please dispose of packaging for the product in a responsible manner. It is suitable for recycling. Help to protect the environment, take the packaging to the local amenity tip and place into the appropriate

More information

8 TONNE LOG SPLITTER

8 TONNE LOG SPLITTER 8 TONNE LOG SPLITTER MODEL NO: LOGBUSTER 9 PART NO: 3402043 OPERATION & MAINTENANCE INSTRUCTIONS LS03/16 INTRODUCTION Thank you for purchasing this CLARKE 8 Tonne Log Splitter. Before attempting to use

More information

TOOLS AND INSTALLATION

TOOLS AND INSTALLATION TOOLS AND INSTALLATION Safe, leak-free operation of any high-pressure system is dependent on correctly prepared and installed connections. This section outlines proper instructions for the machining and

More information

SHOP SAFETY AND TRAINING IN ACADEMIC DEPARTMENTS

SHOP SAFETY AND TRAINING IN ACADEMIC DEPARTMENTS Page 1 of 6 SHOP AND TRAINING IN ACADEMIC DEPARTMENTS 1. All students and employees (staff and faculty) are required to complete documented safety training prior to using any machines or power tools in

More information

Tech Ed Lab Safety SAFETY RULES Page 1-1

Tech Ed Lab Safety SAFETY RULES Page 1-1 SAFETY RULES Safety Rules for Working with Wood 1. Secure your instructor s approval for all work you do in the shop. 2. Wear safety glasses when doing any operation that may endanger your eyes. 3. Always

More information

Step 3. Remove the strings from your guitar.

Step 3. Remove the strings from your guitar. VSTK-1 Vintage Stratocaster Kit Please Read All Instructions Before Beginning. Tools you will need: Soldering Iron (35 watt preferably) Solder Wet Sponge Wire Clippers Electric Drill 3/16 Drill Bit 11/64

More information

Orig Model 236B ID Tracking Module TABLE OF CONTENTS

Orig Model 236B ID Tracking Module TABLE OF CONTENTS 92-1349 Orig. 080319 TABLE OF CONTENTS CUSTOMER MESSAGE Inside Front Cover SAFETY PRECAUTIONS 3 GENERAL DESCRIPTION 6 SPECIFICATIONS 7 MAINTENANCE 8 INSTALLATION 10 OPERATION 12 TROUBLE SHOOTING 17 ILLUSTRATED

More information