( This link will provide you with a list of all ISO-6983 G-Codes

Size: px
Start display at page:

Download "( This link will provide you with a list of all ISO-6983 G-Codes"

Transcription

1 CUSTOM HAZARDS

2 CUSTOM HAZARDS

3 CUSTOM HAZARDS

4 In this lesson I am going to explain how to circle interpolate a 1/8-27 NPT with a formed thread E-Mill using G-Code on a vertical mill. I have provided the Standard American Pipe Thread specs on the last remaining pages. Also there is a link providing you with access to a standard drill & tap chart as well. I am going to cover the circle interpolation of the taper, the thread E-Mill process along with the trigonometry involved with circle interpolating an NPT thread. If at any time you have any questions pertaining to this lesson or anything involving programming, machining, manufacturing design I can be reached at this address CustomHazards@yahoo.com Items required for this project are as followed; 6061 Aluminum scrap piece (round or squared) Center drill The letter Q drill - ( diameter E-Mill - ( 45 chamfer E-Mill 1/8-27 NPT plug gauge Scientific calculator Machinist Handbook Pen and paper Let us begin... ( This link will provide you with a list of all ISO-6983 G-Codes TPI = Threads per Inch P = Pitch / Quad = Quadrant of a Circle We will start as if the hole is drilled (letter Q) and the 45 chamfer has been cut as well. X 0.00, Y 0.00 will be the center of the part and Z 0.00 will be the top face of the part. When we use a E-Mill to interpolate a I.D. Taper we must calculate the change in X at each Quadrant (there are 4 Quadrants in a circle 90 degrees apart) of the circle as we cut down from Z 0.00 to our finish depth.400) sweeping across a helix. We will use a Z pitch of.025 using this number (.025) we can calculate the distance the E-Mill must move in X as we travel.025 per revolution in Z. The formula to calculate the X distance is tang x.025 the calculation equals a move of.0007 in X per revolution. With this information we can now program our I.D. Taper. When cutting this taper we will cut using line center and will not use the G41 code (line left of). Knowing that a circle contains 4 quadrants and that we will be programming from quadrant to quadrant we can take our pitch, X distance and divide these by 4. Let's take the information we have calculated and organize it. Drilled Hole = Q (.332 diameter)

5 Finished Z Depth =.400 P in Z =.025/4 =.0063 X per Quad =.0007/4 =.0001 As we move from the first quad to the 2nd quad we will have made a ccw motion in X of.0001 while moving in Z.0063 simultaneously. Here is the G-Code program for interpolating the taper. With the numbers we are using this program will be rather long. You can always run your Z pitch at.05,.100 etc. I chose.025 because you will be forced to repeat the fundamentals over and over again. There are faster, more efficient ways of cutting this process, but this approach is for learning purposes. G00 X 0.00 Y 0.00 Z 3.00 S8000 M3 G00 Z 0.00 M8 G01 X F.005 G17 G3 X0.00 Y Z R.0534 G17 G3 X.0533 Y0.00 Z R.0533 G17 G3 X0.00 Y.0532 Z R.0532 G17 G3 X Y0.00 Z R.0531 G17 G3 X0.00 Y-.053 Z R.0530 G17 G3 X.0529 Y0.00 Z R.0529 G17 G3 X0.00 Y.0528 Z R.0528 G17 G3 X Y0.00 Z R.0527 G17 G3 X0.00 Y Z R.0526 G17 G3 X.0525 Y0.00 Z-.063 R.0525 G17 G3 X0.00 Y.0524 Z R.0524 G17 G3 X Y0.00 Z R.0523 G17 G3 X0.00 Y Z R.0522 G17 G3 X.0521 Y0.00 Z R.0521 G17 G3 X0.00 Y.0520 Z R.0520 G17 G3 X Y0.00 Z R.0519 G17 G3 X0.00 Y Z R.0518 G17 G3 X.0517 Y0.00 Z R.0517 G17 G3 X0.00 Y.0516 Z R.0516 G17 G3 X Y0.00 Z-.126 R.0515 G17 G3 X0.00 Y Z R.0514 G17 G3 X.0513 Y0.00 Z R.0513 G17 G3 X0.00 Y.0512 Z R.0512 G17 G3 X Y0.00 Z R.0511 G17 G3 X0.00 Y Z R.0510 G17 G3 X.0509 Y0.00 Z R.0509 G17 G3 X0.00 Y.0508 Z R.0508

6 G17 G3 X Y0.00 Z R.0507 G17 G3 X0.00 Y Z R.0506 G17 G3 X.0505 Y0.00 Z-.189 R.0505 G17 G3 X0.00 Y.0504 Z R.0504 G17 G3 X-.053 Y0.00 Z R.0503 G17 G3 X0.00 Y Z R.0502 G17 G3 X.0501 Y0.00 Z R.0501 G17 G3 X0.00 Y.0500 Z R.0500 G17 G3 X Y0.00 Z R.0499 G17 G3 X0.00 Y Z R.0498 G17 G3 X.0497 Y0.00 Z R.0497 G17 G3 X0.00 Y.0496 Z R.0496 G17 G3 X Y0.00 Z-.252 R.0495 G17 G3 X0.00 Y Z R.0494 G17 G3 X.0493 Y0.00 Z R.0493 G17 G3 X0.00 Y.0492 Z R.0492 G17 G3 X Y0.00 Z R.0491 G17 G3 X0.00 Y Z R.0490 G17 G3 X.0489 Y0.00 Z R.0489 G17 G3 X0.00 Y.0487 Z R.0487 G17 G3 X Y0.00 Z R.0486 G17 G3 X0.00 Y Z R.0485 G17 G3 X.0484 Y0.00 Z-.315 R.0484 G17 G3 X0.00 Y.0483 Z R.0483 G17 G3 X Y0.00 Z R.0482 G17 G3 X0.00 Y Z R.0481 G17 G3 X.0480 Y0.00 Z R.0480 G17 G3 X0.00 Y.0479 Z R.0479 G17 G3 X Y0.00 Z R.0478 G17 G3 X0.00 Y Z R.0476 G17 G3 X.0475 Y0.00 Z R.0475 G17 G3 X0.00 Y.0474 Z R.0474 G17 G3 X Y0.00 Z-.378 R.0473 G17 G3 X0.00 Y Z R.0472 G17 G3 X.0471 Y0.00 Z R.0471 G17 G3 X0.00 Y.0470 Z R.0470 G17 G3 X Y0.00 Z R.0469 G00 X0.00 G00 Z 3.00 M9

7 Now we will move on to the threading process. We will use the same formulas we used to interpolate the taper except for the distance needed to move in X. We are using a formed tool and do not need to sweep the tool on a tapered helix. TPI = 27 P = 1/27 =.037/ 4 =.0092 Here is the G-Code program for the formed threading tool. G00 X0.00 Y0.00 Z0.00 S8000 M3 G00 Z-.400 F.003 M8 G01 X-.08 G17 G3 X0.00 Y-.08 Z R.08 G17 G3 X.08 Y0.00 Z R.08 G17 G3 X0.00 Y.08 Z R.08 G17 G3 X-.08 Y0.00 Z R.08 G17 G3 X0.00 Y-.08 Z R.08 G00 Y0.00 G00 Z 3.00 M9 This completes the lesson. I hope the people who read this find it helpful. The processes described above can be used for more than just threading. The fundamentals can be carried through to 3d profiling and many other processes. Understanding this simple process is just a small part of a sound machining foundation and will benefit you in your trade down the road. Trey Haney

8 Machinery's Handbook 28th Edition AMERICAN PIPE THREADS 1861 PIPE AND HOSE THREADS The types of threads used on pipe and pipe fittings may be classed according to their intended use: 1) threads that when assembled with a sealer will produce a pressure-tight joint; 2) threads that when assembled without a sealer will produce a pressure-tight joint; 3) threads that provide free- and loose-fitting mechanical joints without pressure tightness; and 4) threads that produce rigid mechanical joints without pressure tightness. American National Standard Pipe Threads American National Standard pipe threads described in the following paragraphs provide taper and straight pipe threads for use in various combinations and with certain modifications to meet these specific needs. Thread Designation and Notation. American National Standard Pipe Threads are designated by specifying in sequence the nominal size, number of threads per inch, and the symbols for the thread series and form, as: NPT. The symbol designations are as follows: NPT American National Standard Taper Pipe Thread; NPTR American National Standard Taper Pipe Thread for Railing Joints; NPSC American National Standard Straight Pipe Thread for Couplings; NPSM American National Standard Straight Pipe Thread for Free-fitting Mechanical Joints; NPSL American National Standard Straight Pipe Thread for Loose-fitting Mechanical Joints with Locknuts; and NPSH American National Standard Straight Pipe Thread for Hose Couplings. American National Standard Taper Pipe Threads. The basic dimensions of the ANSI Standard taper pipe thread are given in Table 1a. Form of Thread: The angle between the sides of the thread is 60 degrees when measured in an axial plane, and the line bisecting this angle is perpendicular to the axis. The depth of the truncated thread is based on factors entering into the manufacture of cutting tools and the making of tight joints and is given by the formulas in Table 1a or the data in Table 2 obtained from these formulas. Although the standard shows flat surfaces at the crest and root of the thread, some rounding may occur in commercial practice, and it is intended that the pipe threads of product shall be acceptable when crest and root of the tools or chasers lie within the limits shown in Table 2. Pitch Diameter Formulas: In the following formulas, which apply to the ANSI Standard taper pipe thread, E 0 = pitch diameter at end of pipe; E 1 = pitch diameter at the large end of the internal thread and at the gaging notch; D = outside diameter of pipe; L 1 = length of hand-tight or normal engagement between external and internal threads; L 2 = basic length of effective external taper thread; and p = pitch = 1 number of threads per inch. E 0 = D ( 0.05D + 1.1)p E 1 = E L 1 Thread Length: The formula for L 2 determines the length of the effective thread and includes approximately two usable threads that are slightly imperfect at the crest. The normal length of engagement, L 1, between external and internal taper threads, when assembled by hand, is controlled by the use of the gages. L 2 = ( 0.80D + 6.8)p Taper: The taper of the thread is 1 in 16, or 0.75 inch per foot, measured on the diameter and along the axis. The corresponding half-angle of taper or angle with the center line is 1 degree, 47 minutes. Copyright 2008, Industrial Press Inc., New York, NY -

9 Machinery's Handbook 28th Edition 1862 AMERICAN PIPE THREADS Table 1a. Basic Dimensions, American National Standard Taper Pipe Threads, NPT ANSI/ASME B (R2006) L 4 Taper of Thread 1 in 16 Measured on Diameter L 5 L 3 L 1 L 2 2p V Imperfect Threads due to Chamfer on die E 3 E 0 E 1 E 5 E 2 D For all dimensions, see corresponding reference letter in table. Angle between sides of thread is 60 degrees. Taper of thread, on diameter, is 3 4 inch per foot. Angle of taper with center line is The basic maximum thread height, h, of the truncated thread is 0.8 pitch of thread. The crest and root are truncated a minimum of pitch for all pitches. For maximum depth of truncation, see Table 2. Nominal Pipe Size Outside Dia. of Pipe, D Threads per Inch, n Pitch of Thread, p Pitch Diameter at Beginning of External Thread, E 0 Handtight Engagement Length, a L 1 Inch Effective Thread, External Inch OD OD OD OD OD a Also length of thin ring gage and length from gaging notch to small end of plug gage. b Also pitch diameter at gaging notch (handtight plane). c Also length of plug gage. Dia., b E 1 Length, c L 2 Dia., E 2 Copyright 2008, Industrial Press Inc., New York, NY -

10 Machinery's Handbook 28th Edition AMERICAN PIPE THREADS 1863 Table 1b. Basic Dimensions, American National Standard Taper Pipe Threads, NPT ANSI/ASME B (R2006) Nominal Pipe Size Wrench Makeup Length for Internal Thread Length, c L 3 Dia., E 3 Vanish Thread, (3.47 thds.), V Overall Length External Thread, L 4 Nominal Perfect External Threads a Length, L 5 Height of Thread, h Basic Minor Dia. at Small End of Pipe, b K d d OD OD OD OD OD a The length L 5 from the end of the pipe determines the plane beyond which the thread form is imperfect at the crest. The next two threads are perfect at the root. At this plane the cone formed by the crests of the thread intersects the cylinder forming the external surface of the pipe. L 5 = L 2 2p. b Given as information for use in selecting tap drills. c Three threads for 2-inch size and smaller; two threads for larger sizes. d Military Specification MIL P 7105 gives the wrench makeup as three threads for 3 in. and smaller. The E 3 dimensions are then as follows: Size in., and size 3 in., All dimensions given in inches. Increase in diameter per thread is equal to /n. The basic dimensions of the ANSI Standard Taper Pipe Thread are given in inches to four or five decimal places. While this implies a greater degree of precision than is ordinarily attained, these dimensions are the basis of gage dimensions and are so expressed for the purpose of eliminating errors in computations. Engagement Between External and Internal Taper Threads. The normal length of engagement between external and internal taper threads when screwed together handtight is shown as L 1 in Table 1a. This length is controlled by the construction and use of the pipe thread gages. It is recognized that in special applications, such as flanges for high-pressure work, longer thread engagement is used, in which case the pitch diameter E 1 (Table 1a) is maintained and the pitch diameter E 0 at the end of the pipe is proportionately smaller. Tolerances on Thread Elements. The maximum allowable variation in the commercial product (manufacturing tolerance) is one turn large or small from the basic dimensions. The permissible variations in thread elements on steel products and all pipe made of steel, wrought iron, or brass, exclusive of butt-weld pipe, are given in Table 3. This table is a Dia., E 5 Copyright 2008, Industrial Press Inc., New York, NY -

11 Machinery's Handbook 28th Edition 1864 AMERICAN PIPE THREADS guide for establishing the limits of the thread elements of taps, dies, and thread chasers. These limits may be required on product threads. On pipe fittings and valves (not steel) for steam pressures 300 pounds and below, it is intended that plug and ring gage practice as set up in the Standard ANSI/ASME B will provide for a satisfactory check of accumulated variations of taper, lead, and angle in such product. Therefore, no tolerances on thread elements have been established for this class. For service conditions where a more exact check is required, procedures have been developed by industry to supplement the regulation plug and ring method of gaging. Table 2. Limits on Crest and Root of American National Standard External and Internal Taper Pipe Threads, NPT ANSI/ASME B (R2006) INTERNAL THREAD H Max. h Minimum Minimum Maximum Root Minimum Maximum Crest Crest Threads per Inch Height of Sharp V Thread, H Maximum Root Minimum EXTERNAL THREAD Height of Pipe Thread, h, f Maximum Width of Flat, F, Equivalent to Max. Min. Min. Max. Min. Max All dimensions are in inches and are given to four or five decimal places only to avoid errors in computations, not to indicate required precision. Table 3. Tolerances on Taper, Lead, and Angle of Pipe Threads of Steel Products and All Pipe of Steel, Wrought Iron, or Brass ANSI/ASME B (R2006) (Exclusive of Butt-Weld Pipe) Threads Taper on Pitch Line ( 3 4 in./ft) Lead in Length 60 Degree Angle per of Effective of Threads, Nominal Pipe Size Inch Max. Min. Threads Degrees 1 16, ±0.003 ± , ±0.003 ±2 1 2, ±0.003 a ±2 1, 1 1 4, 1 1 2, ±0.003 a ± and larger ±0.003 a ±1 1 2 a The tolerance on lead shall be ± in. per inch on any size threaded to an effective thread length greater than 1 in. For tolerances on height of thread, see Table 2. The limits specified in this table are intended to serve as a guide for establishing limits of the thread elements of taps, dies, and thread chasers. These limits may be required on product threads. Copyright 2008, Industrial Press Inc., New York, NY -

UNSIGNED HARDCOPY NOT CONTROLLED

UNSIGNED HARDCOPY NOT CONTROLLED Subject: APPROVED BY STATUS PURPOSE AFFECTED FUNCTIONS s Manager, Hardware Engineering Maintenance Revisioin Establishes requirements for the manufacture and inspection of pipe threads. L-3 Communications

More information

TAPS AND THREADING DIES

TAPS AND THREADING DIES 872 TAPS AN THRAING IS TAPS AN THRAING IS General dimensions and tap markings given in the ASM/ANSI Standard B94.9-1987 for straight fluted taps, spiral pointed taps, spiral pointed only taps, spiral fluted

More information

ANSI ORIFICE FLANGES METAL-KOREA

ANSI ORIFICE FLANGES METAL-KOREA METAL-KOREA ANSI ORIFICE FLANGES ORIFICE FLANGES are widely used in conjunction with orifice meters for measuring the rate of flow of liquids and gases. They are basically the same as standard welding

More information

Unit 047: Advanced Turning. Screw threads

Unit 047: Advanced Turning. Screw threads Unit 047: Advanced Turning Screw threads Starter activity When was the screw thread invented? Who was the inventor of the most famous screw thread form? When was the first unified British thread invented

More information

Pipe threads are threads that seal. Pipe threads seal by various methods, but the ones we are going to concern ourselves

Pipe threads are threads that seal. Pipe threads seal by various methods, but the ones we are going to concern ourselves PIPE THREADS Pipe threads are threads that seal. Pipe threads seal by various methods, but the ones we are going to concern ourselves with here are those that are designed to seal at the threads. For threads

More information

Tap Drill Chart. Metric Tap Drill Size (Recommended Drill Sizes Suitable for 6H Tolerance) Roll Form Tap Drill Size

Tap Drill Chart. Metric Tap Drill Size (Recommended Drill Sizes Suitable for 6H Tolerance) Roll Form Tap Drill Size Tap Drill Chart Tap Size Nom. Size Tap Cutting Tap Drill Size Metric Tap Drill Size (Recommended Drill Sizes Suitable for 6H Tolerance) Roll Form Tap Drill Size Machine Screw Sizes NC & NF Tap Size Cutting

More information

Pipe Threads, General Purpose (Inch)

Pipe Threads, General Purpose (Inch) ASME B1.20.1-2013 [Revision of ASME B1.20.1-1983 (R2006)] Pipe Threads, General Purpose (Inch) AN AMERICAN NATIONAL STANDARD ASME B1.20.1-2013 [Revision of ASME B1.20.1-1983 (R2006)] Pipe Threads, General

More information

Taps. Taps - Technical Info. Torque Cut High Performance HSSE Ring Colored Taps Technical Information. - Technical Information

Taps. Taps - Technical Info. Torque Cut High Performance HSSE Ring Colored Taps Technical Information. - Technical Information Torque Cut High Performance HSSE Ring Colored Taps Technical Information RedLine Torque Cut High Performance Taps give you greater performance when tapping Steel Alloys, Stainless Steels, Titanium and

More information

Understanding pipe threads: types and designations

Understanding pipe threads: types and designations WHITE PAPER 8008 Understanding pipe threads: types and designations By Mark Schmidt Applications Engineer CPC (Colder Products Company) Different types of screw threads have evolved for fastening and hydraulic

More information

limiting factor on the thread type used.

limiting factor on the thread type used. 1 Definition The diameters, threads per inch (TPI) and thread pitch, etc. are necessary to completely identify a thread. In a shop, specialty gauges are required to accurately gauge or identify threads.

More information

UNIT 9b: SCREW FASTENERS Introduction Functions Screw Features Elements Terms of a Thread Profile

UNIT 9b: SCREW FASTENERS Introduction  Functions Screw Features Elements Terms of a Thread Profile UNIT 9b: SCREW FASTENERS Introduction A mechanical screw is a cylinder or cone that has a helical ridge called a thread. A helix has one or more turns, so a screw can have several turns. If the helix is

More information

METRIC FASTENERS 1520 METRIC FASTENERS

METRIC FASTENERS 1520 METRIC FASTENERS 1520 METRIC FASTENERS METRIC FASTENERS A number of American National Standards covering metric bolts, screws, nuts, and washers have been established in cooperation with the Department of Defense in such

More information

Kerkau Manufacturing. B16.5 Flange Book

Kerkau Manufacturing. B16.5 Flange Book Kerkau Manufacturing B16.5 Flange Book TABLE OF CONTENTS Revision 1 Title Page Table of Contents Tolerance Page Permissible Imperfections Dimensions of Flange Facings (all pressure rating classes) Dimensions

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

9000 Level. DS-703 Page 1 of 22 3 TITLE WORK INSTRUCTIONS, GENERAL PRINT AMENDMENT

9000 Level. DS-703 Page 1 of 22 3 TITLE WORK INSTRUCTIONS, GENERAL PRINT AMENDMENT evel DS-70 Page 1 of 22 TITE WORK INSTRUCTIONS, GENERA PRINT AMENDMENT Revision EXPANATION OF CHANGE Approvals DATE A Initial Release WB, GR 2/26/99 B C D E F G Add PMR caveat WB, GR 5/1/99 Add Surface

More information

JCutting Tools aerospace

JCutting Tools aerospace JCutting Tools aerospace AppLIcations A286 Fasteners The new and improved Jarhook is the best available tap for A286 fasteners. During extensive testing the Jarhook surpassed all of the competition in

More information

Advanced Modeling Techniques Sweep and Helical Sweep

Advanced Modeling Techniques Sweep and Helical Sweep Advanced Modeling Techniques Sweep and Helical Sweep Sweep A sweep is a profile that follows a path placed on a datum. It is important when creating a sweep that the designer plans the size of the path

More information

DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, FLANGE MOUNTING, MINIATURE, CLASSES E, F, G AND R

DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, FLANGE MOUNTING, MINIATURE, CLASSES E, F, G AND R INCH-POUND MS24264T 1 December 2016 SUPERSEDING MS24264R 20 August 2009 DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, FLANGE MOUNTING, MINIATURE, CLASSES E, F, G AND R Inactive for new

More information

SCREW THREADS. = minor diameter. d 3. d 2. = pitch diameter

SCREW THREADS. = minor diameter. d 3. d 2. = pitch diameter ISO : 6 Part 2 DIN : Part /20 Metric (ISO) screw thread, coarse series -M- T-00 T-002 for M to incl. M,4, fit H/6h The bold lines indicate the maximum material profiles. The maximum material profile of

More information

TH READ GAGES Certification of Compliance to Class (Short Form)... No Charge Certification of Calibration to Size (Long Form)...$15.

TH READ GAGES Certification of Compliance to Class (Short Form)... No Charge Certification of Calibration to Size (Long Form)...$15. New Swanson Gages TH READ GAGES Certification of Compliance to Class (Short Form)... No Charge Certification of Calibration to Size (Long Form)...$. / member TA PER PIPE GAGES Certification of Compliance

More information

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

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

More information

Specification for Threading, Gauging and Thread Inspection of Casing, Tubing, and Line Pipe Threads

Specification for Threading, Gauging and Thread Inspection of Casing, Tubing, and Line Pipe Threads Standard. It shall not be reproduced or circulated or quoted, in whole or in part, outside of API committee activities except with the approval of the Chairman of the committee having jurisdiction and

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

Engineering Design Representation. Use of 2D drawing format: Typical Design Annotation. Standardization. Extracted drawings. General dimensions

Engineering Design Representation. Use of 2D drawing format: Typical Design Annotation. Standardization. Extracted drawings. General dimensions Engineering Design Representation Some elements of design representation not easily conveyed through model alone. Many are notational in nature. Examples are: Thread specifications Surface finishes Surface

More information

High Performance HSSE Color Ring Tap Speeds

High Performance HSSE Color Ring Tap Speeds Torque Cut High Performance HSSE Color Ring Taps RedLine Torque Cut High Performance Taps give you greater performance when tapping Steel Alloys, Stainless Steels, Titanium and a variety of other Steels

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

WORKSHOP DRAWING & DESIGN STANDARDS

WORKSHOP DRAWING & DESIGN STANDARDS WORKSHOP DRAWING & DESIGN STANDARDS Purpose: Function: Content: This handout is intended to provide a summary of basic drawing guidelines which will: a) enhance communication between you and the workshop

More information

Metric and English Equivalents

Metric and English Equivalents Metric and English Equivalents Linear Measure Metric to Inch Inch to Metric 1 millimeter = 0.03937 inch 1 inch = 25.4 millimeters = 2.54 centimeters 1 centimeter = 0.3937 inch 1 foot = 304.8 millimeters

More information

English Version EUROPEAN COMMITTEE FOR STANDARDIZATION COMITÉ EUROPÉEN DE NORMALISATION EUROPÄISCHES KOMITEE FÜR NORMUNG

English Version EUROPEAN COMMITTEE FOR STANDARDIZATION COMITÉ EUROPÉEN DE NORMALISATION EUROPÄISCHES KOMITEE FÜR NORMUNG EUROPEAN STANDARD NORME EUROPÉENNE EUROPÄISCHE NORM EN 10226-2 August 2005 ICS 21.040.30 English Version Pipe threads where pressure tight joints are made on the threads - Part 2: Taper external threads

More information

Tool and Die Maker Level 2

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

More information

OWNER: POSITION AUTHOR: POSITION Dan Boettcher Director of Engineering Richard Richardson Vice-Dir of Engineering

OWNER: POSITION AUTHOR: POSITION Dan Boettcher Director of Engineering Richard Richardson Vice-Dir of Engineering KRESS CORPORATION ENGINEERING Design of Thru and Threaded Holes Standard DOC ID 095007 REVISION A TYPE PORTAL OWNER: POSITION AUTHOR: POSITION Dan Boettcher Director of Engineering Richard Richardson Vice-Dir

More information

ASSIGNMENT 4. Textbook Assignment: The point, edge, face, heel, and tang are the five parts of which of the following tools?

ASSIGNMENT 4. Textbook Assignment: The point, edge, face, heel, and tang are the five parts of which of the following tools? ASSIGNMENT 4 Textbook Assignment: "Files," "Grinders and Sharpening Stones," "Scrapers," "Awls," "Bolt and Cable Cutters," "Glass Cutters," "Knives,' 'Pipe Cutting and Threading Tools," "Tube Cutting and

More information

SPECIFICATION

SPECIFICATION Rev. R SPECIFICATION 9-3800 Page 1 of 26 Amphenol Corporation Sidney, New York U TITLE STANDARD SPECIAL USE DESCRIPTION ENGINEERING DRAWING Revisions REV. LETTER ISSUE NUMBER ORIGINATOR DATE APPROVAL M

More information

TECHNICAL DESIGN II (546)

TECHNICAL DESIGN II (546) DESCRIPTION The second in a sequence of courses that prepares individuals with an emphasis in developing technical knowledge and skills to develop working drawings in support of mechanical and industrial

More information

SINGLE POINT TOOLS. Mini Boring Bars Mini Boring Bars come in a range of diameters from to inch. They are fluted for maximum strength.

SINGLE POINT TOOLS. Mini Boring Bars Mini Boring Bars come in a range of diameters from to inch. They are fluted for maximum strength. SINGLE POINT TOOLS All single point tools are designed for internal machining on a lathe. The helical boring bars can be used for both lathe and mill applications. All cutting tools are made from premium

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

45PC. TAP AND DIE SET

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

More information

HIGH PERFORMANCE CARBIDE THREAD MILLS

HIGH PERFORMANCE CARBIDE THREAD MILLS HIGH PERFORMANCE CARBIDE THREAD MILLS TM Series HIGH PERFORMANCE CARBIDE THREAD MILLS table of contents Introduction... page 1 Understanding Milling... page 2 Niagara Mill Advantages... page 3 High Performance

More information

Thread and Connector Identification

Thread and Connector Identification How to Use this Section This section is intended as an aid to identifying the most popular threads on hydraulic hose couplings and adaptors, and hydraulic equipment. BSP, Metric, American and Japanese

More information

March 1, Fax:

March 1, Fax: March 1, 2017 U.S.A. Manufacturer The Cable Connection 52 Heppner Drive Carson City, Nevada 89706 800.851.2961 775.885.1443 Fax: 775.885.2734 E-mail: info@ultra-tec.com www.ultra-tec.com Framework You

More information

Mechanical Drawing (MDP 115)

Mechanical Drawing (MDP 115) Mechanical Drawing (MDP 115) FirstYear, Mechanical Engineering Dept., Faculty of Engineering, Fayoum University Dr. Ahmed Salah Abou Taleb Threads and Fasteners Topics Exercises 2 Threads & Fasteners:

More information

About Jarvis. William F. Jarvis joined his father, Marshall, and the company moved again to an even larger facility in Middletown, CT.

About Jarvis. William F. Jarvis joined his father, Marshall, and the company moved again to an even larger facility in Middletown, CT. About Jarvis 1901 1910 Founded in 1901 by Charles L. Jarvis; and was known as the Ideal Manufacturing Company. It was located on a small site close to the Connecticut River which is now included in the

More information

Thread Mills. Solid Carbide Thread Milling Cutters

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

More information

DRAFTING MANUAL. Dimensioning and Tolerancing Rules

DRAFTING MANUAL. Dimensioning and Tolerancing Rules Page 1 1.0 General This section is in accordance with ASME Y14.5-2009 Dimensioning and Tolerancing. Note that Rule #1 is the only rule that is numbered in the 2009 standard. All of the other rules fall

More information

Cable Railing Kit Application Guide

Cable Railing Kit Application Guide Cable Railing Kit Application Guide January 2019 Nationwide Industries 10333 Windhorst Rd. Tampa, FL 33619 813.988.2628 Fax: 813.988.3465 Photo courtesy of FabWorx Framework You Will Need for Cable Railing

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

Thread Repair & Thread Protection

Thread Repair & Thread Protection Thread Repair & Thread Protection Screw Thread Inserts, Kits & Components for Industrial Maintenance, Repair and Overhaul Bulletin 998 C E R T I F I E D ISO 9001 AS 9100 TS 16949 ISO 14001 The HELI-COIL

More information

HEMCO. Gages. Specialists in Chrome Gaging. The Longer Lasting Gage. American Petroleum Institute. Spec 5B Spec 7 Spec 11AX Spec 11B

HEMCO. Gages. Specialists in Chrome Gaging. The Longer Lasting Gage. American Petroleum Institute. Spec 5B Spec 7 Spec 11AX Spec 11B The Longer Lasting Gage Gages Specialists in Chrome Gaging ISO/IEC 17025 & ANSI/NCSL Z540-1 to Accredited by the American Association for Certificate #2279.01 Laboratory Accreditation American Petroleum

More information

Flange Dimensions Class 125 Bronze Flange Dimensions Class 300 Bronze Flange Dimensions Class 150 Bronze Flange Dimensions

Flange Dimensions Class 125 Bronze Flange Dimensions Class 300 Bronze Flange Dimensions Class 150 Bronze Flange Dimensions Dimensions Class Bronze Dimensions Meets Ib. A.S.M.E. Stard Class 00 Bronze Dimensions Meets ANSI STD B. Nominal Dim. A O.D. Dim. B Circle Dim. C Hole No. Holes Nominal Dim. A Diam. Dim. B Min. Dim. C

More information

DUO-TAPTITE. Fasteners DUO-TAPTITE. Thread Rolling Screws

DUO-TAPTITE. Fasteners DUO-TAPTITE. Thread Rolling Screws Fasteners Percent thread chart... Page 8 Pilot hole sizes... Page 9 Typical torque performance... Page 10 Typical single punch extruded holes... Pages 11 & 12 Die cast cored holes... Page 12 CORFLEX...

More information

DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, FLANGE MOUNTING, MINIATURE, CLASSES E, F, G AND R

DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, FLANGE MOUNTING, MINIATURE, CLASSES E, F, G AND R INCH-POUND 20 August 2009 SUPERSEDING MS24264P 6 February 2004 DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, FLANGE MOUNTING, MINIATURE, CLASSES E, F, G AND R Inactive for new design for

More information

Technical. Toolholding & Tapping. Product Warranty

Technical. Toolholding & Tapping. Product Warranty Technical 4 Product Warranty Parlec Inc. warrants all tools, tooling systems, and tool presetters to be free of defects in manufacturing and materials for a period of one year from the date of shipment.

More information

BOLTS AND NUTS Square Bolts( Table 1 ) Hex Nuts ( Table 7 ) Heavy Hex Nuts (Table 7) Heavy Hex Structural Bolts ( Table 2 )

BOLTS AND NUTS Square Bolts( Table 1 ) Hex Nuts ( Table 7 ) Heavy Hex Nuts (Table 7) Heavy Hex Structural Bolts ( Table 2 ) BOLTS AND NUTS 1493 An externally threaded fastener that must be assembled with a nut to perform its intended service is a bolt. (Example: heavy hex structural bolt.) An externally threaded fastener that

More information

2010 Academic Challenge

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

More information

Precision Universal Bevel Protractor, Set

Precision Universal Bevel Protractor, Set ß 37006 Protractors Measuring and laying-out tools, gauges 0 With 0-180 scale and locking screw. Standard steel, chrome-plated, scale dazzle-free and with matt-chromed finish. 37006 Arc Length of 37006...

More information

Mechanical Workshop. Module 7: Tapping and Threading. Academic Services PREPARED BY. January 2012

Mechanical Workshop. Module 7: Tapping and Threading. Academic Services PREPARED BY. January 2012 Mechanical Workshop Module 7: Tapping and Threading PREPARED BY Academic Services January 2012 Applied Technology High Schools, 2012 Module 7: Tapping and Threading Module Objectives After the completion

More information

GB/T Translated English of Chinese Standard: GB/T NATIONAL STANDARD OF THE

GB/T Translated English of Chinese Standard: GB/T NATIONAL STANDARD OF THE Translated English of Chinese Standard: GB/T7307-2001 www.chinesestandard.net Sales@ChineseStandard.net GB NATIONAL STANDARD OF THE PEOPLE S REPUBLIC OF CHINA ICS 21.040.20 J 04 GB/T 7307-2001 eqv ISO

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

Chapter Tests and Problems

Chapter Tests and Problems Chapter Tests and Problems Chapter 11 Fasteners and Springs Test INSTRUCTIONS Answer the questions with short, complete statements or drawings as needed. QUESTIONS Define the screw thread terms given in

More information

Table of Contents. Fundamentals of Screw Thread Technology Definitions and Terminology Gage Design Contacts...

Table of Contents. Fundamentals of Screw Thread Technology Definitions and Terminology Gage Design Contacts... 1 Distributed by: Gage Crib Worldwide Inc 6701 Old 28th St SE, Suite B Grand Rapids, MI 49546-6937 USA Phone: 001.616.954.6581 Web: www.gagecrib.com Table of Contents SECTION 1: Fundamentals of Screw Thread

More information

THREAD MILLING. A Quick Reference Pocket Guide. Overall Length. Length of Cut. Cutter Diameter.

THREAD MILLING.   A Quick Reference Pocket Guide. Overall Length. Length of Cut. Cutter Diameter. THREAD MILLING A Quick Reference Pocket Guide Overall Length Length of Cut Shank Diameter Cutter Diameter www.alliedmachine.com Whatever type of holemaking you do, Allied is here help. Whether you re a

More information

SERIES BXB Bottom Chamfer Thredfloers

SERIES BXB Bottom Chamfer Thredfloers SERIES BXB Bottom Chamfer s Size H2 H3 H4 H5 H6 H7 H8 H9 H10 H11 H12 H13 H14 0-80 10002 10003 10004 10005 10006 10007 1-64 10122 10123 10124 10125 10126 10127 1-72 10242 10243 10244 10245 10246 10247 2-56

More information

The Engineer s Guide to Identifying Lead Screw Thread Forms

The Engineer s Guide to Identifying Lead Screw Thread Forms The Engineer s Guide to Identifying Lead Screw Thread Forms Thread Forms There are hundreds of different thread forms that have been designed over several decades. There are only a few specific thread

More information

Miniature Steam Pty Ltd (Incorporating Live Steam Supplies)

Miniature Steam Pty Ltd (Incorporating Live Steam Supplies) Miniature Steam Pty Ltd (Incorporating Live Steam Supplies) Materials List 28 May 2013 The attached listings outline products we offer and their retail prices as at the above date. We reserve the right

More information

DEUTSCH Instructional Manual for HDP-400 Power Crimper (TE CONNECTIVITY PN )

DEUTSCH Instructional Manual for HDP-400 Power Crimper (TE CONNECTIVITY PN ) ORIGINAL INSTRUCTIONS DEUTSCH Instructional Manual for HDP-400 Power Crimper (TE CONNECTIVITY PN 1606312-1) Instruction Sheet 0425-034-0000 15 JAN 18 Rev H NOTE All numerical values are in metric units

More information

DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, SINGLE HOLE MOUNT, MINIATURE, CLASSES E, F, G, H AND R

DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, SINGLE HOLE MOUNT, MINIATURE, CLASSES E, F, G, H AND R INCH-POUND MS24265T 1 December 2016 SUPERSEDING MS24265R 20 August 2009 DETAIL SPECIFICATION SHEET CONNECTORS, RECEPTACLE, ELECTRICAL, SINGLE HOLE MOUNT, MINIATURE, CLASSES E, F, G, H AND R Inactive for

More information

Specification

Specification Previous Edition Specification 2018-06 Class: Executing guidelines Class No.:62 Tapped holes for push-in connections JED system Voss Company 388 Abbreviated Title 2016-04 Tapped h.push-in con. Voss 852

More information

ANSI-B ADOPTION NOTICE

ANSI-B ADOPTION NOTICE ADOPTION NOTICE ANSI-B.20. ANSI-B.20., "Pipe Threads, General Purpose (Inch)," was adopted on October, 99 for use by the Department of Defense (DoD). Proposed changes by DoD activities must be submitted

More information

Reversing Gear. Shay Reversing Gear

Reversing Gear. Shay Reversing Gear Shay Nelson Riedel Nelson@NelsonsLocomotive.com Initial: 9/23/03 Last Revised: 06/05/2004 The reversing gear is another one of those pieces I've been putting off. The reason for the postponement was that

More information

Quality Procedure QP159 General Requirements for Machined Parts

Quality Procedure QP159 General Requirements for Machined Parts 1. PURPOSE 1.1. This procedure provides general product fabrication requirements. It also provides interpretation of certain requirements specified on product drawings, models, and electronic files. 2.

More information

PURESTREAM SYSTEM - ASSEMBLY GUIDE

PURESTREAM SYSTEM - ASSEMBLY GUIDE PURESTREAM SYSTEM - ASSEMBLY GUIDE VISIT OUR WEBSITE : www.cagpurification.com our installment procedure videos in the PURESTREAM Piping section. NECESSARY TOOLS FOR INSTALLATION We suggest the use of

More information

Visual Testing of Pipe Threads

Visual Testing of Pipe Threads From NDT Technician, Vol. 10, No. 1, pp: 1 5. Copyright 2011 The American Society for Nondestructive Testing, Inc. The American Society for Nondestructive Testing www.asnt.org FOCUS AAs an oil well is

More information

DRILL BITS & THREAD REPAIR DRILL BITS

DRILL BITS & THREAD REPAIR DRILL BITS DRILL BITS DRILL BITS Designed for drilling soft metal mild steel wood plastic and PVC Manufactured from industrial high speed steel surface treated for high performance and long life 29 piece set includes

More information

Measuring Pipes and Pipe Fittings

Measuring Pipes and Pipe Fittings Measuring Pipes and Pipe Fittings by Larry Johnston When you repair or modify home plumbing, knowing the kind and size of pipe you need can save you time and trouble not to mention trips to the hardware

More information

Performance Standards Benchwork

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

More information

LEADING SOLUTIONS IN THREAD MILLING TECHNOLOGY

LEADING SOLUTIONS IN THREAD MILLING TECHNOLOGY LEADING SOLUTIONS IN THREAD MILLING TECHNOLOGY Thread with Maximum Confidence, Depth, Versatility and Economy. Emuge Shur-Thread TM, Threads-All TM, Vario-Z and NPT Solid Carbide Thread Mills; and Gigant-ic

More information

Threading - Hand Taps - Button Dies - Die Nuts - Screw Extractors - Holders - Sets THREADING

Threading - Hand Taps - Button Dies - Die Nuts - Screw Extractors - Holders - Sets THREADING Threading - Hand Taps - Button Dies - Die Nuts - Screw Extractors - Holders - Sets THREADING Threading Threading Index 198 Dies Carbon, Button Dies BA 198 Dies Carbon, Button Dies BSB 197 Dies Carbon,

More information

Measuring and Laying-Out Tools, Testing Instruments

Measuring and Laying-Out Tools, Testing Instruments ß 7006 0 With 0-180 scale and locking screw. Protractors Measuring and Laying-Out Tools, Testing Instruments Standard steel, chrome-plated, scale dazzle-free and with matt-chrome finish. 7006 Arc Ø Blade

More information

2009 Academic Challenge

2009 Academic Challenge 2009 Academic Challenge ENGINEERING GRAPHICS TEST STATE FINALS This Test Consists of 50 Questions Engineering Graphics Test Production Team Ryan Brown, Illinois State University Author/Team Leader Kevin

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

FASTENERS. Aylin YENİLMEZ GÜRKÖK

FASTENERS. Aylin YENİLMEZ GÜRKÖK FASTENERS Aylin YENİLMEZ GÜRKÖK FASTENERS A fastener is a hardware device that mechanically joins or affixes two or more objects together. Welding, Soldering, Nuts & Bolts, Washers, Screws, Clips, Clamps,

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

ENGINEERING STANDARDS SECTION: D TOG-L-LOC V-LOC OVAL-LOC LANCE-N-LOC INFORMATION. Tog-L-Loc. How The Joining Process Works

ENGINEERING STANDARDS SECTION: D TOG-L-LOC V-LOC OVAL-LOC LANCE-N-LOC INFORMATION. Tog-L-Loc. How The Joining Process Works Tog-L-Loc Tog-L-Loc is a circular, leakproof joint formed by drawing the metals into a circular "cup'' and then expanding the diameter to form a 360 radial lock below the bottom sheet. How The Joining

More information

ENGINEERING STANDARDS SECTION: TOG-L-LOC V-LOC LANCE-N-LOC INFORMATION. Tog-L-Loc. How The Joining Process Works

ENGINEERING STANDARDS SECTION: TOG-L-LOC V-LOC LANCE-N-LOC INFORMATION. Tog-L-Loc. How The Joining Process Works Tog-L-Loc Tog-L-Loc is a circular, leakproof joint formed by drawing the metals into a circular "cup'' and then expanding the diameter to form a 360 radial lock below the bottom sheet. How The Joining

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

Quality Policy Statement

Quality Policy Statement Table of Contents Quality Policy Statement... Page 2 Warranty Statement.... Page 2 Calibration Service... Page 3 Facility... Page 4, 5 Machining, Grinding, Leadscrew Products And Services.... Page 5 Thread

More information

Evaluation of In-Pavement Light Fixture Designs and Performance

Evaluation of In-Pavement Light Fixture Designs and Performance Evaluation of In-Pavement Light Fixture Designs and Performance Presented to: IES ALC Fall Technology Meeting By: Joseph Breen Date: Background In-Pavement Light Fixture Assemblies Utilize a Circle of

More information

Students have little or no previous knowledge or skill in the material being covered.

Students have little or no previous knowledge or skill in the material being covered. Youth Explore Trades Skills Description This Activity Plan will enable students to identify the differences between metric and imperial bolts (cap screws). They will learn how to measure a bolt and determine

More information

Quality Normal steel chrome-plated, Scale glare-free matt-chrome-plated. Quality Normal steel chrome-plated, Scale glare-free matt chrome-plated.

Quality Normal steel chrome-plated, Scale glare-free matt-chrome-plated. Quality Normal steel chrome-plated, Scale glare-free matt chrome-plated. 37006 Bevel protractors 0 - With degree graduation 0-180 and locking screw Normal steel chrome-plated, Scale glare-free matt-chrome-plated. 37006 Measuring/ Arc Ø Blade length 37006 80 120 101 120 150

More information

Disclosure to Promote the Right To Information

Disclosure to Promote the Right To Information इ टरन ट म नक Disclosure to Promote the Right To Information Whereas the Parliament of India has set out to provide a practical regime of right to information for citizens to secure access to information

More information

2018 PRICE LIST SOLID CARBIDE THREAD MILLS

2018 PRICE LIST SOLID CARBIDE THREAD MILLS 2018 PRICE LIST SOLID CARBIDE THREAD MILLS NORTH AMERICAN TOOL HISTORY & OVERVIEW North American Tool was founded in 1986, by the father and son team of Kenyon Y. Taylor and Roger K. Taylor. Working in

More information

Geometric Boundaries

Geometric Boundaries Geometric Boundaries Interpretation and Application of Geometric Dimensioning and Tolerancing (Using the Customary Inch System) Based on ASME Y14.5M-1994 Written and Illustrated by Kelly L. Bramble Published

More information

Downloaded from ENGINEERING DRAWING. Time allowed : 3 hours Maximum Marks : 70

Downloaded from   ENGINEERING DRAWING. Time allowed : 3 hours Maximum Marks : 70 ENGINEERING DRAWING Time allowed : 3 hours Maximum Marks : 70 Note : (i) (ii) Attempt all the questions. Use both sides of the drawing sheet, if necessary. (iii) All dimensions are in millimeters. (iv)

More information

MATERIAL AND EQUIPMENT STANDARD FOR METRIC TYPE FASTENERS (SCREWS, BOLTS, STUDS, NUTS AND WASHERS) ORIGINAL EDITION DEC. 1997

MATERIAL AND EQUIPMENT STANDARD FOR METRIC TYPE FASTENERS (SCREWS, BOLTS, STUDS, NUTS AND WASHERS) ORIGINAL EDITION DEC. 1997 MATERIAL AND EQUIPMENT STANDARD FOR METRIC TYPE FASTENERS (SCREWS, BOLTS, STUDS, NUTS AND WASHERS) ORIGINAL EDITION DEC. 1997 This Standard is the property of Iranian Ministry of Petroleum. All rights

More information

A BALAX, INC. GUIDE TO TAPPING IN THE 21ST CENTURY

A BALAX, INC. GUIDE TO TAPPING IN THE 21ST CENTURY 2011 Threading Solutions for Every Industry A BALAX, INC. GUIDE TO TAPPING IN THE 21ST CENTURY At Balax, we recognize the increased demands placed on our customers for improved quality and lower production

More information

PREVIEW COPY. Table of Contents. Lesson One Machining Cylindrical Shapes...3. Lesson Two Drilling, Reaming, and Honing...21

PREVIEW COPY. Table of Contents. Lesson One Machining Cylindrical Shapes...3. Lesson Two Drilling, Reaming, and Honing...21 Table of Contents Lesson One Machining Cylindrical Shapes...3 Lesson Two Drilling, Reaming, and Honing...21 Lesson Three Lesson Four Machining Flat Surfaces...37 Determining Tolerances and Finishes...53

More information

Action Frame Inspection and Repair. DEFINITIONS action spread vertical height differential rake

Action Frame Inspection and Repair. DEFINITIONS action spread vertical height differential rake Action Frame Inspection and Repair DEFINITIONS action spread vertical height differential rake MAKING A FOOT PRINT mark the position of all action brackets, rails, and screws make screw hole spacing template

More information

SECTION CONTENTS ADAPTOR SERIES. General Information. Explanation of ISO Pipe Thread. Thread Symbol List. ANSI-KF Tubulated Adaptor

SECTION CONTENTS ADAPTOR SERIES. General Information. Explanation of ISO Pipe Thread. Thread Symbol List. ANSI-KF Tubulated Adaptor SETION ONTENTS 05 General Information Explanation of ISO Pipe Thread Thread Symbol List ANSI-KF Tubulated Adaptor ANSI-KF Tubulated Adaptor with O'Ring Groove F-ISO Tubulated Adaptor F-KF Tubulated Adaptor

More information

High Precision Air Chucks

High Precision Air Chucks Precision Workholding Solutions High Precision Air Chucks www..com Improve productivity and lower the cost of secondary machining operations..... through high concentricity. Holding close concentricity

More information

A SRF/SERF A SRF/SERF

A SRF/SERF A SRF/SERF A1100-055SRF/SERF A1100-056SRF/SERF Remote Fill Assembly INSTALLATION INSTRUCTIONS **CRITICAL - MUST READ** This unit can only be used for new installations or tank level retrofits that allow access to

More information