A Proportional Integral Derivative (PID) Force Control System Design for a Fatigue Testing Machine For New Bicycle Fork Standards

Size: px
Start display at page:

Download "A Proportional Integral Derivative (PID) Force Control System Design for a Fatigue Testing Machine For New Bicycle Fork Standards"

Transcription

1 A Proportional Integral Derivative (PID) Force Control System Design for a Fatigue Testing Machine For New Bicycle Fork Standards Paul Sisneros, Advisor: Professor Rani F. El-Hajjar 1 Engineering Mechanics and Composites Laboratory College of Engineering and Applied Science University of Wisconsin-Milwaukee Milwaukee, WI, USA Corresponding information: 1 elhajjar@uwm.edu (R. F. El-Hajjar) Tel: , Fax: Abstract This paper summarizes the efforts to build a fatigue-testing machine for testing of bicycle forks to support academic participation in standard developments in the ASTM F08.10 Committee. The motivation behind the work in this committee is to develop new standards for bicycles considering the new materials such as composites that are being used in production. The goal of this effort is to involve the University of Wisconsin- Milwaukee in the effort to advance the knowledge of failure processes in carbon fiber bicycle parts and to advance the state of ASTM test standards currently under development. It is intended that the results from these test efforts will be available to assist the engineering community in developing better test standards for bicycle components made from composites by examining the results of testing carbon fiber composite forks under existing testing standards. This paper summarizes the efforts to develop a fatigue test machine with load control that is integrated with a Matlab [1] based test environment for test control and data acquisition. This machine was successfully built and will be used to test parts donated by the industry partners. 1. Introduction The continuing effort to reduce the weight of bicycles has led to the increased development and use of polymer resin based carbon fiber components. Laminated carbon fiber components are significantly different in their properties and behavior from metals, which are homogeneous. Laminated carbon fiber can offer several advantages over metals. The direction and number of layers can be varied to achieve greater strength or stiffness in various 1

2 directions based on the stresses to be experienced by the design. However, the manufacturing process can produce anomalies that are not necessarily accounted for in testing standards that were originally developed for metallic forks and other metallic bicycle components. Some of these failure modes include fiber breakage, delaminations in addition to other patterns of crack growth not seen in metallic forks. Carbon fiber based composites also vary from metals in that they lack the ductility and toughness that make metals such an advantageous and versatile class of materials. Due to metal s ductility and isotropic structure, when a part yields in one-location forces are readily redistributed to other areas due to the isotropic nature of the materials. Composite materials by contrast must be designed and laid with an understanding of the way forces are likely to redistribute Figure 1 Fatigue testing machine assembled at the University of Wisconsin -Milwaukee through the structure should local failures occur. The tests run using the proposed equipment are designed to be identical to standards originally designed for metallic forks, so that the carbon/epoxy composite forks can be assessed using this setup. The method describes the procedures used to develop a fatigue testing capability using servo-pneumatic actuator in force control. A proportional integral derivative controller (PID controller) is used to obtain the load control capability necessary for this project. The PID controller is a control loop feedback mechanism widely used in industrial control systems and machinery. A PID controller calculates an error value as the difference between a measured force and the desired set point. The controller then attempts to minimize the error by adjusting the process control inputs. For motion control alone PI controllers are usually adequate, but since this system is required to control force without excessive overshoot the derivative aspect is also useful. A PID system is characterized by its control parameters, they set the proportion of the adjustment the controller will make in its output based on its calculation of the position, integral and derivative of the input signal. Denoting the proportional control parameter as!!, the integral control parameter as!, and the derivative control parameter as!!, with input!! and output!!, the transfer function!!! for this PID system is: 2

3 !!! =!(!)!(!) =!! +!!! +!!! [2] Typically the parameters are adjusted to obtain the desired system behavior, and the values required for a given response depend on the dynamics of the system. Because the system dynamics are likely to change over the span of the test due to strain hardening and fatigue, the Matlab program was designed to monitor the overshoot of the system and adjust the k parameters of the PID actively. Every 10 cycles the Matlab program calculates the average overshoot and makes adjustments to!! and!!. Testing has shown that this allows the machine to test forks with a wide variety of strain hardening characteristics without the error in maximum force per cycle exceeding the 5% specified in the standard. 2. Experimental Method 2.1 Testing and Mechanical Hardware The mechanical components of the system were required to withstand the repeated stress of the forces they would apply in carrying out fatigue testing without losing accuracy. In addition, it was important to consider the cost issues in selection of the most cost-effective yet reliable system. After building a prototype with an electrical solenoid driven actuator it was determined that an electrical actuator would not withstand repeated application of forces up to the 700 N range at high speed for long periods of time. A pneumatic actuator was selected for their ability to run continuously under the required forces without overheating or wearing out its mechanisms. An Enfield Technologies servo pneumatic proportional control system was selected as this system is capable of high precision position and proportional control and can withstand high cycle fatigue testing. The system uses a LS-V05s Proportional Pneumatic Control Valve [3] to control airflow and is based around an Enfield LS-C41 Hybrid PID Controller/Driver [4] see figure 1. To interface the PID controller with a command signal from the computer a LabJack LJ-U3 HV USB data acquisition and control module [4] was installed. In order to accomplish force control an accurate readout of the force applied to the part by the pneumatic actuator was required. Several types of load cells were used in prototyping the system but loss of accuracy at high strain rates and distortion of 3

4 the load cell itself due to impact forces became issues. It was determined that a load cell rated for fatigue was required. A Fatigue Rated Load Cell Model F370 [5] from SensorData was selected because it has a fatigue rating to!"! cycles. The system was tested with these components and an op-amp amplifier with a gain of 201 was installed with the load cell input line to bring the load cell output range closer to the full range of the LabJack in order to improve accuracy. Additionally a universal joint rated for 9 kn was added between the end of the pneumatic actuator and the coupling with the end of the test piece in order to allow the fork to swing through an arc without experiencing axial forces. See Figure 1 for a layout of the system. Structurally, the entire testing system was mounted to a table made of a reinforced 1/4 steel grate. The fork was secured in a custom made clamp designed to emulate the locking used in the head tube of a bicycle to better simulate real world use conditions. The clamp holds the actual spacers and bearing that go with the fork. The clamp had to be designed such that it allows the rotation of the fork during the testing along the axis of the steering tube. 2.2 Software and Data Acquisition Matlab was used as the programming language to develop the software side of the fatigue testing machine. Matlab was selected because it is efficient at handling data, its code is extremely portable and it is capable of interfacing with the LabJack USB interface device. At first the force control system was programmed to attempt to attain the requested force for each cycle as fast as possible, but this method had a tendency to overshoot by up to 20% while the maximum allowed in the ASTM standard being followed was 5% [6][7]. To remedy these problems the Matlab program has been rewritten with a new signal generation algorithm that is time based and approaches the peaks as a sinusoid. Since the integral, derivative and second derivative of a sine function are all continuous, very little shock or impact is experienced this way. And since the code is now time based the frequency is selectable by the user. With the sinusoidal control implemented the system maintains overshoot less than 3%. For data acquisition an option was added to select the sampling frequency. The maximum sampling frequency of the system is currently 160 samples per second; the limiting factor is the communication rate of the lab jack device in use. In practice a sample rate as 30 Hz is sufficient with a cycle rate of 1 Hz, and the option to select lower 4

5 sample rates than 160 was desired to reduce data file sizes and ease data processing and analysis. 3. Discussion and Test Results At the date of this report the fatigue testing machine has been tested capable of repeatable application of force for cycle counts on the order of 10! and logging the data at 500 samples per second. The most recent tests, performed on an aluminum bicycle fork over thirty thousand cycles show very little force variation between cycles, the intended load was 650 N and the maximum variation was less than 13 N, well within the 5% margin specified in the test standard [6][7]. The charts for force and displacement in this test are shown below in Figures 2 and 3 respectively. Signal inline filtering and additional grounding were used to reduce the noise in the measurements. Once the system was confirmed to be stable and capable of logging enough data to perform the full test, comparison tests were started to confirm its accuracy. To this point the tests have been consistent in fatigue life and displacement with the tests performed at the Cycling Sports Group test facilities, with similar behavior being shown on aluminum forks from the same batch tested to 200,000 cycles. Further testing will be required to ensure that the failure modes and total cycles to failure are consistent. Figure 2 Plot of displacement of bicycle fork end in centimeters during testing Figure 3 Plot of force in Newtons applied to end of bicycle fork during testing 5

6 4. Conclusions This paper summarizes the design procedure used to develop a servo-pneumatic fatiguetesting machine to test bicycle forks in support of ASTM standard development. The servopneumatic fatigue-testing machine has been shown to perform adequately in reliability and repeatability. Cross-laboratory participation is necessary to show the testing machine is operating within tolerances for force, displacement and frequency consistency. Current testing has shown no deviation from expected results between the facilities. Future efforts will be to develop an impact testing capability after high cycle fatigue testing which the ASTM F08.10 committee is currently considering. 5. Acknowledgements Special thanks to Dana Parnello, Product Research and Testing Manager of REI (Recreational Equipment Inc.) and Bud (Gilbert) Kisamore, Testing Manager at the Cycling Sports Group. Their donation of test articles and their expert advice and guidance through this project is greatly appreciated. Thanks to Dr. Rani El-Hajjar for his assistance and guidance in mechanics, material science, and methods of academic research. These were essential to the completion of the project. 6. References [1] Software was developed using MATLAB (2007a, The MathWorks, Natick, MA) Web. 24 Jun < [2] Franklin, Gene F., J. David Powell, and Abbas Emami-Naeini. Feedback Control of Dynamic Systems. Upper Saddle River, NJ: Pearson Prentice Hall, Print. [3] "LS-V05s Proportional Pneumatic Control Valve Data Sheet." Enfield Technologies Inc. 22 Nov Web. 24 Sept

7 [4] "U3 LabJack." LabJack Measurement & Automation Simplified. Web. 25 Jun < [5] "Fatigue Rated Load Cell Model F370 Data Sheet." Sensor Data Technologies Inc., 15 Nov Web. 24 Sept [6] ASTM Standard F2273, 2003, "Test Methods for Bicycle Forks," ASTM International, West Conshohocken, PA, 2003, DOI: /F , [7] ASTM Standard F2274, 2003, "Standard Specification for Condition 3 Bicycle Forks," ASTM International, West Conshohocken, PA, 2003, DOI: /F , 7

MGA Research Corporation

MGA Research Corporation MGA Research Corporation Real Time Simulation Testing Gerald Roesser David Nagle Thomas Hutter MGA Research Corporation 1 MGA Research Corporation PRESENTERS Gerald Roesser BSEE MGA Associate since 2001

More information

An Introduction to Fatigue Testing Equipment, Test Setup & Data Collection

An Introduction to Fatigue Testing Equipment, Test Setup & Data Collection An Introduction to Fatigue Testing Equipment, Test Setup & Data Collection Lisa Goodwin Servohydraulic Sales Specialist & Market Manager - Instron The difference is measurable 1 Themes.. Certainty of Measurement

More information

Modeling, Design and Simulation of Active Suspension System Frequency Response Controller using Automated Tuning Technique

Modeling, Design and Simulation of Active Suspension System Frequency Response Controller using Automated Tuning Technique Modeling, Design and Simulation of Active Suspension System Frequency Response Controller using Automated Tuning Technique Omorodion Ikponwosa Ignatius Obinabo C.E Evbogbai M.J.E. Abstract Car suspension

More information

Universal Fluid Power Trainer (UFPT)

Universal Fluid Power Trainer (UFPT) Universal Fluid Power Trainer (UFPT) Milwaukee School of Engineering Applied Technology Center TM Department of Professional Education The UFPT is a modular, smart and unique fluid power and motion control

More information

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Mostafa.A. M. Fellani, Daw.E. Abaid * Control Engineering department Faculty of Electronics Technology, Beni-Walid, Libya

More information

Active Control of Sheet Motion for a Hot-Dip Galvanizing Line. Dr. Stuart J. Shelley Dr. Thomas D. Sharp Mr. Ronald C. Merkel

Active Control of Sheet Motion for a Hot-Dip Galvanizing Line. Dr. Stuart J. Shelley Dr. Thomas D. Sharp Mr. Ronald C. Merkel Active Control of Sheet Motion for a Hot-Dip Galvanizing Line Dr. Stuart J. Shelley Dr. Thomas D. Sharp Mr. Ronald C. Merkel Sheet Dynamics, Ltd. 1776 Mentor Avenue, Suite 17 Cincinnati, Ohio 45242 Active

More information

Universal Fluid Power Trainer (UFPT)

Universal Fluid Power Trainer (UFPT) Universal Fluid Power Trainer (UFPT) The UFPT is a modular, smart and unique fluid power and motion control training unit. It contains an excellent integration of industrial-graded hardware and builtin

More information

SHOCK ABSORBER/DAMPER TESTING MACHINE

SHOCK ABSORBER/DAMPER TESTING MACHINE SHOCK ABSORBER/DAMPER TESTING MACHINE Dampening force of a shock absorber is directly proportional to velocity and this parameter needs to be precisely controlled. A small variation of 1mm in a stroke

More information

HS CYCLIC CUM STATIC TRIAXIAL TEST SYSTEM

HS CYCLIC CUM STATIC TRIAXIAL TEST SYSTEM HS28.610 CYCLIC CUM STATIC TRIAXIAL TEST SYSTEM Meets the essential requirements of ASTM-5311/3999 Introduction The system is a highly advanced combination of hydraulic and pneumatic technology where σ1

More information

Electro-Proportional Terms and Definitions

Electro-Proportional Terms and Definitions Electro-Proportional Terms and Definitions Valve Deadband The span of operation where there is no flow or pressure output for some specified range of command Hydraulic Valve Gain The characteristic relating

More information

Computer Aided Transient Stability Analysis

Computer Aided Transient Stability Analysis Journal of Computer Science 3 (3): 149-153, 2007 ISSN 1549-3636 2007 Science Publications Corresponding Author: Computer Aided Transient Stability Analysis Nihad M. Al-Rawi, Afaneen Anwar and Ahmed Muhsin

More information

STRUCTURAL BEHAVIOUR OF 5000 kn DAMPER

STRUCTURAL BEHAVIOUR OF 5000 kn DAMPER STRUCTURAL BEHAVIOUR OF 5000 kn DAMPER I.H. Mualla Dr. Eng. CTO of DAMPTECH A/S E.D. Jakupsson Dept. of Civil Engineering, Technical University of Denmark L.O. Nielsen Professor, Dept. of Civil Engineering,

More information

test with confidence HV Series TM Test Systems Hydraulic Vibration

test with confidence HV Series TM Test Systems Hydraulic Vibration test with confidence HV Series TM Test Systems Hydraulic Vibration Experience. Technology. Value. The Difference. HV Series TM. The Difference. Our philosophy is simple. Provide a system designed for optimum

More information

Coriolis Density Error Compensating for Ambient Temperature Effects

Coriolis Density Error Compensating for Ambient Temperature Effects Coriolis Density Error Compensating for Ambient Temperature Effects Presented by Gordon Lindsay Oil & Gas Focus Group December 2018 Contents Project aims and objectives Experiment Setup Phase 1 Exploratory

More information

Evaluation of Vibrostrengthening for Fatigue Enhancement of Titanium Structural Components on Commercial Aircraft

Evaluation of Vibrostrengthening for Fatigue Enhancement of Titanium Structural Components on Commercial Aircraft Evaluation of Vibrostrengthening for Fatigue Enhancement of Titanium Structural Components on Commercial Aircraft D. H. Gane 1, Y. S. Rumyantsev 2, H. T. Diep 1, L. Bakow 1 1 Boeing Commercial Aircraft

More information

EXPERIMENTAL STUDY ON EFFECTIVENESS OF SHEAR STRENGTHENING OF RC BEAMS WITH CFRP SHEETS

EXPERIMENTAL STUDY ON EFFECTIVENESS OF SHEAR STRENGTHENING OF RC BEAMS WITH CFRP SHEETS EXPERIMENTAL STUDY ON EFFECTIVENESS OF SHEAR STRENGTHENING OF RC BEAMS WITH CFRP SHEETS Yasuhiro Koda and Ichiro Iwaki Dept. of Civil Eng., College of Eng., Nihon University, Japan Abstract This research

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

More information

Functional Testing & Analysis

Functional Testing & Analysis Functional Testing & Analysis We've been providing turnkey Function Test Systems with Monitoring for over 25 years. From valve testing to seat slide exercise we have sensors to fit, cables to connect,

More information

CHAPTER 6 MECHANICAL SHOCK TESTS ON DIP-PCB ASSEMBLY

CHAPTER 6 MECHANICAL SHOCK TESTS ON DIP-PCB ASSEMBLY 135 CHAPTER 6 MECHANICAL SHOCK TESTS ON DIP-PCB ASSEMBLY 6.1 INTRODUCTION Shock is often defined as a rapid transfer of energy to a mechanical system, which results in a significant increase in the stress,

More information

CHECK AND CALIBRATION PROCEDURES FOR FATIGUE TEST BENCHES OF WHEEL

CHECK AND CALIBRATION PROCEDURES FOR FATIGUE TEST BENCHES OF WHEEL STANDARDS October 2017 CHECK AND CALIBRATION PROCEDURES FOR FATIGUE TEST BENCHES OF WHEEL E S 3.29 Page 1/13 PROCÉDURES DE CONTRÔLE ET CALIBRAGE DE FATIGUE BANCS D'ESSAIS DE ROUE PRÜFUNG UND KALIBRIERUNG

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 2.114

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 2.114 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY SIMULATION AND VIBRATION ANALYSIS OF GEAR BOX USED IN COOLING TOWER FAN K.G.Patel*, S.U.Patil, H.G.Patil D.N.Patel College of

More information

Alternative Carrier Gases for ASTM D7213 Simulated Distillation Analysis

Alternative Carrier Gases for ASTM D7213 Simulated Distillation Analysis Introduction Petroleum & Petrochemical Alternative Carrier Gases for ASTM D7213 Simulated Distillation Analysis By Katarina Oden, Barry Burger, and Amanda Rigdon Crude oil consists of thousands of different

More information

MODELING SUSPENSION DAMPER MODULES USING LS-DYNA

MODELING SUSPENSION DAMPER MODULES USING LS-DYNA MODELING SUSPENSION DAMPER MODULES USING LS-DYNA Jason J. Tao Delphi Automotive Systems Energy & Chassis Systems Division 435 Cincinnati Street Dayton, OH 4548 Telephone: (937) 455-6298 E-mail: Jason.J.Tao@Delphiauto.com

More information

Preliminary Study on Quantitative Analysis of Steering System Using Hardware-in-the-Loop (HIL) Simulator

Preliminary Study on Quantitative Analysis of Steering System Using Hardware-in-the-Loop (HIL) Simulator TECHNICAL PAPER Preliminary Study on Quantitative Analysis of Steering System Using Hardware-in-the-Loop (HIL) Simulator M. SEGAWA M. HIGASHI One of the objectives in developing simulation methods is to

More information

stage from resolution accuracies is 400 peak) and the from an to outpu positioning (as shown N] continuous continuous needs

stage from resolution accuracies is 400 peak) and the from an to outpu positioning (as shown N] continuous continuous needs Earthquake Simulation Using Single or Dual-Axis Linear Motion Stages With the goal of safer buildings and saving lives, scientists and engineers, through the simulation of many recent earthquakes, need

More information

Impact, Torsion, and Crush Tests for 477 kcmil and 795 kcmil 3M Brand Composite Conductor. 3M Company Purchase Order

Impact, Torsion, and Crush Tests for 477 kcmil and 795 kcmil 3M Brand Composite Conductor. 3M Company Purchase Order Impact, Torsion, and Crush Tests for 477 kcmil and 795 kcmil 3M Brand Composite Conductor 3M Company Purchase Order 0000620410 NEETRAC Project Number: 02-229 October, 2002 A Center of The Georgia Institute

More information

QuickStick Repeatability Analysis

QuickStick Repeatability Analysis QuickStick Repeatability Analysis Purpose This application note presents the variables that can affect the repeatability of positioning using a QuickStick system. Introduction Repeatability and accuracy

More information

POST-WELD TREATMENT OF A WELDED BRIDGE GIRDER BY ULTRASONIC IMPACT TREATMENT

POST-WELD TREATMENT OF A WELDED BRIDGE GIRDER BY ULTRASONIC IMPACT TREATMENT POST-WELD TREATMENT OF A WELDED BRIDGE GIRDER BY ULTRASONIC IMPACT TREATMENT BY William Wright, PE Research Structural Engineer Federal Highway Administration Turner-Fairbank Highway Research Center 6300

More information

Modelling of electronic throttle body for position control system development

Modelling of electronic throttle body for position control system development Chapter 4 Modelling of electronic throttle body for position control system development 4.1. INTRODUCTION Based on the driver and other system requirements, the estimated throttle opening angle has to

More information

Friction and Vibration Characteristics of Pneumatic Cylinder

Friction and Vibration Characteristics of Pneumatic Cylinder The 3rd International Conference on Design Engineering and Science, ICDES 214 Pilsen, Czech Republic, August 31 September 3, 214 Friction and Vibration Characteristics of Pneumatic Cylinder Yasunori WAKASAWA*

More information

DEVELOPMENT OF ELECTRONICALLY CONTROLLED PROPORTIONING DIRECTIONAL SERVO VALVES PROJECT REFERENCE NO.: 38S1453

DEVELOPMENT OF ELECTRONICALLY CONTROLLED PROPORTIONING DIRECTIONAL SERVO VALVES PROJECT REFERENCE NO.: 38S1453 DEVELOPMENT OF ELECTRONICALLY CONTROLLED PROPORTIONING DIRECTIONAL SERVO VALVES COLLEGE BRANCH GUIDE PROJECT REFERENCE NO.: 38S1453 : BAPUJI INSTITUTE OF ENGINEERING AND TECHNOLOGY, DAVANGERE : MECHANICAL

More information

Hot Runners and Temperature Controllers

Hot Runners and Temperature Controllers Hot Runners and Temperature Controllers Better parts, faster cycles Benefits Complete tooling solutions Application specific solutions Pristine gate quality Fastest cycles Fast color change Accurate, reliable

More information

Application of Steering Robot in the Test of Vehicle Dynamic Characteristics

Application of Steering Robot in the Test of Vehicle Dynamic Characteristics 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2) Application of Steering Robot in the Test of Vehicle Dynamic Characteristics Runqing Guo,a *, Zhaojuan Jiang 2,b and Lin

More information

SP5 INSTALLATION AND SETUP MANUAL

SP5 INSTALLATION AND SETUP MANUAL SP5 INSTALLATION AND SETUP MANUAL 1 Installation 1.1 Introduction The SP5 System consists of a Data Acquisition unit (DAQ) with two complete Roller control channels, each Roller Control Channel consists

More information

An Experimental Study on the Efficiency of Bicycle Transmissions

An Experimental Study on the Efficiency of Bicycle Transmissions An Experimental Study on the Efficiency of Bicycle Transmissions R. Bolen and C. M. Archibald Grove City College, Grove City, PA Abstract: The objective of this project is to measure the efficiencies of

More information

Series 1780 Dynamometer V2 Datasheet

Series 1780 Dynamometer V2 Datasheet Series 1780 Dynamometer V2 Datasheet Typical use Outrunner brushless motor characterization 25 kgf / 0-100 A 40 kgf / 0-150 A (Plus) Propeller characterization up to 47 Servo testing and control Battery

More information

PIPELINE REPAIR OF CORROSION AND DENTS: A COMPARISON OF COMPOSITE REPAIRS AND STEEL SLEEVES

PIPELINE REPAIR OF CORROSION AND DENTS: A COMPARISON OF COMPOSITE REPAIRS AND STEEL SLEEVES Proceedings of the 2014 10th International Pipeline Conference IPC2014 September 29 - October 3, 2014, Calgary, Alberta, Canada IPC2014-33410 PIPELINE REPAIR OF CORROSION AND DENTS: A COMPARISON OF COMPOSITE

More information

Proceedings of the World Congress on Engineering 2008 Vol II WCE 2008, July 2-4, 2008, London, U.K.

Proceedings of the World Congress on Engineering 2008 Vol II WCE 2008, July 2-4, 2008, London, U.K. Development and Optimization of Vibration Protection Seats (Tempered Springs) for Agricultural Tractor Ch.Sreedhar 1, Assoc. Professor; Dr. K.C.B. Raju 2, Dy.G.M.BHEL; Dr. K. Narayana Rao 3, AICTE; Abstract:

More information

Modeling, Design and Simulation of Active Suspension System Root Locus Controller using Automated Tuning Technique.

Modeling, Design and Simulation of Active Suspension System Root Locus Controller using Automated Tuning Technique. Modeling, Design and Simulation of Active Suspension System Root Locus Controller using Automated Tuning Technique. Omorodion Ikponwosa Ignatius Obinabo C.E Abstract Evbogbai M.J.E. Car suspension system

More information

This white paper details how these critical engineering factors should be addressed when designing and sizing a screw jack system.

This white paper details how these critical engineering factors should be addressed when designing and sizing a screw jack system. Critical Factors in Sizing and Designing a Screw jack System Abstract At Motion Technologies we re not afraid to redesign customer concepts in order to increase system performance and save our customers

More information

The Positioning of Systems Powered by McKibben Type Muscles

The Positioning of Systems Powered by McKibben Type Muscles The Positioning of Systems Powered by McKibben Type Muscles Wiktor Parandyk, Michał Ludwicki, Bartłomiej Zagrodny, and Jan Awrejcewicz Lodz University of Technology, Lodz, Poland Department of Automation,

More information

Design and Experimental Study on Digital Speed Control System of a Diesel Generator

Design and Experimental Study on Digital Speed Control System of a Diesel Generator Research Journal of Applied Sciences, Engineering and Technology 6(14): 2584-2588, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 28, 2012 Accepted: February

More information

Quasi-Static Finite Element Analysis (FEA) of an Automobile Seat Latch Using LS-DYNA

Quasi-Static Finite Element Analysis (FEA) of an Automobile Seat Latch Using LS-DYNA 7 th International LS-DYNA Users Conference Simulation Technology (2) Quasi-Static Finite Element Analysis (FEA) of an Automobile Seat Latch Using LS-DYNA Song Chen, Yuehui Zhu Fisher Dynamics Engineering

More information

Linear Motion and Assembly Technologies Pneumatics Service. forces to the crankshaft s surface to reduce fatigue.

Linear Motion and Assembly Technologies Pneumatics Service. forces to the crankshaft s surface to reduce fatigue. Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service profile Drive & Control Roll with the Changes: Ingersoll Crankshaft Rolling Machine Uses Integrated Axis

More information

o applied to the motor., 0, and Vo

o applied to the motor., 0, and Vo Induction Motor and Drive Performance 1 Induction Motor Drivee Performance Introduction Over the past few years there have been great improvements in power electronics and their uses in motor drives. Today,

More information

DRIVER SPEED COMPLIANCE WITHIN SCHOOL ZONES AND EFFECTS OF 40 PAINTED SPEED LIMIT ON DRIVER SPEED BEHAVIOURS Tony Radalj Main Roads Western Australia

DRIVER SPEED COMPLIANCE WITHIN SCHOOL ZONES AND EFFECTS OF 40 PAINTED SPEED LIMIT ON DRIVER SPEED BEHAVIOURS Tony Radalj Main Roads Western Australia DRIVER SPEED COMPLIANCE WITHIN SCHOOL ZONES AND EFFECTS OF 4 PAINTED SPEED LIMIT ON DRIVER SPEED BEHAVIOURS Tony Radalj Main Roads Western Australia ABSTRACT Two speed surveys were conducted on nineteen

More information

SERVO-HYDRAULIC UNIVERSAL TESTING MACHINE SERIES D

SERVO-HYDRAULIC UNIVERSAL TESTING MACHINE SERIES D SERVO-HYDRAULIC UNIVERSAL TESTING MACHINE SERIES D STANDARD BS 8110: PART 1: 1997 3.12.8.16.2, BS4482. BS4483, BS4449, ASTM A 1034: 10.5, 10.7 TEST TYPE Slip & Tensile Strength Permanent Elongation & Tensile

More information

3. DESCRIPTION OF SHAKING TABLE SYSTEM COMPONENTS

3. DESCRIPTION OF SHAKING TABLE SYSTEM COMPONENTS 17 3. DESCRIPTION OF SHAKING TABLE SYSTEM COMPONENTS 3.1. INTRODUCTION The earthquake simulator is a system that consists of several components which must be designed to effectively work together. Each

More information

EE 370L Controls Laboratory. Laboratory Exercise #E1 Motor Control

EE 370L Controls Laboratory. Laboratory Exercise #E1 Motor Control 1. Learning Objectives EE 370L Controls Laboratory Laboratory Exercise #E1 Motor Control Department of Electrical and Computer Engineering University of Nevada, at Las Vegas To demonstrate the concept

More information

Linear Shaft Motors in Parallel Applications

Linear Shaft Motors in Parallel Applications Linear Shaft Motors in Parallel Applications Nippon Pulse s Linear Shaft Motor (LSM) has been successfully used in parallel motor applications. Parallel applications are ones in which there are two or

More information

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Ganesh Nanaware, Tony Foster, Leo Gomez Baker Hughes Incorporated Abstract: Developing an expandable liner hanger system for

More information

Figure1: Kone EcoDisc electric elevator drive [2]

Figure1: Kone EcoDisc electric elevator drive [2] Implementation of an Elevator s Position-Controlled Electric Drive 1 Ihedioha Ahmed C. and 2 Anyanwu A.M 1 Enugu State University of Science and Technology Enugu, Nigeria 2 Transmission Company of Nigeria

More information

Technical Overview. Pressure and Flow on Demand Proven 100,000 Times Over

Technical Overview. Pressure and Flow on Demand Proven 100,000 Times Over Pressure and Flow on Demand Proven 100,000 Times Over Never has the efficient use of energy been as important as today in view of exploding costs. Modern hydraulic systems combine efficient energy savings

More information

Shaft Grounding and Sliding Electrical Contacts

Shaft Grounding and Sliding Electrical Contacts Shaft Grounding and Sliding Electrical Contacts Jeff D. Koenitzer, P.E. Vice President - Engineering December 2016 Milwaukee, Wisconsin, USA Introduction A sliding electrical contact is a component that

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MOTIVATION OF THE RESEARCH Electrical Machinery is more than 100 years old. While new types of machines have emerged recently (for example stepper motor, switched reluctance

More information

MMLV Lightweight Powertrain Long Carbon Fiber Structural Front Cover & Oil Pan

MMLV Lightweight Powertrain Long Carbon Fiber Structural Front Cover & Oil Pan MMLV Lightweight Powertrain Long Carbon Fiber Structural Front Cover & Oil Pan 2015 SPE ACCE Conference Session: Virtual Prototyping & Testing September 9-11, 2015 Ankur Bhosale - BASF Performance Materials

More information

MultiCam 3000 Series CNC Router Feature and Specification Guide. Versatile, Feature-Rich Production Routing! The MultiCam. Ideal for Cutting: Wood

MultiCam 3000 Series CNC Router Feature and Specification Guide. Versatile, Feature-Rich Production Routing! The MultiCam. Ideal for Cutting: Wood MultiCam 3000 Series CNC Router Feature and Specification Guide Versatile, Feature-Rich Production Routing! The MultiCam 3000 Series CNC Routers are loaded with standard features normally associated with

More information

The MathWorks Crossover to Model-Based Design

The MathWorks Crossover to Model-Based Design The MathWorks Crossover to Model-Based Design The Ohio State University Kerem Koprubasi, Ph.D. Candidate Mechanical Engineering The 2008 Challenge X Competition Benefits of MathWorks Tools Model-based

More information

GROUP THREE. Trent Lucier Jonathan Sheanon Gerardo Cuccolo Trevor Deming

GROUP THREE. Trent Lucier Jonathan Sheanon Gerardo Cuccolo Trevor Deming GROUP THREE Jonathan Sheanon Sheanonj@wit.edu Gerardo Cuccolo Cuccolog@wit.edu Trent Lucier Luciert@wit.edu Trevor Deming Demingt@wit.eduedu Section 1: Introduction and Needs Assessment Section 2: Project

More information

The DPQ Series 2X Digital Injection Process Controller

The DPQ Series 2X Digital Injection Process Controller Electric Drives and Controls Linear Motion and Assembly Technologies Pneumatics Service The DPQ Series 2X Digital Injection Process Controller The Drive & Control Company 1 The Injection Process Perfect

More information

Fall Professor Kyongsu Yi VDCL Vehicle Dynamics and Control Laboratory Seoul National University

Fall Professor Kyongsu Yi VDCL Vehicle Dynamics and Control Laboratory Seoul National University System Control Fall 2010 Professor Kyongsu Yi 2010 VDCL Vehicle Dynamics and Control Laboratory Seoul National University Lecture 1: Course Overview Instructor: Lectures: Professor Kyongsu Yi 301-1502

More information

Geometric vs. Capacitive Stress Control: choosing cable termination accessories to help reduce electrical stress.

Geometric vs. Capacitive Stress Control: choosing cable termination accessories to help reduce electrical stress. Geometric vs. Capacitive Stress Control: choosing cable termination accessories to help reduce electrical stress. George Fofeldea Power Engineer, 3M Canada August 2018 Abstract 3M invented cold shrink

More information

A SIMPLIFIED METHOD FOR ENERGIZING THE SOLENOID COIL BASED ON ELECTROMAGNETIC RELAYS

A SIMPLIFIED METHOD FOR ENERGIZING THE SOLENOID COIL BASED ON ELECTROMAGNETIC RELAYS A SIMPLIFIED METHOD FOR ENERGIZING THE SOLENOID COIL BASED ON ELECTROMAGNETIC RELAYS Munaf Fathi Badr Mechanical Engineering Department, College of Engineering Mustansiriyah University, Baghdad, Iraq E-Mail:

More information

Modelling and Control of Ultracapacitor based Bidirectional DC-DC converter systems PhD Scholar : Saichand K

Modelling and Control of Ultracapacitor based Bidirectional DC-DC converter systems PhD Scholar : Saichand K Modelling and Control of Ultracapacitor based Bidirectional DC-DC converter systems PhD Scholar : Saichand K Advisor: Prof. Vinod John Department of Electrical Engineering, Indian Institute of Science,

More information

Racing Tires in Formula SAE Suspension Development

Racing Tires in Formula SAE Suspension Development The University of Western Ontario Department of Mechanical and Materials Engineering MME419 Mechanical Engineering Project MME499 Mechanical Engineering Design (Industrial) Racing Tires in Formula SAE

More information

Optimization of Seat Displacement and Settling Time of Quarter Car Model Vehicle Dynamic System Subjected to Speed Bump

Optimization of Seat Displacement and Settling Time of Quarter Car Model Vehicle Dynamic System Subjected to Speed Bump Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Optimization

More information

Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping Gui-bo YU, Jian-zhuang ZHI *, Li-jun CAO and Qiao MA

Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping Gui-bo YU, Jian-zhuang ZHI *, Li-jun CAO and Qiao MA 2018 International Conference on Computer, Electronic Information and Communications (CEIC 2018) ISBN: 978-1-60595-557-5 Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping

More information

Laboratory Experiments for Enhanced Learning of Electromechanical Devices

Laboratory Experiments for Enhanced Learning of Electromechanical Devices Proceedings of 2014 Zone 1 Conference of the American Society for Engineering Education (ASEE Zone 1) Laboratory Experiments for Enhanced Learning of Electromechanical Devices Tomislav Bujanovic and Prasanta

More information

Stopping Accuracy of Brushless

Stopping Accuracy of Brushless Stopping Accuracy of Brushless Features of the High Rigidity Type DGII Series Hollow Rotary Actuator The DGII Series hollow rotary actuator was developed for positioning applications such as rotating a

More information

1291BL Series Technical Specification Single Axis Position and Rate Table System

1291BL Series Technical Specification Single Axis Position and Rate Table System Datasheet 1291BL Series Technical Specification Single Axis Position and Rate Table System DESCRIPTION The Model 1291BL Single Axis Position and Rate Table System is designed to provide precise position,

More information

A dream? Dr. Jürgen Bredenbeck Tire Technology Expo, February 2012 Cologne

A dream? Dr. Jürgen Bredenbeck Tire Technology Expo, February 2012 Cologne Rolling resistance measurement on the road: A dream? Dr. Jürgen Bredenbeck Tire Technology Expo, 14.-16. February 2012 Cologne Content Motivation Introduction of the used Measurement Equipment Introduction

More information

Appendix A: Motion Control Theory

Appendix A: Motion Control Theory Appendix A: Motion Control Theory Objectives The objectives for this appendix are as follows: Learn about valve step response. Show examples and terminology related to valve and system damping. Gain an

More information

Sport Shieldz Skull Cap Evaluation EBB 4/22/2016

Sport Shieldz Skull Cap Evaluation EBB 4/22/2016 Summary A single sample of the Sport Shieldz Skull Cap was tested to determine what additional protective benefit might result from wearing it under a current motorcycle helmet. A series of impacts were

More information

GEMINI 8-M Telescopes Project

GEMINI 8-M Telescopes Project GEMINI 8-M Telescopes Project Friction Driven Encoder Test Program Report G. Pentland Telescope Structure, Building, and Enclosure Group March 23, 1995 GEMINI PROJECT OFFICE 950 N. Cherry Ave. Tucson,

More information

Vibration Test Systems

Vibration Test Systems Vibration Test Systems Lansmont Vibration Test Systems are versatile, easy to operate, and reliable servo-hydraulic vibration testing equipment. Whether you are testing bare products, individual packages,

More information

Chapter 2 Dynamic Analysis of a Heavy Vehicle Using Lumped Parameter Model

Chapter 2 Dynamic Analysis of a Heavy Vehicle Using Lumped Parameter Model Chapter 2 Dynamic Analysis of a Heavy Vehicle Using Lumped Parameter Model The interaction between a vehicle and the road is a very complicated dynamic process, which involves many fields such as vehicle

More information

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units)

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units) CATALOG DESCRIPTION University Of California, Berkeley Department of Mechanical Engineering ME 131 Vehicle Dynamics & Control (4 units) Undergraduate Elective Syllabus Physical understanding of automotive

More information

Tuning the System. I. Introduction to Tuning II. Understanding System Response III. Control Scheme Theory IV. BCU Settings and Parameter Ranges

Tuning the System. I. Introduction to Tuning II. Understanding System Response III. Control Scheme Theory IV. BCU Settings and Parameter Ranges I. Introduction to Tuning II. Understanding System Response III. Control Scheme Theory IV. BCU Settings and Parameter Ranges a. Determining Initial Settings The Basics b. Determining Initial Settings -

More information

for Critical Applications in Extreme Environments

for Critical Applications in Extreme Environments for Critical Applications in Extreme Environments Electronic Controllers M-CONTROL Electronic Controllers provide control for systems requiring fluid pressure and flow control via pumps, fans and compressors.

More information

IMPACT REGISTER, INC. PRECISION BUILT RECORDERS SINCE 1914

IMPACT REGISTER, INC. PRECISION BUILT RECORDERS SINCE 1914 IMPACT REGISTER, INC. PRECISION BUILT RECORDERS SINCE 1914 RM-3WE (THREE WAY) ACCELEROMETER GENERAL The RM-3WE accelerometer measures and permanently records, for periods of 30, 60, and 90 days, the magnitude,

More information

Motor Tuning Instructions

Motor Tuning Instructions 6/20/12 Motor Tuning Instructions Before you begin tuning: 1. Make sure Pro-Motion is installed. 2. Hook up motor drive, motor, and computer. - Connect motor drive to computer using a USB to Serial Com

More information

Electronic Load Sensing for Tractors

Electronic Load Sensing for Tractors Electronic Load Sensing for Tractors Dipl.-Ing. U. Lenzgeiger, Dipl.-Ing. (FH) U. Maier, Dipl.-Ing. (FH) P. Schmuttermaier Bosch Rexroth AG Systems Engineering Glockeraustraße 2 89275 Elchingen E-Mail:

More information

Time-Dependent Behavior of Structural Bolt Assemblies with TurnaSure Direct Tension Indicators and Assemblies with Only Washers

Time-Dependent Behavior of Structural Bolt Assemblies with TurnaSure Direct Tension Indicators and Assemblies with Only Washers Time-Dependent Behavior of Structural Bolt Assemblies with TurnaSure Direct Tension Indicators and Assemblies with Only Washers A Report Prepared for TurnaSure, LLC Douglas B. Cleary, Ph.D., P.E. William

More information

Beyond Standard. Dynamic Wheel Endurance Tester. Caster Concepts, Inc. Introduction: General Capabilities: Written By: Dr.

Beyond Standard. Dynamic Wheel Endurance Tester. Caster Concepts, Inc. Introduction: General Capabilities: Written By: Dr. Dynamic Wheel Endurance Tester Caster Concepts, Inc. Written By: Dr. Elmer Lee Introduction: This paper details the functionality and specifications of the Dynamic Wheel Endurance Tester (DWET) developed

More information

Storvik HAL Compactor

Storvik HAL Compactor Storvik HAL Compactor Gunnar T. Gravem 1, Amund Bjerkholt 2, Dag Herman Andersen 3 1. Position, Senior Vice President, Storvik AS, Sunndalsoera, Norway 2. Position, Managing Director, Heggset Engineering

More information

Dynamic Behavior Analysis of Hydraulic Power Steering Systems

Dynamic Behavior Analysis of Hydraulic Power Steering Systems Dynamic Behavior Analysis of Hydraulic Power Steering Systems Y. TOKUMOTO * *Research & Development Center, Control Devices Development Department Research regarding dynamic modeling of hydraulic power

More information

Seismic Engineering Research Infrastructures for European Synergies. JRA1: Small Lab Experience. Iasi 13th July 2009

Seismic Engineering Research Infrastructures for European Synergies. JRA1: Small Lab Experience. Iasi 13th July 2009 Seismic Engineering Research Infrastructures for European Synergies Structural Dynamics Research Group Department of Engineering Science University of Oxford JRA1: Small Lab Experience Iasi 13th July 2009

More information

White paper: Pneumatics or electrics important criteria when choosing technology

White paper: Pneumatics or electrics important criteria when choosing technology White paper: Pneumatics or electrics important criteria when choosing technology The requirements for modern production plants are becoming increasingly complex. It is therefore essential that the drive

More information

HCT-10 Temperature Controller User Manual

HCT-10 Temperature Controller User Manual HCT-10 Temperature Controller User Manual June 2012 ALA Scientific Instruments Inc. 60 Marine Street Farmingdale, NY 11735 Voice: 631.393.6401 FAX: 631.393.6407 E-mail: support@alascience.com www.alascience.com

More information

Testing criteria for non-ballasted track and embedded track systems

Testing criteria for non-ballasted track and embedded track systems Testing criteria for non-ballasted track and embedded track systems ABSTRACT André Van Leuven Dynamic Engineering St Louis, MO The EC co funded research project Urban Track aims at reducing the total life

More information

STATIC AND FATIGUE ANALYSIS OF LEAF SPRING-AS A REVIEW

STATIC AND FATIGUE ANALYSIS OF LEAF SPRING-AS A REVIEW STATIC AND FATIGUE ANALYSIS OF LEAF SPRING-AS A REVIEW Vishal Gavali 1, Mahesh Jadhav 2, Digambar Zoman 3 1,2, 3 Mechanical Engineering Department, LGNSCOE Anjaneri Nashik,(India) ABSTRACT In engineering

More information

IMECE DESIGN OF A VARIABLE RADIUS PISTON PROFILE GENERATING ALGORITHM

IMECE DESIGN OF A VARIABLE RADIUS PISTON PROFILE GENERATING ALGORITHM Proceedings of the ASME 2009 International Mechanical Engineering Conference and Exposition ASME/IMECE 2009 November 13-19, 2009, Buena Vista, USA IMECE2009-11364 DESIGN OF A VARIABLE RADIUS PISTON PROFILE

More information

Wind Turbine Emulation Experiment

Wind Turbine Emulation Experiment Wind Turbine Emulation Experiment Aim: Study of static and dynamic characteristics of wind turbine (WT) by emulating the wind turbine behavior by means of a separately-excited DC motor using LabVIEW and

More information

CAPT JT Elder Commanding Officer NSWC Crane

CAPT JT Elder Commanding Officer NSWC Crane KeyMod vs. M-LOK Modular Rail System Comparison Abstract #19427 Presented By: Caleb McGee Date: 4 May 2017 CAPT JT Elder Commanding Officer NSWC Crane Dr. Brett Seidle, SES Technical Director NSWC Crane

More information

Six keys to achieving better precision in linear motion control applications

Six keys to achieving better precision in linear motion control applications profile Drive & Control Six keys to achieving better precision in linear motion control applications Achieving precise linear motion Consider these factors when specifying linear motion systems: Equipped

More information

Lateral load performance of concrete sleeper fastening systems under non-ideal conditions

Lateral load performance of concrete sleeper fastening systems under non-ideal conditions Page 330 Lateral load performance of concrete sleeper fastening systems under non-ideal conditions B.G.J. Holder, Y. Qian, M.S. Dersch & J.R. Edwards University of Illinois Urbana-Champaign, Urbana, IL,

More information

SPMM OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000?

SPMM OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000? SPMM 5000 OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000? The Suspension Parameter Measuring Machine (SPMM) is designed to measure the quasi-static suspension characteristics that are important

More information

VALMONT MITIGATOR TR1

VALMONT MITIGATOR TR1 VALMONT MITIGATOR TR1 Research Verification of the Valmont TR1 Damper Performance MITIGATOR TR1 VIBRATION DAMPER The Valmont TR1 damper has been specifically designed using vibration theory and innovative

More information

Speed Control of D.C. MOTOR Using Chopper

Speed Control of D.C. MOTOR Using Chopper Speed Control of D.C. MOTOR Using Chopper 1 VARUN ROHIT VADAPALLI, 2 HEMANTH KUMAR KELLA, 3 T.RAVI SEKHAR, 4 Y.DAVID SAMSON, 5 N.AVINASH 1,2,3,4 UG Student, 5 Assistant Professor, Department of Electrical

More information

Multi-axial fatigue life assessment of high speed car body based on PDMR method

Multi-axial fatigue life assessment of high speed car body based on PDMR method MATEC Web of Conferences 165, 17006 (018) FATIGUE 018 https://doi.org/10.1051/matecconf/01816517006 Multi-axial fatigue life assessment of high speed car body based on PDMR method Chaotao Liu 1,*, Pingbo

More information