The Parametric Design for Hydraulic Cylinder Based on SolidWorks

Size: px
Start display at page:

Download "The Parametric Design for Hydraulic Cylinder Based on SolidWorks"

Transcription

1 Applied Mechanics and Materials Online: ISSN: , Vols , pp doi: / Trans Tech Publications, Switzerland The Parametric Design for Hydraulic Cylinder Based on SolidWorks Wang Hongyan 1, a,han Guohui 1, a, Jiang Xuemei 2, a,wang Hong 2, a 1. CEET Pinggao Group Company Limited, Henan , CHN 2. Dalian Jiaotong University, Liaoning , CHN a @qq.com Keywords: Hydraulic Cylinder, SolidWorks, Further Development, Parameterization Abstract. Hydraulic Cylinder is one of the most commonly used excutive components of hydraulic transmission system. Its quality is directly related to the performance of the whole design components. Based on the SolidWorks 2007 environment and theory of the parametric design with the support of rhe programming tool of Visual Basic, the digital design system for hydraulic cylinder is established, as a result, the design efficiency and quality are heightened. Introduction With the development of society and the progress of technology, hydraulic cylinder is used in almost every areas and departments as the most important execution component in operating mechanism transmission system. Since the performance of hydraulic cylinder is related to the performance of entire design components directly, the performance requirement of hydraulic cylinder in various industries of machinery industry is also higher and higher. Especially in the hydraulic operation system of high voltage switch industry and high voltage spring operating mechanism system, the requirement of hydraulic cylinder is especially accurate. The traditional design method from the product idea, expression of concept, structural design, performance analysis, to the final technical requirements and formation of manufacturing process and so on, each link all needs designers design knowledge to transform design requirements into the definition and expression of product structure, composition, performance parameters and manufacturing process through creative thinking process of calculation, analysis and synthesis. As a result, the design process is complex and the efficiency is low. To simplify the design and develop efficiency, the CAD technology (Computer Aided Design) is arised with the development of computer technology. So completing the design of the hydraulic cylinder efficiently and reasonably by using integrated CAD auxiliary design system technology is a effective method to improve the hydraulic system performance and the machine performance. If the enterprise can develop the CAD system of its own products by secondary development, the designer only need to input some necessary parameters according to the prompt, as a result the efficiency of design of product will be improved greatly [1]. Based on this, this article starts from the structure of hydraulic cylinder parts, with three dimensional modeling software SolidWorks as development platform and Visual Basic 6.0 as development tools. To realize the parametric design of hydraulic cylinder by calling the SolidWorks powerful API function of SolidWorks for secondary development [2]. Using this system not only makes three-dimensional entity modeling process of hydraulic cylinder easy, quick, and is advantageous to the enterprise to improve the level of the standardization of parts, but also is beneficial to reduce the financial burden on the designer's work, improve the design quality, shorten the design cycle and the innovation of hydraulic cylinder design work. All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-13/05/16,10:33:09)

2 Applied Mechanics and Materials Vols Further development based on Solidworks SolidWorks API object model SolidWorks is a three-dimensional CAD system based on Windows with powerful capabilities of entity modeling. It provides a good environment to design personnel with parameterization and feature modeling technology, which can help completing complex product design, high performance of large-scale assembly, advanced surface modelling and design changes [3]. SolidWorks support COM technology standards and the OLE technology as well. As a COM/OLE server, SolidWorks offers a wide range of API/COM (OLE) objects, and the methods and properties belongs to these objects which realize the function customization and extension of SolidWorks and meet the professional requirements of users. SolidWorks API is a tree hierarchy structure, the call of interface to SolidWorks API implements searching step by step and traversing step by step, until the end [4]. Secondary development principle SolidWorks API is the secondary development interface of SolidWorks, which is the programming interface based on ActiveX Automation. So the SolidWorks support secondary development of VB, VC and some other softwares. Due to VB is easy to learn and use, so the design process using VB to do secondary development. Basic idea of the secondary development of Solidworks is realized by using VB in Solidworks environment, and selected a type of standard parts, drawing standard parts of the model in the correct design. When it is needed to generate another specification of standard parts, we can modify and solve the corresponding constraint relationship of already defined standard model according to the relevant bounded variables and parameters that given by user. As a result, the geometric relations or topological relation of its geometric elements and features will be changed, and caused the related graphic elements and the linkage of the relationship to generate the needed parts. Namely, the parts design using dimension driven design. The program should follow the unified standard, use the secondary development interface API function in SolidWorks themselves and VB language based on object-oriented, combined with the standard size of parts, to realize the secondary development of SolidWorks [5]. Digital hydraulic cylinder design system System overall design scheme The functional modules of software system can be divided into manipulation of the interface module, hydraulic cylinder selection module and intensity checking module, parts generated module and assembly generated module. Each module using closed loop chain structure, which contains feedback information between a module and a module. If conditions are not met, the system will report errors automatically and give the corresponding prompt. Every step of the operation has a "last step" function to help the users modifying in time. Part Modeling Soldworks object is the top-level object in SolidWorksAPI. It provides the interface to access the SolidWorks work environment for VB. The method of Create Object is used for obtaining Sldworks Object in VB, and using the activedoc method of the object can obtain the Solidworks file object. In the process of parts molding, each basic part starts from scratch to set up the initial model. Then apply different API function to different characteristics to realize stretching, rotating, invisible, mirror, sequence and some others of model characteristics. Take the parts modeling process of the cylinder barrel of hydraulic cylinder as example, the generated part drawing is shown in Fig.1.

3 134 Vehicle, Mechatronics and Information Technologies Fig.1 Part drawing of cylinder barrel of hydraulic cylinder Add components to the assembly after creating a new assembly documents. Call SldWorks::OpenDoc6 method to open the components that you want to add firstly, and then insert the parts into the assembly by using AssemblyDoc::addcomponent function. In the process of assemble, selected the geometry elements on coordinate geometry parts by using ModelDocExtention::SelcectByID method firstly, and then implemented fixed parts through ModelDoc::FixComponent function, so as to produce two sub assemblies respectively which are hydraulic cylinder set and the piston rod group. Finally assemble two sub assemblies to generate light lever type hydraulic cylinder assembly diagram. User interface This interface is designed according to the circle rolling design concept. The whole system window applies the chain structure. Thus the two adjacent Windows can be associated with each other and the incorrect data can be modified in time in the design process. The design interface of the System, the hydraulic cylinder assembly finally generated. In the end, movement analysis, virtual assembly, or improvements of finite element design can be done according to the three-dimensional model of hydraulic cylinder. Eventually numerical control program can be automatically generated by the CAMWORKS to manufacture finished products. Conclusions In this paper, the light tie rod hydraulic cylinder design process is studied. On the basis of detailed analysis of the structure design, secondary development for SolidWorks is done in VB programming environment with the usage of computer and SolidWorks as the platform. The parametric design of hydraulic cylinder system is established, the fuctions such as the input of the hydraulic cylinder parameters, the design of hydraulic cylinder model diagram, component size design, checking the parts and assembly drawings, and other functions are realized. It is beneficial to relieve the designer's work burden, improve the design quality, shorten the design cycle, and the innovation of hydraulic cylinder design work.

4 Applied Mechanics and Materials Vols References [1] Yang Huang. The development of the parametrized CAD system for plug door bearing parts based on Solidworks[J]. Machinery, 2003, 30(5):62~64. [2] Yuguang Zhu, Lanjuan Liu. Software development methodology[m]. Shanghai: University of Finance and Economics Press, [3] Jiansheng Wang, Shuqin Xu. The design idea of Solidworks[J]. Shanxi Machinery, 2002, 9:6~7. [4] Xiuzi Ye, Chaoxiang Chen. Advanced course of SolidWorks: Secondary development and API2007 edition[m]. Beijing: Machanical Industry Press, [5] Chengshi Zhu, Yanqiu Bao, Qiong Wu, Xiangfu Zeng. An easy method used to develop SolidWorks by VB[J]. Machinery Design and Manufacture, 2006, 10:41~42.

5 Vehicle, Mechatronics and Information Technologies / The Parametric Design for Hydraulic Cylinder Based on SolidWorks /

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb College

More information

Study of Logistics Warehouse Management System Based on RFID

Study of Logistics Warehouse Management System Based on RFID Advanced Materials Research Vol. 748 (2013) pp 1281-1284 Online available since 2013/Aug/30 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.748.1281

More information

Product data model for PLM system

Product data model for PLM system roduct data model for LM system Li Yumei, Wan Li, Xiong Tifan (National CAD Support Software Engineering Research Center, Huazhong University of Science and Technology, Wuhan 430074) Abstract: roduct lifecycle

More information

Development of a Kind of Mine Staff Management System

Development of a Kind of Mine Staff Management System Advanced Engineering Forum Online: 2011-12-22 ISSN: 2234-991X, Vols. 2-3, pp 779-784 doi:10.4028/www.scientific.net/aef.2-3.779 2012 Trans Tech Publications, Switzerland Development of a Kind of Mine Staff

More information

Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering

Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering Paper ID #12358 Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering Students Dr. Farzin Heidari, Texas A&M University, Kingsville c American Society for Engineering Education,

More information

CHAPTER 1. Introduction to CAD/CAM/CAE Systems

CHAPTER 1. Introduction to CAD/CAM/CAE Systems CHAPTER 1 1.1 OVERVIEW Introduction to CAD/CAM/CAE Systems Today s industries cannot survive worldwide competition unless they introduce new products with better quality (quality, Q), at lower cost (cost,

More information

Method of Fault Detection in Cloud Computing Systems

Method of Fault Detection in Cloud Computing Systems , pp.205-212 http://dx.doi.org/10.14257/ijgdc.2014.7.3.21 Method of Fault Detection in Cloud Computing Systems Ying Jiang, Jie Huang, Jiaman Ding and Yingli Liu Yunnan Key Lab of Computer Technology Application,

More information

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints,

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints, 1 of 5 11/18/2004 6:24 PM PARAMETRIC MODELING David Rosen December 1997 The term parametric modeling denotes the use of parameters to control the dimensions and shape of CAD models. Think of a rubber CAD

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE Chengda Lin, Lingkui Meng, Heping Pan School of Remote Sensing Information Engineering Wuhan University, 129 Luoyu Road, Wuhan 430079, China Tel: (86-27)-8740-4336

More information

Design Process Automation Support through Knowledge Base Engineering

Design Process Automation Support through Knowledge Base Engineering , July 3-5, 2013, London, U.K. Design Process Automation Support through Knowledge Base Engineering Varun Tiwari, Prashant K. Jain, and Puneet Tandon, Member, IAENG Abstract This paper shows the methodology

More information

Design and Research of Control System of the Large-Scale Accumulator Blow Molding Machine Based on PLC

Design and Research of Control System of the Large-Scale Accumulator Blow Molding Machine Based on PLC Design and Research of Control System of the Large-Scale Accumulator Blow Molding Machine Based on PLC Wei-min LI 1, a, Yang XU 1,b Dian-yi FENG 1,c Meng-de ZHOU 1,d 1 Faculty of Mechanical Engineering

More information

Outdoor Clothing Ecodesign Using Zipper as Functional Transformation Medium

Outdoor Clothing Ecodesign Using Zipper as Functional Transformation Medium Advanced Materials Research Vol. 680 (2013) pp 582-585 Online available since 2013/Apr/10 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.680.582 Outdoor

More information

EUROPASS DIPLOMA SUPPLEMENT

EUROPASS DIPLOMA SUPPLEMENT EUROPASS DIPLOMA SUPPLEMENT TITLE OF THE DIPLOMA (ES) Técnico Superior en Mecatrónica Industrial TRANSLATED TITLE OF THE DIPLOMA (EN) (1) Higher Technician in Industrial Mechatronics ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Open Access Design of a Python-based Wireless Network Optimization and Testing System

Open Access Design of a Python-based Wireless Network Optimization and Testing System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 353-357 353 Open Access Design of a Python-based Wireless Network Optimization and Testing

More information

Warszawy 8, 35-959 Rzeszów, Poland

Warszawy 8, 35-959 Rzeszów, Poland Solid State Phenomena Vols. 147-149 (2009) pp 231-236 Online available since 2009/Jan/06 at www.scientific.net (2009) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/ssp.147-149.231

More information

Open Access Research and Design for Mobile Terminal-Based on Smart Home System

Open Access Research and Design for Mobile Terminal-Based on Smart Home System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System

More information

Design of Data Archive in Virtual Test Architecture

Design of Data Archive in Virtual Test Architecture Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei

More information

Technology, Douliu City, Yunlin 640, Taiwan

Technology, Douliu City, Yunlin 640, Taiwan Applied Mechanics and Materials Vol. 311 (2013) pp 398-403 Online available since 2013/Feb/27 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.311.398

More information

Fault Diagnosis and Maintenance for CNC Machine. Based on PLC

Fault Diagnosis and Maintenance for CNC Machine. Based on PLC Fault Diagnosis and Maintenance for CNC Machine Based on PLC Deng Sanpeng [1, 2] Xu Xiaoli [2, 3] Chen Tao [2] 1.Tianjin University of Technology and Education,300222; 2. Beijing Institute of Technology,100081;

More information

Photoelectric Detection Technology

Photoelectric Detection Technology Study on the online Control System to Prevent Drunk Driving Based on Photoelectric Detection Technology LU Liming 1,YANG Yuchuan 2,LU Jinfu 1 1 East China jiaotong university, Nanchang,330013,P. R. China,

More information

P. Lu, Sh. Huang and K. Jiang

P. Lu, Sh. Huang and K. Jiang 416 Rev. Adv. Mater. Sci. 33 (2013) 416-422 P. Lu, Sh. Huang and K. Jiang NUMERICAL ANALYSIS FOR THREE-DIMENSIONAL BULK METAL FORMING PROCESSES WITH ARBITRARILY SHAPED DIES USING THE RIGID/VISCO-PLASTIC

More information

GIORGI-FERMI vocational school. Knowledge and skills to be acquired by the student/trainee during his training

GIORGI-FERMI vocational school. Knowledge and skills to be acquired by the student/trainee during his training GIORGI-FERMI vocational school Knowledge and skills to be acquired by the student/trainee during his training Electrical course Electrical circuits and networks Programmable Logic Controller PLC (Siemens)

More information

Mechanical Analysis of Crossbeam in a Gantry Machine Tool and its Deformation Compensation

Mechanical Analysis of Crossbeam in a Gantry Machine Tool and its Deformation Compensation Send Orders for Reprints to reprints@benthamscience.ae The Open Mechanical Engineering Journal, 2015, 9, 213-218 213 Open Access Mechanical Analysis of Crossbeam in a Gantry Machine Tool and its Deformation

More information

Phase Balancing of Distribution Systems Using a Heuristic Search Approach

Phase Balancing of Distribution Systems Using a Heuristic Search Approach Phase Balancing of Distribution Systems Using a Heuristic Search Approach Lin, Chia-Hung*, Kang, Meei-Song**, Chuang, Hui-Jen**, and Ho, Chin-Ying** *National Kaohsiung University of Applied Sciences **Kao

More information

Thermodynamic efficiency of an actuator that provides the mechanical movement for the driven equipments:

Thermodynamic efficiency of an actuator that provides the mechanical movement for the driven equipments: 1. Introduction 1.1. Industry Automation Industry automation is the term that describes a vital development programme of a production community where the project engineers build up automated manufacturing

More information

Parametric Modeling: The New CAD Paradigm for Mechanical Designs Randy Shih

Parametric Modeling: The New CAD Paradigm for Mechanical Designs Randy Shih Parametric Modeling: The New CAD Paradigm for Mechanical Designs Randy Shih There is a new kid on the block in the arena of mechanical CAD technology, and that new kid has already formed a new paradigm

More information

AUTOMATED CONSTRUCTION PLANNING FOR MULTI-STORY BUILDINGS

AUTOMATED CONSTRUCTION PLANNING FOR MULTI-STORY BUILDINGS AUTOMATED CONSTRUCTION PLANNING FOR MULTI-STORY BUILDINGS Tang-Hung Nguyen 1 ABSTRACT This paper outlines a computer-based framework that can assist construction planners and schedulers in automatically

More information

Research on the UHF RFID Channel Coding Technology based on Simulink

Research on the UHF RFID Channel Coding Technology based on Simulink Vol. 6, No. 7, 015 Research on the UHF RFID Channel Coding Technology based on Simulink Changzhi Wang Shanghai 0160, China Zhicai Shi* Shanghai 0160, China Dai Jian Shanghai 0160, China Li Meng Shanghai

More information

Integrated Modeling for Data Integrity in Product Change Management

Integrated Modeling for Data Integrity in Product Change Management Integrated Modeling for Data Integrity in Product Change Management László Horváth*, Imre J. Rudas** Institute of Intelligent Engineering Systems, John von Neumann Faculty of Informatics, Budapest Tech

More information

Modeling and Performance Evaluation of Internet of Things based on Petri Nets and Behavior Expression

Modeling and Performance Evaluation of Internet of Things based on Petri Nets and Behavior Expression Research Journal of Applied Sciences, Engineering and echnology (18): 3381-3385, 212 ISSN: 2-767 Maxwell Scientific Organization, 212 Submitted: March 26, 212 Accepted: April 17, 212 Published: September

More information

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster , pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing

More information

Numerical Analysis of the Moving Formwork Bracket Stress during Construction of a Curved Continuous Box Girder Bridge with Variable Width

Numerical Analysis of the Moving Formwork Bracket Stress during Construction of a Curved Continuous Box Girder Bridge with Variable Width Modern Applied Science; Vol. 9, No. 6; 2015 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Numerical Analysis of the Moving Formwork Bracket Stress during Construction

More information

Solid Edge ST3 Advances the Future of 3D Design

Solid Edge ST3 Advances the Future of 3D Design SUMMARY AND OPINION Solid Edge ST3 Advances the Future of 3D Design A Product Review White Paper Prepared by Collaborative Product Development Associates, LLC for Siemens PLM Software The newest release

More information

A Network Simulation Experiment of WAN Based on OPNET

A Network Simulation Experiment of WAN Based on OPNET A Network Simulation Experiment of WAN Based on OPNET 1 Yao Lin, 2 Zhang Bo, 3 Liu Puyu 1, Modern Education Technology Center, Liaoning Medical University, Jinzhou, Liaoning, China,yaolin111@sina.com *2

More information

VRSPATIAL: DESIGNING SPATIAL MECHANISMS USING VIRTUAL REALITY

VRSPATIAL: DESIGNING SPATIAL MECHANISMS USING VIRTUAL REALITY Proceedings of DETC 02 ASME 2002 Design Technical Conferences and Computers and Information in Conference Montreal, Canada, September 29-October 2, 2002 DETC2002/ MECH-34377 VRSPATIAL: DESIGNING SPATIAL

More information

T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex

T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex design challenges. It unites powerful parametric 3D modeling

More information

The Load Balancing System Design of Service Based on IXP2400 Yi Shijun 1, a, Jing Xiaoping 1,b

The Load Balancing System Design of Service Based on IXP2400 Yi Shijun 1, a, Jing Xiaoping 1,b Advanced Engineering Forum Vol. 1 (2011) pp 42-46 Online: 2011-09-09 (2011) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/aef.1.42 The Load Balancing System Design of Service Based

More information

A TOOL FOR SUPPORTING THE PROCESS OF PROPERTY MANAGEMENT AND THE CREATION OF TECHNICAL DRAWINGS

A TOOL FOR SUPPORTING THE PROCESS OF PROPERTY MANAGEMENT AND THE CREATION OF TECHNICAL DRAWINGS Nenad Bojčetić Dragan Žeželj Mario Štorga ISSN 1333-1124 A TOOL FOR SUPPORTING THE PROCESS OF PROPERTY MANAGEMENT AND THE CREATION OF TECHNICAL DRAWINGS Summary UDK 744:004.4 CAD applications play a major

More information

Design and Implementation of IaaS platform based on tool migration Wei Ding

Design and Implementation of IaaS platform based on tool migration Wei Ding 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Design and Implementation of IaaS platform based on tool migration Wei Ding State Key Laboratory

More information

The Design and Application of Water Jet Propulsion Boat Weibo Song, Junhai Jiang3, a, Shuping Zhao, Kaiyan Zhu, Qihua Wang

The Design and Application of Water Jet Propulsion Boat Weibo Song, Junhai Jiang3, a, Shuping Zhao, Kaiyan Zhu, Qihua Wang International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) The Design and Application of Water Jet Propulsion Boat Weibo Song, Junhai Jiang3, a, Shuping Zhao,

More information

International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015)

International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) An Optimal Reactive Power Planning Software for Urban Network Qiang Sun 1, a, Xue Wang 1,b, Yingting Ni

More information

CAD/ CAM Prof. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 03 What is CAD/ CAM

CAD/ CAM Prof. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 03 What is CAD/ CAM CAD/ CAM Prof. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 03 What is CAD/ CAM Now this lecture is in a way we can say an introduction

More information

HOMEWORK #1 February 20, 2014. Please submit your homework until 28th January 2014. Fallowing issues must be considered.

HOMEWORK #1 February 20, 2014. Please submit your homework until 28th January 2014. Fallowing issues must be considered. HOMEWORK #1 February 20, 2014 Dear all, Please submit your homework until 28th January 2014. Fallowing issues must be considered. Draw each sketch on a separate sheet. Title block and margins must be edited.

More information

SITEMA PowerStroke. Technical Information TI-P11. 1 Function. 2 Applications. Mould Closing Devices series FSK. Contents

SITEMA PowerStroke. Technical Information TI-P11. 1 Function. 2 Applications. Mould Closing Devices series FSK. Contents English translation of German original Technical Information TI-P11 SITEMA PowerStroke Mould Closing Devices series FS drive system for powerful forces on a short stroke hydraulic actuation closing force

More information

PTC Creo Elements/Direct Modeling Express

PTC Creo Elements/Direct Modeling Express Modeling Express Edition Comparison Chart Learn how upgrading to 19.0, the leading direct 3D CAD design software, can deliver faster design cycles and responsiveness to change throughout your design process.

More information

Working Drawing and Assemblies. Chapter 10

Working Drawing and Assemblies. Chapter 10 Working Drawing and Assemblies Chapter 10 Objectives 1.Define working drawings. 2. Describe how working drawings are used in industry. 3. List the major components of a complete set of working drawings.

More information

Learning Systems Software Simulation

Learning Systems Software Simulation Learning Systems Software Simulation EasyVeep PLC controls and technology training FluidSIM Fluid Power training aid for instructors and design tool for engineers COSIMIR PLC 3D simulation tool for practical

More information

Software support. Overview Process step: Selection and sizing. Process step: Engineering design. Process step: Ordering in the Online Shop

Software support. Overview Process step: Selection and sizing. Process step: Engineering design. Process step: Ordering in the Online Shop Overview Process step: Selection and sizing New functions: New product finder for drives with linear guide New delivery class in the core product range Process step: Engineering design New functions: New

More information

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing *

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Guifen Chen 1,**, Xu Wang 2, Hang Chen 1, Chunan Li 1, Guangwei Zeng 1, Yan Wang 1, and Peixun Liu 1 1 College

More information

An Automated Testing Tool Using UI Structure

An Automated Testing Tool Using UI Structure , March 12-14, 2014, Hong Kong An Automated Testing Tool Using UI Structure Nutharat Harnvorawong, Taratip Suwannasart, Member, IAENG Abstract Testers usually run a new version of software against existing

More information

Goal Seeking in Solid Edge

Goal Seeking in Solid Edge Goal Seeking in Solid Edge White Paper Goal Seeking in Solid Edge software offers a fast built-in method for solving complex engineering problems. By drawing and dimensioning 2D free-body diagrams, Goal

More information

Vincent Constantin, CADFEM (Suisse) AG

Vincent Constantin, CADFEM (Suisse) AG Fast Titelmasterformat and reliable Bolt durch Assessment Klicken bearbeiten inside ANSYS Vincent Constantin, CADFEM (Suisse) AG Agenda Introduction VDI 2230 Bolt Assessment inside ANSYS Verification Examples

More information

State of the art mechanical design requires state of the art solutions.

State of the art mechanical design requires state of the art solutions. State of the art mechanical design requires state of the art solutions. P. Arras, D. Van Merode, C. Peeters Campus De Nayer, department of Engineering Technology, Lessius university college, Zandpoortvest

More information

Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li

Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li wuhan textile university, Wuhan,

More information

SMIRT: a 3D based approach for manufacturing process management

SMIRT: a 3D based approach for manufacturing process management Page 1 SMIRT: a 3D based approach for manufacturing process management Cosimo Galante July 5th, 2012 Page 2 : abstract The 3D paperless process concept makes a step forward with the SMIRT solution, extending

More information

Research of Sales Contract Management System Based on WEB

Research of Sales Contract Management System Based on WEB Computer and Information Science February, 2009 Research of Sales Contract Management System Based on WEB Hualun Lai Business School Tel:86-21-5527-1343 E-mail: laihl@usst.edu.cn Liangwei Zhong CAD center

More information

HIDS and NIDS Hybrid Intrusion Detection System Model Design Zhenqi Wang 1, a, Dankai Zhang 1,b

HIDS and NIDS Hybrid Intrusion Detection System Model Design Zhenqi Wang 1, a, Dankai Zhang 1,b Advanced Engineering Forum Online: 2012-09-26 ISSN: 2234-991X, Vols. 6-7, pp 991-994 doi:10.4028/www.scientific.net/aef.6-7.991 2012 Trans Tech Publications, Switzerland HIDS and NIDS Hybrid Intrusion

More information

Axiomatic design of software systems

Axiomatic design of software systems Axiomatic design of software systems N.P. Suh (1), S.H. Do Abstract Software is playing an increasingly important role in manufacturing. Many manufacturing firms have problems with software development.

More information

Plastic Injection Molding

Plastic Injection Molding Training Objective After watching this video and reviewing the printed material, the student/trainee will understand the principles and physical operations of the plastic injection molding process. An

More information

Ultrasonic Detection Algorithm Research on the Damage Depth of Concrete after Fire Jiangtao Yu 1,a, Yuan Liu 1,b, Zhoudao Lu 1,c, Peng Zhao 2,d

Ultrasonic Detection Algorithm Research on the Damage Depth of Concrete after Fire Jiangtao Yu 1,a, Yuan Liu 1,b, Zhoudao Lu 1,c, Peng Zhao 2,d Advanced Materials Research Vols. 368-373 (2012) pp 2229-2234 Online available since 2011/Oct/24 at www.scientific.net (2012) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.368-373.2229

More information

TALLAHASSEE COMMUNITY COLLEGE

TALLAHASSEE COMMUNITY COLLEGE TALLAHASSEE COMMUNITY COLLEGE ADVANCED MANUFACTURING TRAINING CENTER 2012/2013 Catalog All courses listed are non-credit CNC Machine Operator (Lathe & Mill) MFT 0400 Intro to CNC Machining This course

More information

PART 2 FORKLIFT HYDRAULIC SYSTEM

PART 2 FORKLIFT HYDRAULIC SYSTEM PART 2 FORKLIFT HYDRAULIC SYSTEM Chapter 1 Description and Operation Component Locations & Circuit Layouts 1 Hydraulic Pump 11 Control Valve 14 Valve Section Oil Flows 15 Anti-Cavitation Valve 22 Velocity

More information

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Functional Tolerancing and Annotation...2 Pull-down Menus...3 Insert...3 Functional Tolerancing and Annotation Workbench...4 Bottom Toolbar Changes...5 3D Grid Toolbar...5

More information

MeasurLink V7. Measurement Data Network System. MeasurLink provides total support from production line to production management and beyond.

MeasurLink V7. Measurement Data Network System. MeasurLink provides total support from production line to production management and beyond. Small Tool Instruments and Data Management Measurement Data Network System MeasurLink V7 Catalog No. E12028 MeasurLink provides total support from production line to production management and beyond. MeasurLink

More information

HYDRAULIC ARM MODELING VIA MATLAB SIMHYDRAULICS

HYDRAULIC ARM MODELING VIA MATLAB SIMHYDRAULICS Engineering MECHANICS, Vol. 16, 2009, No. 4, p. 287 296 287 HYDRAULIC ARM MODELING VIA MATLAB SIMHYDRAULICS Stanislav Věchet, Jiří Krejsa* System modeling is a vital tool for cost reduction and design

More information

FEV Parallel Mode Strategy

FEV Parallel Mode Strategy FEV Parallel Mode Strategy Peter Janssen MSc. Dipl.-Ing Glenn Haverkort FEV Motorentechnik As the automotive industry has to react to the global concern about climate change related to CO2 emissions and

More information

CIM Computer Integrated Manufacturing

CIM Computer Integrated Manufacturing INDEX CIM IN BASIC CONFIGURATION CIM IN ADVANCED CONFIGURATION CIM IN COMPLETE CONFIGURATION DL CIM A DL CIM B DL CIM C DL CIM C DL CIM B DL CIM A Computer Integrated Manufacturing (CIM) is a method of

More information

OUTCOME 1 TUTORIAL 1 - MECHATRONIC SYSTEMS AND PRODUCTS

OUTCOME 1 TUTORIAL 1 - MECHATRONIC SYSTEMS AND PRODUCTS Unit 57: Mechatronic System Unit code: F/601/1416 QCF level: 4 Credit value: 15 OUTCOME 1 TUTORIAL 1 - MECHATRONIC SYSTEMS AND PRODUCTS 1. Understand the applications of a range of mechatronic systems

More information

The Television Shopping Service Model Based on HD Interactive TV Platform

The Television Shopping Service Model Based on HD Interactive TV Platform , pp. 195-204 http://dx.doi.org/10.14257/ijunesst.2014.7.6.17 The Television Shopping Service Model Based on HD Interactive TV Platform Mengke Yang a and Jianqiu Zeng b Beijing University of Posts and

More information

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China Zhongqiang Liu 1, Kaiyi Wang 1*, Shufeng Wang 1, Feng Yang 1 and Xiandi Zhang 1, 1 Beijing Research Center for

More information

Frequecy Comparison and Optimization of Forged Steel and Ductile Cast Iron Crankshafts

Frequecy Comparison and Optimization of Forged Steel and Ductile Cast Iron Crankshafts International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 11ǁ November2013 ǁ PP.38-45 Frequecy Comparison and Optimization of Forged Steel

More information

CAD and Creativity. Contents

CAD and Creativity. Contents CAD and Creativity K C Hui Department of Automation and Computer- Aided Engineering Contents Various aspects of CAD CAD training in the university and the industry Conveying fundamental concepts in CAD

More information

Energy Recovery System for Excavators Meng (Rachel) Wang, Chad Larish Eaton Corporation

Energy Recovery System for Excavators Meng (Rachel) Wang, Chad Larish Eaton Corporation Energy Recovery System for Excavators Meng (Rachel) Wang, Chad Larish Eaton Corporation Abstract Increasing fuel costs have become a significant portion of the operating expenses for owners and fleet managers

More information

Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration

Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration 1 Harish H G, 2 Dr. R Girisha 1 PG Student, 2 Professor, Department of CSE, PESCE Mandya (An Autonomous Institution under

More information

Interoperability Challenges of ERP Implementation in a Collaborative Manufacturing Environment. Yongsheng Ma 1, a

Interoperability Challenges of ERP Implementation in a Collaborative Manufacturing Environment. Yongsheng Ma 1, a Advanced Materials Research Vol. 813 (2013) pp 81-86 Online: 2013-09-10 (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.813.81 Interoperability Challenges of ERP Implementation

More information

Research of PROFIBUS PA s integration in PROFINET IO

Research of PROFIBUS PA s integration in PROFINET IO 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research of PROFIBUS PA s integration in PROFINET IO Zhijia Yang 1, a *, Zhongsheng Li 1,2,b, Feng Qiao 2

More information

Model Driven Development of Inventory Tracking System*

Model Driven Development of Inventory Tracking System* Model Driven Development of Inventory Tracking System* Gan Deng, Tao Lu, Emre Turkay Andrey Nechypurenko Aniruddha Gokhale, Douglas Schmidt ISIS, Vanderbilt University Siemens Nashville, TN 37221 Germany

More information

Research on Operation Management under the Environment of Cloud Computing Data Center

Research on Operation Management under the Environment of Cloud Computing Data Center , pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering

More information

Tracking System for GPS Devices and Mining of Spatial Data

Tracking System for GPS Devices and Mining of Spatial Data Tracking System for GPS Devices and Mining of Spatial Data AIDA ALISPAHIC, DZENANA DONKO Department for Computer Science and Informatics Faculty of Electrical Engineering, University of Sarajevo Zmaja

More information

Reflection on Teaching Reform of the Course of College English under Professional Teaching Reform Model Based on Working Process

Reflection on Teaching Reform of the Course of College English under Professional Teaching Reform Model Based on Working Process Reflection on Teaching Reform of the Course of College English under Professional Teaching Reform Model Based on Working Process Dingmin Wu Yibin Vocational and Technical College Yibin 644000, Sichuan,

More information

Design of Electronic Medical Record System Based on Cloud Computing Technology

Design of Electronic Medical Record System Based on Cloud Computing Technology TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.5, May 2014, pp. 4010 ~ 4017 DOI: http://dx.doi.org/10.11591/telkomnika.v12i5.4392 4010 Design of Electronic Medical Record System Based

More information

Improving Interoperability in Mechatronic Product Developement. Dr. Alain Biahmou, Dr. Arnulf Fröhlich, Dr. Josip Stjepandic

Improving Interoperability in Mechatronic Product Developement. Dr. Alain Biahmou, Dr. Arnulf Fröhlich, Dr. Josip Stjepandic International Conference on Product Lifecycle Management 1 Improving Interoperability in Mechatronic Product Developement Dr. Alain Biahmou, Dr. Arnulf Fröhlich, Dr. Josip Stjepandic PROSTEP AG Dolivostr.

More information

SITEMA PowerStroke. Technical Information TI-P12. 1 Function. 2 Applications. Mould Closing Devices series FSKP. Contents

SITEMA PowerStroke. Technical Information TI-P12. 1 Function. 2 Applications. Mould Closing Devices series FSKP. Contents SITEMA PowerStroke FSP ocking, actuating and releasing by pneumatic pressure English translation of German original Technical Information TI-P1 SITEMA PowerStroke Mould Closing Devices series FSP drive

More information

DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives,

DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives, DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives, Mr.C.Anandaraj Assistant Professor -EEE Thiruvalluvar college of Engineering And technology, Ponnur

More information

0D TO 1D CREATION THROUGH CAD TOOLS

0D TO 1D CREATION THROUGH CAD TOOLS INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print), ISSN 0976 6340 (Print) ISSN 0976 6359

More information

Intersection of a Line and a Convex. Hull of Points Cloud

Intersection of a Line and a Convex. Hull of Points Cloud Applied Mathematical Sciences, Vol. 7, 213, no. 13, 5139-5149 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ams.213.37372 Intersection of a Line and a Convex Hull of Points Cloud R. P. Koptelov

More information

Application Example: Automated Robot Inspection Cell for Quality Control on Sheet Metal Components. The future of metrology in vehicle construction

Application Example: Automated Robot Inspection Cell for Quality Control on Sheet Metal Components. The future of metrology in vehicle construction Application Example: Automated Robot Inspection Cell for Quality Control on Sheet Metal Components The future of metrology in vehicle construction Measuring system: ATOS, GOM Inspect Professional Keywords:

More information

CHARACTERIZING OF INFRASTRUCTURE BY KNOWLEDGE OF MOBILE HYBRID SYSTEM

CHARACTERIZING OF INFRASTRUCTURE BY KNOWLEDGE OF MOBILE HYBRID SYSTEM INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE CHARACTERIZING OF INFRASTRUCTURE BY KNOWLEDGE OF MOBILE HYBRID SYSTEM Mohammad Badruzzama Khan 1, Ayesha Romana 2, Akheel Mohammed

More information

Figure 3.1.2 Cartesian coordinate robot

Figure 3.1.2 Cartesian coordinate robot Introduction to Robotics, H. Harry Asada Chapter Robot Mechanisms A robot is a machine capable of physical motion for interacting with the environment. Physical interactions include manipulation, locomotion,

More information

Parametric Technology Corporation. Pro/ENGINEER Wildfire 4.0 Design Animation Concepts Guide

Parametric Technology Corporation. Pro/ENGINEER Wildfire 4.0 Design Animation Concepts Guide Parametric Technology Corporation Pro/ENGINEER Wildfire 4.0 Design Animation Concepts Guide Copyright 2007 Parametric Technology Corporation. All Rights Reserved. User and training guides and related documentation

More information

Extracting Business. Value From CAD. Model Data. Transformation. Sreeram Bhaskara The Boeing Company. Sridhar Natarajan Tata Consultancy Services Ltd.

Extracting Business. Value From CAD. Model Data. Transformation. Sreeram Bhaskara The Boeing Company. Sridhar Natarajan Tata Consultancy Services Ltd. Extracting Business Value From CAD Model Data Transformation Sreeram Bhaskara The Boeing Company Sridhar Natarajan Tata Consultancy Services Ltd. GPDIS_2014.ppt 1 Contents Data in CAD Models Data Structures

More information

Computer Aided Design (CAD), ME 530.414, JHU Professor Dan Stoianovici, dss@jhu.edu

Computer Aided Design (CAD), ME 530.414, JHU Professor Dan Stoianovici, dss@jhu.edu Computer Aided Design (CAD), ME 530.414, JHU Professor Dan Stoianovici, dss@jhu.edu COURSE DESCRIPTION: The course outlines modern solid modeling design, analysis, simulation, and manufacturing of mechanical

More information

DRAFTING AND DESIGN. For additional program information see: http://www.hillcollege.edu/students/teched/drafting/.

DRAFTING AND DESIGN. For additional program information see: http://www.hillcollege.edu/students/teched/drafting/. DRAFTING AND DESIGN For additional program information see: http://www.hillcollege.edu/students/teched/drafting/. Certificate of Completion in Basic Computer Aided Drafting Major Code: 6055 TSI (Testing)

More information

Model Driven Interoperability through Semantic Annotations using SoaML and ODM

Model Driven Interoperability through Semantic Annotations using SoaML and ODM Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:

More information

Information and Communications Technology Courses at a Glance

Information and Communications Technology Courses at a Glance Information and Communications Technology Courses at a Glance Level 1 Courses ICT121 Introduction to Computer Systems Architecture This is an introductory course on the architecture of modern computer

More information

Open Access Research on Database Massive Data Processing and Mining Method based on Hadoop Cloud Platform

Open Access Research on Database Massive Data Processing and Mining Method based on Hadoop Cloud Platform Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1463-1467 1463 Open Access Research on Database Massive Data Processing and Mining Method

More information

Hybrid 2D/3D design The right tool for the right job at the right time

Hybrid 2D/3D design The right tool for the right job at the right time Siemens PLM Software Hybrid 2D/3D design The right tool for the right job at the right time White Paper Incorporating the benefits of 2D and 3D design technologies into a single effective design approach,

More information

REMOTE REAL -TIME PROCESS AND PRODUCTION MONITORING MECHANISM OF LIGHTING PARTS

REMOTE REAL -TIME PROCESS AND PRODUCTION MONITORING MECHANISM OF LIGHTING PARTS REMOTE REAL -TIME PROCESS AND PRODUCTION MONITORING MECHANISM OF LIGHTING PARTS FOR OUTDOOR RECREATION ABSTRACT Cheng-I Hou 1, Han-Chen Huang 2*, Tian-Syung Lan 1, Wei-Min Teng 1 1 Yu Da University of

More information

2 SYSTEM DESCRIPTION TECHNIQUES

2 SYSTEM DESCRIPTION TECHNIQUES 2 SYSTEM DESCRIPTION TECHNIQUES 2.1 INTRODUCTION Graphical representation of any process is always better and more meaningful than its representation in words. Moreover, it is very difficult to arrange

More information