KISSsys Instruction 901, Rev. 0

Size: px
Start display at page:

Download "KISSsys Instruction 901, Rev. 0"

Transcription

1 KISSsys Instruction 901, Rev. 0 Circular power flow, power split gearboxes KISSsoft AG Uetzikon Hombrechtikon Switzerland Tel: Fax: info@kisssoft.ag

2 1 Document information 1.1 Document change record Revision Date Author Comments HD Original document 1.2 Table of content 1 Document information Document change record Table of content References Introduction Summary System data Structure in KISSsys Connections in KISSsys Redefining the kinematics Error message Variables for controlling the power flow Definition of the alternate kinematic calculation Defining a user interface User Interface Running the kinematic function Changing the power distribution Settings for the strength calculations Limitation Considerations for gear z Considerations for the idler gears z2a and z2b Considerations for gear z References [1] KISSsys model KISSsys-ANL ks 2 / 12

3 2 Introduction 2.1 Summary In this document, we will see how a power flow can be divided into two branches that will lager merge again. This kind of power flow split needs to be defined manually using a function explained below, it is not a standard feature in KISSsys. The power flow on the input side can be divided into two branches and the ratio by which the power is distributed into the two branches can be defined. We may define the task of this document as follows: Given is a certain type of gearbox with a power split and merge. We will define a variable to control how the power flow is distributed between the two branches. We will define a function on how to calculate the kinematics of this model. Finally, we check whether the function works as desired. 2.2 System data The gearbox (or the part of the gearbox discussed in this document) consists of a pinion that is driving two idler gears. These two gears are then driving a single output gear. So, there are a total of four gears, arranged in a circle. Most commonly, the input power is split into two equal parts and the two idler gears have the same size as shown in the figure below: Branch 1 of power flow 50% power Pinion, driving Idler gears, driven by the pinion, driving the gear Gear, driven 100% power 100% power Power split on input side 50% power Branch 2 of power flow Power merge on input side Figure Power split and merge with 50%:50% power split in each branch. Idler gears are identical Of course, we can also model systems where each branch has a different power, e.g. 40% and 60%. 3 / 12

4 2.3 Structure in KISSsys In KISSsys, we will use the folllowing structure. There will be four shafts and four gears. The two branches of the power flow will use the index a and index b : Branch 1 of power flow a Shafts s1 s2a s2b s3 Gears z1 z2a z2b z3 Branch 2 of power flow: b Figure Shafts, Gears All these elements will be put inside the group GB. The tree structure in the KISSsys model with the gears and shafts should look like this (of course, you can also add bearings): Figure Tree structure consisting of the group GB, the four shafts and the four gears. 4 / 12

5 2.4 Connections in KISSsys The gear meshes are represented using connections in KISSsys. We use the following connections: gp1a gp2a gp1b gp2a Figure Connections representing the meshes Connection name First gear in connection Second gear in connection gp1a z1 z2a gp1b z1 z2b gp2a z2a z3 gp2b z2b z3 For each connection, add a gear pair calculation. Conveniently, use the the two gear names to form the gear pair calculation name. Then, the KISSsys model and the kinematics will look like this: Figure Left: tree structure of KISSsys model with connections and gear pair calculations added. Right: resulting kinematic. Finally add an input coupling on the shaft s2 and an output coupling on shaft s3. Then add the power input and the power output: 5 / 12

6 Figure Left: tree structure with couplings added on s1 and s3 and power input and output added. Right: kinematic model. For the power input, use 10Nm torque and 10RpM as speed, giving a power of kW. On the output side, you do not need to define any data, it will be calculated: Figure Left: defining the power input. Right: defining the power output. 3 Redefining the kinematics 3.1 Error message If you now want to run the kinematic calculation by using the button as shown below, you will get an error message. KISSsys does not know how to split the power between the two paths, and hence it is not possible to run the kinematic calculation: 6 / 12

7 Figure Kinematic calculation error. 3.2 Variables for controlling the power flow We need to define how much power is going through each branch of the gearbox. For this, we introduce a variable x (of type Real ) in System : Figure Adding a new variable x in System (use right mouse click on System and select New variable ) And we need a variable activated (of type Real ) in the connection gp1b. This is needed to control the kinematic analysis. Add the variable as shown below: Figure Adding a new variable activated in gp1b (use right mouse click on gp1b and select New variable ) 7 / 12

8 Finally, add a variable ModKinematics of type Function in System. This function will be used to execute the kinematic calculation: Figure Adding a variable of type Function, with the name ModKinematic to System (use right mouse click on System and select New variable ) 3.3 Definition of the alternate kinematic calculation The function ModKinematic is now edited as shown below: Figure Function ModKinematic //calculate first kinematic normally System.calcKinematic(); First kinematics will be calculated normally and with this all power will the go through only one activated path (we have used the variable activated to switch off one path above //divide forces by the amount of power share GB.gp1b.f1=GB.gp1a.f1*(1/(1+System.x x)); Then divide power values for connections according to power division factor x 8 / 12

9 GB.gp1b.f2=GB.gp1a.f2*(1/(1+System.x)); GB.gp1a.f1=GB.gp1a.f1-GB.gp1b.f1; GB.gp1a.f2=GB.gp1a.f2-GB.gp1b.f2; GB.gp2b.f1=GB.gp2a.f1*(1/(1+System.x)); GB.gp2b.f2=GB.gp2a.f2*(1/(1+System.x)); GB.gp2a.f1=GB.gp2a.f1-GB.gp2b.f1; GB.gp2a.f2=GB.gp2a.f2-GB.gp2b.f2; ksys_refresh(); System.kSoftCalculate(); ksys_refresh(); Power share value is defined under variable x. Gear connections gp1a and gp2a belong to active path. Refresh everything Do the strength calculation 4 Defining a user interface 4.1 User Interface In the user interface, add a reference so you can enter x : Figure Add a reference to x in the user interface. Add 1 so that both branches get the same amount of power. Also, add a function to call the function ModKinematic : Figure A function in the user interface to call the function ModKinematics 4.2 Running the kinematic function Now, double click on Modified Kinematics in the user interface. The kinematics is now being calculated and the schematic will look like this: 9 / 12

10 Figure Schematic after successful calculation of kinematics Go to the KISSsoft calculations for the four meshes to check that each has half of the power (Input power is kW, hence, the power per mesh should be kW/2=0.0052kW). You can check in all four calculations to find: Figure Check the power in the tab Rating in the gear calculatios. 4.3 Changing the power distribution If you now set x=2 in the user interface, you can find that the power in branch a is two times as high as in branch b : Figure Power per mesh. 5 Settings for the strength calculations 5.1 Limitation The below settings are true if the torque distribution is 50% for each branch. 5.2 Considerations for gear z1 If the gear z1 rotates once, each tooth will be in mesh twice. Once with the gear z2a and once with the gear z2b. Both times, the same load level will be applied as in each mesh, 50% of the power is transmitted. To define that the gear z1 sees two load cycles per revolution, go to the KISSsoft calculation z1z2a, go to tab Rating, press button Details and select: 10 / 12

11 Figure Define that for the first gear (which is z1 in our case) the number of load cycles per revolution is 2. Do this also for the KISSsoft calcualtion z1z2b. 5.3 Considerations for the idler gears z2a and z2b The two idler gears teeth will experience alternating bending. First, they will experience the load on one flank (when in mesh with z1) and later on the other flank (when in mesh with z3), giving an alternating bending action per revolution. To consider this, go to the tab Factors in all four calculations and set the factor YM to 0.7. For the meshes with z1, set the factor for gear 2 to 0.7 (in these meshes, the idler gears are gear 2). For meshes with z3, set the factor for gear 1 to 0.7 (now, the idler gear is gear 1) 11 / 12

12 Figure The idler gears are gear 2 (when in mesh with gear 2), they experience alternating bending, set YM=0.7 Figure The idler gears are gear 1 (when in mesh with z3), set for gear 1: YM= Considerationss for gear z3 The same idea as for gear z1 applies. For the calculations z2az3 and z2bz3, use the following setting (now for gear 2 as the gear z3 is the second gear in the mesh): Figure Define that the second gear in the mesh (=z3) experiences two load cycles per revolution. 12 / 12

KISSsys Instruction 905, Rev. 0

KISSsys Instruction 905, Rev. 0 KISSsys Instruction 905, Rev. 0 Different basic modelling techniques KISSsoft AG Uetzikon 4 8634 Hombrechtikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag 1

More information

Activating, de-activating gear connections. 1 Description

Activating, de-activating gear connections. 1 Description 1.1 Situation till now Activating, de-activating gear connections 1 Description In the past gear connections of type ksysgearpairconstraint were always activated. Shifting action had to be modelled by

More information

Path of contact calculation KISSsoft

Path of contact calculation KISSsoft Path of contact calculation KISSsoft 04-2010 KISSsoft AG - +41 55 254 20 50 Uetzikon 4 - +41 55 254 20 51 8634 Hombrechtikon - info@kisssoft.ag Switzerland - www.kisssoft.ag Path of contact calculation

More information

KISSsys 2017 Instruction

KISSsys 2017 Instruction KISSsys 2017 Instruction Different basic modelling techniques KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag 1 Document

More information

KISSsys 03/2016 Instruction 008

KISSsys 03/2016 Instruction 008 KISSsys 03/2016 Instruction 008 The Main Window and its Functions 24/04/2016 KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag

More information

KISSsys 03/ Template

KISSsys 03/ Template KISSsys 03/2015 - Template Calculation of the gear and bearing frequencies 01/04/2015 KISSsoft AG Rosengartenstrasse 4 88 Bubikon Switerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag

More information

KISSsys 03/ Template

KISSsys 03/ Template KISSsys 03/2018 - Template Calculation with Load Spectrum template KISSsoft AG T. +41 55 254 20 50 A Gleason Company F. +41 55 254 20 51 Rosengartenstr. 4, 8608 Bubikon info@kisssoft.ag Switzerland www.kisssoft.ag

More information

KISSsys Template for a Load Spectrum

KISSsys Template for a Load Spectrum KISSsys Template for a Load Spectrum KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag General Information KISSsys allows

More information

GPK for Design and Rating of Industrial Gearboxes

GPK for Design and Rating of Industrial Gearboxes GPK for Design and Rating of Industrial Gearboxes KISSsys models: Planetary gear package includes KISSsys models for one and two stage epicyclic gearboxes. The models include automatic presizing of gears,

More information

GPK for Design and Rating of Industrial Gearboxes

GPK for Design and Rating of Industrial Gearboxes GPK for Design and Rating of Industrial Gearboxes KISSsys models: For two to five stage helical gearboxes, including automatic presizing, fine sizing of gears, settings, cost estimation, maximum torque

More information

KISSsoft 03/2013 Tutorial 5

KISSsoft 03/2013 Tutorial 5 KISSsoft 03/2013 Tutorial 5 Shaft analysis KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag Contents 1 Starting KISSsoft...

More information

KISSsys instruction for Modeling bearing between two shafts. 1 Description

KISSsys instruction for Modeling bearing between two shafts. 1 Description KISSsys instruction for Modeling bearing between two shafts 1.1 Task 1 Description This document and the related KISSsys model 206-Pilot-bearing.ks describes how it is possible to model a common arrangement

More information

KISSsoft Tutorial 001: Testversion and first steps

KISSsoft Tutorial 001: Testversion and first steps KISSsoft Tutorial 001: Testversion and first steps KISSsoft AG - +41 55 254 20 50 Uetzikon 4 - +41 55 254 20 51 8634 Hombrechtikon - info@kisssoft.ag Switzerland - www.kisssoft.ag KISSsoft Tutorial 001:

More information

Differential lock. 1 Description

Differential lock. 1 Description Differential lock 1 Description Modeling the differential lock 1.1 Task Sometimes you may want to consider what the forces are in the differential lock to size the components correctly. In the example

More information

KISSsoft Tutorial: Roller Bearings

KISSsoft Tutorial: Roller Bearings KISSsoft Tutorial 007: Roller Bearings KISSsoft AG - +41 55 254 20 50 Uetzikon 4 - +41 55 254 20 51 8634 Hombrechtikon - info@kisssoft. AG Switzerland - www. KISSsoft. AG KISSsoft Tutorial: Roller Bearings

More information

Analyses Published on Gear Research Laboratory (

Analyses Published on Gear Research Laboratory ( The analyses that can be carried our in IGD are arranged in two main groups: TCA & FEM analyses: Tooth Contact Analysis and Finite Element Modeling GEO-Comp analyses: Comparison of gear geometries Tooth

More information

KISSsoft 03/ Tutorial 1

KISSsoft 03/ Tutorial 1 KISSsoft 03/2014 - Tutorial 1 Test version and first steps KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Phone: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag Table

More information

KISSsoft 03/2016. Installation of a KISSsoft Floating License Version. KISSsoft AG Rosengartenstrasse Bubikon Switzerland

KISSsoft 03/2016. Installation of a KISSsoft Floating License Version. KISSsoft AG Rosengartenstrasse Bubikon Switzerland KISSsoft 03/2016 Installation of a KISSsoft Floating License Version KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag

More information

DRAFT for BETA Release

DRAFT for BETA Release KISSsoft Release 03/2014 Changes from Release 03/2013 to Release 03/2014 DRAFT for BETA Release KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag

More information

[1] involuteσ(spur and Helical Gear Design)

[1] involuteσ(spur and Helical Gear Design) [1] involuteσ(spur and Helical Gear Design) 1.3 Software Content 1.3.1 Icon Button There are 12 icon buttons: [Dimension], [Tooth Form], [Accuracy], [Strength], [Sliding Graph], [Hertz Stress Graph], [FEM],

More information

machine design, Vol.7(2015) No.4, ISSN pp

machine design, Vol.7(2015) No.4, ISSN pp machine design, Vol.7(2015) No.4, ISSN 1821-1259 pp. 113-118 KINEMATIC ANALYSIS OF SINGLE-STAGE CYCLOIDAL SPEED REDUCER Ivan PANTIĆ 1 - Mirko BLAGOJEVIĆ 1,* 1 Faculty of Engineering, University of Kragujevac,

More information

STRENGTH ANALYSIS OF PIN CONNECTIONS USING COMPUTER AIDED SYSTEMS

STRENGTH ANALYSIS OF PIN CONNECTIONS USING COMPUTER AIDED SYSTEMS STRENGTH ANALYSIS OF PIN CONNECTIONS USING COMPUTER AIDED SYSTEMS PETR BERNARDIN, VACLAVA LASOVA, FRANTISEK SEDLACEK University of West Bohemia in Pilsen RTI Regional Technological Institute Pilsen, Czech

More information

KISSsys Instruction: Using and Manipulating the Table of Variants. 1 Introduction

KISSsys Instruction: Using and Manipulating the Table of Variants. 1 Introduction KISSsys Instruction: KISSsys Instruction: Using and Manipulating the Table of Variants Using and Manipulating the Table of Variants 1 Introduction It can be of interest to use one KISSsys model for the

More information

RA /2.95. Gear Pump Model G2 (Series 4X) For Flange Mounting with SAE threaded Ports. Functional description. Symbols

RA /2.95. Gear Pump Model G2 (Series 4X) For Flange Mounting with SAE threaded Ports. Functional description. Symbols /2.9 Gear Pump Model G2 (Series X For Flange Mounting with SE threaded Ports s to 22... 6 PSI (2 bar....7 in /rev. (22. cm /rev. /2.9 eplaces: 2.92 New principle of sealing the pump body, increases service

More information

SPEED-UP GEARBOX SIMULATIONS BY INTEGRATING SCORG. Dr. Christine Klier, Sahand Saheb-Jahromi, Ludwig Berger*

SPEED-UP GEARBOX SIMULATIONS BY INTEGRATING SCORG. Dr. Christine Klier, Sahand Saheb-Jahromi, Ludwig Berger* SPEED-UP GEARBOX SIMULATIONS BY INTEGRATING SCORG Dr. Christine Klier, Sahand Saheb-Jahromi, Ludwig Berger* CFD SCHUCK ENGINEERING Engineering Services in computational fluid Dynamics (CFD) 25 employees

More information

CHAPTER 4 INCREASING SPUR GEAR TOOTH STRENGTH BY PROFILE MODIFICATION

CHAPTER 4 INCREASING SPUR GEAR TOOTH STRENGTH BY PROFILE MODIFICATION 68 CHAPTER 4 INCREASING SPUR GEAR TOOTH STRENGTH BY PROFILE MODIFICATION 4.1 INTRODUCTION There is a demand for the gears with higher load carrying capacity and increased fatigue life. Researchers in the

More information

1332. Contact characteristics of orthogonal face gear with spur involute pinion

1332. Contact characteristics of orthogonal face gear with spur involute pinion 1332. Contact characteristics of orthogonal face gear with spur involute pinion Yangyi Xiao 1, Wankai Shi 2, Jing Luo 3, Liping Zou The State Key Laboratory of Mechanical Transmission, Chongqing University,

More information

KINEMATICS AND DYNAMICS OF TWO STAGE CYCLOIDAL GEARBOX

KINEMATICS AND DYNAMICS OF TWO STAGE CYCLOIDAL GEARBOX Roman KRÓL KINEMATICS AND DYNAMICS OF TWO STAGE CYCLOIDAL GEARBOX This article presents results of the numerical analysis of cycloidal gearbox, which were obtained in MSC Adams engineering software. Multibody

More information

Dr. Emilia Abadjieva, Assoc. Prof. in Department Scientific Computations

Dr. Emilia Abadjieva, Assoc. Prof. in Department Scientific Computations Mathematical models for analytical synthesis and software 3D realization of spatial motion transformers: Review of past and current research results Dr. Emilia Abadjieva, Assoc. Prof. in Department Scientific

More information

Comparison of Bending Stress on Circular and Elliptical Profile Fillet of Helical Gear Using

Comparison of Bending Stress on Circular and Elliptical Profile Fillet of Helical Gear Using Comparison of Bending Stress on Circular and Elliptical Profile Fillet of Helical Gear Using AGMA and ANSYS Bhupendra Kumar Sahu 1, Mahesh Dewangan 2 1 PG Scholar, 2 Associate Professor, 12 Department

More information

KISSsoft 03/2016 Instruction 068a

KISSsoft 03/2016 Instruction 068a KISSsoft 03/2016 Instruction 068a Sizing of Topological Modification of Bevel Gears KISSsoft AG Uetzikon 4 8634 Hombrechtikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag

More information

KISSsoft Module List for Release 03/2011

KISSsoft Module List for Release 03/2011 KISSsoft 3-2011 KISSsoft Module List for Release 03/2011 Kadkraft Systems Pvt. Ltd. # 316, Sector 37-A, Chandigarh www.kadkraft.com New Feature Highlights Generation of 3D gear models using Parasolid Kernel

More information

2. How it started: A problem during the drilling of the world longest tunnel in the Swiss alps

2. How it started: A problem during the drilling of the world longest tunnel in the Swiss alps Ulrich Kissling, Dr. mech. eng., KISSsoft AG, Switzerland Application and Improvement of Face Load Factor Determination based on AGMA 927 (Accurate and fast algorithm for load distribution calculation,

More information

Manipulator Dynamics: Two Degrees-of-freedom

Manipulator Dynamics: Two Degrees-of-freedom Manipulator Dynamics: Two Degrees-of-freedom 2018 Max Donath Manipulator Dynamics Objective: Calculate the torques necessary to overcome dynamic effects Consider 2 dimensional example Based on Lagrangian

More information

GEARBOXES

GEARBOXES 377.5 208 90 70.5 77 35 333.37 354 30 8 314.32 215.9 200 62 25 90 154.5 24 68.5 53 4 8.5 202.5 311 60 2 23 GEARBOXES 130 72.5 88.5 0 60.3 39.7 20 1 157 630 11 385 165 69 70 400 70 68 145 35 420 428.62

More information

The Tooth Contact Analysis of a Heavy-load Planetary Gearing. Tan Xin 1, a

The Tooth Contact Analysis of a Heavy-load Planetary Gearing. Tan Xin 1, a 5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015) The Tooth Contact Analysis of a Heavy-load Planetary Gearing Tan Xin 1, a 1 School of Electromechanical and Architectural

More information

Systematic Gearbox Sizing and Verification

Systematic Gearbox Sizing and Verification Systematic Gearbox Sizing and Verification Systematic Gearbox Sizing and Verification Calculation of machine elements such as gears, shafts, bearings and shaft-hub connections must, more and more, be carried

More information

Catalogue Drive systems

Catalogue Drive systems Catalogue Drive TABLE OF CONTENTS I I.3 How to find us I.6 List of symbols I.7 Applications overview I.8 GW40 sling winch drum LB1, LB2 1.50 GW40 sling winch drum LB1, LB2 article numbers 1.51 GW2L cable

More information

Enhancing Productivity of a Roller Stand through Design Optimization using Manufacturing Simulation

Enhancing Productivity of a Roller Stand through Design Optimization using Manufacturing Simulation Enhancing Productivity of a Roller Stand through Design Optimization using Manufacturing Simulation B.R. Krishna Tej 1, N.Sasank Sai 1 and S.Deepak kumar* 1 Engineering Design and Research Center (EDRC)

More information

Changes from Release 03/2011 to Release 03/2012

Changes from Release 03/2011 to Release 03/2012 Changes from Release 03/2011 to 03/2012 Changes from Release 03/2011 to Release 03/2012 General Module General KISSedit Data Base Tool changes / enhancements Menu Project: drag and drop of files between

More information

Spur Gears Static Stress Analysis with Linear Material Models

Spur Gears Static Stress Analysis with Linear Material Models Exercise A Spur Gears Static Stress Analysis with Linear Material Models Beam and Brick Elements Objective: Geometry: Determine the stress distribution in the spur gears when a moment of 93.75 in-lb is

More information

Calculation of the Combined Torsional Mesh Stiffness of Spur Gears with Two- and Three-Dimensional Parametrical FE Models

Calculation of the Combined Torsional Mesh Stiffness of Spur Gears with Two- and Three-Dimensional Parametrical FE Models Paper received: 07.12.2010 DOI: 10.5545/sv-jme.2010.248 Paper accepted: 02.08.2011 Calculation of the Combined Torsional Mesh Stiffness of Spur Gears with Two- and Three-Dimensional Parametrical FE Models

More information

Load Sharing Based Analysis of Helical Gear using Finite Element Analysis Method

Load Sharing Based Analysis of Helical Gear using Finite Element Analysis Method Load Sharing Based Analysis of Helical Gear using Finite Element Analysis Method D.Deepak 1 1 Assistant professor, Mechanical Engineering, United Institute of Technology, Coimbatore, Tamilnadu, India.

More information

Product information PI 54 en Machining unit xxx Slide unit xxx

Product information PI 54 en Machining unit xxx Slide unit xxx Product information PI 54 en Machining unit 0.5.030.xxx Slide unit 0.2.200.xxx 2016-03-01 Table of Contents Table of Contents Machining Unit Brief Description...4 Technical Data...6 Dimensions...7 Precision...8

More information

Pump Modeler Template Documentation

Pump Modeler Template Documentation Pump Modeler Template Documentation 2015 SAS IP, Inc. All rights reserved. Unauthorized use, distribution or duplication is prohibited CONTENTS USER INTERFACE AND WORKFLOW... 4 STEP 1: IMPORT GEOMETRY...

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

Romax Technology European User Forum 2015

Romax Technology European User Forum 2015 Romax Technology European User Forum 2015 Frank Seibicke Klingelnberg GmbH Paris, September30 th 2015 Frank Seibicke Klingelnberg GmbH Paris, September 30 th 2015 September 2015 Page 3 A New Challenge

More information

MULTI-OBJECTIVE OPTIMIZATION OF TWO-STAGE HELICAL GEAR TRAIN

MULTI-OBJECTIVE OPTIMIZATION OF TWO-STAGE HELICAL GEAR TRAIN MULTI-OBJECTIVE OPTIMIZATION OF TWO-STAGE HELICAL GEAR TRAIN R. Senthilkumar and Annamalai. K SMBS, VIT University, Chennai Campus, Chennai, India E-Mail: senthilk6@rediffmail.com ABSTRACT Engineering

More information

CP Racks. Pinions. Table of Contents. Catalog Number of KHK Stock Gears. Pinions S SCP Pinions. Racks K RGCP 5-500

CP Racks. Pinions. Table of Contents. Catalog Number of KHK Stock Gears. Pinions S SCP Pinions. Racks K RGCP 5-500 Table of ontents pecial haracteristics, oints of aution in electing and Using acks & inions... page 0 T Tapered inions. T Tapered acks... page 2. round pur ears... page 4 ()(D) round acks... page 4 pur

More information

Tracking and Slewing the Azimuth Axis with the LM628 Servo November 22, 2010 D. Clark

Tracking and Slewing the Azimuth Axis with the LM628 Servo November 22, 2010 D. Clark Tracking and Slewing the Azimuth Axis with the LM628 Servo November 22, 2010 D. Clark Introduction During the data collection campaign of last June, data were collected on the closed-loop response of the

More information

NUMERICAL SIMULATION OF TIMING BELT CAMSHAFT LAYOUT

NUMERICAL SIMULATION OF TIMING BELT CAMSHAFT LAYOUT NUMERICAL SIMULATION OF TIMING BELT CAMSHAFT LAYOUT Eric AYAX, Stéphane HUOT, Daniel PLAY, Nicolas FRITCH FEDERAL MOGUL Sintered Products Voie des Collines 38800 Le Pont-de-Claix, France Abstract: Mechanical

More information

Rotational3D Efficient modelling of 3D effects in rotational mechanics

Rotational3D Efficient modelling of 3D effects in rotational mechanics Rotational3D - Efficient Modelling of 3D Effects in Rotational Mechanics Rotational3D Efficient modelling of 3D effects in rotational mechanics Johan Andreasson Magnus Gäfvert Modelon AB Ideon Science

More information

Modeling a Gear Standard Tools, Surface Tools Solid Tool View, Trackball, Show-Hide Snaps Window 1-1

Modeling a Gear Standard Tools, Surface Tools Solid Tool View, Trackball, Show-Hide Snaps Window 1-1 Modeling a Gear This tutorial describes how to create a toothed gear. It combines using wireframe, solid, and surface modeling together to create a part. The model was created in standard units. To begin,

More information

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 2, Issue 12

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 2, Issue 12 Contact Stress Analysis of Helical Gear by Using AGMA and ANSYS S.Sai Anusha 1 P.Satish Reddy 2 P.Bhaskar 3 M Manoj 4 PG Scholar, Assoc. Professor, Asst Professor, Asst Professor Dept of Mechanical Engineering,

More information

St 50 gearsolutions.com

St 50 gearsolutions.com 50 gearsolutions.com St Layout of the Gear Micro Geometry By Ulrich Kissling A three-step methodology can be a successful approach to optimizing flank line and profile modifications. The last phase in

More information

SOFT START/STOP Reduction Gear Motor

SOFT START/STOP Reduction Gear Motor FAIH PRACICAIY EFFICIENCY FAIH PRACICAIY EFFICIENCY FAIH PRACICAIY EFFICIENCY OF AR/OP Reduction Gear Motor CHENG DAY MACHINERY WORK CO., D. No. 173, Wen Chiu Rd., Dajia Dist., aichung City 37, aiwan el:

More information

72 Heavy Duty Dual Trim Deck Parts Manual

72 Heavy Duty Dual Trim Deck Parts Manual 2 Heavy Duty Dual Trim Deck Parts Manual Hustler Turf Equipment P.O. Box 000 Hesston, Kansas 02-209 02999 Rev 8/0 Table of Contents Chapter General Information.................................... - Chapter

More information

Ryan Everaert Application Note Team - I Application Note for Toshiba Bipolar Stepper, Part Number TB6560AHQ

Ryan Everaert Application Note Team - I Application Note for Toshiba Bipolar Stepper, Part Number TB6560AHQ Ryan Everaert Application Note Team - I Application Note for Toshiba Bipolar Stepper, Part Number TB6560AHQ Executive Summary of Operation and Application The Toshiba bipolar stepper driver integrated

More information

Autographic Indicator for Tension Tests

Autographic Indicator for Tension Tests KU ScholarWorks The University of Kansas Pre-1923 Dissertations and Theses Collection http://kuscholarworks.ku.edu Autographic Indicator for Tension Tests by George J. Hood 1902 Submitted to the University

More information

Enhanced Performance of a Slider Mechanism Through Improved Design Using ADAMS

Enhanced Performance of a Slider Mechanism Through Improved Design Using ADAMS Enhanced Performance of a Slider Mechanism Through Improved Design Using ADAMS (Nazeer Shareef, Sr. R&D Engr., BAYER CORP., Elkhart, IN) Introduction Understanding of the influence of critical parameters

More information

Members: Sponsor: Dalton Hamilton Preston-Eastin Levi Edens Kenneth Mui Brice Abbott

Members: Sponsor: Dalton Hamilton Preston-Eastin Levi Edens Kenneth Mui Brice Abbott Members: Dalton Hamilton Levi Edens Brice Abbott Sponsor: Preston-Eastin Kenneth Mui Mission Statement Wolf Pack Engineering strives to provide our customer with innovative solutions. We take a cost effective

More information

Operating Instructions Wall saw DZ-S2

Operating Instructions Wall saw DZ-S2 Operating Instructions Index 001 10987273 EN /25.07.2007 Congratulations! With a Hydrostress unit from TYROLIT, you have chosen a tried and tested piece of equipment which has been designed and built to

More information

IJMH - International Journal of Management and Humanities ISSN:

IJMH - International Journal of Management and Humanities ISSN: EXPERIMENTAL STRESS ANALYSIS SPUR GEAR USING ANSYS SOFTWARE T.VADIVELU 1 (Department of Mechanical Engineering, JNTU KAKINADA, Kodad, India, vadimay28@gmail.com) Abstract Spur Gear is one of the most important

More information

GKN Stromag Light Cam / Light Cam M Geared Cam Limit Switches

GKN Stromag Light Cam / Light Cam M Geared Cam Limit Switches Product catalogue Controls and Sensors GKN Stromag Light Cam / Light Cam M Geared Cam Limit Switches Intergrated Powertrain components, Systems and Solutions Couplings Clutches Gearboxes Driveshafts Brakes

More information

YOUR COMPLETE SOURCE FOR. Gear Reducers Couplings & Linear Mount Products. Product Range. GAM Can.

YOUR COMPLETE SOURCE FOR. Gear Reducers Couplings & Linear Mount Products. Product Range. GAM Can. YOUR COMPLETE SOURCE FOR Gear Reducers Couplings & Product Range Linear Mount Products GAM Can. YOUR COMPLETE SOURCE FOR GEAR REDUCERS, COUPLINGS & LINEAR MOUNT PRODUCTS Product Selection Guide Gear Reducers

More information

OPERATING MANUAL LOOM CONTROLLER LCW 2.08C

OPERATING MANUAL LOOM CONTROLLER LCW 2.08C OPERATING MANUAL LOOM CONTROLLER LCW 2.08C Version Date:- 30.07. 2010 1 LOOM CONTROLLER LCW 2.08C GENERAL - The circular Loom is an important machine in plastic and Textile industry. The quality and quantity

More information

MBS Gear-tooth Stiffness Model

MBS Gear-tooth Stiffness Model MBS Gear-tooth Stiffness Model Implementation of a new coupling model for fast and accurate simulation of gear pairs using stiffness characteristic arrays Faysal Andary M.Sc. 1), Dipl.-Ing. Daniel Piel

More information

Single Linear Flexible Joint (SLFJ)

Single Linear Flexible Joint (SLFJ) Linear Motion Servo Plants: IP01 and IP02 Single Linear Flexible Joint (SLFJ) User Manual Table of Contents 1. Single Linear Flexible Joint (SLFJ)...1 1.1. Single Linear Flexible Joint: System Description...1

More information

KISSsoft Changelog Version 03/ Service Pack 4

KISSsoft Changelog Version 03/ Service Pack 4 KISSsoft Changelog Version 03/2018 - Service Pack 4 KISSsoft - Bearing calculation SP 4 - NEW! : Calculate bearing performance with SKF bearing module In the bearing calculation (W050, classical method)

More information

Simulation Driven Optimized Mechanism Drive

Simulation Driven Optimized Mechanism Drive Simulation Driven Optimized Mechanism Drive August 30, 2011 Elias Taye, PhD Wm Wrigley Jr. Company Subsidiary of Mars Inc. 1 AGENDA Introduction of Wm Wrigley Jr. Company Original Design of the Mechanical

More information

OPERATING INSTRUCTIONS WCU17

OPERATING INSTRUCTIONS WCU17 OPERATING INSTRUCTIONS Index 000 Translation of the original instructions 10999826 en / 05.10.2018 Congratulations! You have decided to purchase a tried-and-tested TYROLIT Hydrostress unit and have thus

More information

MASTA 9.0 Release Notes

MASTA 9.0 Release Notes November 2018 2018 Smart Manufacturing Technology Ltd. Commercial in Confidence Page 1 of 33 MASTA 9.0 Contents and Summary See next section for additional details The 9.0 release of MASTA contains all

More information

S. S. Bari 1, D. H. Burande 1, M.R. Birajdar 2

S. S. Bari 1, D. H. Burande 1, M.R. Birajdar 2 IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) ISSN(e) : 2278-1684, ISSN(p) : 2320 334X, PP : 39-43 www.iosrjournals.org Design and Analysis of Barrel Coupling S. S. Bari 1, D. H. Burande

More information

DESIGN OF TRI TANGENT FILLET TOOTH OF A HELICAL GEAR AND ITS CONTACT STRESS ANALYSIS

DESIGN OF TRI TANGENT FILLET TOOTH OF A HELICAL GEAR AND ITS CONTACT STRESS ANALYSIS DESIGN OF TRI TANGENT FILLET TOOTH OF A HELICAL GEAR AND ITS CONTACT STRESS ANALYSIS Kakani Jhansi Rani *1, M Venkaiah *2 M.Tech, Dr.D.Sunil *3 Ph.D, P.G. Scholar, Dept. of Mechanical Engineering, N.E.C,

More information

Multi-Axis Connection System for Linear Drive Systems Series OSP-E

Multi-Axis Connection System for Linear Drive Systems Series OSP-E Multi-Axis Connection System for Linear Drive Systems Series -E Contents Description Page Overview 21-24 Adapter plates Dimensions/Order Instructions 25-33 Intermediate Drive Shafts 34 Dimensions/Order

More information

Motion Control Primer. Direct load position sensing with secondary feedback encoders. White Paper

Motion Control Primer. Direct load position sensing with secondary feedback encoders. White Paper Motion Control Primer Direct load position sensing with secondary feedback encoders White Paper White Paper Position sensing primer Direct load position sensing with secondary feedback encoders In closed-loop

More information

MODELLING OF SPUR GEAR CONTACT USING A LOCAL ADAPTIVE FINITE ELEMENT MESH

MODELLING OF SPUR GEAR CONTACT USING A LOCAL ADAPTIVE FINITE ELEMENT MESH MODELLING OF SPUR GEAR CONTACT USING A LOCAL ADAPTIVE FINITE ELEMENT MESH J. Lahtivirta 1*, A. Lehtovaara 1 1 Group of Tribology and Machine Elements, Materials Science: Tampere University of Technology

More information

E91 Machine Design: Lab 2

E91 Machine Design: Lab 2 E91 Machine Design: Lab 2 Analysis of Stresses in Machines with FEA Techniques Julian Leland Swarthmore College, Fall 2011 ABSTRACT In this lab, a 3- ton arbor press was modeled and assembled in Solidworks.

More information

N20010, N NON-SPRING RETURN DAMPER ACTUATOR 20/34 Nm (177/300 lb-in) FOR MODULATING CONTROL SPECIFICATIONS GENERAL FEATURES PRODUCT DATA

N20010, N NON-SPRING RETURN DAMPER ACTUATOR 20/34 Nm (177/300 lb-in) FOR MODULATING CONTROL SPECIFICATIONS GENERAL FEATURES PRODUCT DATA N21, N341 NON-SPRING RETURN DAMPER ACTUATOR 2/34 Nm (177/3 lb-in) FOR MODULATING CONTROL SPECIFICATIONS Supply voltage Nominal voltage PRODUCT DATA 24 Vac 2%, 5/6 Hz; 24 Vdc -1...+2% 24 Vac, 5/6 Hz; 24

More information

MECHANICAL ENGINEERING

MECHANICAL ENGINEERING MECHANICAL ENGINEERING ESE TOPICWISE OBJECTIVE SOLVED PAPER-II FROM (1995-2018) UPSC Engineering Services Examination State Engineering Service Examination & Public Sector Examination. IES MASTER PUBLICATION

More information

Effect of Pitch angle on Bending Stresses of Bevel Gears

Effect of Pitch angle on Bending Stresses of Bevel Gears Effect of Pitch angle on Stresses of Bevel Gears K. Rajesh 1, M. Raja Roy 2, Dr. B. Nagaraju 3 P.G. Scholar, Department of Mechanical Engineering, ANITS College, Andhra Pradesh, India 1 Sr. Assistant Professor,

More information

MACHINES AND MECHANISMS

MACHINES AND MECHANISMS MACHINES AND MECHANISMS APPLIED KINEMATIC ANALYSIS Fourth Edition David H. Myszka University of Dayton PEARSON ж rentice Hall Pearson Education International Boston Columbus Indianapolis New York San Francisco

More information

CONTACT STRESS ANALYSIS OF MODIFIED HELICAL GEAR USING CATIA AND ANSYS

CONTACT STRESS ANALYSIS OF MODIFIED HELICAL GEAR USING CATIA AND ANSYS CONTACT STRESS ANALYSIS OF MODIFIED HELICAL GEAR USING CATIA AND ANSYS Raghava Krishna Sameer.B *1, V.Srikanth *2 M.Tech(CAD/CAM), Department of Mechanical, From BRIG-IC, Hyderabad, India. Assistant Professor,

More information

Contact Characteristics of Circular-Arc Curvilinear Tooth Gear Drives

Contact Characteristics of Circular-Arc Curvilinear Tooth Gear Drives Yi-Cheng Wu Engineer Mechanical System Research Laboratory, Industrial Technology Research Institute, Hsinchu 31040, Taiwan e-mail: easonwu@gmail.com Kuan-Yu Chen Ph.D. Cidate Department of Mechanical

More information

Advanced Multi-Body Modeling of Rotor Blades Validation and Application

Advanced Multi-Body Modeling of Rotor Blades Validation and Application Advanced Multi-Body Modeling of Rotor s Validation and Application For efficient wind turbine energy production, larger rotors are required for which slender blades with increased flexibility are often

More information

RM E Multiple Inspector Rotating simultaneous measurements

RM E Multiple Inspector Rotating simultaneous measurements RM E 07 2014 Multiple Inspector Rotating simultaneous measurements General Information The inspection of workpieces is carried out within a continuous rotation of 360. The workpieces are scanned by radially

More information

SYMBOLS, UNITS AND DEFINITIONS

SYMBOLS, UNITS AND DEFINITIONS SYMBOLS, UNITS AND DEFINITIONS Values depending on the APPLICATION term u.m. definition A 2 [N] Thrust force on output shaft R 2 [N] Radial force on output shaft ED [min] Loading time ED% [%] Loading time

More information

Time-Domain Dynamic Analysis of Helical Gears with Reduced Housing Model

Time-Domain Dynamic Analysis of Helical Gears with Reduced Housing Model 2013-01-1898 Published 05/13/2013 Copyright 2013 SAE International doi:10.4271/2013-01-1898 saeaero.saejournals.org Time-Domain Dynamic Analysis of Helical Gears with Reduced Housing Model Vijaya Kumar

More information

Keywords Automation, Gear Testing, pitch error, PLC, mechatronics, rotary encoder.

Keywords Automation, Gear Testing, pitch error, PLC, mechatronics, rotary encoder. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Mathematical

More information

INSTRUCTION. Motor operation device NM for NAL and NALF switch/switch fuse disconnector Designed for remote control.

INSTRUCTION. Motor operation device NM for NAL and NALF switch/switch fuse disconnector Designed for remote control. INSTRUCTION Motor operation device NM 24...220 for NAL and NALF switch/switch fuse disconnector Designed for remote control. Contents 1. General... 1 2. Function... 1 3. Technical data... 1 4. Mounting...

More information

BASE. Rotary limit switch OPTIONS FEATURES CERTIFICATIONS

BASE. Rotary limit switch OPTIONS FEATURES CERTIFICATIONS Rotary limit switch BASE Rotary limit switch used to control and measure the movement of industrial machines. Its compact size make it suitable for use in narrow spaces. FEATURES It consists of a gear

More information

CALCULATION AND DESIGN OF CHAIN TRANSMISSIONS

CALCULATION AND DESIGN OF CHAIN TRANSMISSIONS CALCULATION AND DESIGN OF CHAIN TRANSMISSIONS Project and calculation of the chain transmission follows standards CSN 0 809 and DIN 89. Chain selection and the first chain project are coming from Diagram

More information

Stress Analysis of Cross Groove Type Constant Velocity Joint

Stress Analysis of Cross Groove Type Constant Velocity Joint TECHNICAL REPORT Stress Analysis of Cross Groove Type Constant Velocity Joint H. SAITO T. MAEDA The driveshaft is the part that transmits the vehicle's engine torque and rotation to the tires, and predicting

More information

Module 1: Basics and Background Lecture 4: Memory and Disk Accesses. The Lecture Contains: Memory organisation. Memory hierarchy. Disks.

Module 1: Basics and Background Lecture 4: Memory and Disk Accesses. The Lecture Contains: Memory organisation. Memory hierarchy. Disks. The Lecture Contains: Memory organisation Example of memory hierarchy Memory hierarchy Disks Disk access Disk capacity Disk access time Typical disk parameters Access times file:///c /Documents%20and%20Settings/iitkrana1/My%20Documents/Google%20Talk%20Received%20Files/ist_data/lecture4/4_1.htm[6/14/2012

More information

Determination of Load Distributions on Double Helical- Geared Planetary Gearboxes

Determination of Load Distributions on Double Helical- Geared Planetary Gearboxes Determination of Load Distributions on Double Helical- Geared Planetary Gearboxes Dr. Tobias Schulze Standardized calculation methods such as ISO 6336 and DIN 3990 already exist to determine the load distributions

More information

RWS E Frenco GmbH

RWS E Frenco GmbH RWS E 04 2016 Frenco GmbH Wälzprüfung General Information contact ratio > 1 roll conventional with master gear single flank gear roll inspection contact ratio < 1 power gear flank analysing with roll master

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

III-YEAR AUTOMOBILE ENGINEERING AT 2301 AUTOMOTIVE TRANSMISSION UNIT-1 CLUTCH

III-YEAR AUTOMOBILE ENGINEERING AT 2301 AUTOMOTIVE TRANSMISSION UNIT-1 CLUTCH Question Bank III-YEAR AUTOMOBILE ENGINEERING AT 2301 AUTOMOTIVE TRANSMISSION UNIT-1 CLUTCH 1. What are the important requirements of an automotive transmission system? NOV/DEC 2011. 2. List out the requirements

More information

Learning. Modeling, Assembly and Analysis SOLIDWORKS Randy H. Shih SDC. Better Textbooks. Lower Prices.

Learning. Modeling, Assembly and Analysis SOLIDWORKS Randy H. Shih SDC. Better Textbooks. Lower Prices. Learning SOLIDWORKS 2016 Modeling, Assembly and Analysis Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

SYSTEMS ELECTRONICS GROUP

SYSTEMS ELECTRONICS GROUP SYSTEMS ELECTRONICS GROUP SYSTEMS M4500 MACHINE COMPONENTS RSV34-MS1 RESOLVER with MS CONNECTOR Brushless, Single-turn Resolver Rated to 3,000 RPM Rotary Position Transducer for M4500, M4020, M4040, M4041,

More information