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

Size: px
Start display at page:

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

Transcription

1 Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME Creative Decisions and Design Summer 2013 STUDIO II MACHINING & MECHACTRONICS PROJECT: HALF-TIME SHOW SHOOTING CONTEST 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 lathes. This project will help you develop an understanding of the supplies and manufacturing processes available to you in ME During half-time at many basketball games, a contestant from the crowd is brought down to the court to shoot baskets. Your goal is to build a machine to win a half-time shooting contest. You will build a pneumatic-powered catapult that shoots squash balls at a target in order to score points. A photograph of the Half-Time Show Catapult System is shown in Figure 1. You will be working in your final project teams. Due to limited mechatronics supplies and machine tools available in the lab, your team will be split into two sub-groups, Group A and Group B. This studio is pass/fail. You must complete the assigned tasks to pass the course. Pneumatic Pump and Distribution System Squash Ball Projectile Launcher 1 with Attached Delrin Components Launcher 2 without Attached Delrin Components Laser Sight Figure 1 Photograph of Half-Time Show Catapult System ME 2110 Studio II Page 1 of 13

2 Week 3 in Studio (May 29-30) Group A: In Week 3 of the term, Group A will learn how to program the controller box, as well as use the sensors and actuators in the mechatronics kit. You will have to complete the tasks found in Mechatronics Lab Tasks: Group A in the Mechatronics 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 3 of the term, Group B will learn how to use the machine tools in the lab. An instructional seminar will take place 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 the components needed to complete the catapult. To do this, you are provided a detailed process plan and mechanical drawings for the components, located in the Manual Machining Section of this document, and you will receive plastic (Delrin) workpieces from which you will construct your launcher components. Week 4 in Studio (June 5-6) Group A: In Week 4, 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 4, Group B will learn how to use the mechatronics kit. They will complete the Mechatronics Lab Tasks: Group B found in the Mechatronics Section of this document. Outside of Studio 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 use the ME 2110 design studio and machine shop during Open Lab. The Open Lab schedule is posted on the ME 2110 website. Due to limited time during scheduled studio, you may need to utilize Open Lab to complete your deliverables. You will also need to use the ME computer cluster to create a drawing for a nametag for your final competition machine. This task is detailed in the Automated Machining Section of this document. ME 2110 Studio II Page 2 of 13

3 Week 5 in Studio (June 12-13) By Week 5 of the semester, you will have completed your pneumatic-powered squash ball catapult and gained sufficient knowledge of the supply kit to compete against other students in your studio to determine who can score the most points with the best combination of accuracy and distance. Figure 2 shows a schematic diagram of the competition setup. You will get three squash balls to shoot at the target which will be placed 18 feet away. You must complete the catapult assembly using the Cradle and Pivot that you constructed in the studio. The objective of the contest is to land the ball inside the center target hole. Each successful shot into the center hole is 27 pts, each shot into the outer hole is 9 pts, hitting the side of the target is 3 pts, and shooting the ball at all is 1 pt. Shots that hit the floor or inanimate surroundings before hitting the target will count. The launcher system will utilize one catapult this semester. An automated compressor is attached to the pneumatic launch system and will re-pressurize the system to 80 PSI when you press the white long-arm switch. The black long-arm switch will activate the pneumatic valve causing the catapult to actuate. You can set the position of the cradle as you need to hit the target. You should practice several times in order to maximize your effectiveness with three shots. Consistent shooting will require you to minimize the variability in your setup. Keep this in mind as you control the re-pressurization, cradle angle, cradle location on the lever arm, and yaw of the launcher system. Pneumatic Valve Air Tank Individual Cradle and Pivot 3 pt. 9 pt. 27 pt Shared Catapult (Provided) Figure 2 Half-Time Show Contest Setup (not to scale) ME 2110 Studio II Page 3 of 13

4 Deliverables Table 1 shows the deliverable schedule for this project. Table 1 - Deliverables for Each Individual for Next Two Weeks of Studio Group A Group B Deliverables due at the Beginning of studio in Week 4 (June 5-6) Deliverables due at the Beginning of studio in Week 5 (June 12-13) -All 5 completed and signed Mechatronics Lab Tasks: Group A - Both machined plastic components - 1 Drawing for a Nameplate - Both machined plastic components - All 5 completed and signed Mechatronics Lab Tasks: Group B - 1 Drawing for a Nameplate ME 2110 Studio II Page 4 of 13

5 Mechatronics 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 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 one checkpoint at the beginning of studio in 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 Page 5 of 13

6 Mechatronics 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 Page 6 of 13

7 Mechatronics 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 Page 7 of 13

8 Manual Machining Section Pneumatic Half-Time Show Launcher In the machining section of this project, you will build the components needed to complete the Half- Time Show Catapult. A sketch of the catapult assembly with labeled components to be machined is shown in Figure 3. Detailed step-by-step directions along with mechanical drawings for the components are given on the last few pages of this handout. You need to use both to correctly machine your parts. Before studio, review the machine shop safety rules in the Machine Shop Safety section at the end of this document. Be sure to familiarize yourself with these rules and arrive to studio dressed to machine. Cradle Possible Cradle Mounting Locations on Lever Arms Pivot Figure 3 Isometric Assembled View of Half-Time Show Catapult ME 2110 Studio II Page 8 of 13

9 Automated Machining Section Acrylic Nameplate In addition to machining the plastic parts for the catapult, you will also create a drawing for an acrylic nameplate which you can mount on your final competition device. This nameplate will be cut by your TA out of acrylic sheet using the laser cutting machine in the Invention Studio. Here are some tips and suggestions on constructing your drawing: Drawing a Nameplate for Laser Cutting: 1. This task is most easily done by creating a 2-D drawing in AutoCAD of the nameplate profile. 2. The outline of your nameplate does not have to be rectangular, but the design must fit inside a 2 x1 rectangle. 3. For lines that you want to cut completely through the material, the color of the line should be changed to red, and the thickness of the line should be changed to 0 mm. 4. For areas that you want to etch (cut only part-way through the material), the fill color should be black. The area outline color should also be black. 5. Once your nameplate is finished, save it as a.dxf file. Use the following file name format: SectionLetter_LastName_FirstName.dxf (ex: A_Singhose_William.dxf). the file to your TA to complete the deliverable. 6. Figure 4 shows a 2-dimensional nameplate designed in AutoCAD, and the resulting acrylic nameplate that will be produced on the laser cutter. Figure 4 Nameplate AutoCAD Drawing and Resulting Acrylic Product ME 2110 Studio II Page 9 of 13

10 Suggested Process Plan for Catapult Pivot: 1. Obtain nominal 2.5 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.50 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 5/16 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. Reverse the workpiece in the chuck in order to machine the other end. Turn down 0.50 length of the stock to a diameter of 0.65 similar to the other side. Use multiple axial paths with approximately 0.05 radial depths of cut per pass. Suggested Process Plan for Angry Birds Cradle: 1. Obtain the nominal 2.5 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, use a #25 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 to avoid drilling into the vise itself. 5. Using the small tap wrench and #10-24 tapered tap, cut internal threads on the inside of the hole. Do this on each end of the block to a depth of at least Next, the actual cradle for the squash ball must be made. Choose one large face of the block to cut out a cradle feature. The feature can take any shape you think will be most effective in holding the ball until flight. Use the endmill to cut this feature into the block face. You may machine multiple faces on the multiple block faces but take care not to cut into the hole drilled through the center of the part. ME 2110 Studio II Page 10 of 13

11 ME 2110 Studio II Page 11 of 13 Catapult Pivot

12 ME 2110 Studio II Page 12 of 13 Catapult Cradle

13 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 Page 13 of 13

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

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

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

Week 2 in Studio (8/29-9/2) Georgia Institute of Technology George W. Woodruff School of Mechanical Engineering ME 2110 - Creative Decisions and Design Fall 2011 STUDIO II MACHINING & ELECTRONICS PROJECT: PNEUMATIC LAUNCHER In order

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Prof. Steven S. Saliterman Introductory Medical Device Prototyping

Prof. Steven S. Saliterman Introductory Medical Device Prototyping Introductory Medical Device Prototyping Department of Biomedical Engineering, University of Minnesota http://saliterman.umn.edu/ You must complete safety instruction before using tools and equipment in

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

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

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

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

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

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

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

(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

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

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

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

8-Ton Manual Splitter OWNER S MANUAL

8-Ton Manual Splitter OWNER S MANUAL 8-Ton Manual Splitter OWNER S MANUAL WARNING: Read carefully and understand all ASSEMBLY AND OPERATION INSTRUCTIONS before operating. Failure to follow the safety rules and other basic safety precautions

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

Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15

Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 ASSIGNMENT 3 CIRCUIT DESIGN TARGET SUBMISSION DATE: NAME: I agree to the assessment as contained in

More information

bcprecision Devices, Inc. HYDRAULIC ARBORS AND CHUCKS

bcprecision Devices, Inc.  HYDRAULIC ARBORS AND CHUCKS UNEQUALED WORK HOLDING ACCURACY for: grinding; balancing; inspection; boring; facing; reaming; drilling; turning; shaving; hobbing and honing b SQUARENESS r CONCENTRICITY f PARALLELISM e ROUNDNESS v ALIGNMENT

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

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

Technology Learning Activity: Safety Design Briefs CIMC. Student Edition TE8107

Technology Learning Activity: Safety Design Briefs CIMC. Student Edition TE8107 IMC Technology Learning Activity: Safety Design Briefs Student Edition www.okcimc.com 800-654-4502 CIMC TE8107 Safety Design Briefs Student Edition Developed by the Curriculum and Instructional Materials

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

When the machine makes a movement based on the Absolute Coordinates or Machine Coordinates, instead of movements based on work offsets.

When the machine makes a movement based on the Absolute Coordinates or Machine Coordinates, instead of movements based on work offsets. Absolute Coordinates: Also known as Machine Coordinates. The coordinates of the spindle on the machine based on the home position of the static object (machine). See Machine Coordinates Absolute Move:

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

Expanding Your Horizons, 1993 Mechanical Dissection Professor Sheri Sheppard Stanford University SAFETY!!

Expanding Your Horizons, 1993 Mechanical Dissection Professor Sheri Sheppard Stanford University SAFETY!! Expanding Your Horizons, 1993 Mechanical Dissection Professor Sheri Sheppard Stanford University SAFETY!! 1. KEEP WORK AREA CLEAN 2. DRESS PROPERLY -- Secure loose clothing, jewelry and hair 3. USE SAFETY

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

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

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

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

Using the Monarch Introduction Monarch Overview Dials, Controls and Switches, or "How do I turn this thing on?" Turning the machine on Feed.

Using the Monarch Introduction Monarch Overview Dials, Controls and Switches, or How do I turn this thing on? Turning the machine on Feed. Using the Monarch Introduction The Product Realization lab has one 10" Model "EE" Monarch Precision Toolmakers Lathe. It is a vintage 1950's precision lathe - but don't let the age fool you. The Monarch

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

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

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

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

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

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

Revised 8/1/2018 Page 1

Revised 8/1/2018 Page 1 1Guild 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

(Refer Slide Time: 01:19)

(Refer Slide Time: 01:19) Computer Numerical Control of Machine Tools and Processes Professor A Roy Choudhury Department of Mechanical Engineering Indian Institute of Technology Kharagpur Lecture 06 Questions MCQ Discussion on

More information

Trade of Toolmaking Module 2: Turning Unit 1: Machine Controls and Operations Phase 2

Trade of Toolmaking Module 2: Turning Unit 1: Machine Controls and Operations Phase 2 Trade of Toolmaking Module 2: Turning Unit 1: Machine Controls and Operations Phase 2 Published by SOLAS 2014 Unit 1 1 Table of Contents Document Release History... 3 Unit Objective... 4 Introduction...

More information

Yale Environmental Health & Safety

Yale Environmental Health & Safety Yale Environmental Health & Safety Equipment/Task Name: Equipment/Task Hazard Class: Shop Name: PANEL SAWS 4 http://ehs.yale.edu/forms-tools/toolclassification-matrix Shop Hazard Class: Purpose Panel saws

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

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

The Ensat self-tapping threaded

The Ensat self-tapping threaded The nsat self-tapping threaded insert nsat is a self-tapping threaded insert with external and internal threads,cutting slots or cutting bores. A continuous process of further development has brought about

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

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

Trade of Toolmaking Module 2: Turning Unit 3: Drilling, Reaming & Tapping Phase 2

Trade of Toolmaking Module 2: Turning Unit 3: Drilling, Reaming & Tapping Phase 2 Trade of Toolmaking Module 2: Turning Unit 3: Drilling, Reaming & Tapping Phase 2 Published by SOLAS 2014 Unit 3 1 Table of Contents Document Release History... 3 Unit Objective... 4 Introduction... 4

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

Lathes. CADD SPHERE Place for innovation Introduction

Lathes. CADD SPHERE Place for innovation  Introduction Lathes Introduction Lathe is one of the most versatile and widely used machine tools all over the world. It is commonly known as the mother of all other machine tool. The main function of a lathe is to

More information

Procedure for Longworth Chuck construction

Procedure for Longworth Chuck construction Procedure for Longworth Chuck construction Overall construction The Longworth chuck is composed of three major components. Connected to the lathe spindle is some device that fastens to the first of two

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

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

Various other types of drilling machines are available for specialized jobs. These may be portable, bench type, multiple spindle, gang, multiple

Various other types of drilling machines are available for specialized jobs. These may be portable, bench type, multiple spindle, gang, multiple Drilling The process of making holes is known as drilling and generally drilling machines are used to produce the holes. Drilling is an extensively used process by which blind or though holes are originated

More information

CNC EXPANDING MANDRELS

CNC EXPANDING MANDRELS CNC EXPANDING MANDRELS ID CLAMPING OFFERS FULL OD PART ACCESS PARALLEL EXPANSION FOR OPTIMUM ACCURACY AND GRIP FORCE LARGE RANGE IN STOCK FOR IMMEDIATE SHIPMENT ROYAL CNC EXPANDING MANDRELS Rigid and Accurate

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

INSPECTION AND CORRECTION OF BELLHOUSING TO CRANKSHAFT ALIGNMENT

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

More information

DISCO DICING SAW SOP. April 2014 INTRODUCTION

DISCO DICING SAW SOP. April 2014 INTRODUCTION DISCO DICING SAW SOP April 2014 INTRODUCTION The DISCO Dicing saw is an essential piece of equipment that allows cleanroom users to divide up their processed wafers into individual chips. The dicing saw

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

Ensat driving tools...

Ensat driving tools... nsat driving tools... On this page, you can configure the optimum tool for your application. A configuration is provided in the following as an illustrative example. The article number is composed of two

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

3 IN 1 HEAVY DUTY TILE CUTTER. Model Visit our website at:

3 IN 1 HEAVY DUTY TILE CUTTER. Model Visit our website at: 3 IN 1 HEAVY DUTY TILE CUTTER Model 41711 ASSEMBLY Operating Instructions Visit our website at: http://www.harborfreight.com Read this material before using this product. Failure to do so can result in

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

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

SHERLINE Drill Chucks

SHERLINE Drill Chucks SHERLINE Drill Chucks P/N 1010/1015 (5/32"), P/N 1072 (1/4") and P/N 1069 (3/8") Chuck and Drill Sizes The size of the chuck indicates the largest size drill shank it will hold. Larger chucks will hold

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

Summer Junior Fellowship Experience at LUMS. Maliha Manzoor 13 June 15 July, 2011 LUMS Summer Internship

Summer Junior Fellowship Experience at LUMS. Maliha Manzoor 13 June 15 July, 2011 LUMS Summer Internship Summer Junior Fellowship Experience at LUMS Maliha Manzoor 13 June 15 July, 2011 LUMS Summer Internship Internship Schedule June 13-17: 2D and 3D drawings in AutoCAD June 20-24: 2D and 3D drawings in AutoCAD

More information

Autodesk University Inventor HSM Turning - CNC Lathe Programming

Autodesk University Inventor HSM Turning - CNC Lathe Programming Autodesk University Inventor HSM Turning - CNC Lathe Programming So my name's Wayne Griffenberg. Please. Come on in. So I've worked in the manufacturing industry probably since 1998. Yeah, since '98. I

More information

Typical Parts Made with These Processes

Typical Parts Made with These Processes Turning Typical Parts Made with These Processes Machine Components Engine Blocks and Heads Parts with Complex Shapes Parts with Close Tolerances Externally and Internally Threaded Parts Products and Parts

More information

CONTEST DESCRIPTION / DESCRIPTION DE CONCOURS MECHATRONICS MÉCATRONIQUE POST- SECONDARY / NIVEAUX POSTSECONDAIRE

CONTEST DESCRIPTION / DESCRIPTION DE CONCOURS MECHATRONICS MÉCATRONIQUE POST- SECONDARY / NIVEAUX POSTSECONDAIRE CONTEST DESCRIPTION / DESCRIPTION DE CONCOURS MECHATRONICS MÉCATRONIQUE POST- SECONDARY / NIVEAUX POSTSECONDAIRE Table of Contents 1 THE ESSENTIAL SKILLS FOR CAREERS IN THE SKILLED TRADES AND TECHNOLOGY...

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

Machine Shop Safety Rules

Machine Shop Safety Rules These rules are designed to make the shop a safe place to work. Your cooperation will help to make this a safe workplace. Safe procedures for shop operations are described in the Machine Shop Health and

More information

Cyclone Upcut Cut off saw

Cyclone Upcut Cut off saw Cyclone Upcut Cut off saw Operation manual WARNING The operator must thoroughly read and understand this manual before operating the cut off saw or starting any servicing. All safety and warning instructions

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

LOS ANGELES UNIFIED SCHOOL DISTRICT DIVISION OF ADULT AND CAREER EDUCATION SAFETY TEST FOR MACHINIST PROGRAM

LOS ANGELES UNIFIED SCHOOL DISTRICT DIVISION OF ADULT AND CAREER EDUCATION SAFETY TEST FOR MACHINIST PROGRAM LOS ANGELES UNIFIED SCHOOL DISTRICT DIVISION OF ADULT AND CAREER EDUCATION SAFETY TEST FOR MACHINIST PROGRAM School: Industry Sector: Manufacturing & Product Dev. Class: Date: Teacher: Room: (Please Print)

More information