The CAD/CAE system of a tricone rock bit

Size: px
Start display at page:

Download "The CAD/CAE system of a tricone rock bit"

Transcription

1 Computer Aided Optimum Design in Engineering IX 453 The CAD/CAE system of a tricone rock bit Z. Wu 1, V. Thomson 2, H. Attia 2 & Y. Lin 1 1 Department of Mechanical Engineering, Southwest Petroleum Institute, P.R.China 2 Department of Mechanical Engineering, McGill University, Canada Abstract The purpose of this paper is to introduce the CAD/CAE system of a tricone rock bit especially to rock bit designers. The system is integrated with Pro/Engineer (one of best CAD/CAE/CAM commercial software in the world, also called Pro/E), and operated in the Drawing mode of Pro/E. The system is composed of three parts: 2D intermesh design (including parameterised insert section and slots modelling), simulation and optimal design, and the engineering database. One important characteristic of the system is its ability of arranging an insert on the intermesh design of a tricone rock bit with linkage function, which is very useful for engineers. In addition, the function of simulation and optimal design helps designers to greatly shorten the design cycle. A case study shows that the CAD/CAE system can improve the performance of the tricone rock bit and will bring magnificent social and economic efficiency. The system can also output contour data of three cones for 3D solid modelling of the tricone rock bit, which is a basis for the CAM of the tricone rock bit. Keywords: CAD/CAE, tricone rock bit, simulation, intermesh, optimal design. 1 Introduction Tricone rock bit is an important tool in oil and gas drilling, and accounts for a large number of shares in the rock bit market of the world. Therefore rock bit engineers have been looking for better ways to make rock bits faster, more efficient and more durable. The cutting structure of tricone rock bit interacts with rock directly, and its performance affects the rate of penetration (ROP) greatly. Thus it is the key object that we study. Before microcomputers are widely used, designing bits is usually based on repeated trial and individual experience of bit engineer, which

2 454 Computer Aided Optimum Design in Engineering IX takes designers much time. During this period, some papers about kinematics and dynamics of rock bit were published [1,2,3]. These theories and research results form the fundamental of the first generation CAD of tricone rock bit. After that, the CAD system improved continually. However the design speed is still slow because of the complexity of tricone rock bit structure [4]. Therefore it is very essential to develop more reasonable and efficient CAD system of rock bit, especially about intermesh design. With all sorts of challenge and competition from companies, the CAD technology, especially Computer Aided Optimal Design, becomes indispensable means for any enterprise to innovate its technology and exploit the product market. Pro/Engineer, one of the most excellent 3D CAD/CAM systems, is applied worldwide with its characteristics of parametric design. But it is rarely reported publicly that dedicated application software about 2D intermesh design of rock bit has been developed under Pro/E environment up to now. Therefore, this paper introduces the application software about 2D CAD of tricone rock bit developed with Pro/Toolkit (API tool provided by Parametric Technology Corporation). In addition to the CAD of rock bit, we also develop CAE of tricone rock bit. By the end of last century, Ma had done a great deal of research about simulation of interaction between rock bit and rock [5]. Now the simulation software is enriched greatly by the writer of this paper. It can simulate the kinematics of tricone rock bit and also conduct optimal design on the intermesh design, which can shorten the design cycle greatly. In accordance with the above CAD and CAE, an engineering database is also developed with SQL Server2000 and Delphi. 2 Overall design and main function modules The CAD/CAE system includes three parts as follows: 1) the 2D Intermesh Design, including insert section modeling and automatic insert positioning with linkage function; 2) the Simulation and Optimal Design, which can simulate the interaction between bit and rock and get loads on inserts and ROP; 3) the Engineering Database, which can deal with a great of data related to the bit structure, rock properties and other movement parameters. The operating system and the support software are Windows2000 and Pro/Engineer2001. The developing tools include Pro/Toolkit2001, VC++6.0 and Delphi6.0, and SQL Sever D Intermesh Design CAD/CAE of Tricone Rock Bit Simulation and Optimal Design Pro/E2001, Pro/Toolkit, VC++6.0,Delphi6.0 SQL Sever2000 Windows2000 Engineering Database Figure 1: Schematic of system structure.

3 Computer Aided Optimum Design in Engineering IX 455 From Fig 1, we know that the bottom level is operating system, then database server and other supported commercial software are as intermediate levels, and the top level is the CAD/CAE system interface for users D intermesh design of tricone rock bit The fundamental of drawing transform Assuming that ( x, y) and ( x ', y ' ) are the coordinates of a point before and after the transform respectively, T x and T y are the increment of the point along horizontal and vertical coordinate axis respectively, andθ is the rotation angle, so the formulas of the transform for transplantation are x ' =x+t x and y ' =y+t y, and for rotation are x ' =xcosθ -ysinθ and y ' =ysinθ +ycosθ. The whole transform matrix is as the following: cosθ sinθ 0 [ x ' y' 1]=[ x y 1] sinθ cosθ 0 (1) T x T y Parametric geometry models Insert section model We compute all key points of an insert section, and connect them to form lines and arcs, then make them a block, finally move and rotate the block to required place. Fig 2 is section draft of two types of inserts. There are some key nodes on each insert section and each point s coordinate expressions are listed in table1 and table2. D, h, H, SR, R, α denote diameter, cylindrical height, height of insert, spherical radius of the top of conical insert, radius of the top arc of chisel insert and half cone angle respectively. Figure 2: Insert models (Left: conical insert, Right: chisel insert) Slot section model Constructing a slot model is somewhat more complicated than creating insert models. Divide the slot into two parts: one is composed of two lines that are connected with two inserts, and the other is the

4 456 Computer Aided Optimum Design in Engineering IX middle section between the two lines (Fig 3). The slot model is rotated to angle Ag between the horizontal line and the centreline of cone. We also compute all key points of the slot model and create lines and arcs, then make a block, finally move and rotate to desired place. Dd1and dd2 are sunken depth of crown of insert 1 and insert 2 respectively. Jd1, jd2, jd3 and jd4 are angles. Ds1, ds2, ds3 and ds4 are wall thickness of two insert holes. R1 and R2 is arc radius. Dh is the height of the slot. Table 1: Key nodes for conical insert. Node No. X-coordinate Y-coordinate 1 X 1 Y 1 2 X 2 =X 1 +D Y 2 =Y 1 3 X 3 =X 2 Y 3 =Y 2 +h 4 X 4 =X 1 Y 4 =Y 1 5 X 5 =X 4 +tt*cos(m) Y 5 =Y 4 +tt*sin(m) 6 X 6 =X 3 -tt*cos(m) Y 6 =Y 5 Centre of Arc X c =X 1 +D/2 Y c =Y 1 +H-R Here tt= (D/2) + (H - h - R) - R m=tan -1 (R/tt)+tan -1 (2(H-h-R)/D) Table 2: Key nodes for chisel insert. Node No. X-coordinate Y-coordinate 1 X 1 Y 1 2 X 2 =X 1 +D Y 2 =Y 1 3 X 3 =X 2 Y 3 =Y 2 +h 4 X 4 =X 1 Y 4 =Y 1 5 X 5 =X 4 +Wtanα Y 5 =Y 4 + W 6 X 6 =X 5 +Rcosα Y 6 =Y 1 + H 8 X 8 =X 3 -Wtanα Y 8 =Y 5 7 X 7 =X 8 -Rcosα Y 7 =Y 6 Centre of Arc X c1 =X 6 Y c1 =Y 5 -Rsinα Where W=H-h-R(1+sinα ) Horizontal line Insert 1 Insert 2 Centreline of cone Figure 3: A sort of slot model.

5 Computer Aided Optimum Design in Engineering IX Intermesh design After having created the above two models, we can realize 2D intermesh design of tricone rock bit. The module has three functions. a) The envelope curve of all inserts breaking rock on well bottom can be obtained (Fig 4). b) The key technique during the 2D intermesh design of the tricone rock bit is solved. That is, if you move or rotate any insert with mouse, the other two inserts (in fact it is the same insert) in the same window change positions correspondingly (Fig 5). We often use three colours to represent inserts of three cones respectively: cyan is for cone one, yellow for cone two and green for cone three. Rotation and translation of an insert is easily done by means of mouse. The realization of this technique depends on correct translation and rotation transform matrix, which guarantees the same change of position of inserts. Finally 2D intermesh design of tricone rock bit can be obtained and the section geometry of three cones can be saved for 3D solid modelling (Fig 6). c) The intermesh clearance (or critical distance) between adjacent cones can be computed and output. Figure 4: Envelop curve of all inserts. Figure 5: Arrangement of inserts with linkage. 2.2 Simulation and optimal design Computer simulation is a new technology or method that can solve practical engineering problems with fast development of computer science technology. One of its main characteristics is "experimentation". It can solve some problems that are not solved with other methods or means [6]. We also call it last method.

6 458 Computer Aided Optimum Design in Engineering IX In the past ten years, we have developed a set of simulation software for designing and analysing rock bits (Fig. 7). They are used in some rock bit companies (for example, Smith International Inc. of USA). Now we have integrated the software with the above intermesh design module under Pro/Engineer environment into a CAD/CAE system. At the same time, we add optimal design to the CAD/CAE system. Our emphasis here is not put on studying design search methodologies and optimisation algorithms but application of known optimum methods (for example, Conjugate Gradient Method). The optimum design is applied on performance analysis of tricone rock bit. The objectives are to get the maximum ROP under the same drilling parameters. The design variables include position angles of inserts on each row, offset value and journal angle of the bit. The main constrains are: diameter of the bit is a standard value and the loads on inserts of each row are less than the specified values. However we can t consider all the rows, because that will take much time to simulate the drilling process. Therefore we must first find out main rows that play an important role in fracturing rock. After getting main rows of the bit, we can enter into optimum design module. After all parameters of main rows are input, the software can run automatically and save necessary results into the database. According to a lot of simulation experiments, we know that the objective function has multi-extremum phenomena. Therefore the software can output the former ten maximum values and corresponding optimal parameters so that we can make a trade-off from their combinations. The simulation and optimal design can shorten the design cycle of rock bit and also improve its performance in the mean time. Figure 6: 2D intermesh design. Figure 7: Simulation of tricone rock bit.

7 Computer Aided Optimum Design in Engineering IX Engineering database The database mainly includes fundamental parameters of rock bits, drilling parameters, rock properties, geometric parameters of 8 types of inserts and analysis results. The database is loaded in a server and different people have different authority to access it. A control interface can access the server by means of ODBC and have the function of inputting, saving and extracting all sorts of parameters and results, which is bridge between simulation system and Pro/Engineer The support software is SQL Server 2000, VC++6.0 and Delphi Case study We are going to improve the performance of an old tricone rock bit F. The objective is to increase the volume of rock broken by main rows on the bit. Table 3: Rock Volume Broken (cm 3 ) Comparison of breaking rock ability of old bit and new one. Cone 1 Cone2 Cone 3 Row 1 Row 2 Row 1 Row 2 Row 1+2 F GF Percentage added 156.0% 12.5% 86.2% 1.03% 13.8% Here we use the CAD/CAE system to finish the improvement design or optimal design and the results are shown in the table 3. From the table, the modified bit GF (or new bit) has a good increase in volume, which means will have a higher ROP than the old one. Generally speaking, the bigger the ROP, the better the bit s performance under the same drilling conditions. The system has been used in main bit companies and research institutes of China. There is no doubt that it will bring magnificent social and economic efficiency. 4 Conclusions It is the first time that 2D intermesh design of tricone rock bit is integrated with Pro/Engineer. The intermesh design module realizes an important function, that is, when you move or rotate any insert in intermesh drawing, the same inserts in the drawing of envelop curve change to corresponding positions. The integrated CAD/CAE system with optimal design can shorten the design cycle and improve performance of rock bit. Overall, The system is an advanced design and analysis tool for rock bit designers. References [1] D. Ma, J.J. Azar, A Study of Rock-Bit Interaction and Well bore Deviation, Transactions of the ASME, Vol. 108, September 1986, p

8 460 Computer Aided Optimum Design in Engineering IX [2] D. Ma, THE OPERATIONAL MECHANICS OF THE ROCK BIT, Petroleum Industry Press, Bei Jing, P. R. China, February 1994, p [3] D. Ma, D. Zhou, R. Deng, The Computer Simulation of the Interaction Between Roller Bit and Rock, 1995, SPE 29922, p [4] D. Ma, J. Hou, New Design Method of Rock Bit. Proceedings of International Conference on Petroleum Engineering 1992, SPE [5] D. Ma, Z. Wu, Computer Simulation of TriCone Rock Bit's Breaking Rock, Proceedings of Simulation Technology of Automation Association of China, 1997 p [6] Y. Feng, Systematic Simulation and its Application, Machinery Industry Press, May, 1992 p2-10.

A Assembly Modeling Method Based on Assembly Feature Graph-Tree

A Assembly Modeling Method Based on Assembly Feature Graph-Tree A Assembly Modeling Method Based on Assembly Feature Graph-Tree FENG QI Information Inst. ZheJiang University of Finance & Economics Hangzhou, 310018 P.R.China qqfeng_fly@163.com Abstract: - Assembly model

More information

Research of 3D parametric design system of worm drive based on Pro/E. Hongbin Niu a, Xiaohua Li b

Research of 3D parametric design system of worm drive based on Pro/E. Hongbin Niu a, Xiaohua Li b Advanced Materials Research Online: 2013-06-27 ISSN: 1662-8985, Vols. 712-715, pp 1107-1110 doi:10.4028/www.scientific.net/amr.712-715.1107 2013 Trans Tech Publications, Switzerland Research of 3D parametric

More information

CAD based Predictive Models of the Undeformed Chip Geometry in Drilling

CAD based Predictive Models of the Undeformed Chip Geometry in Drilling CAD based Predictive Models of the Undeformed Chip Geometry in Drilling Panagiotis Kyratsis, Dr. Ing. Nikolaos Bilalis, and Dr. Ing. Aristomenis Antoniadis Abstract Twist drills are geometrical complex

More information

GENIO CAD/CAM software powered by Autodesk technology for parametric programming of boring, routing and edge-banding work centers Genio SPAI SOFTWARE

GENIO CAD/CAM software powered by Autodesk technology for parametric programming of boring, routing and edge-banding work centers Genio SPAI SOFTWARE GENIO CAD/CAM software powered by Autodesk technology for parametric programming of boring, routing and edge-banding work centers Overview is a powerful CAD/CAM system powered by Autodesk 3D environment

More information

Implementing manufacturing feature based design in CAD/CAM

Implementing manufacturing feature based design in CAD/CAM Implementing manufacturing feature based design in CAD/CAM T. Szecsi School of Mechanical and Manufacturing Engineering, Materials Processing Research Centre, Dublin City University, Dublin 9, Ireland

More information

Simulation based optimization on automated fibre placement process

Simulation based optimization on automated fibre placement process Simulation based optimization on automated fibre placement process Lei Shi Autodesk (China) Software Research and Development Co. Ltd., 399 Pudian Road, Pudong New District, Shanghai 200122, China forrest.shi@autodesk.com

More information

Development of a Rapid Design System for Aerial Work Truck Subframe with UG Secondary Development Framework

Development of a Rapid Design System for Aerial Work Truck Subframe with UG Secondary Development Framework Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2961 2965 Advanced in Control Engineering and Information Science Development of a Rapid Design System for Aerial Work Truck Subframe

More information

Automated Drill Design Software

Automated Drill Design Software Automated Drill Design Software Athulan Vijayaraghavan March 19, 2006 Abstract This section of the report discusses a tool which can create automated 3D CAD drill models based on geometric as well as manufacturing

More information

GEOMETRIC MODELING AND DYNAMIC SIMULATION OF INVOLUTE GEAR BY GENERATING METHOD

GEOMETRIC MODELING AND DYNAMIC SIMULATION OF INVOLUTE GEAR BY GENERATING METHOD PROCEEDINGS 13th INTERNATIONAL CONFERENCE ON GEOMETRY AND GRAPHICS August 4-8, 2008, Dresden (Germany ISBN: 978-3-86780-042-6 GEOMETRIC MODELING AND DYNAMIC SIMULATION OF INVOLUTE GEAR BY GENERATING METHOD

More information

Statistical roll pass design: Case study

Statistical roll pass design: Case study Statistical roll pass design: Case study Introduction The initial (break-down passes) are frequently conducted in so-called box grooves. At this stage of the technological process, the steel temperature

More information

Geometric Modeling. Introduction

Geometric Modeling. Introduction Geometric Modeling Introduction Geometric modeling is as important to CAD as governing equilibrium equations to classical engineering fields as mechanics and thermal fluids. intelligent decision on the

More information

CAD BASED DRILLING USING CONVENTIONAL TWIST DRILLS

CAD BASED DRILLING USING CONVENTIONAL TWIST DRILLS CAD BASED DRILLING USING CONVENTIONAL TWIST DRILLS Panagiotis KYRATSIS 1, Nikolaos BILALIS 2, Vasilis DIMITRIOU 3 and Aristomenis ANTONIADIS 2 ABSTRACT: Twist drills are geometrically complex tools, which

More information

Modeling concave globoidal cam with indexing turret follower: A case study

Modeling concave globoidal cam with indexing turret follower: A case study Modeling concave globoidal cam with indexing turret follower: A case study Tuong Van Nguyen, Premysl Pokorny To cite this version: Tuong Van Nguyen, Premysl Pokorny. Modeling concave globoidal cam with

More information

Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14

Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14 Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14 Bhavesh Sonagra 1, Jayendra B. Kanani 2 1 Student M.E. CAD/CAM, A.I.T.S, Rajkot, Gujarat, India 2 Assistant Professor, A.I.T.S,

More information

VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES

VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES NTERNATIONAL DESIGN CONFERENCE - DESIGN 2002 Dubrovnik, May 14-17, 2002. VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES S. Barone, A. Curcio and F. Pierucci Keywords: CAD, Multi-Body

More information

Flow Field Analysis of Turbine Blade Modeling Based on CFX-Blade Gen

Flow Field Analysis of Turbine Blade Modeling Based on CFX-Blade Gen Flow Field Analysis of Turbine Blade Modeling Based on CFX-Blade Gen Liguang Wang 1, 2, a, *, Zhijun Li 1, 2, b, Yu Wang 1, 2, c, Baolin Liu 1, 2, Qin Zhou 1, 2 1 School of Engineering and Technology,

More information

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD CHAPTER - 5 OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD The ever-increasing demand to lower the production costs due to increased competition has prompted engineers to look for rigorous methods

More information

The Application of CAD/CAM in the Design of Industrial Products

The Application of CAD/CAM in the Design of Industrial Products 2018 International Conference on Medicine, Biology, Materials and Manufacturing (ICMBMM 2018) The Application of CAD/CAM in the Design of Industrial Products Hequn Liu Xianning Vocational Technical College,

More information

Introduction...3. Security Key Expiry Dates Updating against Code Wizard Templates ToolStore Database Upgrade...5

Introduction...3. Security Key Expiry Dates Updating against Code Wizard Templates ToolStore Database Upgrade...5 Contents Introduction...3 Important Information Security Key Expiry Dates... 4 Updating against Code Wizard Templates... 4 ToolStore Database Upgrade...5 ToolStore Databases on Servers...5 Cycles and Operations

More information

What's New in BobCAD-CAM V29

What's New in BobCAD-CAM V29 Introduction Release Date: August 31, 2016 The release of BobCAD-CAM V29 brings with it, the most powerful, versatile Lathe module in the history of the BobCAD-CAM software family. The Development team

More information

Strategy. Using Strategy 1

Strategy. Using Strategy 1 Strategy Using Strategy 1 Scan Path / Strategy It is important to visualize the scan path you want for a feature before you begin taking points on your part. You want to try to place your points in a way

More information

6th International Conference on Management, Education, Information and Control (MEICI 2016)

6th International Conference on Management, Education, Information and Control (MEICI 2016) The Simulation Study of the Locking Device in Platform Screen Door System Haiying Zhang 1 a, Weiyan Xu 1 b* and Xiangyan Yu 2,c 1 Qingdao Binhai University, Qingdao, China, 266555 2 Qingdao Qian wan Container

More information

A Comprehensive Introduction to SolidWorks 2011

A Comprehensive Introduction to SolidWorks 2011 A Comprehensive Introduction to SolidWorks 2011 Godfrey Onwubolu, Ph.D. SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Chapter 2 Geometric Construction Tools Objectives: When

More information

MODELLING AND MOTION ANALYSIS OF FIVE-BAR 5R MECHANISM

MODELLING AND MOTION ANALYSIS OF FIVE-BAR 5R MECHANISM Int. J. of Applied Mechanics and Engineering, 1, vol.19, No., pp.677-686 DOI: 1.78/ijame-1-6 MODELLING AND MOTION ANALYSIS OF FIVE-BAR 5R MECHANISM Z. BUDNIAK * and T. BIL Faculty of Mechanical Engineering

More information

Surface Area and Volume

Surface Area and Volume Surface Area and Volume Level 1 2 1. Calculate the surface area and volume of each shape. Use metres for all lengths. Write your answers to 4 decimal places: a) 0.8 m Surface Area: Volume: b) 1 m 0.2 m

More information

Virtual Interaction System Based on Optical Capture

Virtual Interaction System Based on Optical Capture Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Virtual Interaction System Based on Optical Capture Peng CHEN, 2 Xiaoyang ZHOU, 3 Jianguang LI, Peijun WANG School of Mechanical Engineering,

More information

Research of Multi-axis NC Machining Method of Cylindrical Cam Based on UG NX

Research of Multi-axis NC Machining Method of Cylindrical Cam Based on UG NX Research of Multi-axis NC Machining Method of Cylindrical Cam Based on UG NX Qianhua Liang Electro-machinery Engineering Department, Chengdu Industrial Vocational Technical College, Sichuan, China Corresponding

More information

TOOL PATH GENERATION FOR 5-AXIS LASER CLADDING

TOOL PATH GENERATION FOR 5-AXIS LASER CLADDING TOOL PATH GENERATION FOR 5-AXIS LASER CLADDING Author: M. Kerschbaumer *, G. Ernst * P. O Leary ** Date: September 24, 2004 * JOANNEUM RESEARCH Forschungsgesellschaft mbh Laser Center Leoben, Leobner Strasse

More information

Calypso Construction Features. Construction Features 1

Calypso Construction Features. Construction Features 1 Calypso 1 The Construction dropdown menu contains several useful construction features that can be used to compare two other features or perform special calculations. Construction features will show up

More information

Parameter Optimization of Mechanical Parts Based on Pro-E

Parameter Optimization of Mechanical Parts Based on Pro-E Abstract Parameter Optimization of Mechanical Parts Based on Pro-E Yan Gao, Min Liu Yangzhou Polytechnic College, Yangzhou 225009, China In recent years, the manufacturing industry develops quickly, moving

More information

Brief Introduction to MasterCAM X4

Brief Introduction to MasterCAM X4 Brief Introduction to MasterCAM X4 Fall 2013 Meung J Kim, Ph.D., Professor Department of Mechanical Engineering College of Engineering and Engineering Technology Northern Illinois University DeKalb, IL

More information

Release notes for: NCG CAM v Date: 12/01/2017

Release notes for: NCG CAM v Date: 12/01/2017 NCG CAM Solutions Ltd are pleased to release There are some new features, enhancements to existing features, and some problems fixed. Please note that NCG CAM v15.0 will not install on Window XP, or on

More information

PARAMETERIZED COMPUTER AIDED DESIGN OF STUBBLE CLEANER

PARAMETERIZED COMPUTER AIDED DESIGN OF STUBBLE CLEANER PARAMETERIZED COMPUTER AIDED DESIGN OF STUBBLE CLEANER Lige Wen 1, 2, Jianqiao Li 1,*, Xiuzhi Zhang 2, Benard Chirende 1 1 The Key Laboratory for Terrain-Machine Bionics Engineering, Ministry of Education,

More information

Reasoning Boolean Operation for Modeling, Simulation and Fabrication of Heterogeneous Objects. Abstract

Reasoning Boolean Operation for Modeling, Simulation and Fabrication of Heterogeneous Objects. Abstract Reasoning Boolean Operation for Modeling, Simulation and Fabrication of Heterogeneous Objects X. Hu, T. Jiang, F. Lin, and W. Sun Department of Mechanical Engineering and Mechanics, Drexel University,

More information

Software Form Control

Software Form Control Measurement by mouse click. That's how easy workpiece inspection in the machining centre is with the help of FormControl measurement software. It makes no difference whether the workpiece has a freeform

More information

COMPUTER AIDED REVERSE ENGINEERING SYSTEM USED FOR CUSTOMIZED PRODUCTS

COMPUTER AIDED REVERSE ENGINEERING SYSTEM USED FOR CUSTOMIZED PRODUCTS COMPUTER AIDED REVERSE ENGINEERING SYSTEM USED FOR CUSTOMIZED PRODUCTS Oancea, Gh.; gh.oancea@unitbv.ro Ivan, N.V.; nivivan@unitbv.ro Pescaru, R.; rfolosea@unitbv.ro Abstract: Computer Aided Reverse Engineering

More information

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing Bansuwada Prashanth Reddy (AMS ) Department of Mechanical Engineering, Malla Reddy Engineering College-Autonomous, Maisammaguda,

More information

Operation Trajectory Control of Industrial Robots Based on Motion Simulation

Operation Trajectory Control of Industrial Robots Based on Motion Simulation Operation Trajectory Control of Industrial Robots Based on Motion Simulation Chengyi Xu 1,2, Ying Liu 1,*, Enzhang Jiao 1, Jian Cao 2, Yi Xiao 2 1 College of Mechanical and Electronic Engineering, Nanjing

More information

Instructions. elucad Software. Version en Translation of the original instructions. Retain for future use.

Instructions. elucad Software. Version en Translation of the original instructions. Retain for future use. Instructions Version 3.0.0 en Translation of the original instructions. Retain for future use. elusoft GmbH Breitwasenring 4 D 72135 Dettenhausen Phone +49(0)7157 526-6500 Fax +49(0)7157 526-6526 info@elusoft.de

More information

Lesson 1: Introduction to Pro/MECHANICA Motion

Lesson 1: Introduction to Pro/MECHANICA Motion Lesson 1: Introduction to Pro/MECHANICA Motion 1.1 Overview of the Lesson The purpose of this lesson is to provide you with a brief overview of Pro/MECHANICA Motion, also called Motion in this book. Motion

More information

1. Study the image below and table on the next page. Complete the following tasks.

1. Study the image below and table on the next page. Complete the following tasks. Activity 8.2 Parametric Constraints Introduction Have you ever received an advertisement in the mail that looked like it was tailored specifically for you? How could the company afford to spend so much

More information

EFFECTS OF PROCESS PARAMETERS ON THE QUALITY OF PARTS PROCESSED BY SINGLE POINT INCREMENTAL FORMING

EFFECTS OF PROCESS PARAMETERS ON THE QUALITY OF PARTS PROCESSED BY SINGLE POINT INCREMENTAL FORMING International Journal of Modern Manufacturing Technologies ISSN 2067 3604, Vol. III, No. 2 / 2011 91 EFFECTS OF PROCESS PARAMETERS ON THE QUALITY OF PARTS PROCESSED BY SINGLE POINT INCREMENTAL FORMING

More information

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the following topics and provides exercises for students to practice their skills. Day Two Topic: How to create

More information

The Great Mystery of Theoretical Application to Fluid Flow in Rotating Flow Passage of Axial Flow Pump, Part I: Theoretical Analysis

The Great Mystery of Theoretical Application to Fluid Flow in Rotating Flow Passage of Axial Flow Pump, Part I: Theoretical Analysis Proceedings of the 2nd WSEAS Int. Conference on Applied and Theoretical Mechanics, Venice, Italy, November 20-22, 2006 228 The Great Mystery of Theoretical Application to Fluid Flow in Rotating Flow Passage

More information

IPLEMENTATION OF PARAMETRIC CURVES TO THE DESIGN OF TRUE INVOLUTE GEAR PROFILE

IPLEMENTATION OF PARAMETRIC CURVES TO THE DESIGN OF TRUE INVOLUTE GEAR PROFILE The 4th International Conference Computational Mechanics and Virtual Engineering COMEC 2011 20-22 OCTOBER 2011, Brasov, Romania IPLEMENTATION OF PARAMETRIC CURVES TO THE DESIGN OF TRUE INVOLUTE GEAR PROFILE

More information

A new accurate finite element method implementation for the numerical modelling of incremental sheet forming

A new accurate finite element method implementation for the numerical modelling of incremental sheet forming Page 1 of 5 A new accurate finite element method implementation for the numerical modelling of incremental sheet forming O. Fruitós 1, F.Rastellini 2, J.Márquez 1, A. Ferriz 1, L. Puigpinós 3 1 International

More information

Study on Tool Interference Checking for Complex Surface Machining

Study on Tool Interference Checking for Complex Surface Machining 2017 International Conference on Mechanical Engineering and Control Automation (ICMECA 2017) ISBN: 978-1-60595-449-3 Study on Tool Interference Checking for Complex Surface Machining Li LI 1,3,a, Li-Jin

More information

What's New in CAMWorks 2016

What's New in CAMWorks 2016 Contents (Click a link below or use the bookmarks on the left) About this Version (CAMWorks 2016 SP3)... 2 Supported Platforms 2 Resolved CPR s document 2 About this Version (CAMWorks 2016 SP2.2) 3 Supported

More information

Research on Measuring and Optimization Method of Dynamic Accuracy of CNC Machine Tools

Research on Measuring and Optimization Method of Dynamic Accuracy of CNC Machine Tools Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Research on Measuring and Optimization Method of Dynamic Accuracy of CNC Machine Tools 1, 2 Zhiming FENG, 2 Guofu YIN,

More information

CAD-BASED CALCULATION OF CUTTING FORCE COMPONENTS IN GEAR HOBBING

CAD-BASED CALCULATION OF CUTTING FORCE COMPONENTS IN GEAR HOBBING CAD-BASED CALCULATION OF CUTTING FORCE COMPONENTS IN GEAR HOBBING BY NIKOLAOS TAPOGLOU and ARISTOMENIS ANTONIADIS Abstract. One of the most commonly used gear manufacturing process especially for external

More information

Solid Bodies and Disjointed Bodies

Solid Bodies and Disjointed Bodies Solid Bodies and Disjointed Bodies Generally speaking when modelling in Solid Works each Part file will contain single solid object. As you are modelling, each feature is merged or joined to the previous

More information

Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface

Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface IT / CAE Prozesse I Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface Korbetis Georgios BETA CAE Systems S.A., Thessaloniki, Greece Summary: Optimization techniques becomes

More information

AN INTEGRATED DESIGN SYSTEM FOR MOLDED INTERCONNECT DEVICES (3D-MID)

AN INTEGRATED DESIGN SYSTEM FOR MOLDED INTERCONNECT DEVICES (3D-MID) AN INTEGRATED DESIGN SYSTEM FOR MOLDED INTERCONNECT DEVICES (3D-MID) Yong Zhuo, Christian Alvarez, Klaus Feldmann University Erlangen-Nuremberg, Germany [zhuo alvarez feldmann]@faps.uni-erlangen.de In

More information

An Evaluation of Profiles for Disk Cams with In-line Roller Followers

An Evaluation of Profiles for Disk Cams with In-line Roller Followers An Evaluation of Profiles for Disk Cams with In-line Roller Followers M.R.M.Rejab 1, M.M.Rahman 1, Z.Hamedon 2, M.S.M.Sani 1, M.M.Noor 1 and K.Kadirgama 1 1 Faculty of Mechanical Engineering, Universiti

More information

RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING FEEDS

RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING FEEDS International Conference on Economic Engineering and Manufacturing Systems Braşov, 26 27 November 2009 RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING

More information

New modeling method of spiral bevel gears with spherical involute based on CATIA

New modeling method of spiral bevel gears with spherical involute based on CATIA New modeling method of spiral bevel gears with spherical involute based on CATIA HONG Zhaobin, YANG Zhaojun, ZHANG Xuecheng, WANG Yankun College of Mechanical Science and Engineering, Jilin University,

More information

CATIA V5 Parametric Surface Modeling

CATIA V5 Parametric Surface Modeling CATIA V5 Parametric Surface Modeling Version 5 Release 16 A- 1 Toolbars in A B A. Wireframe: Create 3D curves / lines/ points/ plane B. Surfaces: Create surfaces C. Operations: Join surfaces, Split & Trim

More information

Interactive Virtual Hands-on Manufacturing

Interactive Virtual Hands-on Manufacturing Interactive Virtual Hands-on Manufacturing Martin Jun 1 and Patrick Lee 2 1 Associate Professor, Purdue University, West Lafayette, IN 2 Assistant Professor, University of Vermont, Burlington, VM Current

More information

A DH-parameter based condition for 3R orthogonal manipulators to have 4 distinct inverse kinematic solutions

A DH-parameter based condition for 3R orthogonal manipulators to have 4 distinct inverse kinematic solutions Wenger P., Chablat D. et Baili M., A DH-parameter based condition for R orthogonal manipulators to have 4 distinct inverse kinematic solutions, Journal of Mechanical Design, Volume 17, pp. 150-155, Janvier

More information

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks Computer Life (CPL) ISSN: 1819-4818 Delivering Quality Science to the World Finite Element Analysis of Bearing Box on SolidWorks Chenling Zheng 1, a, Hang Li 1, b and Jianyong Li 1, c 1 Shandong University

More information

Study on mathematical model of the shoulder shaper

Study on mathematical model of the shoulder shaper ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 2 (2006) No. 2, pp. 129-133 Study on mathematical model of the shoulder shaper Zhijun Chu, Yijie Zhou, Heping Cai Southern Yangtze

More information

II. FINITE ELEMENT MODEL OF CYLINDRICAL ROLLER BEARING

II. FINITE ELEMENT MODEL OF CYLINDRICAL ROLLER BEARING RESEARCH INVENTY: International Journal of Engineering and Science ISSN: 2278-4721, Vol. 1, Issue 1 (Aug 2012), PP 8-13 www.researchinventy.com Study of Interval of Arc Modification Length of Cylindrical

More information

INSPECTION OF THE TURBINE BLADES USING SCANNING TECHNIQUES

INSPECTION OF THE TURBINE BLADES USING SCANNING TECHNIQUES INSPECTION OF THE TURBINE BLADES USING SCANNING TECHNIQUES H. Nieciag, M. Traczynski and Z. Chuchro Department of Geometrical Quanities Metrology The Institute of Metal Cutting, 30-011 Cracow, Poland Abstract:

More information

MT 21_CAD/CAM 3(1-2) Than Lin, Ph.D. Assistant Professor Asian Institute of Technology. Lecture: Week 1

MT 21_CAD/CAM 3(1-2) Than Lin, Ph.D. Assistant Professor Asian Institute of Technology. Lecture: Week 1 MT 21_CAD/CAM 3(1-2) Lecture: Week 1 Than Lin, Ph.D. Assistant Professor Asian Institute of Technology 1 Grading: Quizzes (5%) Mid-Term Exam (30%) Laboratory Exercises (10%) & Project (15%) and Final Exam

More information

VisualMILL Getting Started Guide

VisualMILL Getting Started Guide VisualMILL Getting Started Guide Welcome to VisualMILL Getting Started Guide... 4 About this Guide... 4 Where to go for more help... 4 Tutorial 1: Machining a Gasket... 5 Introduction... 6 Preparing the

More information

The interfacing software named PSG Slice has been developed using the. computer programming language C. Since, the software has a mouse driven

The interfacing software named PSG Slice has been developed using the. computer programming language C. Since, the software has a mouse driven CHAPTER 6 DEVELOPMENT OF SLICING MODULE FOR RAPID PROTOTYPING MACHINE 6.1 INTRODUCTION The interfacing software named PSG Slice has been developed using the computer programming language C. Since, the

More information

Assessment for learning activity. Stage 4 or 5 (linked to the Mathematics and steel rolling unit) Activity name: Mathematics and steel rolling

Assessment for learning activity. Stage 4 or 5 (linked to the Mathematics and steel rolling unit) Activity name: Mathematics and steel rolling Assessment for learning activity Stage 4 or 5 (linked to the Mathematics and steel rolling unit) Activity name: Mathematics and steel rolling Context This assessment activity is embedded in the Stage 4

More information

Application of CAD/CAE/CAM Technology in Plastics Injection Mould Design and Manufacture. Ming He Dai,Zhi Dong Yun

Application of CAD/CAE/CAM Technology in Plastics Injection Mould Design and Manufacture. Ming He Dai,Zhi Dong Yun Advanced Materials Research Vols. 399-401 (2012) pp 2271-2275 Online available since 2011/Nov/22 at www.scientific.net (2012) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.399-401.2271

More information

ABSTRACT I. INTRODUCTION II. METHODS AND MATERIAL

ABSTRACT I. INTRODUCTION II. METHODS AND MATERIAL 2017 IJSRSET Volume 3 Issue 2 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Generating Point Cloud Data by Using CMM for Modeling and Select Proper Cutting Method

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

Profiling of Screw Compressor Rotors by Use of Direct Digital Simulation

Profiling of Screw Compressor Rotors by Use of Direct Digital Simulation Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2008 Profiling of Screw Compressor Rotors by Use of Direct Digital Simulation Nikola Stosic

More information

SOLIDWORKS 2016: A Power Guide for Beginners and Intermediate Users

SOLIDWORKS 2016: A Power Guide for Beginners and Intermediate Users SOLIDWORKS 2016: A Power Guide for Beginners and Intermediate Users The premium provider of learning products and solutions www.cadartifex.com Table of Contents Dedication... 3 Preface... 15 Part 1. Introducing

More information

Using Geometric Constraints to Capture. design intent

Using Geometric Constraints to Capture. design intent Journal for Geometry and Graphics Volume 3 (1999), No. 1, 39 45 Using Geometric Constraints to Capture Design Intent Holly K. Ault Mechanical Engineering Department, Worcester Polytechnic Institute 100

More information

GstarCAD Complete Features Guide

GstarCAD Complete Features Guide GstarCAD 2017 Complete Features Guide Table of Contents Core Performance Improvement... 3 Block Data Sharing Process... 3 Hatch Boundary Search Improvement... 4 New and Enhanced Functionalities... 5 Table...

More information

Circular Arc Approximation by Quartic H-Bézier Curve

Circular Arc Approximation by Quartic H-Bézier Curve Circular Arc Approximation by Quartic H-Bézier Curve Maria Hussain Department of Mathematics Lahore College for Women University, Pakistan maria.hussain@lcwu.edu.pk W. E. Ong School of Mathematical Sciences

More information

Recognition of Human Body Movements Trajectory Based on the Three-dimensional Depth Data

Recognition of Human Body Movements Trajectory Based on the Three-dimensional Depth Data Preprints of the 19th World Congress The International Federation of Automatic Control Recognition of Human Body s Trajectory Based on the Three-dimensional Depth Data Zheng Chang Qing Shen Xiaojuan Ban

More information

ADVANCED DIRECT MANIPULATION OF FEATURE MODELS

ADVANCED DIRECT MANIPULATION OF FEATURE MODELS ADVANCED DIRECT MANIPULATION OF FEATURE MODELS Rafael Bidarra, Alex Noort Faculty of Electrical Engineering, Mathematics and Computer Science, Delft University of Technology, The Netherlands A.R.Bidarra@tudelft.nl,

More information

1. In the first step, the polylines are created which represent the geometry that has to be cut:

1. In the first step, the polylines are created which represent the geometry that has to be cut: QCAD/CAM Tutorial Caution should be exercised when working with hazardous machinery. Simulation is no substitute for the careful verification of the accuracy and safety of your CNC programs. QCAD/CAM or

More information

Application Of Multibody Dynamic Method (Mbd) And Mechanical Principle To The Cylinder Torque Calculation

Application Of Multibody Dynamic Method (Mbd) And Mechanical Principle To The Cylinder Torque Calculation Application Of Multibody Dynamic Method (Mbd) And Mechanical Principle To The Cylinder Torque Calculation Gwo-Chung Tsai Department Of Mechanical And Electro-Mechanical Engineering, National Ilan University

More information

Research on Design Reuse System of Parallel Indexing Cam Mechanism Based on Knowledge

Research on Design Reuse System of Parallel Indexing Cam Mechanism Based on Knowledge Send Orders for Reprints to reprints@benthamscience.ae 40 The Open Mechanical Engineering Journal, 2015, 9, 40-46 Open Access Research on Design Reuse System of Parallel Indexing Cam Mechanism Based on

More information

Numerical Simulation of Middle Thick Plate in the U-Shaped Bending Spring Back and the Change of Thickness

Numerical Simulation of Middle Thick Plate in the U-Shaped Bending Spring Back and the Change of Thickness Send Orders for Reprints to reprints@benthamscience.ae 648 The Open Mechanical Engineering Journal, 2014, 8, 648-654 Open Access Numerical Simulation of Middle Thick Plate in the U-Shaped Bending Spring

More information

101. Design and realization of virtual prototype of shotcrete robot based on OpenGL

101. Design and realization of virtual prototype of shotcrete robot based on OpenGL 101. Design and realization of virtual prototype of shotcrete robot based on OpenGL Pei-si Zhong 1, Yi Zheng 2, Kun-hua Liu 3 1, 2, 3 Shandong University of Science and Technology, Qingdao, China 2 Qingdao

More information

Graphics and Interaction Transformation geometry and homogeneous coordinates

Graphics and Interaction Transformation geometry and homogeneous coordinates 433-324 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

Reconstruction of 3D Interacting Solids of Revolution from 2D Orthographic Views

Reconstruction of 3D Interacting Solids of Revolution from 2D Orthographic Views Reconstruction of 3D Interacting Solids of Revolution from 2D Orthographic Views Hanmin Lee, Soonhung Han Department of Mechanical Engeneering Korea Advanced Institute of Science & Technology 373-1, Guseong-Dong,

More information

PARAMETRIC DESIGN OF DIES FOR CUTTING AND DRAWING USING CATIA ENVIRONMENT

PARAMETRIC DESIGN OF DIES FOR CUTTING AND DRAWING USING CATIA ENVIRONMENT Bulletin of the Transilvania University of Braşov Vol. 10 (59) No. 2-2017 Series I: Engineering Sciences PARAMETRIC DESIGN OF DIES FOR CUTTING AND DRAWING USING CATIA ENVIRONMENT D. NASULEA 1 G. OANCEA

More information

Flank Millable Surface Design with Conical and Barrel Tools

Flank Millable Surface Design with Conical and Barrel Tools 461 Computer-Aided Design and Applications 2008 CAD Solutions, LLC http://www.cadanda.com Flank Millable Surface Design with Conical and Barrel Tools Chenggang Li 1, Sanjeev Bedi 2 and Stephen Mann 3 1

More information

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

Solid Modeling: Part 1

Solid Modeling: Part 1 Solid Modeling: Part 1 Basics of Revolving, Extruding, and Boolean Operations Revolving Exercise: Stepped Shaft Start AutoCAD and use the solid.dwt template file to create a new drawing. Create the top

More information

Hello, welcome to the video lecture series on Digital Image Processing. So in today's lecture

Hello, welcome to the video lecture series on Digital Image Processing. So in today's lecture Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module 02 Lecture Number 10 Basic Transform (Refer

More information

Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui LIU and Lin-kai CHEN

Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui LIU and Lin-kai CHEN 2017 International Conference on Mechanical and Mechatronics Engineering (ICMME 2017) ISBN: 978-1-60595-440-0 Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui

More information

The diagram above shows a sketch of the curve C with parametric equations

The diagram above shows a sketch of the curve C with parametric equations 1. The diagram above shows a sketch of the curve C with parametric equations x = 5t 4, y = t(9 t ) The curve C cuts the x-axis at the points A and B. (a) Find the x-coordinate at the point A and the x-coordinate

More information

Accurate Trajectory Control for Five-Axis Tool-Path Planning

Accurate Trajectory Control for Five-Axis Tool-Path Planning Accurate Trajectory Control for Five-Axis Tool-Path Planning Rong-Shine Lin* and Cheng-Bing Ye Abstract Computer-Aided Manufacturing technology has been widely used for three-axis CNC machining in industry

More information

Solid Bodies and Disjointed bodies

Solid Bodies and Disjointed bodies Solid Bodies and Disjointed bodies Generally speaking when modelling in Solid Works each Part file will contain single solid object. As you are modelling, each feature is merged or joined to the previous

More information

CNC Programming Simplified. EZ-Turn / TurnMill Tutorial.

CNC Programming Simplified. EZ-Turn / TurnMill Tutorial. CNC Programming Simplified EZ-Turn / TurnMill Tutorial www.ezcam.com Copyright Notice This manual describes software that contains published and unpublished works of authorship proprietary to EZCAM Solutions,

More information

Topological Machining Fixture Layout Synthesis Using Genetic Algorithms

Topological Machining Fixture Layout Synthesis Using Genetic Algorithms Topological Machining Fixture Layout Synthesis Using Genetic Algorithms Necmettin Kaya Uludag University, Mechanical Eng. Department, Bursa, Turkey Ferruh Öztürk Uludag University, Mechanical Eng. Department,

More information

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius.

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius. NAME DATE PER. REVIEW #18: SPHERES, COMPOSITE FIGURES, & CHANGING DIMENSIONS PART 1: SURFACE AREA & VOLUME OF SPHERES Find the measure(s) indicated. Answers to even numbered problems should be rounded

More information

Following are the solutions for the Shop Math Quiz found in the September issue of Tooling & Production magazine s Shop Talk with Steve Rose.

Following are the solutions for the Shop Math Quiz found in the September issue of Tooling & Production magazine s Shop Talk with Steve Rose. RTSI Quiz Solutions Following are the solutions for the Shop Math Quiz found in the September issue of Tooling & Production magazine s Shop Talk with Steve Rose. 1. What is the decimal equivalent of 27/40?

More information

Influence of geometric imperfections on tapered roller bearings life and performance

Influence of geometric imperfections on tapered roller bearings life and performance Influence of geometric imperfections on tapered roller bearings life and performance Rodríguez R a, Calvo S a, Nadal I b and Santo Domingo S c a Computational Simulation Centre, Instituto Tecnológico de

More information

What s new in EZCAM Version 18

What s new in EZCAM Version 18 CAD/CAM w w w. e z c a m. com What s new in EZCAM Version 18 MILL: New Curve Machining Wizard A new Curve Machining Wizard accessible from the Machining menu automates the machining of common part features

More information

CAD/CAM DESIGN TOOLS. Software supplied with all new and upgraded Boxford Lathes, Mills and Routers

CAD/CAM DESIGN TOOLS. Software supplied with all new and upgraded Boxford Lathes, Mills and Routers CAD/CAM DESIGN TOOLS Software supplied with all new and upgraded Boxford Lathes, Mills and Routers The Boxford CAD/CAM Design Tools software is a unique suite of integrated CAD and CAM tools designed specifically

More information