Lesson 2 Understanding Turning Center Speeds and Feeds

Size: px
Start display at page:

Download "Lesson 2 Understanding Turning Center Speeds and Feeds"

Transcription

1 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 feedrate can result in poor surface finish, scrapped parts, and dangerous situations. Even if speeds and feeds do allow acceptable workpieces to be machined if they re not efficient productivity will suffer. As you know, spindle speed is the rotation rate of the machine s spindle (and workpiece). Feedrate is the motion rate of the cutting tool as it machines a workpiece. These two cutting conditions are extremely important to machining good workpieces. You will select a spindle speed and feedrate for every machining operation that must be performed. Cutting tool manufacturers supply technical data including the recommendation of a cutting speed and feedrate for the cutting tools they supply. Recommendations are based on three important factors: 1) The machining operation to be performed 2) The material to be machined 3) The material of the cutting tool s cutting edge The machining operation to be performed This criterion determines the style of cutting tool that must be used to perform the machining operation. As the programmer, you will be the person making this decision. It requires that you draw upon your basic machining practice experience. As stated in the Preface and Lesson One, turning centers can perform a wide variety of machining operations, and specific cutting tools are used to perform each operation. The specified spindle speed and feedrate must be appropriate to the cutting tool selection. Some cutting tools, like rough turning tools, perform very powerful machining operations and can remove a great deal of material from the workpiece per pass while others, like small boring bars, perform lighter machining operations and can only remove a small amount of workpiece material per pass. The material to be machined This criterion determines (among other things) how quickly material can be removed from the workpiece. Soft materials, like aluminum can be machined faster than hard materials, like tool steel. So generally speaking, you ll use faster spindle speeds and feedrates for softer materials. The material of the cutting tool s cutting edge The material used for some cutting tools comprises the entire tool. A standard twist drill or end mill, for example, is made entirely of high speed steel (or cobalt, or some other material). With other tools, like many turning tools, boring bars, grooving tools, and threading tools, the shank of the tool is made from one material (like steel), while the very cutting edge of the tool is made from another material (like carbide or ceramic). This lowers the cost of the cutting tool. With these kinds of cutting tools, only the cutting edge of the cutting tool is made from the (expensive) cutting tool material. The cutting edge component of the tool is called an insert. Figure 1.15 shows this kind of cutting tool. Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 1

2 Typical inserted turning tools Clamp Shank Insert Clamp Figure 1.15 Examples of cutting tools that use inserts The cutting tool material also determines how quickly machining can be done. Generally speaking, the harder the cutting tool material, the faster machining can be done. Based upon knowing these three criteria, spindle speed and feedrate selection is usually quite simple. You simply reference the cutting tool manufacturer s recommendations. These recommendations along with other cutting condition recommendations like depth of cut are usually provided in the tooling manufacturer s technical manuals or they may be right in the sales catalog for the cutting tools. Speed will be recommended in surface feet per minute (sfm) if the data is given in inch, or meters per minute if the data is given in metric (most cutting conditions provided in the United States are given in inch). This is the amount of material (in feet or meters) that will pass by the tool s cutting edge in one minute. Feedrate will be recommended in per revolution fashion (either inches or millimeters per revolution ipr or mmpr). Say for example, you must finish turn 1018 cold-drawn steel with a finish turning tool that has a carbide insert. You look in the tooling manufacturer s technical handbook and find they recommend a speed of 700 surface feet per minute and a feedrate of inches per revolution. With conventional turning equipment like engine lathes and turret lathes, there is only one way to specify spindle speed (in rpm) and one way to select feedrate (in per revolution fashion). Since the speed for conventional lathes must be specified in rpm, a machinist must to convert the 700 sfm to the appropriate speed in rpm based on the diameter of the workpiece that is being machined. Here is the formula to do so: Rpm = sfm times 3.82 divided by the diameter to be machined If, for example, the workpiece diameter to be machined is 4.0 inches, the necessary speed for 1018 colddrawn steel (if it is to be run at 700 sfm) will be 668 rpm (700 times 3.82 divided by 4.0). As you can imagine, calculating spindle speed in rpm can be pretty cumbersome, especially if several diameters must be machined by the same tool. And consider a facing operation. As soon as a facing tool begins moving, the diameter it is machining will change. The two ways to select spindle speed CNC turning centers allow you to specify spindle speed in two ways. You can do so in rpm, or you can specify spindle speed directly in surface feet per minute (or meters per minute if you are working in the metric mode). In our previous turning example, this means you can specify the spindle speed to be used as 700 sfm eliminating the rpm calculation. This second method of selecting spindle speed for CNC turning centers is called constant surface speed (css). As the name implies, constant surface speed will cause the machine to constantly update (change) the spindle speed in rpm to maintain the specified speed in surface feet per minute (or meters per minute if you work in Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 2

3 the metric mode). As a cutting tool moves in the X axis (changing diameter), spindle speed in rpm will also change. As the cutting tool moves to a smaller diameter, speed in rpm will increase. As it moves to a larger diameter, spindle speed in rpm will decrease. Two preparatory functions (G codes) specify which of the spindle speed modes (rpm or css) you want to use for speed selection. G96 select constant surface speed mode G97 select rpm mode An S word specifies the actual speed. Three M codes are used for spindle activation. M03 - Spindle on forward (right hand tools) M04 - Spindle on reverse (left hand tools) M05 - Spindle off Here are two examples (working in the inch mode): N050 G96 S500 M03 (Turn spindle on forward at 500 sfm) N050 G97 S500 M04 (Turn spindle on reverse at 500 rpm) As stated, constant surface speed mode (G96) will cause the machine to constantly and automatically update the spindle speed in rpm based on the current diameter the cutting tool is machining. If for example, you have selected a speed of 500 sfm and the tool is currently machining a 3.5 in diameter, the machine will run the spindle at 546 rpm (3.82 times 500 divided by 3.5). There will be no need for you to perform the spindle rpm calculation the machine does this for you. If facing a workpiece (machining direction is X minus), the machine will constantly increase the spindle rpm as the facing operation occurs. See Figure 1.16 for a graphic illustration of how the diameter being machined changes during a facing pass and the impact this has on spindle speed in rpm. Constant surface speed automatically determines speed in rpm Using a speed of 500 sfm... (G96 S500 M03) 2.0 dia. 955 rpm 4.0 dia. 477 rpm 6.0 dia. 318 rpm When the facing tool reaches center (diameter of zero), the spindle will be running at its maximum speed in rpm Figure 1.16 Drawing illustrates a facing tool that is machining to the center of a workpiece When to use constant surface speed mode You should use constant surface speed mode (G96) whenever a single point cutting tool will be machining more than one diameter on the workpiece. Examples include rough and finish facing, rough and finish turning, rough and finish boring, necking (grooving), and cutting off (parting). Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 3

4 For these kinds of operations, constant surface speed provides three important benefits: 1) Constant surface speed simplifies programming. As you have seen, it eliminates the need for rpm calculations. 2) Since the appropriate rpm will be used as machined diameters change, the witness marks (finish) on the workpiece will be consistent from one surface to another. This is also related to the fact that feedrate will be specified in inches per revolution (ipr) or millimeters per revolution (mmpr). As the spindle speed changes, so does the feedrate per minute (feedrate selection is presented later in this lesson). 3) Since spindle speed in rpm will be correct during all machining operations, tool life will be extended to its maximum. When to use rpm mode There are three times when constant surface speed cannot be used so spindle speed in rpm must be calculated and specified in the rpm mode (G97). First, you must specify spindle speed in rpm for any cutting tool that machines right on the spindle s centerline. We call these tools center-cutting tools. Examples include drills, taps, and reamers. These tools machine a hole right in the center of the workpiece. Again, these tools are sent right to the spindle s centerline (a diameter of zero). If you specify speed in the constant surface speed mode (G96) for a center cutting tool even as just one surface foot per minute the spindle will run at its maximum speed in rpm when a cutting tool is sent to a diameter of zero. (3.82 times one divided by zero is infinity). When you machine with a center cutting tool, you must calculate and specify spindle speed in rpm. If for example, you must drill a 0.75 diameter hole and the drill manufacturer recommends a speed of 80 sfm based upon the material you are machining, the required speed will be 407 rpm (3.82 times 80 divided by 0.75). Second, rpm mode must be used when chasing threads. The machine must perfectly synchronize the spindle speed with the feedrate motion during the multiple thread-passes required for machining a thread. With most machines, this cannot be done in the constant surface speed mode. And third, if your machine has live tooling (introduced in Lesson One), spindle speed must always be specified in rpm when live tool are being used. We ll mention one more time that some programmers elect to use the rpm mode even though constant surface speed could be used. When a turning tool or boring bar is machining but one diameter (or even several diameters that are close together), there is not much of an advantage to using constant surface speed other than eliminating the need for the rpm calculation. So some programmers will calculate an rpm based upon the largest diameter being machined and program the operation in the rpm mode. See Figure 1.17 for an example. Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 4

5 Rpm change will be small, so some programmers use rpm mode At 500 sfm: rpm required ,086 rpm required ,091 rpm required Since the rpm change from the smallest diameter to the largest diameter is small (under 100 rpm), some programmers will use the rpm mode and specify the speed for the larges t diameter to be machined (995 rpm in this case). Figure 1.17 With small diameter changes, rpm changes will also be small How fast will the spindle be running when constant surface speed is used? Say you re going to be rough turning a mild steel workpiece with a cutting tool that has a carbide insert. The cutting tool manufacturer recommends that you run the spindle at 500 sfm. In the program at the beginning of the tool, you give this command: N050 G96 S500 M03 This command will start the spindle at 500 sfm (assuming the inch mode is being used) in the forward direction. But when the spindle starts, how fast will it be running in rpm? Based upon the information just provided, you cannot answer this question. Prior to answering, you must know the diameter at which the cutting tool is currently positioned. And even then, you must perform the rpm calculation (3.82 times sfm divided by diameter). For people that have experience running a conventional lathe, this can be a little unnerving. Machinists are accustomed to specifying spindle speed directly in rpm so when the spindle starts on a conventional lathe, they will know precisely how fast the spindle will run in rpm. If you want to know the precise rpm at which the spindle will start with CNC turning centers (when specifying speed in the constant surface speed mode), you must perform the rpm calculation and you must know the diameter position of the cutting tool in order to perform this calculation. How fast can the spindle rotate? As stated in Lesson One, you must reference the machine tool builder s documentation (commonly the programming manual) in order to determine your machine s spindle characteristics. Say, for example, you find that your turning center has two spindle ranges. The low range runs from 0 1,500 rpm. The high range runs from 0 5,000 rpm. This means, of course, that when the spindle is in the low range, it cannot run any faster than 1,500 rpm. When it is in the high range, it cannot run faster than 5,000 rpm. When you specify spindle speed in the constant surface speed mode, the current spindle range (low or high) will determine the maximum spindle speed. Using the rpm calculation, the machine will attempt to run the spindle at the appropriate rpm. If the rpm calculation renders a speed in rpm that is higher than the maximum speed allowed in the current spindle range, the spindle will simply peak out at the maximum rpm of the spindle range and run at this speed. Consider these scenarios for the machine just described. Scenario number one: Say you are rough turning a workpiece from an 8.0 diameter down to a 1.0 diameter. Based upon the cutting tool being used and workpiece material being machines, the cutting tool manufacturer recommends a speed of 800 sfm. Since this is a powerful machining operation, you select the low spindle range. Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 5

6 When rough turning begins, the spindle will be running at about 334 rpm (3.82 times 800 divided by 8.0). As the rough turning tool makes roughing passes, the spindle speed in rpm will increase. When the rough turning tool reaches 2.0 in diameter, the spindle will attempt to run at 1,528 rpm (3.82 times 800 divided by 2.0). Since the maximum rpm in the low spindle range for this machine is 1,500 rpm, the machine will not be able to achieve the appropriate rpm. It will peak out at 1,500 rpm. If you continue to rough turn the workpiece in the low spindle range, this rough turning pass as well as the rest of the roughing passes will be performed at 1,500 rpm. Scenario number two: Whenever you face a workpiece to center (a common machining operation), the spindle will run up to the maximum speed of the current spindle range. For our example machine, this means it will run up to 1,500 rpm if the low range is selected or 5,000 rpm if the high range is selected. For small, perfectly round workpieces, this will be acceptable. The workpiece will run true in the spindle all the way up to the machine s maximum speed even in the high range. But you must exercise extreme caution when workpieces are larger and especially when they are not perfectly round. Castings, for example, are notorious for being out-of-round. An out-of-round workpiece will wobble in the workholding device when the spindle rotates. The faster the spindle runs, the more machine vibration this wobbling will cause. Of course, wobbling is caused by the fact that the workpiece is not truly concentric with the spindle and it will place stress on the workholding device used to secure the workpiece. If this stress is excessive, the workpiece will actually be released by the workholding device. This makes for a very dangerous situation. A workpiece that is rotating at a very high rate will be bouncing around inside the machine and could actually come right through the door of the machine. When you must machine large workpieces that are not truly round, you must be very careful not to allow the spindle to reach a speed in rpm that causes the machine to vibrate. A test can be made during the machine s setup to determine this maximum spindle speed. Once you know how fast the spindle/workpiece can safely rotate, you can specify a spindle limiting command in the program that will keep the spindle from exceeding this speed. The maximum spindle speed test: The setup person will load a workpiece and start the spindle at a very slow rpm. They will continue to increase the spindle speed in small increments until they start to feel vibration. The speed at which the machine begins to vibrate will be reduced by about twenty percent and will be the maximum speed for this workpiece while it is in its rough state. How to specify a maximum speed for the constant surface speed mode Here is a way to limit the maximum speed in rpm that the spindle can achieve. In essence, you will be superseding the maximum rpm of each spindle range. The spindle limiter is specified with a G50 command. The command N055 G50 S2000 (Limit spindle speed to 2,000 rpm) specifies that the spindle will not be allowed to exceed 2,000 rpm, even if the constant surface speed mode is being used and the machine has calculated a speed that is greater than 2,000 rpm. If this command is specified at the beginning of the program for our example machine (maximum speed in the high range is 5,000 rpm), the spindle will not be allowed to run faster than 2,000 rpm, even if the high range is selected. If, after specifying the spindle limiter shown above in line N055, you program a facing tool to face to center (zero diameter) in the high spindle range, the spindle will peak out when it reaches 2,000 rpm. A potential limitation of constant surface speed While constant surface speed is an extremely important programming feature, we must point one potential limitation. If it is not efficiently programmed, it can increase program execution (cycle) time. The reason for this has to do with the fact that a turning center s spindle cannot instantaneously respond to speed changes in rpm. It takes time for the machine to respond to spindle rpm changes. How much time rpm changes take for a given turning center is based on several factors, including machine size, horsepower, size & weight of the work holding device, and weight of the workpiece being machined. Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 6

7 Generally speaking, the bigger the machine, the more the time it takes for the spindle to respond to rpm changes. One way to determine spindle response time is to actually measure it with a stop-watch. Say you do so and find these characteristics for one of your machines: 0-1,000 rpm takes 2 seconds 0-2,000 rpm takes 4 seconds 0-3,000 rpm takes 6 seconds 0-4,000 rpm takes 8 seconds Say your program has a turret index position of 8.0 inches in diameter (the X axis). This position provides ample clearance for safely indexing the turret. When each tool is finished machining, it is sent to this position. If the machine is in the constant surface speed mode (and assuming the workpiece is smaller than 8.0 inches in diameter), the spindle will slow down during this motion. If the speed is 600 sfm, for example, the spindle will be running at 286 rpm whenever a cutting tool is at this 8.0 inch diameter turret index position. When you command a cutting tool to approach a workpiece in the X axis, the spindle speed in rpm will increase accordingly. Say the tool is approaching to a 0.75 in diameter. At 600 sfm, the spindle will increase to 3,056 rpm. For the example machine just shown, this will take six seconds. It s likely that the approach movement will occur much faster than the spindle response, meaning the machine will pause for about five seconds, while the spindle gets up to speed. The reverse will happen during each tool s retract to the 8.0 inch diameter turret index position (slowing back to 286 rpm). For each of these approach/retract motions, about five seconds will be added to program execution time (for our example machine). This is the reason why constant surface speed can waste cycle time if not efficiently programmed. We ll show how to efficiently program constant surface speed in Lesson Twelve. The two ways to specify feedrate As with spindle speed, there are two ways to specify feedrate for CNC turning centers. As mentioned in Lesson One, feedrate can be specified in per revolution fashion (inches or millimeters per revolution) or in per minute fashion (inches or millimeters per minute). Again, two G codes are used to specify which feedrate mode will be used. G98 feed per minute G99 feed per revolution When you power up on a CNC turning center, the feed per revolution mode (G99) is automatically selected. (By the way, CNC words that are automatically selected at power-up are called initialized words.) This means that if you do not include a feedrate mode specifying G code in a program, the machine will assume the feed per revolution mode. You ll notice that many of the example programs provided in this text make this assumption (they don t include a G99). Also as mentioned in Lesson One, an F word actually specifies feedrate. Here are two examples (assuming you are working in the inch mode). N060 G98 F30.0 (Feedrate of 30.0 ipm) N060 G99 F0.012 (Feedrate of ipr) When to use the feed per revolution mode We recommend using the feed per revolution feedrate mode (G99) for almost all machining operations you perform on CNC turning centers. In the per revolution feedrate mode, feedrate specifies how far the cutting tool will move during one spindle revolution. Per revolution feedrate mode is especially helpful with cutting tools that use the constant surface speed mode (like rough and finish turning tools, rough and finish facing tools, rough and finish boring tools, and grooving tools). As the spindle changes speed in rpm based upon the current diameter position of the cutting tool, the Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 7

8 feedrate in inches or millimeters per minute will also change. This will cause witness marks (finish) to be consistent for all surfaces being machined. Even if you re using the rpm mode (possibly for a drill that machines a hole in the center of the workpiece), it is always easier to specify feedrate in per revolution fashion. Again, most cutting tool manufacturers recommend feedrates for their cutting tools in per revolution fashion. When to use the feed per minute feedrate mode Frankly speaking, about the only time we recommend using the feed per minute mode is when you must cause a controlled motion with the spindle stopped. If the spindle is stopped, of course, the axes will not move regardless of how large a feedrate is specified in the per revolution mode. If your turning center has a bar feeder, for example, and if the bar feed operation requires the spindle to be stopped prior to feeding a bar, the feed per minute mode must be used for the bar advance motion (bar feeder programming is shown in Lesson Nineteen. If your turning center is equipped with live tooling, operations performed with live tools require that the machine be in the live tooling mode (not the normal turning mode). In live tooling mode, the machine s main spindle is off (at least from a turning operation standpoint), meaning that feedrate for live tools must be programmed in per minute fashion. Calculating feedrate per minute To calculate feedrate in per minute fashion, multiply the desired feedrate per revolution times the previously calculated spindle speed in rpm. For example, say you must use the live tooling mode and drill a 0.5 diameter hole. For the material you must machine, the drill manufacturer recommends a speed of 80 sfm and a feedrate of ipr. First, calculate the speed in rpm 3.82 times 80 divided by 0.5 or 611 rpm. Now multiply 611 times which renders a per-minute feedrate of 4.88 ipm. Again, any time you must cause a feedrate motion when the spindle is stopped, you must use the feed per minute mode. One other example is when performing a light broaching operation. Some programmers do prefer to use the feed per minute mode for operations when the feedrate will remain consistent in feed per minute for the entire machining operation (even though feed per revolution could be used). When drilling a hole, for example, once the feed per minute is calculated, it will work for the entire drilling operation. An example of speed and feed usage Figure 1.18 provides an illustration of what happens when you use the constant surface speed spindle mode with the per revolution feedrate mode to perform machining operations. Notice that spindle rpm changes with workpiece diameter. So does feedrate in inches per minute change with changes in spindle rpm. How sfm and ipr selection affect rpm and ipm during machining 4.0 dia 477 rpm 3.34 ipm 2.75 dia 694 rpm 4.86 ipm Turret index position rpm 1.0 dia 1910 rpm ipm For this finish turning operation, you have specified a speed of 500 sfm and a feedrate of ipr. Figure 1.18 How spindle speeds and feedrates change as a workpiece is machined Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 8

9 As you study Figure 1.18, notice how many speed and feed calculations the machine is making all based upon your spindle speed selection in surface feet per minute and feedrate selection in inches per revolution. Key points for Lesson Two: With CNC turning centers, there are two ways to specify spindle speed (constant surface speed and rpm) and two ways to specify feedrate (feed per revolution and feed per minute). Constant surface speed mode (G96) should be used with single point turning tools that machine more than one diameter during the machining operation. Rpm mode (G97) must be used for tools that machine on center (like drills) and for threading operations. Constant surface speed mode will cause the machine to automatically select the appropriate spindle rpm based upon the specified speed in surface feet/meters per minute and the current diameter position of the cutting tool. Per revolution feedrate mode (G99) is initialized (automatically selected at power-up) and should be used for almost all machining operations. Feed per minute mode (G98) should only be used for feedrate movements when the main spindle is stopped. Using per revolution feedrate mode will ensure that witness marks (surface finish) on the workpiece will be consistent for all surfaces being machined. Rpm = 3.82 times sfm divided by the diameter being machined. Ipm = previously calculated rpm times feedrate per revolution. 1) Which spindle speed mode should you select for cutting tools that machine more than one diameter? A) Constant surface speed mode B) Rpm mode 2) Which feedrate mode should you use for almost all machining operations? A) Per revolution mode B) Per minute mode Quiz 3) Provide a CNC command that will start the spindle at 400 sfm in the forward direction. 4) Provide a CNC command that will start the spindle at 500 rpm in the reverse direction. Answers: 1: A, 2: A, 3: G96 S400 M03, 4: G97 S500 M04 Copyright 2011, CNC Concepts, Inc. CNC Turning Center Programming Page 9

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

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

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

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

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

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

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

Chapter 23 Drilling and Hole Making Processes. Materials Processing. Hole Making Processes. MET Manufacturing Processes

Chapter 23 Drilling and Hole Making Processes. Materials Processing. Hole Making Processes. MET Manufacturing Processes MET 33800 Manufacturing Processes Chapter 23 Drilling and Hole Making Processes Before you begin: Turn on the sound on your computer. There is audio to accompany this presentation. Materials Processing

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

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

Winter 2002 Issue 54. Tips For Fanuc Control Users From CNC Concepts, Inc.

Winter 2002 Issue 54. Tips For Fanuc Control Users From CNC Concepts, Inc. Copyright 2002, CNC Concepts, Inc Winter 2002 Issue 54 Tips For Fanuc Control Users From CNC Concepts, Inc 44 Little Cahill Road Cary, IL 60013 Ph: (847) 639-8847 FAX: (847) 639-8857 Rough and finish threading

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

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

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

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

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

More information

MANUAL GUIDE i Turning Examples GE FANUC

MANUAL GUIDE i Turning Examples GE FANUC MANUAL GUIDE i Turning Examples GE FANUC Contents OVERVIEW OF THE MANUAL GUIDE i PROGRAMMING PROCESS 5 Structure of a MANUAL GUIDE i Program 5 Structure of an Operation 5 Fixed Form Sentences 6 DEFINING

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

Application and Technical Information Thread Milling System (TMS) Minimum Bore Diameters for Thread Milling

Application and Technical Information Thread Milling System (TMS) Minimum Bore Diameters for Thread Milling Inserts Application and Technical Information Minimum Bore iameters for Thread Milling UN-ISO-BSW tpi 48 3 4 0 16 1 10 8 7 6 5 4.5 4 Technical ata Accessories Vintage Cutters Widia Cutters Thread Milling

More information

METRIC THREAD MILLS SINGLE PROFILE (SPTM) - SOLID CARBIDE. Scientific Cutting Tools, Inc. Q A C OAL 60º THREAD MILLS METRIC

METRIC THREAD MILLS SINGLE PROFILE (SPTM) - SOLID CARBIDE. Scientific Cutting Tools, Inc. Q A C OAL 60º THREAD MILLS METRIC METRIC SINGLE PROFILE (SPTM) - SOLID CARBIDE METRIC Q A B 60º C S With just 19 varieties of Thread Mills, fine and coarse threads ranging from M1.2 to M30+ can be milled SPECIALTY PORT - CAVITY INDEXABLE

More information

An intro to CNC Machining

An intro to CNC Machining An intro to CNC Machining CNC stands for Computer Numeric Control. CNC machining involves using a machine controlled by a computer to machine material. Generally the machine is either a milling machine

More information

Diamond Machine Works Achieves Breakthrough Capabilities in High Precision Parts

Diamond Machine Works Achieves Breakthrough Capabilities in High Precision Parts Diamond Machine Works Achieves Breakthrough Capabilities in High Precision Parts THE BUSINESS Aircraft parts manufacturer THE CLIENT Diamond Machine Works Seattle, Washington CAM SYSTEM Mastercam RESELLER

More information

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

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

More information

Inch / Metric Selection G20 & G20

Inch / Metric Selection G20 & G20 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.

More information

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

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

More information

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

Spring 2003 Issue 55. Tips For Fanuc Control Users From CNC Concepts, Inc. Figure one

Spring 2003 Issue 55. Tips For Fanuc Control Users From CNC Concepts, Inc. Figure one Are you taking full advantage of turning center offsets? The Optional Stop Copyright 2003, CNC Concepts, Inc. Spring 2003 Issue 55 Tips For Fanuc Control Users From CNC Concepts, Inc. 44 Little Cahill

More information

Chapter 23: Machining Processes: Turning and Hole Making

Chapter 23: Machining Processes: Turning and Hole Making Manufacturing Engineering Technology in SI Units, 6 th Edition Chapter 23: Machining Processes: Turning and Hole Making Chapter Outline 1. Introduction 2. The Turning Process 3. Lathes and Lathe Operations

More information

Product Information Report Maximizing Drill Bit Performance

Product Information Report Maximizing Drill Bit Performance Overview Drills perform three functions when making a hole: Forming the chip The drill point digs into the material and pushes up a piece of it. Cutting the chip The cutting lips take the formed chip away

More information

Turning and Lathe Basics

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

More information

STUB ACME - INTERNAL AND EXTERNAL

STUB ACME - INTERNAL AND EXTERNAL STUB ACME - INTERNAL AND EXTERNAL SOLID CARBIDE SINGLE PROFILE ACME Q A 29º B C S Solid carbide for maximum tool rigidity coating for increased performance Single start threads only SPECIALTY PORT - CAVITY

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

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

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

More information

Rotary Engraving Fact Sheet

Rotary Engraving Fact Sheet Rotary Engraving Fact Sheet Description Rotary engraving is the term used to describe engraving done with a rotating cutting tool in a motorized spindle. The tool, or cutter, cuts into the surface of the

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

Workshop Practice (ME192)

Workshop Practice (ME192) Workshop Practice (ME192) Credits: 3 Contacts: Mail: poddar05@gmail.com Web: http://www.ajourneywithtime.weebly.com Exp 03: To make a pin as given profile from a φ20 mm mild steel rod in a lathe. Material

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

Engraving with a Rigid Tool Engraving Tool Feeds and Speeds

Engraving with a Rigid Tool Engraving Tool Feeds and Speeds Engraving with a Rigid Tool Engraving Tool Feeds and Speeds Material 3000 RPM 6000 RPM 7500 RPM 10000 RPM Aluminum/Aluminum Alloys 6 12 15 20 Brass/Bronze 6 12 15 20 Copper/Copper Alloys 6 12 15 20 Cast

More information

UN THREAD MILLS SINGLE PROFILE (SPTM) - SOLID CARBIDE. Scientific Cutting Tools, Inc. OAL 60º THREAD MILLS

UN THREAD MILLS SINGLE PROFILE (SPTM) - SOLID CARBIDE. Scientific Cutting Tools, Inc. OAL 60º THREAD MILLS UN SINGLE PROFILE (SPTM) - SOLID CARBIDE UN Q A B 60º C S Fine and coarse threads ranging from #00 to 1¼ + can be milled using the 19 varieties of these single profile thread mills. SPECIALTY PORT - CAVITY

More information

90 Indexable Positive Milling Cutter

90 Indexable Positive Milling Cutter 90 Indexable Positive Cutter Inserts HIGH POSITIVE 90 MILLING CUTTER Cutting Rake - 20 for 11 positive 85 parallelogram AP inserts Application TOOL ANGLES: Cutting Rake +20 Axial Rake 6 Radial Rake -6

More information

Processing and Quality Assurance Equipment

Processing and Quality Assurance Equipment Processing and Quality Assurance Equipment The machine tool, the wash station, and the coordinate measuring machine (CMM) are the principal processing equipment. These machines provide the essential capability

More information

Metal Cutting - 5. Content. Milling Characteristics. Parts made by milling Example of Part Produced on a CNC Milling Machine 7.

Metal Cutting - 5. Content. Milling Characteristics. Parts made by milling Example of Part Produced on a CNC Milling Machine 7. Content Metal Cutting - 5 Assoc Prof Zainal Abidin Ahmad Dept. of Manufacturing & Industrial Engineering Faculty of Mechanical Engineering Universiti Teknologi Malaysia 7. MILLING Introduction Horizontal

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

CARBIDE END MILLS SPECIFICATIONS

CARBIDE END MILLS SPECIFICATIONS SPECIFICATIONS COATING GUIDE Material Hardness TiN TiCN TiALN Austentic Stainless Steel < 35 HRc * X Martinistic Stainless Steel < 35 HRc * X Martinistic Stainless Steel >= 35 HRc X PH Stainless Steel

More information

External Turning. Outline Review of Turning. Cutters for Turning Centers

External Turning. Outline Review of Turning. Cutters for Turning Centers Outline Review of Turning External Turning 3 External Turning Parameters Cutting Tools Inserts Toolholders Machining Operations Roughing Finishing General Recommendations Turning Calculations Machining

More information

11/15/2009. There are three factors that make up the cutting conditions: cutting speed depth of cut feed rate

11/15/2009. There are three factors that make up the cutting conditions: cutting speed depth of cut feed rate s Geometry & Milling Processes There are three factors that make up the cutting conditions: cutting speed depth of cut feed rate All three of these will be discussed in later lessons What is a cutting

More information

ROOP LAL Unit-6 Drilling & Boring Mechanical Engineering Department

ROOP LAL Unit-6 Drilling & Boring Mechanical Engineering Department Lecture 4 Notes : Drilling Basic Mechanical Engineering ( Part B ) 1 Introduction: The process of drilling means making a hole in a solid metal piece by using a rotating tool called drill. In the olden

More information

Chapter 23. Machining Processes Used to Produce Round Shapes: Turning and Hole Making

Chapter 23. Machining Processes Used to Produce Round Shapes: Turning and Hole Making Chapter 23 Machining Processes Used to Produce Round Shapes: Turning and Hole Making R. Jerz 1 2/24/2006 Processes Turning (outside surface) straight, taper, facing, contour, form, cut-off, threading,

More information

THE PROCESS OF PRODUCING P-5678 SPRING PINS FOR NORTHLAND TRUCKS

THE PROCESS OF PRODUCING P-5678 SPRING PINS FOR NORTHLAND TRUCKS THE PROCESS OF PRODUCING P-5678 SPRING PINS FOR NORTHLAND TRUCKS Prepared For Don Klepp, English 132 Instructor Okanagan University College By Richard Pelletier Mechanical Engineering Technology 1 Okanagan

More information

Review Label the Parts of the CNC Lathe

Review Label the Parts of the CNC Lathe Review Label the Parts of the CNC Lathe Chuck Bed Saddle Headstock Cutting tool Toolpost Tailstock Centre Handwheel Cross Slide CNC Controller http://image.made-in- china.com/2f0j00zzftqvdrefoe/hobby-lover-metal-lathe-

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

Mill Specifications. FEATURE 5000(5100) 5400(5410) 2000 (2010) Max clearance, table to spindle

Mill Specifications. FEATURE 5000(5100) 5400(5410) 2000 (2010) Max clearance, table to spindle Mill Specifications FEATURE 5000(5100) 5400(5410) 2000 (2010) Max clearance, table to spindle 8.00" (203 mm) 8.00" (203 mm) 9.00" (229 mm) Throat (without headstock spacer block) Throat (with headstock

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

Designing for machining round holes

Designing for machining round holes Designing for machining round holes Introduction There are various machining processes available for making of round holes. The common processes are: drilling, reaming and boring. Drilling is a machining

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

MACHINING PROCESSES: TURNING AND HOLE MAKING. Dr. Mohammad Abuhaiba 1

MACHINING PROCESSES: TURNING AND HOLE MAKING. Dr. Mohammad Abuhaiba 1 MACHINING PROCESSES: TURNING AND HOLE MAKING Dr. Mohammad Abuhaiba 1 HoweWork Assignment Due Wensday 7/7/2010 1. Estimate the machining time required to rough cut a 0.5 m long annealed copper alloy round

More information

Lathes. CADD SPHERE Place for innovation Introduction

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

More information

What You Need to Know About. Programming Multi-Task Machines

What You Need to Know About. Programming Multi-Task Machines What You Need to Know About Programming Multi-Task Machines Multi-task Machines (MTMs) The term multi-task machine, or MTM, broadly covers a range of machines that, at their most basic level, can do some

More information

UNIT 4: (iii) Illustrate the general kinematic system of drilling machine and explain its working principle

UNIT 4: (iii) Illustrate the general kinematic system of drilling machine and explain its working principle UNIT 4: Drilling machines: Classification, constructional features, drilling & related operations, types of drill & drill bit nomenclature, drill materials. Instructional Objectives At the end of this

More information

CNC Applications. History and Terminology

CNC Applications. History and Terminology CNC Applications History and Terminology Background & Definitions (Chapter 1) Requirements for a skilled machinist Serve a 4 year apprenticeship including classes in algebra, trigonometry, print reading,

More information

Cutting Tools Overview #2 - Turning

Cutting Tools Overview #2 - Turning Cutting Tools Overview #2 - Turning Last month's column was an overview of some of the different types of tools used in the milling process. This month we are going to discuss some of the most common cutting

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

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

AUTOMATED MACHINE TOOLS & CUTTING TOOLS

AUTOMATED MACHINE TOOLS & CUTTING TOOLS CAD/CAM COURSE TOPIC OF DISCUSSION AUTOMATED MACHINE TOOLS & CUTTING TOOLS 1 CNC systems are used in a number of manufacturing processes including machining, forming, and fabrication Forming & fabrication

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: Benchwork and Layout Layout tools Tapping Reaming Filing Engraving Stamping Unit 2: Cutting and Drilling Cutting Operations Drilling 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

NIMS Machining Level I Preparation Guide. Job Planning, Benchwork, and Layout

NIMS Machining Level I Preparation Guide. Job Planning, Benchwork, and Layout NIMS Machining Level I Preparation Guide Job Planning, Benchwork, and Layout Table of Contents Overview pages 2 5 Introduction page 2 Who Wrote the Questions page 2 How to Prepare for the Credentialing

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

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

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

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

More information

ESPRIT ProfitMilling A Technical Overview

ESPRIT ProfitMilling A Technical Overview ESPRIT ProfitMilling A Technical Overview Contents ProfitMilling : What is it? Benefits to Manufacturers Traditional Roughing Limitations ProfitMilling Advantages Benefits of ProfitMilling Energy Consumption

More information

LANDMARK UNIVERSITY, OMU-ARAN

LANDMARK UNIVERSITY, OMU-ARAN LANDMARK UNIVERSITY, OMU-ARAN LECTURE NOTE: DRILLING. COLLEGE: COLLEGE OF SCIENCE AND ENGINEERING DEPARTMENT: MECHANICAL ENGINEERING PROGRAMME: MECHANICAL ENGINEERING ENGR. ALIYU, S.J Course code: MCE

More information

Other Lathe Operations

Other Lathe Operations Chapter 15 Other Lathe Operations LEARNING OBJECTIVES After studying this chapter, students will be able to: Safely set up and operate a lathe using various work-holding devices. Properly set up steady

More information

Chapter 23: Machining Processes: Hole Making Part A (Lathe Operations, Boring, Reaming, Tapping)

Chapter 23: Machining Processes: Hole Making Part A (Lathe Operations, Boring, Reaming, Tapping) 1 Manufacturing Processes (2), IE-352 Ahmed M El-Sherbeeny, PhD Spring 2017 Manufacturing Engineering Technology in SI Units, 6 th Edition Chapter 23: Machining Processes: Hole Making Part A (Lathe Operations,

More information

Technical T-A & GEN2 T-A GEN3SYS APX. Revolution & Core Drill. ASC 320 Solid Carbide. AccuPort 432. Page CONTENTS. Set-up Instructions 256

Technical T-A & GEN2 T-A GEN3SYS APX. Revolution & Core Drill. ASC 320 Solid Carbide. AccuPort 432. Page CONTENTS. Set-up Instructions 256 Technical ASC 0 Solid Carbide CONTENTS Page Set-up Instructions 6 AccuPort 4 Recommended Speeds & Feeds 60 Guaranteed Application Request Form 99 +44 (0)84 400 900 +44 (0)84 400 0 enquiries@alliedmaxcut.com

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

CNC LATHE TURNING CENTER PL-20A

CNC LATHE TURNING CENTER PL-20A CNC LATHE TURNING CENTER PL-20A CNC LATHE TURNING CENTER For High Precision, High Speed and High Productivity MAIN FEATURE Introducing the latest and strongest CNC Lathe PL20A that has satisfied the requirements

More information

ALBRECHT PRECISION KEYLESS DRILL CHUCKS THE WORLD'S MOST CONSISTENTLY ACCURATE DRILL CHUCKS

ALBRECHT PRECISION KEYLESS DRILL CHUCKS THE WORLD'S MOST CONSISTENTLY ACCURATE DRILL CHUCKS ALBRECHT PRECISION KEYLESS DRILL S THE WORLD'S MOST CONSISTENTLY ACCURATE DRILL S ALBRECHT The World's Most Consistently Accurate Drill Chucks For the past 00 years, Albrecht s line of precision drill

More information

DuraTurn Series. CNC Lathe. для получения подробной информации, пожалуйста, напишите нам на почту

DuraTurn Series. CNC Lathe. для получения подробной информации, пожалуйста, напишите нам на почту DuraTurn 2030 DuraTurn 2050 DuraTurn 2550 CNC Lathe DuraTurn Series Durable Universal Reliable Affordable Accurate CNC Lathe with Excellent Operability and Machining Capability The DuraTurn series, which

More information

User s Guide. Silent Tools. turning products

User s Guide. Silent Tools. turning products User s Guide Silent Tools turning products Introduction This guide will help you to use dampened boring bars (Silent Tools) to achieve the best possible results in internal turning. Silent Tools dampened

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

THREAD CUTTING & FORMING

THREAD CUTTING & FORMING THREAD CUTTING & FORMING Threading, Thread Cutting and Thread Rolling: Machining Threads on External Diameters (shafts) Tapping: Machining Threads on Internal Diameters (holes) Size: Watch to 10 shafts

More information

A H M 531 The Civil Engineering Center

A H M 531 The Civil Engineering Center Title Page Introduction 2 Objectives 2 Theory 2 Fitting 3 Turning 5 Shaping and Grinding 7 Milling 8 Conclusion 11 Reference 11 1 Introduction Machining Machining is a manufacturing process in which a

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

OmniTurn Start-up sample part

OmniTurn Start-up sample part OmniTurn Start-up sample part OmniTurn Sample Part Welcome to the OmniTum. This document is a tutorial used to run a first program with the OmniTurn. It is suggested before you try to work with this tutorial

More information

Vertical Milling Machine Operations

Vertical Milling Machine Operations Vertical Milling Machine Operations UNIT 3 Learning Objectives After completing this unit, the student should be able to: Describe vertical milling machine safety practices Describe the purpose and process

More information

BSF. Large Ratio Automatic Back Counterboring & Spotfacing Tool

BSF. Large Ratio Automatic Back Counterboring & Spotfacing Tool BSF Large Ratio Automatic Back Counterboring & Spotfacing Tool Counterbores up to 2.3xd Replaceable carbide coated blades for extended life Very simple to use Suitable for CNC machines with through coolant

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

SNAP. For more case studies, testimonials, and videos. We are also available on:

SNAP.   For more case studies, testimonials, and videos. We are also available on: www.heuletool.com For more case studies, testimonials, and videos We provide online tool selectors for the COF,, DEF and BSF product groups. Simply enter your application information and the correct tool

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

Turning Operations. L a t h e

Turning Operations. L a t h e Turning Operations L a t h e Turning Operations Machine Tool LATHE Job (workpiece) rotary motion Tool linear motions Mother of Machine Tools Cylindrical and flat surfaces Some Typical Lathe Jobs Turning/Drilling/Grooving/

More information

Internal Rotary/Punch Broaches & Plugs Adjustable & Non Adjustable Rotary Holders

Internal Rotary/Punch Broaches & Plugs Adjustable & Non Adjustable Rotary Holders CAT_BROOTSEN_2008-08_EN_hassay savage_fabrieks-catalogus AMTC BV - importeur Nederland pagina 14 van 40 uscatalogv7.qxp 8/13/2008 10:57 AM Page 14 Internal Rotary/Punch Broaches & Plugs Adjustable & Non

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

A NEW TOOL PATH STRATEGY TAPS THE TRUE POTENTIAL OF CNC MILLING MACHINES

A NEW TOOL PATH STRATEGY TAPS THE TRUE POTENTIAL OF CNC MILLING MACHINES volume 9 issue 33 A NEW TOOL PATH STRATEGY TAPS THE TRUE POTENTIAL OF CNC MILLING MACHINES There s no denying that CNC milling machines represent a quantum leap in productivity over their manual brethren.

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

Cross Peen Hammer. Introduction. Lesson Objectives. Assumptions

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

More information

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

Solid Carbide Thread Milling Cutters

Solid Carbide Thread Milling Cutters Solid Carbide Thread Milling Cutters Second Edition Thread milling cutters by Features and Benefits: Sub-micro grain carbide substrate Longer tool life with tighter tolerances More cost-effective than

More information

Technical Description. CNC Turning

Technical Description. CNC Turning Technical Description CNC Turning 0 The following is the minimum requirement for this skill for the Emirates Competition. The Technical Description consists of the following: Content: 1- Introduction 2

More information

Trade of Toolmaking. Module 3: Milling Unit 9: Precision Vee Block Assembly Phase 2. Published by. Trade of Toolmaking Phase 2 Module 3 Unit 9

Trade of Toolmaking. Module 3: Milling Unit 9: Precision Vee Block Assembly Phase 2. Published by. Trade of Toolmaking Phase 2 Module 3 Unit 9 Trade of Toolmaking Module 3: Milling Unit 9: Precision Vee Block Assembly Phase 2 Published by SOLAS 2014 Unit 9 1 Table of Contents Document Release History... 3 Unit Objective... 4 Introduction... 4

More information