Safety Hazards Material Processing Laboratory Room 232

Size: px
Start display at page:

Download "Safety Hazards Material Processing Laboratory Room 232"

Transcription

1 Safety Hazards Material Processing Laboratory Room 232 HAZARD: Rotating Equipment / Machine Tools Be aware of pinch points and possible entanglement Personal Protective Equipment: Safety Goggles; Standing Shields, Sturdy Shoes No: Loose clothing; Neck Ties/Scarves; Jewelry (remove); Long Hair (tie back) HAZARD: Projectiles / Ejected Parts Articles in motion may dislodge and become airborne. HAZARD: Heating - Burn Personal Protective Equipment: Safety Goggles; Standing Shields Be aware of hot surfaces Personal Protective Equipment: Safety Goggles; High Temperature Gloves; Welding Apron, Welding Jacket, Boot Gauntlets, Face Shield HAZARD: Chemical - Burn / Fume Use Adequate Ventilation and/or Rated Fume Hood. Make note of Safety Shower and Eyewash Station Locations. Personal Protective Equipment: Safety Goggles; Chemically Rated Gloves; Chemically Rated Apron HAZARD: Electrical - Burn / Shock Care with electrical connections, particularly with grounding and not Using frayed electrical cords, can reduce hazard. Use GFCI receptacles near water. HAZARD: High Pressure Air-Fluid / Gas Cylinders / Vacuum Inspect before using any pressure / vacuum equipment. Gas cylinders must be secured at all times. Personal Protective Equipment: Safety Goggles; Standing Shields HAZARD: Water / Slip Hazard Clean any spills immediately.

2 EXPERIMENT # 3 COMPUTER NUMERICAL CONTROLLED MACHINING Goal: Objective: Equipment and Tools To learn computer numerical controlled (CNC) metal cutting approach To familiarize students with automated method of controlling the motions and actions of CNC cutting machine by series of programming codes and to design a sequence of operations. NASA II CNC milling machine, teletype printer, collet, vise, parallels, Vernier caliper. Materials: Duraluminum (2017) Each group of students has to complete all given by the Instructor problems, to learn suggested drawings, to design the sequence of operations, to write a program, if necessary, to make all computations, to cut the part and to give the answers to the Set of Questions. Group leader is responsible for distributing among students the responsibilities and producing the Data Sheet. A report has to be prepared according to the requirements of the General Instruction. LABORATORY ASSIGNMENT Your aim for this assignment is to learn how to design a sequence of operations, prepare a program and cut your part. To assure a more complete understanding of how to reach your goal be sure that each group of students must complete following assignments: 1. Learn the principles of computer numerical controlled(cnc) method and basic process flow; 2. Study suggested drawing; 3. Prepare a sequence of cutting operations; 4. Learn all directions of table & spindle motion of the NASA II CNC milling machine; 5. Compute all machining cycles time; 6. Prepare the manuscript; 7. Prepare the CNC program; 8. Learn to operate the tape preparation device - teletype printer; 9. Prepare the tape; 10.Learn to operate the CNC controller; 11. Learn other methods to communicate with the controller; 3-1

3 12.Execute your program without part cutting. Use Single Block Mode and Automatic Mode to check the CNC program; 13.Execute your program using Single Block Mode to perform 1/3 depth of cutting; 14.Execute your program using Automatic Mode to perform another 1/3 depth of cutting; 15.Finish your part by operating the cutting machine in Automatic Mode and cut your part to the full depth. ATTENTION All final steps of your assignments must be checked and approved by the Instructor. RULES FOR CLEAN UP: 1. All tools must be put in their proper place or returned to the Instructor. 2. All machinery must be cleaned and chips be swept into a pile near the aisle and placed in the proper receptacle. In carrying out your assignment, follow the sequence given below: WEEK I 1. Learn the principles of CNC programming; 2. Learn the Binary Code of Decimal System shown on Fig. 3-?; 3. Consider the suggested drawing for your group, Fig. 3-?; 4. Plan the sequence of operations. Fill your plan in the Data Sheet, Table 3-? ; 5. Calculate and fill in all required data in the form MACHINING DATA AND MACHINING CYCLE TIME, Table 3-? for your part with the help of the example in Table 3-?; 6. Prepare the manuscript in accordance with your sequence of operations for the movement of table and cutting tool. Use the Data Sheet on Fig. 3-?; 7. Prepare your CNC program using the form COMPUTER NUMERICAL CONTROL PROGRAM shown in Table 3-?; 8. Learn to operate the teletype printer and prepare the tape of your CNC program; 9. Prepare the duplicate of your tape by running it through tape duplicator; 10. Put all group member names on your program sheet, sign it and obtain the Instructor s approval. ATTENTION Your manuscript and CNC program must be checked and signed by the Instructor. 3-2

4 WEEK II 1. Obtain the duraluminum blank from the Instructor and install it in the vise with the assistance of the Instructor; 5. Learn the function and operation of the controller of NASA II CNC machine; 6. Learn different methods to upload and download CNC program into and from the controller; 7. Learn accuracy of the cutting machine; 8. Learn how to set reference origin points; 9. Select & establish your part origin points; 10. Compare your program with the program memorized by CNC controller; 11. Define the reason why machine is not able to execute the maximum accuracy; 12. Check the CNC program by executing without cutting the CNC program using Single Block and Automatic Mode and by lowering the table downward 5 turns; 13. Bring the table up by 4 turns of the crank, perform 1/3 depth cut of your part by execution of prepared CNC program in Single Block Mode ; 14. Execute your program and cut second 1/3 of the total depth using CNC program in Automatic Mode, bring the table up by half turn more; 15. Bring the table up to the initial height and execute the CNC program using Automatic Mode to perform full depth cutting process; 16. Take the duraluminum work out of the vise (after machine has come to a full stop). Examine the finished part. 17. Discuss the operation procedures, results, repeatability and alternatives; 18. How to perform your part in large quantities? 19. Clean the machine and working area around the machine. ATTENTION Goggles must be worn when machine is operating. 3-3

5 Fig Basic computer numerical controlled process flow. 3-4

6 Fig Binary numbers & binary coded decimals 3-5

7 CNC Program Entries and Command Codes: 1. Line Number Letter Address: N Range: N0 to N Feed rate Letter Address: F Range: IPM ( inch per minute ): F2 to F320 in increments of 0.1 IPM MMPM ( mm per minute ): F5 to F812 in increments of 1 MMPM Note: If a value greater than 320 is given, the feed will be set at F Tool Number Letter Address: T Range: T1 to T Miscellaneous Function Code: M Maximum number of digits: 2 Functions relative to direct machine movements and actions. Code Before With After Modal Non-Modal Function M00 x x Program Stop M01 x x Optional Stop M03 x x Rotating Spindle M06 x x x Tool Change M25 x Z Axis Home M30 End of Program and Back to Beginning 3-6

8 TABLE 3-1 G - codes: Functions to perform a desired operation. G code Modal Non-Modal Function Note G00 x Rapid Traverse, point-to-point positioning G01 x Linear Interpolation Feed rate G02 x Circular Interpolation, Arc CW Feed rate & Index G03 x Circular Interpolation, Arc CCW Feed rate & Index G04 x Dwell G17 x XY Plane Index G18 x ZX Plane Index G19 x YZ Plane Index G30 x Cancel Mirror Image G31 x Reverses Programmed Direction of X axis Index G32 x Reverses Programmed Direction of Y axis Index G40 x Cutter Diameter Compensation OFF G41 x Cutter Compensation Left G42 x Cutter Compensation Right G70 x Select Inch Dimension System G71 x Select Metric Dimension System G72 x Transformation Off G73 x Transformation On G74 x Multi quadrant Circular Interpolation Cancel G75 x Multi quadrant Circular Interpolation G77 x Facing Cycle G78 x Pocket Mill Cycle G79 x Rough Bore Milling Cycle G80 x Fixed Cycle Cancel G81 x Drill Cycle G82 x Spot Facing Cycle G83 x Deep Hole Drilling Cycle G84 x Tapping Cycle G85 x Boring Cycle Cancel G86 x Boring Cycle G87 x Chip Breaking Deep Hole Drilling Cycle G89 x Boring Cycle G90 x Absolute Programming Mode G91 x Incremental Programming Mode G92 x Present Absolute Registers G99 x Deceleration Override for 2.8 IPM & above 3-7

9 Fig Part drawings 3-8

10 3-9

11 3-10

12 3-11

13 SAMPLE: N/C PROGRAM FOR PLATE N5G00G90X 1.000Y 1.000S1500T1M3 N10X0.500Y2.500Z0.050 N15G01Z-0.375F50 N20G00X1.000Y2.000Z0.050 N25G01Z-0.600F50 N30X2.000 N35G00X1.500Y2.000 N40G01Y1.000F50 N45G00X2.500Y0.500Z0.050 N50G01Z-0.600F50 N55G00X-1.000Y-1.000Z0.050M

14 3-13

15 3-14

16 3-15

17 3-16

18 SET OF QUESTIONS: 1. Explain the difference between Numerical Control & Computer Numerical Control. 2. What is the first step in preparing the program on N/C machine? 3. Convert the following Decimal numbers to Binary numbers: a) 23; b) 92; c) 147; d) Position the tool to cut the hole shown in the figure below, use 3 axis x,y,z motion. 5. Calculate the cutting speed and machining time for all your cutting operation and fill in the form called Machining Data & Machining Cycle Time, see Tab Write the instruction for positioning in absolute mode for spot drilling using the spot face cycle. The depth of drilling is and the feed rate is 10 inch per minute. 7. Determine the decimal value of the following binary number: (1011) 2 = (?) What do the following expressions mean? a) N100 G01 G 81 Z-1.50 F200 b) N55 G00 G91 X0Y0M3 9. Why is the air compressor needed with the Numerical Controlled Milling Machine NASA II? 3-17

19 SUGGESTED LITERATURE: 1. E. P. De Garmo, J. Temple Black, Ronald A. Kosher, Materials and Processes in Manufacturing, Macmillan, 8-th Edition, New York, L.E. Doyle, Manufacturing Processes and Materials for Engineers, Prentice-Hall, Inc., Third Edition, Englewood, S. Kalpakjian, Manufacturing Processes for Engineering Materials, Addison-Wesley Publishing Co., Reading, Massachusetts, F.T. Farago, Handbook of Dimensional Measurement, Industrial Press, New York, J. Pusztai, M. Sava, Computer Numerical Control, Reston Publishing Co., Inc., Reston, Virginia, R.Dubrovsky. Laboratory Manual, Engineering Materials & Processes, ME Department, NJIT, CAPCO, Oklahoma,

Safety Hazards Material Processing Laboratory Room 232

Safety Hazards Material Processing Laboratory Room 232 Safety Hazards Material Processing Laboratory Room 232 HAZARD: Rotating Equipment / Machine Tools Be aware of pinch points and possible entanglement Personal Protective Equipment: Safety Goggles; Standing

More information

Safety Hazards Material Processing Laboratory Room 232

Safety Hazards Material Processing Laboratory Room 232 Safety Hazards Material Processing Laboratory Room 232 HAZARD: Rotating Equipment / Machine Tools Be aware of pinch points and possible entanglement Personal Protective Equipment: Safety Goggles; Standing

More information

CAD/CAM/CAE Computer Aided Design/Computer Aided Manufacturing/Computer Aided Manufacturing. Part-10 CNC Milling Programming

CAD/CAM/CAE Computer Aided Design/Computer Aided Manufacturing/Computer Aided Manufacturing. Part-10 CNC Milling Programming CAD/CAM/CAE Computer Aided Design/Computer Aided Manufacturing/Computer Aided Manufacturing Part-10 CNC Milling Programming To maximize the power of modern CNC milling machines, a programmer has to master

More information

HAAS AUTOMATION, INC.

HAAS AUTOMATION, INC. PROGRAMMING WORKBOOK HAAS AUTOMATION, INC. 2800 Sturgis Rd. Oxnard, CA 93030 January 2005 JANUARY 2005 PROGRAMMING HAAS AUTOMATION INC. 2800 Sturgis Road Oxnard, California 93030 Phone: 805-278-1800 www.haascnc.com

More information

SHOP NOTES. GPocket Guide and Reference Charts. for CNC Machinists. Made in the U.S.A.

SHOP NOTES. GPocket Guide and Reference Charts. for CNC Machinists. Made in the U.S.A. SHOP NOTES GPocket Guide and Reference Charts for CNC Machinists Made in the U.S.A. WHAT S INSIDE THIS BOOKLET? Decimal Equivalent Chart / Millimeter to Inch Chart Haas Mill G-Codes / Haas Mill M-Codes

More information

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Basic NC and CNC Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Micro machining Lab, I.I.T. Kanpur Outline 1. Introduction to CNC machine 2. Component

More information

CNC Programming Guide MILLING

CNC Programming Guide MILLING CNC Programming Guide MILLING Foreword The purpose of this guide is to help faculty teach CNC programming without tears. Most books currently available on CNC programming are not only inadequate, but also

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

CNC Machinery. Module 5: CNC Programming / Milling. IAT Curriculum Unit PREPARED BY. August 2009

CNC Machinery. Module 5: CNC Programming / Milling. IAT Curriculum Unit PREPARED BY. August 2009 CNC Machinery Module 5: CNC Programming / Milling PREPARED BY IAT Curriculum Unit August 2009 Institute of Applied Technology, 2009 ATM313-CNC Module 5: CNC Programming / Milling Module Objectives: 1.

More information

G02 CW / G03 CCW Circular Interpolation Motion (Group 01) - Mill

G02 CW / G03 CCW Circular Interpolation Motion (Group 01) - Mill Haas Technical Documentation G02 CW / G03 CCW Circular Interpolation Motion (Group 01) - Mill Scan code to get the latest version of this document Translation Available G02 CW / G03 CCW Circular Interpolation

More information

VMC Series II Vertical Machining Centers PROGRAMMER S MANUAL. Equipped with the Hardinge / Fanuc System II, Fanuc 0i-M, or Fanuc 18-MC Control

VMC Series II Vertical Machining Centers PROGRAMMER S MANUAL. Equipped with the Hardinge / Fanuc System II, Fanuc 0i-M, or Fanuc 18-MC Control PROGRAMMER S MANUAL VMC Series II Vertical Machining Centers Equipped with the Hardinge / Fanuc System II, Fanuc 0i-M, or Fanuc 18-MC Control Revised: July 26, 2004 Manual No. M-377B Litho in U.S.A. Part

More information

Mill Series Training Manual. Haas CNC Mill Programming

Mill Series Training Manual. Haas CNC Mill Programming Haas Factory Outlet A Division of Productivity Inc Mill Series Training Manual Haas CNC Mill Programming Revised 021913 (Printed 02-2013) This Manual is the Property of Productivity Inc The document may

More information

Manufacturing Technician Training

Manufacturing Technician Training Mike McKinney / Jefferson College I. Objective: Developed to meet the industry demands and provide a six-week certification program to fast track individuals to secure a position in the manufacturing industry

More information

HAAS AUTOMATION, INC. PROGRAMMING MILL SERIES WORKBOOK ANSWERS HAAS AUTOMATION, INC STURGIS ROAD OXNARD, CA

HAAS AUTOMATION, INC. PROGRAMMING MILL SERIES WORKBOOK ANSWERS HAAS AUTOMATION, INC STURGIS ROAD OXNARD, CA HAAS AUTOMATION, INC. MILL SERIES PROGRAMMING WORKBOOK HAAS AUTOMATION, INC. 2800 STURGIS ROAD OXNARD, CA 93030 www.haascnc.com 800-331-6746 ANSWERS PROGRAMMING HAAS AUTOMATION INC. 2800 Sturgis Road Oxnard,

More information

527F CNC Control. User Manual Calmotion LLC, All rights reserved

527F CNC Control. User Manual Calmotion LLC, All rights reserved 527F CNC Control User Manual 2006-2016 Calmotion LLC, All rights reserved Calmotion LLC 21720 Marilla St. Chatsworth, CA 91311 Phone: (818) 357-5826 www.calmotion.com NC Word Summary NC Word Summary A

More information

PROGRAMMING January 2005

PROGRAMMING January 2005 PROGRAMMING January 2005 CANNED CYCLES FOR DRILLING TAPPING AND BORING A canned cycle is used to simplify programming of a part. Canned cycles are defined for the most common Z-axis repetitive operation

More information

Preview Sample. Date: September 1, 2010 Author: Matthew Manton and Duane Weidinger ISBN:

Preview Sample. Date: September 1, 2010 Author: Matthew Manton and Duane Weidinger ISBN: Computer Numerical Control Workbook Generic Lathe Published by CamInstructor Incorporated 330 Chandos Crt. Kitchener, Ontario N2A 3C2 www.caminstructor.com Date: September 1, 2010 Author: Matthew Manton

More information

Computer Numeric Control

Computer Numeric Control Computer Numeric Control TA202A 2017-18(2 nd ) Semester Prof. J. Ramkumar Department of Mechanical Engineering IIT Kanpur Computer Numeric Control A system in which actions are controlled by the direct

More information

CNC PROGRAMMING WORKBOOK. Sample not for. Distribution MILL & LATHE. By Matthew Manton and Duane Weidinger

CNC PROGRAMMING WORKBOOK. Sample not for. Distribution MILL & LATHE. By Matthew Manton and Duane Weidinger CNC PROGRAMMING WORKBOOK MILL & LATHE By Matthew Manton and Duane Weidinger CNC Programming Workbook Mill & Lathe Published by: CamInstructor Incorporated 330 Chandos Crt. Kitchener, Ontario N2A 3C2 www.caminstructor.com

More information

NUMERICAL CONTROL.

NUMERICAL CONTROL. NUMERICAL CONTROL http://www.toolingu.com/definition-300200-12690-tool-offset.html NC &CNC Numeric Control (NC) and Computer Numeric Control (CNC) are means by which machine centers are used to produce

More information

Lathe Series Training Manual. Haas CNC Lathe Programming

Lathe Series Training Manual. Haas CNC Lathe Programming Haas Factory Outlet A Division of Productivity Inc Lathe Series Training Manual Haas CNC Lathe Programming Revised 050914; Rev3-1/29/15; Rev4-31017 This Manual is the Property of Productivity Inc The document

More information

CNC Machinery. Module 4: CNC Programming "Turning" IAT Curriculum Unit PREPARED BY. August 2009

CNC Machinery. Module 4: CNC Programming Turning IAT Curriculum Unit PREPARED BY. August 2009 CNC Machinery Module 4: CNC Programming "Turning" PREPARED BY IAT Curriculum Unit August 2009 Institute of Applied Technology, 2009 2 Module 4: CNC Programming "Turning" Module 4: CNC Programming "Turning"

More information

HAAS AUTOMATION, INC.

HAAS AUTOMATION, INC. PROGRAMMING WORKBOOK HAAS AUTOMATION, INC. 2800 Sturgis Rd. Oxnard, CA 93030 JANUARY 2005 . JANUARY 2005 PROGRAMMING HAAS AUTOMATION INC. 2800 Sturgis Road Oxnard, California 93030 Phone: 805-278-1800

More information

Motion Manipulation Techniques

Motion Manipulation Techniques Motion Manipulation Techniques You ve already been exposed to some advanced techniques with basic motion types (lesson six) and you seen several special motion types (lesson seven) In this lesson, we ll

More information

COMPUTER INTEGRATED MANUFACTURING LABORATORY (14AME31)

COMPUTER INTEGRATED MANUFACTURING LABORATORY (14AME31) COMPUTER INTEGRATED MANUFACTURING LABORATORY (14AME31) (For III B.Tech - II SEM- Mechanical Engineering) DEPARTMENT OF MECHANICAL ENGINEERING SRI VENKATESWARA COLLEGE OF ENGINEERING & TECHNOLOGY R.V.S

More information

Mach4 CNC Controller Lathe Programming Guide Version 1.0

Mach4 CNC Controller Lathe Programming Guide Version 1.0 Mach4 CNC Controller Lathe Programming Guide Version 1.0 1 Copyright 2014 Newfangled Solutions, Artsoft USA, All Rights Reserved The following are registered trademarks of Microsoft Corporation: Microsoft,

More information

CNC Applications. Programming Machining Centers

CNC Applications. Programming Machining Centers CNC Applications Programming Machining Centers Planning and Programming Just as with the turning center, you must follow a series of steps to create a successful program: 1. Examine the part drawing thoroughly

More information

NZX NLX

NZX NLX NZX2500 4000 6000 NLX1500 2000 2500 Table of contents: 1. Introduction...1 2. Required add-ins...1 2.1. How to load an add-in ESPRIT...1 2.2. AutoSubStock (optional) (for NLX configuration only)...3 2.3.

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

Table of Contents. Preface 9 Prerequisites 9. Key Concept 1: Know Your Machine From A Programmer s Viewpoint 13. Table of Contents

Table of Contents. Preface 9 Prerequisites 9. Key Concept 1: Know Your Machine From A Programmer s Viewpoint 13. Table of Contents Preface 9 Prerequisites 9 Basic machining practice experience 9 Controls covered 10 Limitations 10 Programming method 10 The need for hands -on practice 10 Instruction method 11 Scope 11 Key Concepts approach

More information

UNIT 5 CNC MACHINING. known as numerical control or NC.

UNIT 5 CNC MACHINING. known as numerical control or NC. UNIT 5 www.studentsfocus.com CNC MACHINING 1. Define NC? Controlling a machine tool by means of a prepared program is known as numerical control or NC. 2. what are the classifications of NC machines? 1.point

More information

Safety Hazards Instrumentation Laboratory Room 214

Safety Hazards Instrumentation Laboratory Room 214 Safety Hazards Instrumentation Laboratory Room 214 HAZARD: Rotating Equipment / Machine Tools Personal Protective Equipment: Safety Goggles; Standing Shields, Sturdy Shoes No: Loose clothing; Neck Ties/Scarves;

More information

Figure 1: NC Lathe menu

Figure 1: NC Lathe menu Click To See: How to Use Online Documents SURFCAM Online Documents 685)&$0Ã5HIHUHQFHÃ0DQXDO 5 /$7+( 5.1 INTRODUCTION The lathe mode is used to perform operations on 2D geometry, turned on two axis lathes.

More information

User's Guide. Servo CNC System. for Windows Programming and Operation. SW Version 5.0 Manual Version 1.1b. Form

User's Guide. Servo CNC System. for Windows Programming and Operation. SW Version 5.0 Manual Version 1.1b. Form User's Guide Servo CNC System for Windows Programming and Operation SW Version 5.0 Manual Version 1.1b Form 0800-80821 Copyright 2006 ServoSource. All rights reserved The software contains proprietary

More information

Computer Aided Manufacturing

Computer Aided Manufacturing Computer Aided Manufacturing CNC Milling used as representative example of CAM practice. CAM applies to lathes, lasers, waterjet, wire edm, stamping, braking, drilling, etc. CAM derives process information

More information

Design & Manufacturing II. The CAD/CAM Labs. Lab I Process Planning G-Code Mastercam Lathe

Design & Manufacturing II. The CAD/CAM Labs. Lab I Process Planning G-Code Mastercam Lathe 2.008 Design & Manufacturing II The CAD/CAM Labs Lab I Process Planning G-Code Mastercam Lathe Lab II Mastercam Mill Check G-Code Lab III CNC Mill & Lathe Machining OBJECTIVE BACKGROUND LAB EXERCISES DELIVERABLES

More information

Getting Started. Terminology. CNC 1 Training

Getting Started. Terminology. CNC 1 Training CNC 1 Training Getting Started What You Need for This Training Program This manual 6 x 4 x 3 HDPE 8 3/8, two flute, bottom cutting end mill, 1 Length of Cut (LOC). #3 Center Drill 1/4 drill bit and drill

More information

Projects. 5 For each component, produce a drawing showing the intersection BO.O. C'BORE 18 DIA x 5 DEEP FROM SECTION ON A - A

Projects. 5 For each component, produce a drawing showing the intersection BO.O. C'BORE 18 DIA x 5 DEEP FROM SECTION ON A - A Projects ~ Figure Pl Project 1 If you have worked systematically through the assignments in this workbook, you should now be able to tackle the following milling and turning projects. It is suggested that

More information

LAB MANUAL / OBSERVATION

LAB MANUAL / OBSERVATION DHANALAKSHMI COLLEGE OF ENGINEERING DR. VPR NAGAR, MANIMANGALAM, CHENNAI- 601301 DEPARTMENT OF MECHANICAL ENGINEERING LAB MANUAL / OBSERVATION ME6611- CAD/CAM LABORATORY STUDENT NAME REGISTER NUMBER YEAR

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

Table of Contents. Table of Contents. Preface 11 Prerequisites... 12

Table of Contents. Table of Contents. Preface 11 Prerequisites... 12 Table of Contents Preface 11 Prerequisites... 12 Basic machining practice experience... 12 Controls covered... 12 Limitations... 13 The need for hands -on practice... 13 Instruction method... 13 Scope...

More information

Table 5.1: Drilling canned cycles. Action at the bottom of the hole. Cancels drilling canned cycle Intermittent or continuous feed.

Table 5.1: Drilling canned cycles. Action at the bottom of the hole. Cancels drilling canned cycle Intermittent or continuous feed. 5.18 CANNED CYCLES FOR DRILLING On a lathe, equipped with live tooling (which allows a tool, obviously a drilling or a similar tool, to rotate at the specified RPM, as in a milling machine) and an additional

More information

Safety And Operation Instructions RSR50 VMC Right Angle Self-Reversing Tapping Units

Safety And Operation Instructions RSR50 VMC Right Angle Self-Reversing Tapping Units Safety And Operation Instructions To Avoid Serious Injury And Ensure Best Results For Your Tapping Operation, Please! Read Carefully All operator and safety instructions provided for this tapping attachment

More information

Module 2. Milling calculations, coordinates and program preparing. 1 Pepared By: Tareq Al Sawafta

Module 2. Milling calculations, coordinates and program preparing. 1 Pepared By: Tareq Al Sawafta Module 2 Milling calculations, coordinates and program preparing 1 Module Objectives: 1. Calculate the cutting speed, feed rate and depth of cut 2. Recognize coordinate 3. Differentiate between Cartesian

More information

MTC200 Description of NC Cycles. Application Manual SYSTEM200 DOK-MTC200-CYC*DES*V22-AW02-EN-P

MTC200 Description of NC Cycles. Application Manual SYSTEM200 DOK-MTC200-CYC*DES*V22-AW02-EN-P X rapid feed feed first feed * n... appr.. * appr.. * 1... end point Z gradient starting point Z end p. X start. p. X Z MTC200 Description of NC Cycles Application Manual SYSTEM200 About this Documentation

More information

BHARATHIDASAN ENGINEERING COLLEGE NATTRAMPALLI DEPARTMENT OF MECHANICAL ENGINEERING LABORATORY MANUAL ME6411-MANUFACTURING TECHNOLOGY LAB- II

BHARATHIDASAN ENGINEERING COLLEGE NATTRAMPALLI DEPARTMENT OF MECHANICAL ENGINEERING LABORATORY MANUAL ME6411-MANUFACTURING TECHNOLOGY LAB- II BHARATHIDASAN ENGINEERING COLLEGE NATTRAMPALLI 635 854 DEPARTMENT OF MECHANICAL ENGINEERING LABORATORY MANUAL ME6411-MANUFACTURING TECHNOLOGY LAB- II YEAR / SEMESTER : II / IV DEPARTMENT : Mechanical REGULATION

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

MACHINIST S REFERENCE GUIDE

MACHINIST S REFERENCE GUIDE MACHINIST S REFERENCE GUIDE Hurco Companies, Inc. One Technology Way / P.O. Box 68180 Indianapolis, IN 46268-0180 800.634.2416 Info@hurco.com HURCO.com Hurco Applications Hotline 317.614.1549 applications@hurco.com

More information

Trade of Toolmaking. Module 6: Introduction to CNC Unit 2: Part Programming Phase 2. Published by. Trade of Toolmaking Phase 2 Module 6 Unit 2

Trade of Toolmaking. Module 6: Introduction to CNC Unit 2: Part Programming Phase 2. Published by. Trade of Toolmaking Phase 2 Module 6 Unit 2 Trade of Toolmaking Module 6: Introduction to CNC Unit 2: Part Programming Phase 2 Published by SOLAS 2014 Unit 2 1 Table of Contents Document Release History... 3 Unit Objective... 4 Introduction... 4

More information

Controlled Machine Tools

Controlled Machine Tools ME 440: Numerically Controlled Machine Tools CNCSIMULATOR Choose the correct application (Milling, Turning or Plasma Cutting) CNCSIMULATOR http://www.cncsimulator.com Teaching Asst. Ergin KILIÇ (M.S.)

More information

MACH3 TURN ARC MOTION 6/27/2009 REV:0

MACH3 TURN ARC MOTION 6/27/2009 REV:0 MACH3 TURN - ARC MOTION PREFACE This is a tutorial about using the G2 and G3 g-codes relative to Mach3 Turn. There is no simple answer to a lot of the arc questions posted on the site relative to the lathe.

More information

Safety and Operation Instructions SPD3 CNC, SPD5 CNC

Safety and Operation Instructions SPD3 CNC, SPD5 CNC Safety and Operation Instructions SPD3 CNC, SPD5 CNC Safety Precautions and Instructions To avoid serious injury and ensure best results for your application, please read carefully all operation and safety

More information

INDEX A FAGOR. 1. MC Training Manual. 2. Additional Simple Cycles. 3. USB Interface. 4. Installation. 5. Electrical Drawings

INDEX A FAGOR. 1. MC Training Manual. 2. Additional Simple Cycles. 3. USB Interface. 4. Installation. 5. Electrical Drawings KNEE MILL PACKAGE INDEX 1. MC Training Manual 2. Additional Simple Cycles 3. USB Interface 4. Installation 5. Electrical Drawings 1 800 4A FAGOR * This information package also includes 8055 CNC Training

More information

WINMAX LATHE NC PROGRAMMING

WINMAX LATHE NC PROGRAMMING WINMAX LATHE NC PROGRAMMING Dual-screen and Max Consoles for Hurco Turning Centers April 2013 704-0115-309 Revision A The information in this document is subject to change without notice and does not represent

More information

SAMSUNG Machine Tools PL2000SY CNC TURNING CENTER

SAMSUNG Machine Tools PL2000SY CNC TURNING CENTER SAMSUNG Machine Tools CNC TURNING CENTER SAMSUNG'S Advanced Engineering and Machine Design Cast iron structure for superior dampening characteristics and thermal displacement Rigid 30 degree slant bed

More information

Strands & Standards MACHINING 2

Strands & Standards MACHINING 2 Strands & Standards MACHINING 2 COURSE DESCRIPTION This course is the second in a sequence that will use technical knowledge and skills to plan and manufacture projects using machine lathes, mills, drill

More information

Techniques With Motion Types

Techniques With Motion Types Techniques With Motion Types The vast majority of CNC programs require but three motion types: rapid, straight line, and circular interpolation. And these motion types are well discussed in basic courses.

More information

The enriched system configuration designed based on the loader head accommodates a wide range of automation needs.

The enriched system configuration designed based on the loader head accommodates a wide range of automation needs. CNC Lathe These are high-precision chucking machines equipped with a general-purpose in-machine loader head. The loading time is shortened substantially through coordinated operation of the loader head

More information

Performance. CNC Turning & Milling Machine. Conversational CAM 3.11 Instruction Manual

Performance. CNC Turning & Milling Machine. Conversational CAM 3.11 Instruction Manual Performance CNC Turning & Milling Machine Conversational CAM 3.11 Instruction Manual Legacy Woodworking Machinery 435 W. 1000 N. Springville, UT 84663 Performance Axis CNC Machine 2 Content Warranty and

More information

Tools Hand and Power. OSHA Office of Training and Education 1

Tools Hand and Power. OSHA Office of Training and Education 1 Tools Hand and Power 1 Hazards Workers using hand and power tools may be exposed to these hazards: objects that fall, fly, are abrasive, or splash harmful dusts, fumes, mists, vapors, and gases frayed

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

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

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE MECH 223 INTRODUCTION TO COMPUTER NUMERICAL CONTROL

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE MECH 223 INTRODUCTION TO COMPUTER NUMERICAL CONTROL STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE MECH 223 INTRODUCTION TO COMPUTER NUMERICAL CONTROL Prepared by: Daniel Miller Updated by: Daniel Miller (April 2015)

More information

SEMPEO SQA Unit Code FP2J 04 Preparing and using CNC turning machines

SEMPEO SQA Unit Code FP2J 04 Preparing and using CNC turning machines Overview This standard covers a broad range of basic computer numerical control (CNC) turning competences that will prepare you for entry into the engineering or manufacturing sectors, creating a progression

More information

Chapter 8 Workshops and Maintenance

Chapter 8 Workshops and Maintenance Chapter 8 Workshops and Maintenance General 1. Eye protection shall be worn at all times when operating power equipment and tools. 2. Report all equipment defects immediately. Do not use unsafe equipment

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

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

Preparing and using CNC milling machines

Preparing and using CNC milling machines Unit 016 Preparing and using CNC milling machines Level: 2 Credit value: 14 NDAQ number: 500/9514/6 Unit aim This unit covers the skills and knowledge needed to prove the competences required to cover

More information

Sample Test Project. District / Zonal Skill Competitions. Skill- CNC Milling. Category: Manufacturing & Engineering Technology

Sample Test Project. District / Zonal Skill Competitions. Skill- CNC Milling. Category: Manufacturing & Engineering Technology Sample Test Project District / Zonal Skill Competitions Skill- CNC Milling Category: Manufacturing & Engineering Technology Version 1 Dec 2017 Skill- CNC Milling 1 Table of Contents A. Preface... 3 B.

More information

WINMAX LATHE NC PROGRAMMING

WINMAX LATHE NC PROGRAMMING WINMAX LATHE NC PROGRAMMING Dual-screen and Max Consoles for Hurco Turning Centers March 2012 704-0115-306 Revision A The information in this document is subject to change without notice and does not represent

More information

GSK980MD MILLING CNC SYSTEM. User Manual

GSK980MD MILLING CNC SYSTEM. User Manual GSK980MD MILLING CNC SYSTEM User Manual PREFACE Warning! Before installation, programming and operation, read this manual and the machine builder manual carefully and perform the relevant operations strictly

More information

Machinist--Cert Students apply industry standard safety practices and specific safety requirements for different machining operations.

Machinist--Cert Students apply industry standard safety practices and specific safety requirements for different machining operations. MTT Date: 09/13/2018 TECHNOLOGY MTT Machine Tool Technology--AA Students apply industry standard safety practices and specific safety requirements for different machining operations. Students calculate

More information

Manual Guide i. Lathe Training Workbook. For. Lathe Turning & Milling

Manual Guide i. Lathe Training Workbook. For. Lathe Turning & Milling Manual Guide i Lathe Training Workbook For Lathe Turning & Milling A-816A Hardinge Inc., 2008 Part No. A A-0009500-0816 Litho in USA June 2008 2 Section Pages Section One: Basic Machine Operations Sequence

More information

Preparing and using CNC machining centres

Preparing and using CNC machining centres Unit 017 Preparing and using CNC machining centres Level: 2 Credit value: 14 NDAQ number: 500/9514/6 Unit aim This unit covers the skills and knowledge needed to prove the competences required to cover

More information

Miyano Evolution Line

Miyano Evolution Line Evolution Line CNC Turning center with 2 spindles, 2 turrets and 1 -axis slide BNJ-34/42/51 "Evolution and Innovation" is the Future What could not be done can be done. -axis movement is added to the traditional

More information

BHP130Series. Heavy Duty CNC Horizontal Boring & Milling Machines

BHP130Series. Heavy Duty CNC Horizontal Boring & Milling Machines BHP130Series Heavy Duty CNC Horizontal Boring & Milling Machines BHP130 SERIES CNC Heavy Duty Horizontal Boring and Milling Machines SNK Nissin BHP130 Boring Mills have the power and robust construction

More information

NC Programming for PUMA Turning Centers Equipped with Live Tools, Sub Spindle, Y- Axis

NC Programming for PUMA Turning Centers Equipped with Live Tools, Sub Spindle, Y- Axis NC Programming for PUMA Turning Centers Equipped with Live Tools, Sub Spindle, Y- Axis For PUMA Turning Centers 200M, 200MS, 230M, 230MS, 240M, 240MS, 300M, 300MS 1500Y/SY, 2000Y/SY, 2500Y/SY 1 TABLE OF

More information

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2 Trade of Sheet Metalwork Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2 Table of Contents List of Figures... 4 List of Tables... 5 Document Release History... 6 Module

More information

Cobra Series CNC Lathes

Cobra Series CNC Lathes PROGRAMMER S MANUAL TP1480B TP3264 TP2580 Cobra Series CNC Lathes Equipped with the GE Fanuc 21T Control Manual No. M-312C Litho in U.S.A. Part No. M C-0009500-0312 October, 1998 - NOTICE - Damage resulting

More information

Tutorial 4 - Open Dxf file and create multiple toolpaths (Contour, Pocket and Drill).

Tutorial 4 - Open Dxf file and create multiple toolpaths (Contour, Pocket and Drill). Tutorial 4 - Open Dxf file and create multiple toolpaths (Contour, Pocket and Drill). In this tutorial you will open a Dxf file and create the toolpath that cut the external of the part, another toolpath

More information

Preparing and using CNC Machining Centres F/508/4727

Preparing and using CNC Machining Centres F/508/4727 Unit Title Ofqual unit reference number (code) Organisation Reference Preparing and using CNC Machining Centres F/508/4727 QU051501 Unit Level Level 2 Unit Sub Level None GLH 64 Unit Credit Value 14 Sector

More information

LABORATORY MANUAL MANUFACTURING PROCESSES 1

LABORATORY MANUAL MANUFACTURING PROCESSES 1 LABORATORY MANUAL MANUFACTURING PROCESSES 1 TA - 202 LAB (Necessary reading material for lab and project turns for all lab users) Department of Mechanical Engineering INDIAN INSTITUTE OF TECHNOLOGY KANPUR

More information

Machine Tool Technology/Machinist CIP Task Grid

Machine Tool Technology/Machinist CIP Task Grid 1 100 ORIENTATION / SAFETY 101 Describe the Occupational Safety and Health Administration (OSHA) and its role in the machining industry. 102 Identify & explain safety equipment and procedures. 103 Identify

More information

User s Manual Cycle Programming TNC 320. NC Software

User s Manual Cycle Programming TNC 320. NC Software User s Manual Cycle Programming TNC 320 NC Software 340 551-04 340 554-04 English (en) 9/2009 About this Manual The symbols used in this manual are described below. This symbol indicates that important

More information

Fixed Headstock Type CNC Automatic Lathe

Fixed Headstock Type CNC Automatic Lathe Fixed Headstock Type CNC Automatic Lathe GTY Configured with two spindles, one turret, 2 x Y axes, gang tools and X3 axis to back spindle, the BNA42GTY can mount up to 45 tools. 3 tool simultaneous cutting

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

Lathe Code. Lathe Specific Additions. 1 de 15 27/01/ :20. Contents. 1. Introduction DesktopCNC?

Lathe Code. Lathe Specific Additions. 1 de 15 27/01/ :20. Contents. 1. Introduction DesktopCNC? 1 de 15 27/01/2010 14:20 Lathe Code EmcKnowledgeBase RecentChanges PageIndex Preferences LinuxCNC.org Search: Lathe Specific Additions Contents 1. Introduction 2. Lathe G codes 2.1. DesktopCNC 2.2. Haas

More information

MACHINIST TECHNICIAN - LATHE (582)

MACHINIST TECHNICIAN - LATHE (582) DESCRIPTION Students will demonstrate technical knowledge and skills to plan, manufacture, assemble, test products, and modify metal parts using machine shop and CNC processes in support of other manufacturing,

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

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/ Images courtesy of Haas You must complete safety instruction before using

More information

Engineering Innovation Center Safety Training

Engineering Innovation Center Safety Training Engineering Innovation Center Safety Training Introduction The Engineering Innovation Center is a large academic maker space with plenty of tools and equipment. In order to use these items you must have

More information

TIMTOS 2017 EXHIBITS PROFILE

TIMTOS 2017 EXHIBITS PROFILE TIMTOS 2017 EXHIBITS PROFILE Product Code Product Name METAL CUTTING MACHINE TOOL Lathes and Turning Machines 160101 Lathes, Swiss Type 160502 Bench Lathes 160503 High Speed Lathes 160504 Automatic Lathes

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

Tutorial 1 getting started with the CNCSimulator Pro

Tutorial 1 getting started with the CNCSimulator Pro CNCSimulator Blog Tutorial 1 getting started with the CNCSimulator Pro Made for Version 1.0.6.5 or later. The purpose of this tutorial is to learn the basic concepts of how to use the CNCSimulator Pro

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

G CODE & THE SHERLINE MILL

G CODE & THE SHERLINE MILL G CODE & THE SHERLINE MILL Michael Stephens 2007 Table of Contents I. Purpose p4 II. Background p4 III. Overview of the Sherline Mill p4 IV. Setting Up the Sherline Mill...p4 V. Sherline Mill Accessories

More information

Machine Tool Technology/Machinist CIP Task Grid Secondary Competency Task List

Machine Tool Technology/Machinist CIP Task Grid Secondary Competency Task List 1 100 ORIENTATION / SAFETY 101 Describe the Occupational Safety and Health Administration (OSHA) and its role in the machining industry. 2 2 2 1 0.5 102 Identify & explain safety equipment and procedures.

More information

SINUMERIK System 800 Cycles, User Memory Submodule 4

SINUMERIK System 800 Cycles, User Memory Submodule 4 SINUMERIK System 800 Cycles, User Memory Submodule 4 User Documentation SINUMERIK System 800 Cycles, User Memory Submodule 4 Programming Guide User Documentation Valid for: Control Software version SINUMERIK

More information

Section 6: Fixed Subroutines

Section 6: Fixed Subroutines Section 6: Fixed Subroutines Definition L9101 Probe Functions Fixed Subroutines are dedicated cycles, standard in the memory of the control. They are called by the use of an L word (L9101 - L9901) and

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