Macro Program Application on Non-circular Curve Machining in CNC Lathe

Size: px
Start display at page:

Download "Macro Program Application on Non-circular Curve Machining in CNC Lathe"

Transcription

1 Juan WEI, Liang-liang GUI*, Pan LU Macro Program Application on Non-circular Curve Machining in CNC Lathe Abstract: A programming method of the macro program is studied in this paper, a part with complex surface contain of a parabola, an ellipse and some lines as a case, it s CNC machining program is design using macro program, and the part complete machining process is simulated by virtual simulation system of TK 36 CNC lathe is that the accuracy of the program is validated, at the same time proof the macro program can come true the CNC machining of complex surface and program simple and high universality. Keywords: Macro program; non-circle curve; CNC lathe; VERICUT simulation 1 Introduction In CNC lathe machining, external contour is elliptic, parabolic and the non-circular curve of parts are often met. These complex surface parts of the processing, if we adopt the traditional CAD/CAM software programming, not only make the workload and the complexity of the process but also the processing parameters are not easy to modify and the poor of accuracy. But using macro programming, not only can shorten the programming cycle, simplify the calculation, the program easy to understand, improve the processing accuracy and processing efficiency, but also can be repeated machining similar parts of different size in which realize the function of ordinary programming is hard to realize of improve the use function of machine tool. This paper adopts FAUNC 0i CNC system. The macro program of the non circular curve turning parts with parabola and ellipse, the part machining is verified by the simulation software VERICUT. 2 The Basic Principle Of A Macro Programming Macro program is a special programming function of FANUC CNC system, its greatest feature is that the user macro program ontology can be used to programming of variables, and has calculated, assignment, selection, jumps and circulatory functions. *Corresponding author: Liang-liang GUI, College of Mechanical Engineering, Xi'an University of Science and Technology, Xi'an, China, @qq.com Juan WEI, Pan LU, College of Mechanical Engineering, Xi'an University of Science and Technology, Xi'an, China

2 280 Macro Program Application on Non-circular Curve Machining in CNC Lathe It can be divided into four types of variables: empty variables (#0),local variables (#1- #33), public variables (#100-#199, #500-#599), system variables (#1000-#5335). User macro program is divided into macro program A and B, macro program A is G65 Hxx P#xx Q#xx R#xx; the format of the input, it needs to remember more instruction. Macro program B is based on formulas and direct language input and is similar to C languages, it is mainly used in FANUC 0i system, this paper uses the macro program B programming [1,4]. 2.1 The Macro Programming Ideas Macro processing of non-circular curved contour of the basic programming idea is to use a linear approximation method outline node. Specifically, in order to guarantee the accuracy of parts, generally in 0.1 or smaller values for an interval. Using the function of the non circular curve, the definition of a letter in the expression as the independent variable, the other is the dependent varia. Coordinates of each point was determined by the function which the equation, then the points are connected together to form a non-circular contour final. Due to the macro program can define variables and assigned, it also can undertake operation and condition judgment which is constitute a loop transfer, this can be for those use mathematical function relational expression of non-circular curve to continuous fitting processing [9], so as to realize the programming. 2.2 The Macro Program of Instruction Format In the program, the use of GOTO statements and IF statements can realize the CNC program logic judgment, comparison, jump and various operation, also can effectively solve the complex of the non-circular curve parts CNC programming problem [3] The JMP (GOTO statement) Instruction format: GOTO + target segment number (without N); JMP for unconditional jump to the specified program segment number start executing program section. For example: GOTO10; (transfer to the serial number for the N10 program section) The JNE (IF statement) Instruction format: IF + [expression] condition + GOTO target segment number (without N).

3 Macro Program Application on Non-circular Curve Machining in CNC Lathe 281 When the condition is met, segment that is transferred to the specified procedures section, If the condition is not satisfied, the next program is executed. For example: N10 IF [#1GT10] GOTO100; Judge whether the value of the variable # 1 is more than 10. N20 G00 X70 Y20; If not, then execute program segment N N100 G00 X90; If so, then transfer to the serial number for the N100 program section Loop (WHILE statement) Specify a conditional expression after WHILE, when the specified condition is satisfied, the program is executed from DO to END, otherwise, the program is transferred to END. For example: WHILE[conditional expression] DOm; (m=1,2,) If not If the condition is met ENDm procedure 3 Application Examples Of Macro Programs As shown contains for parabolic and elliptic contour of parts and size for mm of LY12 in Figure 1. Try the macro programming parts with parabola and ellipse. Figure 1. Contains The Parabola And Elliptic Contour Parts.

4 282 Macro Program Application on Non-circular Curve Machining in CNC Lathe 3.1 Analysis of Programming Ideas As shown in the above parts, assuming that the workpiece origin is located in intersection point of the right end face of artifacts and axis, then establish workpiece coordinate system that is programmed coordinate system is done by adjustingtool. In order to ensure the machining accuracy, and 0.1 for an interval, and as the independent variables, X as a function of Z. When processing a parabola in which the coordinates of each point is calculated according to the equation. However the center of the ellipse coordinates are not the origin of the coordinate system programming is that need to coordinate transformation in which the coordinates of each point on the elliptic arc transition to the programming system for processing. Determine its coordinates of each point, eventually connecting the points together to form a parabolic and elliptical outline. Therefore, the general idea of programming is to use a fixed cycle instructions G71 rough machining of parabolic, then machining of oval and cylindrical surface, last parts for finishing [2]. 3.2 Mathematical Model A mathematical model is established by the standard equation of parabolic and elliptic [5,6]. Figure 2.. Diagram Of Parabola Curve. As shown in Figure 2, the Z (#1) value of an arbitrary point D is used in the NC program to express the value of the X (#2) value. By the equation concluded that (unilateral value).using the straight line fitting for take 0.1mm as a step distance and take Z as the independent variable, the X as a function of Z in which the independent variable range for. The definition of Z and X respectively are #1 and #2, and macro program formats: #2=SQRT[-4*#1].

5 Macro Program Application on Non-circular Curve Machining in CNC Lathe 283 Figure 3.. Diagram Of Elliptic Curve. As shown in Figure 3, the Z (#101) value of an arbitrary point D is used in the NC program to express the value of the X (#102) value. By the equation concluded that (unilateral value), Using the straight line fitting for take 0.1mm as a step distance and take Z as the independent variable, the X as a function of Z in which the independent variable range for. The definition of Z and X respectively are #101 and #102, and macro program formats: #102=8*[1-#101*#101/25]. Due center of the ellipse is not programmed coordinates origin (0,0), the need for coordinate transformation. Namely: #103=#101-40, Z coordinates value in the workpiece coordinate syste; #104=#5*2+16-2*#102,X coordinates value in the workpiece coordinate syste. 3.3 Cutting Parameters And The Coordinates Of The Key Points T0101 is cylindrical roughing tool, roughing spindle speed of 800r/min, feed rate of 0.2mm/r, engagement of the cutting edge 1.5mm; T0202 is 35diamond finishing tool, finishing spindle speed of 1200r/min, feed rate of 0.1mm/r, X direction finishing allowance of 0.5 mm, Z direction finishing allowance of 0.2 mm. A point of coordinates ( 2 128, -32); B Point of coordinates ( 2 128, -40); The coordinates of point C ( , -45). 3.4 Program Flow Chart For the case with parabolic and elliptic contour of programming, the macro program structure flow chart is the same, as shown in Figure 4.

6 284 Macro Program Application on Non-circular Curve Machining in CNC Lathe Figure 4.. Non-circular Curve Contour Of Program Flow Chart. 3.5 Write a macro program The Meaning of Independent Variables #1: Z coordinates value of the parabola. #2:single side values of X coordinates in a parabola. #3:bilateral values of X coordinates in a parabola. #4: step size. #101: Z coordinates valueof the ellipse. #102: X coordinates value of the ellipse The Main Processing Procedures Are as Follows N010 G40 G97 G99, The program initialization N020 G54 X100 Z100,Set up the workpiece coordinate system N030 T0101, Calls on the 1st tool and the 1st tool compensation N040 M03 S800, Spindle rotation, the speed of 800 r/mm N050 G00 X42 Z5, Tool quickly move to the beginning roughing cutter point (42,5) N060 G71 U1.5 R1, Calls the G71 molding cycle roughing compound instruction rough parts of the surface N070 G71 P080 Q220 U0.5 W0.2 F0.2, Finishing line for the N080N220 N080 G00 X0, Quickly move to the point (0,5)

7 Macro Program Application on Non-circular Curve Machining in CNC Lathe 285 N090 #1=0, Z coordinates value of the parabola is assigned to variables # 1 N100 #2=SQRT[-#1*4], X coordinates value of the parabola is assigned to variables # 2 #3=#2*2, X coordinates value in the workpiece coordinate syste #4=0.1, The step value is assigned to #4 N110 G41 G01 X#3 Z#1 S1200 F0.1, Set up the cutter of left cutter compensation, for linear interpolation approximation curve N120 #1=#1-#4, Z coordinate values to average decline is assigned to a variable # 1 N130 IF[#1GE-32] GOTO100, If # 132, then the program jumps to the N100 execution N140 #5=SQRT[128], Outer circle radius value assigned to # 5 N150 G01 X[#5*2] Z-40, Turning cylindrical, linear interpolation to the workpiece coordinate point (#5*2, -40) N160 #101=0, Z coordinates value of the ellipse is assigned to variables #101 N170 #102=8*SQRT[1-#101*#101/25], #103=#101-40, Z coordinates value in the workpiece coordinate system #104=#5*2+16-2*#102, X coordinates value in the workpiece coordinate system N180 G01 X#104 Z#103, For linear interpolation approximation curve N190 #101=#101-#4, Z coordinate values to average decline is assigned to a variable # 101 N200 IF[#101GE-5] GOTO170, If #101-5, then the program jumps to the N170 execution N210 G01 Z-55, Turning cylindrical, linear interpolation to the workpiece coordinate point N220 G40 G00 X42, Cancel tool compensation, tool quickly retracting from the workpiece N230 G00 X100 Z100 M05, Tool quickly returned to the tool change point, main shaft stops N240 T0202, Calls on the 2st tool and the 2st tool compensation N250 M03 S1200, Spindle rotation, the speed of 1200 r/mm N260 G70 P080 Q220 F0.1, Call G70 finish machining cycle, finishing line N080N220 N270 G00 X100 Z100, Tool quickly return to the tool change point N280 M05, Spindle stop rotating N290 M30, End of program and return to the beginning of the program 4 Simulation Verification By the simulation software VERICUT, application of virtual simulation system of TK 36 CNC lathe to simulation machining of the non-circular curve parts model [7,8]. It not only can eliminate the phenomenon of the interference, over cutting and residual in the process of cutting, but also can optimization of cutting parameters and simplify NC code, thus eliminating the process of trial cut test is that can significantly improve the production efficiency and reduce the scrap rate of parts and the production cost in the actual machining process. The technology has wide application prospect.

8 286 Macro Program Application on Non-circular Curve Machining in CNC Lathe Through the virtual machining simulation, the parameters are reasonable and achieved the expected goals, as shown in Figure 5, 6 and 7. Figure 5. Schematic Of Tool Passes Track. Figure 6. Rough Machining. Figure 7. Simulation Result.

9 Macro Program Application on Non-circular Curve Machining in CNC Lathe Conclusion Macro programming combined with the mathematical formulas and related knowledge of differential equations to establish mathematical model, in addition combined with graphics size requirements for specific analysis. Macro program can effectively solve the system of traditional G code instructions can t turning the non-circular curve parts processing. The flexibility of the variable, and a significant increase in the scope of programming. For parts with similar structure is that only the value of the variable is changed, which is conducive to the general programming of numerical control program and greatly increases the efficiency of programming. Therefore, the macro program can give full play to the potential function of CNC machine tools, improve the processing efficiency and the economic efficiency of enterprises. It has a wide range of application value in the actual production. Acknowledgment: This work supported by Scientific Research Program Funded by Shaanxi Provincial Education Department (Program name: The simulation system of NC machining for manufacturing industry; Program No:2010JC11) and Industrial Science and technology project of Shaanxi Province (project name: Research on data management and application technology of NC machining for manufacturing informatization, project number: 2016GY-019). References [1] ZhiGang Feng. FANUC system numerical control programming examples[m]. Beijing: mechanical industry press, [2] YanMin Pu. Typical parts processing 100 cases of FANUC nc system[m].beijing: chemical industry press, [3] Jun Du. Master FANUC macros - programming techniques and examples extract solution[m]. Beijing: chemical industry press, [4] YueFeng Zhu. Research on the macro program of FANUC 0i numerical control system[d]. Hefei: HeFei university of technology, [5] Ying Guan. Based on the FANUC system of parabolic macro programming and machining analysis[j]. Coal Mine Machinery, 2011, 32 (9): [6] BinFeng Lin. Macro program in NC lathe machining method of elliptic [J]. Time Agricultural Machinery, 2015, 43 (32): [7] QunYang Sheng. VERICUT nc machining simulation technology (second edition)[m].beijing: tsinghua university press, [8] YaFang Chen. Combination of macro program programming and VERICUT simulation technology[j]. Mechanical Engineering, 2013, 30(8): [9] Qisen Cheng. Macro programming method for the application of non circular curve [J].Modern Manufacturing Engineering, 2010(3): [10] Yahui Su.Research on the NC parametric programming method based on macro-program[j]. Die and Mould Technology, 2014 (6):54-56.

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

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

Simulation and Optimization of Turning-Milling Complex Machining

Simulation and Optimization of Turning-Milling Complex Machining Research Journal of Applied Sciences, Engineering and Technology 5(18): 4473-4478, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 31, 2012 Accepted: September

More information

Study on Gear Chamfering Method based on Vision Measurement

Study on Gear Chamfering Method based on Vision Measurement International Conference on Informatization in Education, Management and Business (IEMB 2015) Study on Gear Chamfering Method based on Vision Measurement Jun Sun College of Civil Engineering and Architecture,

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

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

Copyright 2018 OPEN MIND Technologies AG

Copyright 2018 OPEN MIND Technologies AG Release Notes Copyright 2018 OPEN MIND Technologies AG This document applies to hypermill and hypermill SHOP Viewer. It contains notes about recent changes that are not described in the manual. All rights

More information

Polar coordinate interpolation function G12.1

Polar coordinate interpolation function G12.1 Polar coordinate interpolation function G12.1 On a Turning Center that is equipped with a rotary axis (C-axis), interpolation between the linear axis X and the rotary axis C is possible by use of the G12.1-function.

More information

Century Star Turning CNC System. Programming Guide

Century Star Turning CNC System. Programming Guide Century Star Turning CNC System Programming Guide V3.5 April, 2015 Wuhan Huazhong Numerical Control Co., Ltd 2015 Wuhan Huazhong Numerical Control Co., Ltd Preface Preface Organization of documentation

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

Lecture 34: Curves defined by Parametric equations

Lecture 34: Curves defined by Parametric equations Curves defined by Parametric equations When the path of a particle moving in the plane is not the graph of a function, we cannot describe it using a formula that express y directly in terms of x, or x

More information

Surface Roughness Control Based on Digital Copy Milling Concept to Achieve Autonomous Milling Operation

Surface Roughness Control Based on Digital Copy Milling Concept to Achieve Autonomous Milling Operation Available online at www.sciencedirect.com Procedia CIRP 4 (2012 ) 35 40 3rd CIRP Conference on Process Machine Interactions (3rd PMI) Surface Roughness Control Based on Digital Copy Milling Concept to

More information

Influence of SLA Rapid Prototyping Process Parameters on the Forming Precision Yaru Shi1, a, Yan Cao2, b*, Yongming Wang 3, cand Liang Huang4,d

Influence of SLA Rapid Prototyping Process Parameters on the Forming Precision Yaru Shi1, a, Yan Cao2, b*, Yongming Wang 3, cand Liang Huang4,d Advances in Intelligent Systems Research, volume 0 th International Conference on Mechatronics, Computer and Education Informationization (MCEI 0) Influence of SLA Rapid Prototyping Process Parameters

More information

Research on Fuzzy Neural Network Modeling and Genetic Algorithms Optimization in CNC Machine Tools Energy Saving

Research on Fuzzy Neural Network Modeling and Genetic Algorithms Optimization in CNC Machine Tools Energy Saving 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.62 Research on Fuzzy Neural

More information

Copyright 2019 OPEN MIND Technologies AG

Copyright 2019 OPEN MIND Technologies AG Copyright 2019 OPEN MIND Technologies AG This document applies to hypermill and hypermill SHOP Viewer. It contains notes about recent changes that are not described in the manual. All rights reserved.

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

MACHINING OF ARCHIMEDEAN SPIRAL BY PARAMETRIC PROGRAMMING

MACHINING OF ARCHIMEDEAN SPIRAL BY PARAMETRIC PROGRAMMING International Journal of Modern Manufacturing Technologies ISSN 067 3604, Vol. VIII, No. / 016 MACHINING OF ARCHIMEDEAN SPIRAL BY PARAMETRIC PROGRAMMING Vratraj Joshi 1, Keyur Desai, Harit Raval 3 1 Department

More information

4.10 INVOLUTE INTERPOLATION (G02.2, G03.2)

4.10 INVOLUTE INTERPOLATION (G02.2, G03.2) B 63014EN/02 POGAMMNG 4. NTEPOLATON FUNCTONS 4.10 NVOLUTE NTEPOLATON (G02.2, G03.2) nvolute curve machining can be performed by using involute interpolation. nvolute interpolation ensures continuous pulse

More information

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection 1 Chongqing University of Technology Electronic Information and Automation College Chongqing, 400054, China E-mail: zh_lian@cqut.edu.cn

More information

DESIGNING A G CODE PROGRAMMING LANGUAGE FOR THE REFERENCE POINT SEVEN-SPEED SHAFT

DESIGNING A G CODE PROGRAMMING LANGUAGE FOR THE REFERENCE POINT SEVEN-SPEED SHAFT DESIGNING A G CODE PROGRAMMING LANGUAGE FOR THE REFERENCE POINT SEVEN-SPEED SHAFT PROFESSOR DOCTOR ENGINEER VALERIA VICTORIA IOVANOV, Technical College No. 2, Târgu-Jiu, miciovanova@yahoo.com Abstract:

More information

Jinying. factors to. proposed. Introduction. Error element. solutions. same time, Figure

Jinying. factors to. proposed. Introduction. Error element. solutions. same time, Figure International Conference on Applied Science and Engineering Innovation (ASEI 2015) Error element analysis and detection for BV755 CNC milling machine based on Ball-bar Jinying Chen 1, Xiaotie Niu 2, Lijuan

More information

CNC PART PROGRAMMING

CNC PART PROGRAMMING CNC PART PROGRAMMING (1) Programming fundamentals Machining involves an important aspect of relative movement between cutting tool and workpiece. In machine tools this is accomplished by either moving

More information

CIRCULAR INTERPOLATION COMMANDS

CIRCULAR INTERPOLATION COMMANDS PROGRAMMING JANUARY 2005 CIRCULAR INTERPOLATION COMMANDS G02 CW CIRCULAR INTERPOLATION MOTION & G03 CCW CIRCULAR INTERPOLATION MOTION *X Circular end point X-axis motion *Y Circular end point Y-axis motion

More information

MANUFACTURING PROCESSES

MANUFACTURING PROCESSES MANUFACTURING PROCESSES - AMEM 201 Lecture 7: CNC MACHINE TOOLS 1 CNC MACHINE TOOLS TERMINOLOGY NC Numerical Control CNC Computer Numerical Control CAD Computer Aided Design CAM Computer Aided Manufacturing

More information

Fixed Headstock Type CNC Automatic Lathe

Fixed Headstock Type CNC Automatic Lathe Fixed Headstock Type CNC Automatic Lathe MSY Configured with two spindles and one turret and equipped with a Y axis and X2 axis, the BNA42MSY is able to handle complex machining, with short cycle times

More information

Mach4 CNC Controller Lathe Programming Guide Version 1.0

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

More information

Study on Image Position Algorithm of the PCB Detection

Study on Image Position Algorithm of the PCB Detection odern Applied cience; Vol. 6, No. 8; 01 IN 1913-1844 E-IN 1913-185 Published by Canadian Center of cience and Education tudy on Image Position Algorithm of the PCB Detection Zhou Lv 1, Deng heng 1, Yan

More information

Touch Control Panels. Precision Built Solutions

Touch Control Panels. Precision Built Solutions Touch 2200 Control Panels Precision Built Solutions The Touch 2200 provides world class technology and advanced features not available in other controls proving that east-to-use does not have to mean compromising

More information

CNC Programming Simplified. EZ-Turn Tutorial.

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

More information

Cmm-based Profile Measuring Method for Unknown Screw Compressor Rotor

Cmm-based Profile Measuring Method for Unknown Screw Compressor Rotor The 2nd International Conference on Computer Application and System Modeling (202) Cmm-based Profile Measuring Method for Unknown Screw Compressor Rotor Ji Xiaogang School of Mechanical Engineering, Jiangnan

More information

Curve and Surface Basics

Curve and Surface Basics Curve and Surface Basics Implicit and parametric forms Power basis form Bezier curves Rational Bezier Curves Tensor Product Surfaces ME525x NURBS Curve and Surface Modeling Page 1 Implicit and Parametric

More information

The Design and Implementation of the Micro Laser Engraving Machine Based on STM32

The Design and Implementation of the Micro Laser Engraving Machine Based on STM32 International Conference on Education, Management and Computer Science (ICEMC 2016) The Design and Implementation of the Micro Laser Engraving Machine Based on STM32 Zhenhua Wang1, a *, Linna Xu2, b, Xianzheng

More information

Parameter Modeling for Single Screw Pump Based On CATIA Secondary Development Platform Heng Fu 1,a, Yanhua Gu 2,b *, Xiaoyu Wang 3,b, Xiu Fang Zhang 4

Parameter Modeling for Single Screw Pump Based On CATIA Secondary Development Platform Heng Fu 1,a, Yanhua Gu 2,b *, Xiaoyu Wang 3,b, Xiu Fang Zhang 4 5th International Conference on Advanced Engineering Materials and Technology (AEMT 205) Parameter Modeling for Single Screw Pump Based On CATIA Secondary Development Platform Heng Fu,a, Yanhua Gu 2,b

More information

Trajectory Optimization of Composite-pipe Cutting Based on Robot. Harbin , China. Abstract

Trajectory Optimization of Composite-pipe Cutting Based on Robot. Harbin , China. Abstract , pp.35-4 http//dx.doi.org/10.1457/ijca.016.9.7.1 Trajectory Optimization of Composite-pipe Cutting Based on Robot Bo You 1, Kaixin Li 1, Jiazhong Xu 1, Ming Qiao 1, Bowen Zhang and Wenqiang Wang 1 College

More information

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm 016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 016) ISBN: 978-1-60595-387-8 Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm Ji-zhong

More information

EML 2322L -- MAE Design and Manufacturing Laboratory. CNC Machining

EML 2322L -- MAE Design and Manufacturing Laboratory. CNC Machining EML 2322L -- MAE Design and Manufacturing Laboratory CNC Machining Intro to CNC Machining CNC stands for computer numeric controlled. It refers to any machine tool (i.e. mill, lathe, drill press, etc.)

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

Electric control system of numerical control machine tool based on PLC

Electric control system of numerical control machine tool based on PLC Acta Technica 62 No. 2A/2017, 265 272 c 2017 Institute of Thermomechanics CAS, v.v.i. Electric control system of numerical control machine tool based on PLC Xiaofang Hou 1 Abstract. In order to explore

More information

Chapter 7 curve. 3. x=y-y 2, x=0, about the y axis. 6. y=x, y= x,about y=1

Chapter 7 curve. 3. x=y-y 2, x=0, about the y axis. 6. y=x, y= x,about y=1 Chapter 7 curve Find the volume of the solid obtained by rotating the region bounded by the given cures about the specified line. Sketch the region, the solid, and a typical disk or washer.. y-/, =, =;

More information

Linear Interpolation and Dwell Cycle. Dr. Belal Gharaibeh

Linear Interpolation and Dwell Cycle. Dr. Belal Gharaibeh Linear Interpolation and Dwell Cycle Dr. Belal Gharaibeh 1 Linear Interpolation Linear interpolation is used in part programming to make a straight cutting motion from the start position of the cut to

More information

Computer Numerical Control System for Automatic Surface Machining. Chen Zuo Yue, Wang Xiao E, Yang Mei

Computer Numerical Control System for Automatic Surface Machining. Chen Zuo Yue, Wang Xiao E, Yang Mei 3rd International Conference on Mechanical Engineering and Intelligent Systems (ICMEIS 2015) Computer Numerical Control System for Automatic Surface Machining Chen Zuo Yue, Wang Xiao E, Yang Mei Department

More information

Design of Liquid Level Control System Based on Simulink and PLC

Design of Liquid Level Control System Based on Simulink and PLC 2017 3rd International Symposium on Mechatronics and Industrial Informatics (ISMII 2017) ISBN: 978-1-60595-501-8 Design of Liquid Level Control System Based on Simulink and PLC Xiuwei FU 1,a, Ying QI 2,b

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

Manufacturing Processes with the Aid of CAD/CAM Systems AMEM 405

Manufacturing Processes with the Aid of CAD/CAM Systems AMEM 405 AMEM 405 slide 1 Manufacturing Processes with the Aid of CAD/CAM Systems AMEM 405 Dr. Sotiris Omirou AMEM 405 slide 2 CONTENTS 1. CAD/CAM definition 2. Review of Milling Process 3. Know The CNC Machine

More information

SINUMERIK live: Programming dynamic 5-axis machining directly in SINUMERIK Operate

SINUMERIK live: Programming dynamic 5-axis machining directly in SINUMERIK Operate SINUMERIK live: Programming dynamic 5-axis machining directly in SINUMERIK Operate Basics, possibilities, and limits siemens.com/cnc4you Programming dynamic 5-axis machining directly in SINUMERIK Operate

More information

Influence of SLA rapid prototyping process parameters on the forming. precision

Influence of SLA rapid prototyping process parameters on the forming. precision th International Conference on Information Systems and Computing Technology (ISCT 0) Influence of SLA rapid prototyping process parameters on the forming precision Shi Yaru, a, Cao Yan, b* Wang Yongming,c,

More information

Industrial Automation (Automação de Processos Industriais)

Industrial Automation (Automação de Processos Industriais) MEEC 2011-2012 Industrial Automation (Automação de Processos Industriais) http://users.isr.ist.utl.pt/~jag/courses/api1112/api1112.html Slides 2010/2011 Prof. Paulo Jorge Oliveira Rev. 2011/2012 Prof.

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

Mach4 CNC Controller Mill Programming Guide Version 1.1 Build 3775

Mach4 CNC Controller Mill Programming Guide Version 1.1 Build 3775 Mach4 CNC Controller Mill Programming Guide Version 1.1 Build 3775 Copyright 2014 Newfangled Solutions, Artsoft USA, All Rights Reserved The following are registered trademarks of Microsoft Corporation:

More information

Lesson 4 Introduction To Programming Words

Lesson 4 Introduction To Programming Words Lesson 4 Introduction To Programming Words All CNC words include a letter address and a numerical value. The letter address identifies the word type. The numerical value (number) specifies the value of

More information

G & M Code REFERENCE MANUAL. Specializing in CNC Automation and Motion Control

G & M Code REFERENCE MANUAL. Specializing in CNC Automation and Motion Control REFERENCE MANUAL Specializing in CNC Automation and Motion Control 2 P a g e 11/8/16 R0163 This manual covers definition and use of G & M codes. Formatting Overview: Menus, options, icons, fields, and

More information

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle.

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle. 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 Research on Tunnel Support Deformation Based on Camera and Digital Speckle Improvement

More information

Quadric Surfaces. Six basic types of quadric surfaces: ellipsoid. cone. elliptic paraboloid. hyperboloid of one sheet. hyperboloid of two sheets

Quadric Surfaces. Six basic types of quadric surfaces: ellipsoid. cone. elliptic paraboloid. hyperboloid of one sheet. hyperboloid of two sheets Quadric Surfaces Six basic types of quadric surfaces: ellipsoid cone elliptic paraboloid hyperboloid of one sheet hyperboloid of two sheets hyperbolic paraboloid (A) (B) (C) (D) (E) (F) 1. For each surface,

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

Mach4 CNC Controller Mill Programming Guide Version 1.0

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

More information

Table of Contents. Table Of Contents. Access to parameters (lesson 2)) 26 Surprised? 26 Key Points for Lesson 1: 26 Quiz 26

Table of Contents. Table Of Contents. Access to parameters (lesson 2)) 26 Surprised? 26 Key Points for Lesson 1: 26 Quiz 26 Preface 9 Why you should buy this book 9 What is parametric programming? 10 A word about CAM systems 10 Scope 10 Versions of Custom Macro 10 Machine types 10 Prerequisites 11 Optional status 11 Lessons

More information

Industrial Automation (Automação de Processos Industriais)

Industrial Automation (Automação de Processos Industriais) Industrial Automation (Automação de Processos Industriais) http://users.isr.ist.utl.pt/~jag/courses/api1213/api1213.html Slides 2010/2011 Prof. Paulo Jorge Oliveira Rev. 2011-2013 Prof. José Gaspar Page

More information

4 = 1 which is an ellipse of major axis 2 and minor axis 2. Try the plane z = y2

4 = 1 which is an ellipse of major axis 2 and minor axis 2. Try the plane z = y2 12.6 Quadrics and Cylinder Surfaces: Example: What is y = x? More correctly what is {(x,y,z) R 3 : y = x}? It s a plane. What about y =? Its a cylinder surface. What about y z = Again a cylinder surface

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

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

Research on Hybrid Network Technologies of Power Line Carrier and Wireless MAC Layer Hao ZHANG 1, Jun-yu LIU 2, Yi-ying ZHANG 3 and Kun LIANG 3,*

Research on Hybrid Network Technologies of Power Line Carrier and Wireless MAC Layer Hao ZHANG 1, Jun-yu LIU 2, Yi-ying ZHANG 3 and Kun LIANG 3,* 2017 International Conference on Computer, Electronics and Communication Engineering (CECE 2017) ISBN: 978-1-60595-476-9 Research on Hybrid Network Technologies of Power Line Carrier and Wireless MAC Layer

More information

MATHEMATICAL MODEL FOR CALCULATING SCALLOP HEIGHT OF TOROIDAL CUTTER IN FIVE-AXIS MILLING

MATHEMATICAL MODEL FOR CALCULATING SCALLOP HEIGHT OF TOROIDAL CUTTER IN FIVE-AXIS MILLING MATHEMATICAL MODEL FOR CALCULATING SCALLOP HEIGHT OF TOROIDAL CUTTER IN FIVE-AXIS MILLING Hendriko Hendriko Politeknik Caltex Riau, Pekanbaru, Riau Indonesia E-Mail: hendriko@pcr.ac.id ABSTRACT The scallop

More information

Programming of Complex machine tools (Mill-Turn) in NX CAM Dr. Tom van t Erve, Director Development - NX CAM

Programming of Complex machine tools (Mill-Turn) in NX CAM Dr. Tom van t Erve, Director Development - NX CAM Programming of Complex machine tools (Mill-Turn) in NX CAM Dr. Tom van t Erve, Director Development - NX CAM Restricted Siemens AG 2017 Realize innovation. Mill-Turn / Multi-Function programming with NX

More information

TopMill TopTurn. Jobshop Programming & Simulation for Multi-Side & Complete Mill-Turn Machining for every CNC Control

TopMill TopTurn. Jobshop Programming & Simulation for Multi-Side & Complete Mill-Turn Machining for every CNC Control MEKAMS MillTurnSim TopCAM TopCAT Jobshop Programming & Simulation for Multi-Side & Complete Mill-Turn Machining for every CNC Control 2 Jobshop Programming for Multi-Side and Complete Mill-Turn Machining

More information

Highway Middle Pile Coordinate Automatic Calculation based on Combine of Excel and Excel VBA Program Guo-wen CHE

Highway Middle Pile Coordinate Automatic Calculation based on Combine of Excel and Excel VBA Program Guo-wen CHE 2nd International Conference on Materials Science, Machinery and Energy Engineering (MSMEE 2017) Highway Middle Pile Coordinate Automatic Calculation based on Combine of Excel and Excel VBA Program Guo-wen

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

Properties of Quadratic functions

Properties of Quadratic functions Name Today s Learning Goals: #1 How do we determine the axis of symmetry and vertex of a quadratic function? Properties of Quadratic functions Date 5-1 Properties of a Quadratic Function A quadratic equation

More information

Contour Error Decoupling Compensation for Non-circular Grinding Qi-guang LI 1,a, Qiu-shi HAN 1, Wei-hua LI 2 and Bao-ying PENG 1

Contour Error Decoupling Compensation for Non-circular Grinding Qi-guang LI 1,a, Qiu-shi HAN 1, Wei-hua LI 2 and Bao-ying PENG 1 07 nd International Conference on Applied Mechanics, Electronics and Mechatronics Engineering (AMEME 07) ISBN: 978--60595-497-4 Contour Error Decoupling Compensation for Non-circular Grinding Qi-guang

More information

An Improved Rotary Interpolation Based on FPGA

An Improved Rotary Interpolation Based on FPGA Sensors & Transducers Vol. 76 Issue 8 August 04 pp. 96-305 Sensors & Transducers 04 by IFSA Publishing S. L. http://www.sensorsportal.com An Improved Rotary Interpolation Based on FPGA * Mingyu Gao Jiaxiang

More information

Surface roughness parameters determination model in machining with the use of design and visualization technologies

Surface roughness parameters determination model in machining with the use of design and visualization technologies Surface roughness parameters determination model in machining with the use of design and visualization technologies N. Bilalis & M. Petousis Technical University of Crete, Chania, Greece A. Antoniadis

More information

Research on Gear CAD Design Based on UG Platform

Research on Gear CAD Design Based on UG Platform 2017 5th International Civil Engineering, Architecture and Machinery Conference(ICEAMC 2017) Research on Gear CAD Design Based on UG Platform Ting Liu Jining Polytechnic, Jining, Shandong, China, 272037

More information

Automatic Ultrasonic Testing for Components with Complex Surfaces

Automatic Ultrasonic Testing for Components with Complex Surfaces 16 3 rd International Conference on Mechanical, Industrial, and Manufacturing Engineering (MIME 16) ISBN: 978-1-6595-313-7 Automatic Ultrasonic Testing for Components with Complex Surfaces Dayong Guo,

More information

Development of a Mechanical Creative Combination Based on 3D Printing

Development of a Mechanical Creative Combination Based on 3D Printing Development of a Mechanical Creative Combination Based on 3D Printing Xinwen Li, Yingjie Tang * College of Nuclear Technology and Automation Engineering, Chengdu University of Technology, Chengdu 610059,

More information

Computer Life (CPL) ISSN: Design of the Multifunctional Writing Robot based on Arduino

Computer Life (CPL) ISSN: Design of the Multifunctional Writing Robot based on Arduino Computer Life (CPL) ISSN: 1819-4818 Delivering Quality Science to the World Design of the Multifunctional Writing Robot based on Arduino Xin Lai a, *, Zhiqiang Liu b, Hang Zhang c, Xuemei Liu d, Jianmin

More information

Technological requirements of profile machining

Technological requirements of profile machining Park et al. / J Zhejiang Univ SCIENCE A 2006 7(9):1461-1466 1461 Journal of Zhejiang University SCIENCE A ISSN 1009-3095 (Print); ISSN 1862-1775 (Online) www.zju.edu.cn/jzus; www.springerlink.com E-mail:

More information

TOOLPATHS TRAINING GUIDE. Sample. Distribution. not for MILL-LESSON-4-TOOLPATHS DRILL AND CONTOUR

TOOLPATHS TRAINING GUIDE. Sample. Distribution. not for MILL-LESSON-4-TOOLPATHS DRILL AND CONTOUR TOOLPATHS TRAINING GUIDE MILL-LESSON-4-TOOLPATHS DRILL AND CONTOUR Mill-Lesson-4 Objectives You will generate a toolpath to machine the part on a CNC vertical milling machine. This lesson covers the following

More information

ECE415: NX TURNING CAM TUTORIAL

ECE415: NX TURNING CAM TUTORIAL ECE415: NX TURNING CAM TUTORIAL Liangliang Chen, and Miao Yu Based on the turning tutorial in NX, this tutorial steps you through the process of creating NC codes for a shaft that can run on the machines

More information

HAAS AUTOMATION, INC.

HAAS AUTOMATION, INC. PROGRAMMING WORKBOOK HAAS AUTOMATION, INC. 2800 Sturgis Rd. Oxnard, CA 93030 JUNE 1, 2000 JUNE 2000 PROGRAMMING CONTENTS INTRODUCTION... 1 THE COORDINATE SYSTEM... 2 MACHINE HOME... 5 ABSOLUTE AND INCREMENTAL

More information

Fractal dimension characterization for surface microtopography of copper cut by single point diamond tool

Fractal dimension characterization for surface microtopography of copper cut by single point diamond tool 3rd International Conference on Mechatronics and Information Technology (ICMIT 2016) Fractal dimension characterization for surface microtopography of copper cut by single point diamond tool Yang Yang1,

More information

SOFTWARE. CAD/CAM software. Interpreter software. Programming software. Software and control organization isy-cam 2.5 PLUS...

SOFTWARE. CAD/CAM software. Interpreter software. Programming software. Software and control organization isy-cam 2.5 PLUS... SOFTWARE Software and control organization... 4-2 CAD/CAM isy-cam 2.5 PLUS... 4-4 Interpreter Remote... 4-5 Programming... 4-6 PAL-PC 2.1... 4-7 Software and controller organisation Software and controller

More information

FANUC ihmi Human Machine Interface

FANUC ihmi Human Machine Interface 1 FANUC ihmi Human Machine Interface 2 FANUC Operating Panels PANEL ih / ih Pro 3 PANEL ih CNC LCD-mounted CNC Stand-Alone Display unit with Microsoft Windows Compact 7 for CNC of 30i series MODEL B ihmi

More information

An Automatic Posture Planning Software of Arc Robot Based on SolidWorks API

An Automatic Posture Planning Software of Arc Robot Based on SolidWorks API Abstract An Automatic Posture Planning Software of Arc Robot Based on SolidWorks API Junfeng Li, Liangyu Li, Zheng Dong & Dongmei Song Advanced Mechatronics Equipment Technology Tianjin Area Laboratory

More information

An Experimental Analysis of Surface Roughness

An Experimental Analysis of Surface Roughness An Experimental Analysis of Surface Roughness P.Pravinkumar, M.Manikandan, C.Ravindiran Department of Mechanical Engineering, Sasurie college of engineering, Tirupur, Tamilnadu ABSTRACT The increase of

More information

Mathematics (A) (B) (C) (D) 2. In with usual notations, if a,b,c are in A.P. then (A) (B) (C) (D) 3. If then at is (A) (B) (C) (D)

Mathematics (A) (B) (C) (D) 2. In with usual notations, if a,b,c are in A.P. then (A) (B) (C) (D) 3. If then at is (A) (B) (C) (D) / MHT CET 2018 / Mathematics / Code 44 / QP Mathematics Single Correct Questions +2 0 1. 2. In with usual notations, if a,b,c are in A.P. then 3. If then at is 4. The number of solutions of in the interval

More information

Charting new territory: Formulating the Dalivian coordinate system

Charting new territory: Formulating the Dalivian coordinate system Parabola Volume 53, Issue 2 (2017) Charting new territory: Formulating the Dalivian coordinate system Olivia Burton and Emma Davis 1 Numerous coordinate systems have been invented. The very first and most

More information

Copyright 2018 OPEN MIND Technologies AG

Copyright 2018 OPEN MIND Technologies AG Release Notes Copyright 2018 OPEN MIND Technologies AG This document applies to hypermill and hypermill SHOP Viewer. It contains notes about recent changes that are not described in the manual. All rights

More information

Intelligent Control System of CNC Mill Machineing Based on the Feed-Driven Linear Motor

Intelligent Control System of CNC Mill Machineing Based on the Feed-Driven Linear Motor Computer and Information Science Vol. 4, No. 5; September 2011 Intelligent Control System of CNC Mill Machineing Based on the Feed-Driven Linear Motor Puxi Hu, Wei Qian & Jian Liao College of Mechanical

More information

More Formulas: circles Elementary Education 12

More Formulas: circles Elementary Education 12 More Formulas: circles Elementary Education 12 As the title indicates, this week we are interested in circles. Before we begin, please take some time to define a circle: Due to the geometric shape of circles,

More information

Improved DDA Algorithm and FPGA Implementation Yi-Xuan WANG a, Quan-Gang WEN b, He YIN c, Zhi-Gang HAO, Xin-Zheng DONG

Improved DDA Algorithm and FPGA Implementation Yi-Xuan WANG a, Quan-Gang WEN b, He YIN c, Zhi-Gang HAO, Xin-Zheng DONG 2016 International Conference on Mechanics Design, Manufacturing and Automation (MDM 2016) ISBN: 978-1-60595-354-0 Improved DDA Algorithm and FPGA Implementation Yi-Xuan WANG a, Quan-Gang WEN b, He YIN

More information

and Molds 1. INTRODUCTION

and Molds 1. INTRODUCTION Optimal Tool Path Generation for 2 and Molds D Milling of Dies HuiLi Automotive Components Division Ford Motor Company, Dearborn, MI, USA Zuomin Dong (zdong@me.uvic.ca) and Geoffrey W Vickers Department

More information

CNC MACHINE CONTROLLER

CNC MACHINE CONTROLLER CNC MACHINE CONTROLLER PERFECT CNC SOLUTION FOR MACHINE TOOLS INDUSTRY USB AC MAIN SUPPLY RS485 COMMUNICATION RS232 COMMUNICATION EMG SMPS I/O Module MPG XYZ Structure Spindle Encoder Spindle System TURNING

More information

Real-Time 3D Tool Path Generation for Numerical Control

Real-Time 3D Tool Path Generation for Numerical Control Real-Time 3D Tool Path Generation for Numerical Control Gyula Hermann John von Neumann Faculty of Information Technology, Budapest Polytechnic H-1034 Nagyszombat utca 19 Budapest Hungary, hermgy@iif.hu

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

The CAD/CAE system of a tricone rock bit

The CAD/CAE system of a tricone rock bit 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,

More information

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang Xi an Fanyi University, Xi an

More information

Chapter 6 Some Applications of the Integral

Chapter 6 Some Applications of the Integral Chapter 6 Some Applications of the Integral More on Area More on Area Integrating the vertical separation gives Riemann Sums of the form More on Area Example Find the area A of the set shaded in Figure

More information

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,*

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,* 2016 Joint International Conference on Service Science, Management and Engineering (SSME 2016) and International Conference on Information Science and Technology (IST 2016) ISBN: 978-1-60595-379-3 The

More information

VisualCAM 2018 for SOLIDWORKS-TURN Quick Start MecSoft Corporation

VisualCAM 2018 for SOLIDWORKS-TURN Quick Start MecSoft Corporation 2 Table of Contents Useful Tips 4 What's New 5 Videos & Guides 6 About this Guide 8 About... the TURN Module 8 Using this... Guide 8 Getting Ready 10 Running... VisualCAM for SOLIDWORKS 10 Machining...

More information

The Constructing of Gearbox Transmission Mechanism 3D Model based

The Constructing of Gearbox Transmission Mechanism 3D Model based The Constructing of Gearbox Transmission Mechanism 3D Model based on SolidWorks Jiangsu Jianzhu Institute, Jiangsu China 221116 yuanyuxiang4532@163.com Abstract The gearbox is a complex system component

More information

MATH 1020 WORKSHEET 10.1 Parametric Equations

MATH 1020 WORKSHEET 10.1 Parametric Equations MATH WORKSHEET. Parametric Equations If f and g are continuous functions on an interval I, then the equations x ft) and y gt) are called parametric equations. The parametric equations along with the graph

More information