Inch / Metric Selection G20 & G20

Size: px
Start display at page:

Download "Inch / Metric Selection G20 & G20"

Transcription

1 Inch / Metric Selection G20 & G20 Most current CNC machines allow input in either the inch mode or the metric mode. Generally speaking, once either input is selected, it is maintained throughout the program. That is, seldom will you be required to use both modes in one program. In fact, most companies will use one of these measurement modes for all programs written. If the company comes across a part that happens to have been in the other measurement system, they will simply convert the print s dimensions and tolerances to the measurement system with which they are most familiar and run the workpiece in that mode. Here are the conversion formulae. Inches = millimeters divided by 25.4 Millimeters = inches times 25.4 For example, say you have a dimension of 16 mm on the print, but you are going to write your program in the inch mode. To convert to inch, simply divide 16 by 25.4 to come up with the inch equivalent ( in). Though the metric mode is becoming more popular, the inch mode is still, by far, the more common mode used in the United States. Since our country has been working in the inch mode for two centuries, it has been difficult for us to make the switch to metric. Keep in mind that switching to the metric mode involves more than simply writing programs in metric. There are other considerations when making a switch from one mode to the other that will cost your company money. First, all measuring devices like micrometers, calipers, height gages, and dial indicators must be replaced when switching to the metric mode since most of these tools are designed to show measured dimensions in only one of the two input modes. Second, most manual machines like engine lathes, turret lathes, and milling machines have their hand-wheel scale increments in inch. While most machine tool builders offer replacement scales capable of converting the machine from inch to metric, many companies find this expense to be prohibitive. Third, all shop people must be re-educated to work in metric. For these reasons, we have been extremely reluctant to make this change. On the other hand, more and more European and Pacific rim companies (among others) are opening manufacturing facilities in the United States. These companies work exclusively in the metric mode. As time goes on, more and more American companies will be forced to conform. It is likely that you will have to work in the metric mode at some point in your CNC career. How to select the inch or metric mode Most CNC controls allow the measurement system (inch or metric) to be selected in two ways. First, the operator is usually allowed to select the inch or metric mode manually, through some kind of switch. The switch could be a physical toggle switch on the control panel, or more likely, a switch displayed and set through the display screen. Second, the programmer can usually select inch or metric by a preparatory function (G code). On most controls, a G20 selects the inch mode and a G21 selects the metric mode. By this method, the input mode can be selected from within a program, or by manual data input mode (MDI). 1

2 The machine can usually be manipulated so the desired mode is initialized at power up. If your company works exclusively in inch, the machine can be made to power up in the inch mode. If your company works exclusively in metric, the machine can be made to power up in the metric mode. This will keep the programmer from having to specify a G20 or G21 in the program if the desired mode is used. The control will automatically assume the correct mode when the machine is turned on. You can easily tell which input mode is currently selected by looking at the coordinate positions on the display screen. In the inch mode, almost all CNC machines will display coordinate positions to four places of accuracy (down to.0001 in). In the metric mode, the control will display coordinate positions to three places of accuracy (.001 mm). For example, if the position display page of the control screen shows these values: X Y Z you would know the machine was currently set to the inch mode because four places follow the decimal point. On the other hand, if the position display page of the control screen shows these values: X Y Z you would know the machine was currently in the metric mode because three places follow the decimal point. Do note that some high precision machines (especially turning centers) allow you to program out to five places in the inch mode (five places displayed to the right of the decimal point). These controls allow you to program out to four places in the metric mode. There are companies that utilize their CNC machines in both input modes. It may be possible that about half of this company s workpiece prints are dimensioned in inch and the other half in metric. For this company, it may be best to work in the most convenient input mode. Keep in mind that this means a duplication of measuring devices. If your company is one of the few that runs programs in both modes, we recommend that you include the appropriate G20 (inch mode) or G21(metric mode) at the beginning of all programs to avoid accidentally being in the wrong input mode. If no programmed command tells the control which input mode to use, of course the control will assume the input mode from the most recent program (if one exists) or the mode initialized at power up. If the control assumes the wrong mode, the results can be disastrous. If the program is written in the metric mode, but the machine is set to the inch mode, all coordinate position end points will be greatly enlarged. A value that was supposed to be taken as 5.0 mm ( in) will actually be taken as 5.0 inches. On the other hand, if the program is written in the inch mode but when run, the machine is set to the metric mode, coordinate position end points will be dramatically reduced. A value of 5.0 inches will be taken as 5.0 mm ( in). In either case, the problems 2

3 created by being in the wrong input mode sets up potentially dangerous situations. The inclusion of the proper input mode G code at the beginning of all programs will let you avoid this possibility for disaster. Other considerations when switching to metric mode As you have seen, switching from one input mode to the other is not as simple as throwing a switch. Though the machine will assume the correct mode in this manner, your company s measuring devices, manual machine tools, and even the attitude of its employees also affects the change from inch to metric and vice versa. There are yet other considerations. When working in one input mode or the other, you must work exclusively in the selected mode. For example, the measurement of the program zero point must be made in the selected mode. If working in metric, the distance from program zero to the machine s starting point must be entered in the metric mode. Tool offsets must also be entered in the selected mode. Say you intend to work in metric. For machining centers, tool length offsets and cutter radius offsets must be entered in metric. For turning centers, offsets to control machining size as well as tool nose radius offsets must be entered in metric. Note that most types of cutting tools must also be supplied in the selected input mode. For example, if the design engineer dimensions a hole to be 10 mm in diameter, a 10 mm drill must be used. Though there are times when you will find tooling in inch equivalents that happen to match the metric tool requirements, these occurrences are purely coincidental. The advantage of the metric mode If your company is currently working exclusively in the inch mode, you may see little reason to change to metric. Surely, nothing presented to this point will have changed your mind. It would take quite an investment of time and money to switch to metric. You will probably want to continue machining workpieces in the Inch mode and convert those few metric prints you come across to inch and run the parts in the inch mode. However, there is one advantage to of working in the metric mode that is not very obvious. It has to do with the least input increment of the machine tool in the selected input mode. The least input increment is the smallest departure movement possible on the CNC machine. For most CNC machines, the least input increment in the inch mode is in. In the metric mode, the least input increment is mm. When converted to the inch mode, mm is equal to in (.001 divided by 25.4), so mm is less than half of in. This means the machine has a much finer resolution or movement grid when you are working in the metric mode. You can target the end point of each movement command to a more precise position when working in the metric input system. The next illustration shows the grid for the inch mode as it compares to the grid for the metric mode ( grid as compared to mm grid). This is a graphic illustration of how much more precise you can be with the specification of end points in the metric mode. As you can see, the machine s resolution (set of possible end points for each command) is much finer in the metric mode. 3

4 in mm Resolution of inch mode Resolution of metric mode Drawing shows the difference between the inch and metric modes We are not saying that the machine is more accurate in the metric mode. The CNC machine will perform to its quoted specifications in either mode. In the metric mode, you can simply target your end points to with a finer precision. We compare this to indexing devices. A five degree indexer has 72 positions. A one degree indexer has 360 positions. This doesn t make the one degree indexer more accurate than the five degree indexer; it simply has more programmable positions. When you think about it, working in the inch mode when the metric mode is available is kind of like have a one degree indexer but never programming it to less than two degree increments. In a similar way, the metric mode will allow the possible end points along a linear axis to be more than doubled. Actually there will be 2.54 times the number of end points for any linear axis in the metric mode than in the inch mode. For a linear axis that is ten inches long, there are 100,000 possible programmable positions in the inch mode. For the same linear axes, there are 254,000 possible programmable positions in the metric mode. Note that the metric advantage does not apply to a rotary axis. Since all true rotary axes are commanded in angular increments, there is no difference in the number of possible end points from the inch mode to the metric mode. A position of 45 degrees is commanded the same in both modes. 4

5 Selecting the mean value for a dimension There are times when having the ability to select finer increments of motion will make the difference between success and failure with a program. For example, when you are trying to hold extremely critical tolerances on a workpiece, it may be helpful (if not mandatory) to target each motion as precisely as possible. When programming any workpiece, most programmers will select the mean dimension of the tolerance for use as the programmed coordinate. This allows any cutting condition problems to slightly affect machining yet be within the given tolerance. For example, for the dimension in plus minus the programmer would use as the programmed coordinate, since it represents the mean value of the specified tolerance ( plus minus half the overall tolerance ). However, there are times when the programmer cannot specify the precise value of the mean tolerance in the inch mode due to the resolution grid limitations discussed earlier. For example, for the dimension plus minus nothing the mean value of this dimension is in. Since the least input increment in the inch mode is in, the desired end point of the motion command cannot be commanded in the Inch mode. In this mode, either the dimension would have to be rounded up to in or rounded down to in. Either way, the programmed value would be from the needed program value. However, if the dimension is converted to metric the mean dimension end point programmed can be much more precise. The value in metric is mm ( times 25.4), which can be rounded to mm. This coordinate is within mm (or in) of being precisely the desired mean value coordinate. When compared to the best possible inch mode value (within in), you can see how much better the metric mode lets you target end points. Offset considerations Another time when using the metric mode will help with critical tolerances is when offsetting. When an operator is trying to adjust the size of the workpiece with tool offsets, the machine s least input increment will again be the limitation. If in the Inch mode, the operator will be limited to making offset adjustments in increments of in. In the metric mode, the operator is allowed to make much finer adjustments in mm ( in) increments. This can sometimes mean the difference between being able to hold size or not being able to hold size for critical tolerances. Though the points made here are true for all kinds of CNC machines, the most common time when you will have this kind of tolerance problem is on turning centers when trying to hold close diameter tolerances. For example, say this Inch input mode diameter and tolerance must be held on a turning center in plus.0001 in minus nothing 5

6 In this case, the operator would have little or no chance to adjust the offset perfectly if working in the Inch mode. Also note that the programmer would have to program the value as either or In either case, the programmed coordinate would be on a tolerance limit. The best the operator could hope for is to be very lucky when adjusting the offset. By luck alone will the dimension come out to the mean dimension of the tolerance. However, when converted to the metric mode, inch is mm. The tolerance band of inch is mm when converted. This means the mean dimension of the tolerance would be mm ( times 25.4 rounded down to the next mm). If run in the metric mode, the operator will have a much better chance of adjusting the offset to conform to this dimension. Admittedly, the tolerances we have been discussing are minute indeed, and in reality, most companies will not have to work to such close tolerances. But when faced with the task of handling such close tolerances, it is good to know the implications of working in the metric mode. In these cases, you can convert the dimensions on the drawing to metric and machine the workpiece in the metric mode. How the control generates axis departure (inch versus metric mode) Depending on the control manufacturer, the resolution of the CNC control will sometimes determine how smoothly motion will occur. By resolution, we mean the size of the smallest single axis departure when a movement of more than one axis is commanded. When linear and circular commands (G01, G02, and G03), are given, the actual motion occurs is along a series of tiny single axis motions. For most applications, these motions will be so tiny that the end result will appear to be a perfectly straight line or a perfectly round circle. But in reality, these motions are actually generated by a series of tiny single axis motions as shown in the next drawing. The size of each step is the determined by the control s resolution. The better the resolution, the smaller the step, hence the smoother the motion will be. Drawing shows the steps generated by any motion command 6

7 For some current CNC controls, the control s resolution is exactly the same (and the best it can be) no matter which input mode is selected (inch or metric). However, the resolution of some (especially older CNC controls) is dramatically affected by which input mode is selected. In fact, many times the least input increment is the actual step value determined by the control s resolution. If this is the case, the control s motion capabilities will be directly affected by whether the control is in the inch or the metric mode. That is, in the inch mode the resolution (step size) will be in. In the metric mode, the resolution will be mm (or in). This means the control can make smoother movements in the metric mode than in the inch mode. For most applications, there would be no indication of this limitation in the Inch mode. The tiny in steps would seldom be detectable. Also, newer controls have the same resolution in either mode, meaning you would never be faced with any problems stemming from resolution differences based on the input mode.but there is one kind of problem you may come across at some point in your career we wish to warn you about. The next drawing shows a workpiece to be machined on a turning center that requires a very tiny taper on the face of the part (though not to scale). If this part is to be programmed in inch mode, and if the resolution of the control is set by the least input increment ( in in this case), the desired motion could not be generated. Drawing shows workpiece with small taper on face The next drawing shows what will happen. Notice that since only taper is generated on the face in the Z axis, the control would simply divide this motion by the least input increment ( divided by is 1) and break the command down into two steps. No true taper could be generated. 7

8 Drawing shows what will happen on face of workpiece in inch mode In the metric mode, since the least departure increment is less than half of that in the inch mode, the motion would be much better, though still not perfect. The next drawing shows the same motion if made in the metric mode. Drawing shows what will happen on face in metric mode 8

9 Keep in mind that some (especially newer) CNC controls do not base the control s resolution on the least input increment. With this kind of control, the resolution (step size) is even smaller than the least input increment, even in the metric mode. This means the above mentioned problem may never occur. 9

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

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

Lesson 2 Understanding Turning Center Speeds and Feeds

Lesson 2 Understanding Turning Center Speeds and Feeds Lesson 2 Understanding Turning Center Speeds and Feeds Speed and feed selection is one of the most important basic-machining-practice-skills a programmer must possess. Poor selection of spindle speed and

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

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

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

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

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

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

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

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

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

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

CNC Lathe Programming-Basic

CNC Lathe Programming-Basic Western Technical College 31420312 CNC Lathe Programming-Basic Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 1.00 An introduction to planning and

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

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

Machinist A Guide to Course Content

Machinist A Guide to Course Content Machinist A Guide to Course Content Machinists work with metals; operate metal-cutting and shaping machinery. Training Requirements: To graduate from each level of the apprenticeship program, an apprentice

More information

3D SENSORS 2-in-1 3-AXIS EDGE FINDER & MEASURING INSTRUMENT.

3D SENSORS 2-in-1 3-AXIS EDGE FINDER & MEASURING INSTRUMENT. 3D SENSORS 2-in-1 3-AXIS EDGE FINDER & MEASURING INSTRUMENT www.haimer-usa.com HAIMER Sensors Benefits 1. No math needed Zero on the indicator = Zero on the machine control The sensor is pre-calibrated

More information

STATEWIDE CAREER/TECHNICAL EDUCATION COURSE ARTICULATION REVIEW MINUTES

STATEWIDE CAREER/TECHNICAL EDUCATION COURSE ARTICULATION REVIEW MINUTES STATEWIDE CAREER/TECHNICAL EDUCATION COURSE ARTICULATION REVIEW MINUTES Articulation Agreement Identifier: MSP 111 (2009-1) Identifier is the postsecondary course prefix followed by Plan-of-Instruction

More information

PREVIEW COPY. Table of Contents. Lesson One Using the Dividing Head...3. Lesson Two Dividing Head Setup Lesson Three Milling Spur Gears...

PREVIEW COPY. Table of Contents. Lesson One Using the Dividing Head...3. Lesson Two Dividing Head Setup Lesson Three Milling Spur Gears... Table of Contents Lesson One Using the Dividing Head...3 Lesson Two Dividing Head Setup...19 Lesson Three Milling Spur Gears...33 Lesson Four Helical Milling...49 Lesson Five Milling Cams...65 Copyright

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

Machining. Module 1: Introduction to Machining. Curriculum Development Unit PREPARED BY. August 2013

Machining. Module 1: Introduction to Machining. Curriculum Development Unit PREPARED BY. August 2013 Machining Module 1: Introduction to Machining PREPARED BY Curriculum Development Unit August 2013 Applied Technology High Schools, 2013 Module 1: Introduction to Machining Module Objectives After the completion

More information

Introduction to Machining: Lathe Operation

Introduction to Machining: Lathe Operation Introduction to Machining: Lathe Operation Lathe Operation Lathe The purpose of a lathe is to rotate a part against a tool whose position it controls. It is useful for fabricating parts and/or features

More information

Geometric Dimensioning and Tolerancing

Geometric Dimensioning and Tolerancing Geometric dimensioning and tolerancing (GDT) is Geometric Dimensioning and Tolerancing o a method of defining parts based on how they function, using standard ASME/ANSI symbols; o a system of specifying

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

SUMMARY. Valves, pipes and manifold-type parts are ideal candidates for Turn-Cut.

SUMMARY. Valves, pipes and manifold-type parts are ideal candidates for Turn-Cut. SUMMARY Turn-Cut is a programming option available on Okuma horizontal machining centers that allows the machine to create bores and diameters that include circular and/or angular features. It allows users

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

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

MONASET CM-2. Has these customer proven features...

MONASET CM-2. Has these customer proven features... MONASET CM-2 Has these customer proven features... We looked at our successful Monaset grinder very closely before we came up with the engineering refinements which, when combined with its field proven

More information

Lesson 8 Geometry Offsets And Assigning Program Zero

Lesson 8 Geometry Offsets And Assigning Program Zero Lesson 8 Geometry Offsets And Assigning Program ero he programmer will choose an origin for the program which is called the program zero point. While the use of a program zero point simplifies the task

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

Metrology lecture-2: Angular Measurement. IE 441: Metrology and Instrumentations Dr. Belal Gharaibeh Fall 2011 UOJ October 27, 2011

Metrology lecture-2: Angular Measurement. IE 441: Metrology and Instrumentations Dr. Belal Gharaibeh Fall 2011 UOJ October 27, 2011 Metrology lecture-2: Angular Measurement IE 441: Metrology and Instrumentations Dr. Belal Gharaibeh Fall 2011 UOJ October 27, 2011 1 Angles, minutes and seconds Circles are divided into 360 equal parts,

More information

Block Delete techniques (also called optional block skip)

Block Delete techniques (also called optional block skip) Block Delete techniques (also called optional block skip) Many basic courses do at least acquaint novice programmers with the block delete function As you probably know, when the control sees a slash code

More information

EXPERIMENT 1 TO CHECK WHETHER THE MEASURING INSTRUMENTS ARE ACCURATE, PRECISE OR BOTH.

EXPERIMENT 1 TO CHECK WHETHER THE MEASURING INSTRUMENTS ARE ACCURATE, PRECISE OR BOTH. EXPERIMENT 1 TO CHECK WHETHER THE MEASURING INSTRUMENTS ARE ACCURATE, PRECISE OR BOTH. Aim 1: To check whether the given Vernier Caliper is accurate, precise or both. Objective: Students will be able to

More information

Servomill. Multipurpose Milling Machine Servomill. Conventional Multipurpose Milling Machine.

Servomill. Multipurpose Milling Machine Servomill. Conventional Multipurpose Milling Machine. Multipurpose Milling Machine Conventional Multipurpose Milling Machine for workshop applications, single parts production and training purposes Servo motors and preloaded ball screws on all axes infinitely

More information

2 ¾ D Machining On a 4 Axis RF-30 Mill/Drill, version 1.4

2 ¾ D Machining On a 4 Axis RF-30 Mill/Drill, version 1.4 2 ¾ D Machining On a 4 Axis RF-30 Mill/Drill, version 1.4 By R. G. Sparber Copyleft protects this document. 1 It would not be hard to make this part with a 5 axis screw machine and the related 3D software

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

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

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 4: CNC Drawings & Documentation Phase 2

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

More information

Institute of Applied Technology

Institute of Applied Technology Institute of Applied Technology Year 12 Machining Semester 1 September 2013 1 Machining 2 Lets Warm Up Think, Pair, Share Minds On Activity Video 1 The Lathe Objectives After the completion of this unit,

More information

Mechanical Workshop. Module 2: Measurements. Academic Services PREPARED BY. January 2013

Mechanical Workshop. Module 2: Measurements. Academic Services PREPARED BY. January 2013 Mechanical Workshop Module 2: Measurements PREPARED BY Academic Services January 2013 Applied Technology High Schools, 2013 Module 2: Measurements Module Objectives After the completion of this module,

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

COURSE SLO REPORT - INDUSTRY AND TECHNOLOGY DIVISION

COURSE SLO REPORT - INDUSTRY AND TECHNOLOGY DIVISION COURSE SLO REPORT - INDUSTRY AND TECHNOLOGY DIVISION COURSE SLO STATEMENTS - AUTOMATION, ROBOTICS AND MANUFACTURING (ARM) Course ID Course Name Course SLO Title Course SLO Statement 10 10A 10B 12 12A 12B

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

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

Total Related Training Instruction (RTI) Hours: 144

Total Related Training Instruction (RTI) Hours: 144 Total Related Training (RTI) Hours: 144 Learning Unit Unit 1: Principles of CNC Machining Introduction to CNC Machines Basics of the CNC Lathe and Mill Coordinates for the CNC Lathe and Mill Unit 3: Introduction

More information

Flat file. Round file. Hand file. Half -round. Mill file. Square file

Flat file. Round file. Hand file. Half -round. Mill file. Square file Name Picture Cross section Uses: Cut pattern:: Hand file used for roughing and finishing. It has double cut teeth on two faces, single cut teeth on one edge, and one safe edge Flat file used for roughing

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

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

Multipurpose Milling Machine Servomill 700. Conventional Multipurpose Milling Machine.

Multipurpose Milling Machine Servomill 700. Conventional Multipurpose Milling Machine. Multipurpose Milling Machine Conventional Multipurpose Milling Machine For workshop application, single parts production and training purposes Servo motors and preloaded ball screws on all axes Infinitely

More information

Geometric Dimensioning and Tolerancing

Geometric Dimensioning and Tolerancing Geometric Dimensioning and Tolerancing (Known as GDT) What is GDT Helps ensure interchangeability of parts. Use is dictated by function and relationship of the part feature. It does not take the place

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

PicoMill CNC. PicoMill CNC. High-tech for Production and Training Purposes. CNC Mini Drill Press/Milling Machine.

PicoMill CNC. PicoMill CNC. High-tech for Production and Training Purposes. CNC Mini Drill Press/Milling Machine. CNC Mini Drill Press/Milling Machine High-tech for Production and Training Purposes Table travel X, Y 10 x 4.13 Spindle mount MT3 With advanced GPlus 450 CNC or Siemens 808 D control GPlus 450 Siemens

More information

MACHINE TOOLS LAB LABORATORY MANUAL

MACHINE TOOLS LAB LABORATORY MANUAL Vanjari Seethaiah Memorial Engineering College Patancheru, Medak MACHINE TOOLS LAB LABORATORY MANUAL Department of Mechanical Engineering PREFACE Industrial Revolution has given man a lot many luxuries,

More information

Question 1. Flat file. Half -round. Round file. Three square ( triangle ) Needle files. Page 1 of 46

Question 1. Flat file. Half -round. Round file. Three square ( triangle ) Needle files. Page 1 of 46 Question 1 Name Picture Cross section Uses: Cut pattern:: Flat file Half -round Round file Three square ( triangle ) Needle files Page 1 of 46 Question 2 The graph shown below is the data collected for

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

Setting Part Zero and Setting Cutting Tool for Wheel Lathe

Setting Part Zero and Setting Cutting Tool for Wheel Lathe There are three sections in this document: A: Setting Tool #1 and Tool #2 on center line height to the spindle which are explained in steps 1 thru 3 B: Setting Part 0 for X & Z and setting X & Z reference

More information

Evaluation Instructions Machining Level II Milling: Precision Locations

Evaluation Instructions Machining Level II Milling: Precision Locations Evaluation Instructions Machining Level II Milling: Precision Locations General Instructions 1. Make sure that the candidate has his/her own copy of the part print, job instructions and understands the

More information

What Does A CNC Machining Center Do?

What Does A CNC Machining Center Do? Lesson 2 What Does A CNC Machining Center Do? A CNC machining center is the most popular type of metal cutting CNC machine because it is designed to perform some of the most common types of machining operations.

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

Numerical Control (NC) and The A(4) Level of Automation

Numerical Control (NC) and The A(4) Level of Automation Numerical Control (NC) and The A(4) Level of Automation Chapter 40 40.1 Introduction Numeric Control (NC) and Computer Numeric Control (CNC) are means by which machine centers are used to produce repeatable

More information

Wheels Diameter / Conversion of Units

Wheels Diameter / Conversion of Units Note to the teacher On this page, students will learn about the relationships between wheel diameter, circumference, revolutions and distance. They will also convert measurement units and use fractions

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

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

Study of Vee Plate Manufacturing Method for Indexing Table

Study of Vee Plate Manufacturing Method for Indexing Table Study of Vee Plate Manufacturing Method for Indexing Table Yeon Taek OH Department of Robot System Engineering, Tongmyong University 428 Sinseon-ro, Nam-gu, Busan, Korea yeonoh@tu.ac.kr Abstract The indexing

More information

Revised April Unit/Standard Number. High School Graduation Years 2016, 2017 and 2018

Revised April Unit/Standard Number. High School Graduation Years 2016, 2017 and 2018 Unit/Standard Number High School Graduation Years 2016, 2017 and 2018 Machine Tool Technology/Machinist CIP 48.0501 Task Grid Secondary Competency Task List 100 ORIENTATION / SAFETY 101 Describe the Occupational

More information

Machining I DESCRIPTION. EXAM INFORMATION Items

Machining I DESCRIPTION. EXAM INFORMATION Items EXAM INFORMATION Items 50 Points 62 Prerequisites NONE Grade Level 10-12 Course Length ONE SEMESTER DESCRIPTION Students will demonstrate technical knowledge and skills to plan, manufacture, assemble,

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

Machine Tool Technology/Machinist CIP Task Grid

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

More information

Lesson 12 Tasks Required To Complete A Production Run. Tasks Related Complete A Production Run

Lesson 12 Tasks Required To Complete A Production Run. Tasks Related Complete A Production Run Lesson 12 Tasks Required To Complete A Production Run Once a job is set up and the first good workpiece is efficiently machined, the rest of the workpieces must be run. Completing a production run is the

More information

Ahsanullah University of Science and Technology (AUST) Department of Mechanical and Production Engineering

Ahsanullah University of Science and Technology (AUST) Department of Mechanical and Production Engineering Ahsanullah University of Science and Technology (AUST) Department of Mechanical and Production Engineering LABORATORY MANUAL For the students of Department of Mechanical and Production Engineering 1 st

More information

Metrology and instrumentation Indian Institute of Technology

Metrology and instrumentation Indian Institute of Technology Metrology and instrumentation Indian Institute of Technology SOURCE: S. KALPAKJIAN BOOK SLIDE-WAY CROSS-SECTION Cross-section of a machine tool slide-way. The width, depth, angles, and other dimensions

More information

Dimensioning. Dimensions: Are required on detail drawings. Provide the shape, size and location description: ASME Dimensioning Standards

Dimensioning. Dimensions: Are required on detail drawings. Provide the shape, size and location description: ASME Dimensioning Standards Dimensioning Dimensions: Are required on detail drawings. Provide the shape, size and location description: - Size dimensions - Location dimensions - Notes Local notes (specific notes) General notes ASME

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

Y-Axis Lathe Programming

Y-Axis Lathe Programming 1 Appendix 1: Programming on Siemens Control Y-Axis Lathe Programming Paper Size: 170x244mm (Book Size) CNC 50 Hour Programming Course 2 Contents Introduction... 3 Specific programming scheme for plane

More information

Helpful Alignment Tips for Machine Shops

Helpful Alignment Tips for Machine Shops Table of Contents Background... 3 Offset or Centerline Misalignment... 3 Parallelism or Angular Misalignment... 4 Alignment Equipment Needed... 5 How it Works... 5 Measuring Procedure... 5 Making the Measurements...

More information

Industry and Technology Institutional (ILO), Program (PLO), and Course (SLO) Alignment Number of Courses: 36

Industry and Technology Institutional (ILO), Program (PLO), and Course (SLO) Alignment Number of Courses: 36 Program: Automation, Robotics, and Manufacturing Engineering Technology (ETEC), Manufacturing Technology (MTEC), and Machine Tool Technology (MTT) Institutional SLOs I. Content Knowledge II. Critical,

More information

The Revolve Feature and Assembly Modeling

The Revolve Feature and Assembly Modeling The Revolve Feature and Assembly Modeling PTC Clock Page 52 PTC Contents Introduction... 54 The Revolve Feature... 55 Creating a revolved feature...57 Creating face details... 58 Using Text... 61 Assembling

More information

MANUFACTURING TECHNOLOGY

MANUFACTURING TECHNOLOGY MANUFACTURING TECHNOLOGY UNIT V Machine Tools Milling cutters Classification of milling cutters according to their design HSS cutters: Many cutters like end mills, slitting cutters, slab cutters, angular

More information

Using the Bluetooth DRO display

Using the Bluetooth DRO display The premier source of tooling, parts, and accessories for bench top machinists. Using the Bluetooth DRO display Getting started The Android tablet included with your DRO has the SIEG DRO app preinstalled.

More information

CNC Lathe Production Technician

CNC Lathe Production Technician Brief Program Description The CNC Lathe Production Technician program is a 9 week online program designed to help students gain the skills and knowledge required for work as entry-level CNC lathe production

More information

ENGINEERING GRAPHICS ESSENTIALS. (A Text and Lecture Aid) Second Edition. Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS

ENGINEERING GRAPHICS ESSENTIALS. (A Text and Lecture Aid) Second Edition. Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS ENGINEERING GRAPHICS ESSENTIALS (A Text and Lecture Aid) Second Edition Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com

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

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

FEATURE BIG NICHE THE

FEATURE BIG NICHE THE THE BIG NICHE Expertise and the right equipment for machining large components for oilfield and other industries enable this shop to succeed despite fluctuating economic conditions. BY DEREK KORN 66 MMS

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

3. The dimensioning SYMBOLS for arcs and circles should be given:

3. The dimensioning SYMBOLS for arcs and circles should be given: Draft Student Name: Teacher: District: Date: Wake County Test: 9_12 T and I IC61 - Drafting I Test 2 Description: 4.08 Dimensioning Form: 501 1. The MINIMUM amount of space between two, ADJACENT DIMENSION

More information

Chapter 2: Dimensioning Basic Topics Advanced Topics Exercises

Chapter 2: Dimensioning Basic Topics Advanced Topics Exercises Chapter 2: Dimensioning Basic Topics Advanced Topics Exercises Dimensioning: Basic Topics Summary 2-1) Detailed Drawings 2-2) Learning to Dimension 2-3) Dimension Appearance and Techniques. 2-4) Dimensioning

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

Laboratory for Manufacturing Systems Department of Mechanical Engineering and Automation University of Patras, Greece

Laboratory for Manufacturing Systems Department of Mechanical Engineering and Automation University of Patras, Greece COMPUTER NUMERICAL CONTROL OF MACHINE TOOLS Laboratory for Manufacturing Systems Department of Mechanical Engineering and Automation University of Patras, Greece Chapter 4: Tool Changing and Tool Registers

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

Cincom Evolution Line

Cincom Evolution Line Efficient Production Impressive Value Cincom Evolution Line Sliding Headstock Type Automatic CNC Lathe Cincom Evolution line from Citizen Introducing the L20E meeting the needs of today Citizen s highly

More information

1640DCL Digital Control Lathe

1640DCL Digital Control Lathe 1640DCL Digital Control Lathe MACHINE SPECIFICATIONS Multiple Function CNC Lathe 1. Manual Hand wheel Operation 2. CNC G-Code Operation 16.1 swing over bed, 8.6 swing over cross-slide 2.05 diameter hole

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

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

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

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

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

JOB QUALIFICATION STANDARD (JQS)

JOB QUALIFICATION STANDARD (JQS) Occupation: Work Process: MACHINIST (CNC) CNC Setup Practical Hours: 2000 hrs. DOL Standard: CNC Setup: Apply a working knowledge in the setup of Computer Numerical Controls (CNC) machines that execute

More information

2012 Academic Challenge

2012 Academic Challenge 2012 Academic Challenge ENGINEERING GRAPHICS TEST STATE FINAL This Test Consists of 40 Questions Engineering Graphics Test Production Team Ryan Brown, Illinois State University Author/Team Leader Jacob

More information