Hardware in the Loop Simulation of Production Systems Dynamics

Size: px
Start display at page:

Download "Hardware in the Loop Simulation of Production Systems Dynamics"

Transcription

1 Hardware in the Loop Simulation of Production Systems Dynamics Sascha Röck 1 1 Institute for Control Engineering of Machine Tools and Manufacturing Units (ISW), University of Stuttgart Abstract Constantly growing competitive pressure forces machine and plant manufacturers to find new innovative ways to reduce the development costs as well as to increase the quality. In order to achieve these goals, simulation tools are used in many phases of the development process. An integrated simulation of the system production plant requires not only the dynamic behavior of the production system but also the consideration of the applied control technology. For this purpose, especially the coupled simulation between real control system and virtual machine became widely accepted in recent years. This paper will give an overview of the current state of the art of hardware-in-the-loop simulation (HiLS) of production systems dynamics at the ISW. Keywords Control, Simulation, Machine Tool 1. Introduction Hardware-in-the-loop simulation in the context of production engineering means that the real control system is connected with a virtual machine or plant via the real field or drive bus (hardware). Thus, the simulation system calculates the machine behavior and provides the machine data (actual values) relevant for the control and, in addition, protocols internal state variables for diagnosis which can then be displayed to the engineer (Fig. 1). This allows a highly realistic test of the control programs on the real hardware with all runtime effects without having to use the real machine or plant. The additional benefit lies in the possibility to generate the control programs at an early stage in the development process and, at the same time, be able to test them very close to reality. The hardware-in-the-loop simulation is suitable for the virtual set-up of control software and hardware, testing control functions and the human machine interface, training the machine operators to eliminate irregularities efficiently, 1

2 the optimization of control programs and machine cycle times. Figure 1: Hardware in the loop simulation of a machine control At the Institute for Control Engineering of Machine Tools and Manufacturing Units (ISW) hardware-in-the-loop simulation has been a research topic for many years. In particular, the focus is put on real-time simulation of the dynamics of production systems. In this context, scientists of the ISW developed the real-timecapable simulation environment VIRTUOS in close cooperation with the industry partner Industrielle Steuerungssoftware GmbH, Stuttgart (ISG). This software is successfully applied today in the industry. The design of VIRTUOS is shown in Figure 2. Essentially VIRTUOS consists of three components: The real-time solver VIRTUOS.S, the graphical user interface VIRTUOS.M for modeling and monitoring and the graphical user interface VIRTUOS.V for online 3D visualization of the machine motions. The real-time solver VIRTUOS.S computes all state variables and communicates with the control systems via bus interfaces to a number of popular bus systems. It is operated on a real-time operating system absolutely synchronously to the control cycle. Modeling is done in VIRTUOS.M with block diagrams. A MATLAB/SIMULINK import interface allows the inclusion of SIMULINK models. 2

3 Figure 2: Design of the hardware in the loop simulator VIRTUOS The hard real-time monitoring (synchronous to the control cycle without loss of data) of all computed state variables is done by VIRTUOS.M while the machine motions are displayed in VIRTUOS.V during the simulation in soft real-time (as fast as possible). This allows for a realistic observation of the virtual production system. In the following chapters various dynamic models are presented that have been designed at the ISW for a hardware-in-the-loop simulation and implemented in VIRTUOS. 2. Mass dynamics Mainly in case of highly dynamic motion sequences as, for example, pick and place operations or high-speed cutting, inertia forces affect the control system. High inertia forces limit the process speed, which often can only be taken into consideration during the set-up of the control programs on the real machine. In this context, virtual set-up allows for an early optimization of the machine dynamics respectively the dynamics of the machine-control interaction. Since the used path planning algorithms in modern machine control systems (NC, RC) for 3

4 high-speed applications are - for reasons of competition - insufficiently published, the use of a hardware-in-the-loop simulation is often the only way to test the entire control system without the need of the real machine or plant. Additionally, the hardware-in-the-loop simulation allows for the transient analysis over the entire control program. All time-dependent system variables like accelerations, speeds, forces and moments etc. can be analyzed over the entire control program and all data can be used for further optimizations. By displaying the variables, e.g. versus the path of the tool center point (TCP), critical process points and its location in the control program can easily be found. The example in Figure 3 shows the hardware-in-the-loop simulation of the mass dynamics of a machine tool with parallel kinematics in VIRTUOS. The model was validated by means of the motor currents. The representation of the feed rate over the work piece surface was used for analyzing the control system. Figure 3: Hardware-in-the -loop simulation of a machine tool with parallel kinematics in VIRTUOS 4

5 A more detailed description of the simulation of mass dynamics in real-time can be found in [1]. 3. Contact dynamics A significant part of the control software for handling systems has to be developed and tested on the real machine during their set-up. The reason for this is that the exact process sequences and, in particular, their interaction with the control system are mostly unknown before the plant is assembled. Especially in case of large plants with many interlinked machining stations, the set-up of the mostly very heterogeneous control technology is very time-consuming and expensive. In cooperation with industrial partners, a real-time-capable library for handling operations was designed and integrated into the real-time simulation platform VIRTUOS. Some exemplary simulation scenarios are illustrated in Figure 4. Bottle transfer unit Part selection Roller conveyor Gripper operations Figure 4: Real-time-capable simulation of handling systems with VIRTUOS The examples shown in fig. 4 require the modeling of contact dynamics. In order to be able to simulate contact-driven movements, collision detection and contact 5

6 force computation between the moving bodies and their environment has to be processed. A real-time-capable collision detection could be achieved with the Closest Feature method of Lin and Canny [2]. This method allows for the efficient computation of minimal distances between two geometric primitives (point, edge, surface) by their localization in a space divided into Voronoi regions. The resulting geometric primitives that are closest to each other are called Closest Features. The existence of Closest Features is only clearly indicated with convex geometries, because two convex geometries can only collide in one point at a time. In case of non-convex geometries, these have to be decomposed into convex geometries, which could result in several Closest Features and thus in several simultaneous collisions between two geometries. The real-time computation of contact forces of multiple contacts on one collision object is processed by inserting a discrete spring-damper element at each contact point. Thereby, static and dynamic friction can also be taken into consideration in the contact points. The used methods have been verified by means of the bottle transfer unit illustrated in fig. 4 (top left). The contour of the star wheel has more than 200 polygon points. Here, the number of simultaneous collisions between the bottles and the star wheel varies from 6 to 11 while the bottles pass through the transfer unit (Fig. 5). Figure 5: Real-time capable computation of a bottle transfer unit in VIRTUOS Essential phenomena like the bouncing of the bottles and the jamming due to the high bottle back pressure at the star wheel entrance could be simulated accurately 6

7 enough for the use in a virtual set-up application. The real-time capability could also be verified, as can be seen in Figure 5. The diagram represents the percentaged response time of the model triggered by the real-time tick of the realtime OS. In this example, the CPU load of the real-time process was almost constantly 28 %. 4. Structural and process dynamics The simulative prediction of the machine behavior in consideration of the cutting process has been a research topic of different research groups for decades. The use of simulation technology for analyzing the interaction of the machine and the cutting process is a big challenge. The reason is that a large variety of phenomena exist and they have to be modeled very much in detail for the specific problems. An overview is given by Altintas and Brecher in [3]. Especially the process simulation imposes very high demands on the simulation tools. For predicting the process forces and the process stability, a high degree of expertise about the process and its numerical simulation is necessary. Brecher presents an overview of this in [4]. A good description of predicting the stability of cutting processes can be found in [5, 6]. The application of simulation models in interaction with the real control technology in a hardware-in-the-loop simulation requires a time-deterministic and highly efficient computation of the models. Contributions to the real-time simulation of the dynamics of machine tools have been presented in [1] and [7]. A numerical analysis for describing the process stability for a time domain simulation of the process-machine interaction in milling has been discussed in detail in [8]. The virtual set-up of cutting machine tools is one of the biggest challenges in the field of dynamic simulation of production systems. Beyond doubt it would make sense to check the machining process virtually, especially if small lot sizes and high work piece costs make the set-up process extremely time-consuming and expensive. The challenging factor is basically the complexity of the required model, since the machine dynamics as well as the process dynamics and their interactions have to 7

8 be considered. Only then reliable statements in regard to process stability, process results and the work piece quality can be made. Figure 6 shows the occurring interactions of the machine control up to the material removal during cutting. Figure 6: Interactions of control and material removal In the case of a high-speed cutting machine process dynamics play an important role during the set-up, because process instabilities like regenerative chatter lead to worse process results and can damage the work piece as well as the tool. To avoid this, extensive measurements and system analyses on the real machine are necessary. The use of a reliable simulation for predicting the process stability in connection with the real control system would reduce the measurement efforts during the set-up and the risk of instabilities. But this requires valid and accurate models of the process-machine interaction in a hardware-in-the-loop simulation. In the following chapters the modeling and its numerical problems for a hardwarein-the-loop simulation of the process-machine interaction will be presented in consideration of the process stability during cutting. 4.1 Structural dynamics The structural dynamics of machine components can be described by means of linear finite element models. For the application in a hardware-in-the-loop simulation the generally high number of degrees of freedom of such systems must 8

9 be reduced. For this purpose, efficient reduction methods are available today [9]. Furthermore, linear systems can be decoupled in their modes, which allows for an efficient and robust computation of the model. Figure 7 illustrates the inclusion of a finite element model in a hardware-in-the-loop simulation. Figure 7: Import interface for FE structures in a hardware-in-the-loop simulation The model matrices (e.g. mass matrix, damping matrix and stiffness matrix) are imported from the commercial FEM tool ANSYS into MATLAB and supplemented in SIMULINK by control structures. In an interface developed by ISW between MATLAB/SIMULINK and the hardware-in-the-loop simulator VIRTUOS, a state space model of the controller-coupled structure is generated. Thereby the system matrix is decomposed in its modes by a modal transformation and becomes block-diagonal form, which can be solved very efficiently in VIRTUOS by means of implicit solution methods. A more detailed description of the interface can be found in [7]. 4.2 Process-Machine Interaction (PMI) As mentioned above, the simulation of the process-machine interaction is very important for the prediction of the entire machine behavior during a simulation- 9

10 based set-up. This requires a time domain simulation that takes into account the process instability due to the regenerative chatter. The process stability can be illustrated in stability diagrams, where the critical depth of cut is shown via the spindle speed. The critical depth of cut represents here the stability limit of the real process (Figure 8). Figure 8: Stability diagrams and the critical depth of cut In order to be able to solve the equations of motion on a digital computer system in the time domain, a time domain discretization is required. The discretization is basically only an approximation of the exact solution and leads to numerical errors. The numerical errors affect the solution of the equations and respectively the process stability, as shown in Figure 8. The critical depth of cut which results from the numerical solution cannot match the real stability limit of the process, because of the numerical error resulting from the time domain discretization. The stability limit which results from the numerical solution does not match the real stability limit. Thus regenerative chatter already occurs for smaller respectively major cutting depths in the simulation and the simulation model is either less or more stable as the real cutting process. Figure 9 shows an example of the result of two basic discretizations via numerical integration by means of the Adams-Moulton method of 1 st and 2 nd order [10]. It also should be noted that the Adams-Moulton method of 1 st order complies with the implicit Euler method, and the Adams-Moulton method of 2 nd order complies with the implicit trapezoidal rule. The method to calculate the diagrams in figure 9 is presented in [8]. 10

11 Adams-Moulton 1 Adams-Moulton Analytic h=0.002 h=0.001 h= h= Analytic h=0.002 h=0.001 h= h= Spindle Speed [rev/min] Figure 9: Results of critical depths of cut after discretization in the time domain with Adams Moulton integration Spindle Speed [rev/min] The Adams-Moulton method of 1 st order (AM1) produces a stabilizing effect and, therefore, provides solutions of a stable process even though instability would actually occur. The Adams-Moulton method of 2 nd order (AM2), however, works destabilizing and indicates the instability too early. By minimizing the discretization step size h (time step size) the numerical error decreases in both methods, as expected. But a reduction of the time step size induces more calculation steps per time interval and respectively more computational effort, which should be avoided in a real-time simulation. At a usual NC control cycle of about 1-5 milliseconds a time step size should not be significantly smaller and in the ideal case it should be conform to it. The example shows that both methods are insufficient with step sizes in this range. However, these methods can be used for simulating the process stability. By a linear combination of both methods with AAM= AM1+ 1 AM2 we receive an adaptive integration method (AAM) with the adaption variable. If is varied between 0 and 1, the methods are weighted differently and the stabilizing or destabilizing effect can be manipulated according to the weighting. The stability limits are shown in the left diagram in Figure 10 with different adaption variables. Figure 10 on the right shows the numerical stability limit of the adaptive Adams-Moulton method at a time step size of 1 millisecond and the 11

12 characteristics of the adaption variable. It can be seen that stabilization and destabilization effects do not occur anymore. Critical depth of cut [mm] Analytic α = 0.0 α = 0.2 α = 0.4 α = 0.6 α = 0.8 α = 1.0 Adaptive Adams-Moulton Scheme with h=0.001 sec Analytic AAM h=0.001 Adapt.Variable α α Spindle Speed [rev/min] Spindle Speed [rev/min] Figure 10: Results of critical depths of cut with adaptive Adams-Moulton integration The computation of the adaption variables for the respective spindle speeds can be done in the initialization phase and does not need any additional computation time during the simulation. Since the spindle speeds are usually known in advance, this is also possible without restrictions. However, the identification of the real stability limit is necessary. It can be identified in advance with already known methods [5][6]. This approach allows the consideration of the stability limits of the cutting process in a real-time simulation, respectively hardware-in-the-loop simulation. Thus a large scale simulation in time domain is possible in consideration of the complete NC program and the process forces at any point of the work piece. The process instability based on the regenerative chatter is taken into account. Figure 11 illustrates the simulation of the process forces in a basic plane cutting process. For this purpose, various cutting depths were selected at a spindle speed of 400 revolutions per minute. The time plots of the process forces show the predicted stability limits and the occurrence of process instability respectively regenerative chatter. 12

13 Figure 11: Simulated process forces Figure 11 shows the results of the time domain simulations of the process forces with the methods described above. Only the adaptive method (AAM) supplies accurate results at a time step size of 1 millisecond. The research of the ISW focuses presently on the changes of the work piece by material removal and the related modifications of the cut geometry. Beyond that, questions about the numerical effects in cutting processes with high spindle speeds and the modeling of friction and thermal effects in cutting processes for the hardware-in-the-loop simulation are still unanswered. At the moment, public research grants are being applied for in regard to this topic. 13

14 5. Summary The examples in this paper demonstrate the presently possible applications of hardware-in-the-loop simulation of the dynamics of production systems at the ISW. It could be shown that the mass dynamics in high-speed applications as well as the contact dynamics in handling operations and the structural dynamics in cutting processes can be simulated in a hardware-in-the-loop simulation. But also the limits have been presented. Because of the high requirements of a real-time simulation in regard to computing power and time determinism, model simplifications are necessary and many common computation methods that are normally used for the simulation of dynamics cannot be applied. Nevertheless, the so far achieved solutions indicate that hardware-in-the-loop simulation has potential to be used more frequently in the industry in the years to come. The ISW will also contribute in the future to this specific research. 6. Acknowledgement I would like to thank the German Research Foundation (DFG) for financial support of the project within the Cluster of Excellence in Simulation Technology (EXC 310/1) at the University of Stuttgart. I also appreciate very much that Prof. Alexander Verl, director of the Institute for Control Engineering of Machine Tools and Manufacturing Systems (ISW), strongly supported my work. My special thanks go to Prof. Günter Pritschow who always supported my scientific work and finally, I want to thank the members of staff of the company Industrielle Steuerungstechnik GmbH (ISG) for the excellent cooperation with the ISW. 14

15 7. References [1] Pritschow, G.; Röck, S.: Hardware in the Loop Simulation of Machine Tools. Annals of the CIRP 53 (2004) 1, S [2] Lin, M. C.; Efficient Collision Detection for Animation and Robotics ; PhD thesis, Department of Electrical Engineering and Computer Science, University of California, Berkeley, [3] Altintas, Y.; Brecher, C.; Weck, M.; Witt, S. ; "Virtual Machine Tool"; In: CIRP Annals - Manufacturing Technology, pp , Volume 54, Issue 2, [4] Brecher, C.; Esser, S.; Witt, S.; "Interaction of manufacturing process and machine tool"; In : CIRP Annals Manufacturing Technology, pp , Volume 58, Issue 2, [5] Altintas, Y.; Budak, E.; "Analytical Prediction of Stability Lobes in Milling"; In : CIRP Annals Manufacturing Technology, pp , Volume 44, Issue 1, [6] Altintas, Y.; "Analytical Prediction of Three Dimensional Chatter Stability in Milling"; In: JSME International Journal Series C, Vol. 44 (2001), No. 3 pp [7] Röck, S.; Pritschow, G.; "Real-Time capable Finite Element Models with Closed-Loop Control - a Method for Hardware-in-the-Loop Simulation of flexible Systems"; In : WGP Annals Production Engineering Research & Development, XIV/1, pp , [8] Röck, S.: Real-time Simulation of Process Machine Interactions - A Numerical Analysis. CIRP 2nd International Conference: Process Machine Interactions, UBC Vancouver, Canada, June , [9] Antoulas, A. C., 2005: Approximation of Large-Scale Dynamical Systems. Philadelphia: SIAM Press. [10] Hairer, E.; Wanner, G.; "Solving Ordinary Differential Equations II Stiff and Differential- Algebraic Problems"; In : Springer Series in Computational Mathematics,

virtuos virtual machines and plants...

virtuos virtual machines and plants... virtuos virtual machines and plants... virtuos virtual machines and plants controlled in real terms virtuos is a PC software solution for the simulation of machines and plants, coupled to real control

More information

Modeling the Orientation-Dependent Dynamics of Machine Tools with Gimbal Heads

Modeling the Orientation-Dependent Dynamics of Machine Tools with Gimbal Heads Modeling the Orientation-Dependent Dynamics of Machine Tools with Gimbal Heads Law, M. (a) 1 *; Grossi, N. (b); Scippa, A. (b); Phani, A. S. (a); Altintas, Y. (a) a) Department of Mechanical Engineering,

More information

A study on automation of modal analysis of a spindle system of machine tools using ANSYS

A study on automation of modal analysis of a spindle system of machine tools using ANSYS Journal of the Korea Academia-Industrial cooperation Society Vol. 16, No. 4 pp. 2338-2343, 2015 http://dx.doi.org/10.5762/kais.2015.16.4.2338 ISSN 1975-4701 / eissn 2288-4688 A study on automation of modal

More information

A REVIEW ON REAL-TIME SIMULATION OF CNC MACHINE TOOL DYNAMICS

A REVIEW ON REAL-TIME SIMULATION OF CNC MACHINE TOOL DYNAMICS International Journal of Mechanical Engineering (IJME) ISSN(P): 2319-2240; ISSN(E): 2319-2259 Vol. 2, Issue 5, Nov 2013, 39-44 IASET A REVIEW ON REAL-TIME SIMULATION OF CNC MACHINE TOOL DYNAMICS C. PISLARU

More information

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg Simulation in Computer Graphics Particles Matthias Teschner Computer Science Department University of Freiburg Outline introduction particle motion finite differences system of first order ODEs second

More information

Reliability of chatter stability in CNC turning process by Monte Carlo simulation method

Reliability of chatter stability in CNC turning process by Monte Carlo simulation method Reliability of chatter stability in CNC turning process by Monte Carlo simulation method Mubarak A. M. FadulAlmula 1, Haitao Zhu 2, Hassan A. Wahab 3 1 College of Mechanical and Electrical Engineering,

More information

SIMPACK - A Tool for Off-Line and Real- Time Simulation

SIMPACK - A Tool for Off-Line and Real- Time Simulation SIMPACK - A Tool for Off-Line and Real- Time Simulation Real-Time for ECU Testing: State of the Art and Open Demands SIMPACK - Code Export: A Newly Emerging Module for Real-Time Models Application Example

More information

1498. End-effector vibrations reduction in trajectory tracking for mobile manipulator

1498. End-effector vibrations reduction in trajectory tracking for mobile manipulator 1498. End-effector vibrations reduction in trajectory tracking for mobile manipulator G. Pajak University of Zielona Gora, Faculty of Mechanical Engineering, Zielona Góra, Poland E-mail: g.pajak@iizp.uz.zgora.pl

More information

SIMULATION ENVIRONMENT

SIMULATION ENVIRONMENT F2010-C-123 SIMULATION ENVIRONMENT FOR THE DEVELOPMENT OF PREDICTIVE SAFETY SYSTEMS 1 Dirndorfer, Tobias *, 1 Roth, Erwin, 1 Neumann-Cosel, Kilian von, 2 Weiss, Christian, 1 Knoll, Alois 1 TU München,

More information

SIMULATION ENVIRONMENT PROPOSAL, ANALYSIS AND CONTROL OF A STEWART PLATFORM MANIPULATOR

SIMULATION ENVIRONMENT PROPOSAL, ANALYSIS AND CONTROL OF A STEWART PLATFORM MANIPULATOR SIMULATION ENVIRONMENT PROPOSAL, ANALYSIS AND CONTROL OF A STEWART PLATFORM MANIPULATOR Fabian Andres Lara Molina, Joao Mauricio Rosario, Oscar Fernando Aviles Sanchez UNICAMP (DPM-FEM), Campinas-SP, Brazil,

More information

Lesson 1: Introduction to Pro/MECHANICA Motion

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

More information

Simulation-Based Design of Robotic Systems

Simulation-Based Design of Robotic Systems Simulation-Based Design of Robotic Systems Shadi Mohammad Munshi* & Erik Van Voorthuysen School of Mechanical and Manufacturing Engineering, The University of New South Wales, Sydney, NSW 2052 shadimunshi@hotmail.com,

More information

Model Library Mechanics

Model Library Mechanics Model Library Mechanics Using the libraries Mechanics 1D (Linear), Mechanics 1D (Rotary), Modal System incl. ANSYS interface, and MBS Mechanics (3D) incl. CAD import via STL and the additional options

More information

[ Ω 1 ] Diagonal matrix of system 2 (updated) eigenvalues [ Φ 1 ] System 1 modal matrix [ Φ 2 ] System 2 (updated) modal matrix Φ fb

[ Ω 1 ] Diagonal matrix of system 2 (updated) eigenvalues [ Φ 1 ] System 1 modal matrix [ Φ 2 ] System 2 (updated) modal matrix Φ fb Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Modal Test Data Adjustment For Interface Compliance Ryan E. Tuttle, Member of the

More information

Improving Productivity in Machining Processes Through Modeling

Improving Productivity in Machining Processes Through Modeling Improving Productivity in Machining Processes Through Modeling Improving Productivity in Machining Processes Through Modeling E. Budak Manufacturing Research Laboratory, Sabanci University, Istanbul, Turkey

More information

New paradigm for MEMS+IC Co-development

New paradigm for MEMS+IC Co-development New paradigm for MEMS+IC Co-development MEMS 진보된스마트세상을만듭니다. Worldwide First MEMS+IC Co-development Solution New paradigm for MEMS+IC Co-development A New Paradigm for MEMS+IC Development MEMS design

More information

Modern techniques bring system-level modeling to the automation industry

Modern techniques bring system-level modeling to the automation industry Modern techniques bring system-level modeling to the automation industry Philipp Wallner, Global Technology Manager, Bernecker + Rainer Industrie and Johannes Friebe, MapleSim Europe Director, Maplesoft

More information

Purdue e-pubs. Purdue University. Jeongil Park Samsung Electronics Co. Nasir Bilal Purdue University. Douglas E. Adams Purdue University

Purdue e-pubs. Purdue University. Jeongil Park Samsung Electronics Co. Nasir Bilal Purdue University. Douglas E. Adams Purdue University Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 26 Development of a Two-Dimensional Finite Element Model of a Suction Valve for Reduction

More information

VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES

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

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction ME 475: Computer-Aided Design of Structures 1-1 CHAPTER 1 Introduction 1.1 Analysis versus Design 1.2 Basic Steps in Analysis 1.3 What is the Finite Element Method? 1.4 Geometrical Representation, Discretization

More information

Prof. Fanny Ficuciello Robotics for Bioengineering Visual Servoing

Prof. Fanny Ficuciello Robotics for Bioengineering Visual Servoing Visual servoing vision allows a robotic system to obtain geometrical and qualitative information on the surrounding environment high level control motion planning (look-and-move visual grasping) low level

More information

SimWise. 3D Dynamic Motion, and Stress Analysis. integrated with Alibre Design

SimWise. 3D Dynamic Motion, and Stress Analysis. integrated with Alibre Design SimWise 3D Dynamic Motion, and Stress Analysis integrated with Alibre Design SimWise 4D for Alibre Integrated Motion Simulation and Stress Analysis SimWise 4D is a software tool that allows the functional

More information

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence Allen T. Li 1, Zhe Cui 2, Yun Huang 2 1 Ford Motor Company 2 Livermore Software Technology Corporation Abstract This paper continues

More information

Parametric Study of Engine Rigid Body Modes

Parametric Study of Engine Rigid Body Modes Parametric Study of Engine Rigid Body Modes Basem Alzahabi and Samir Nashef C. S. Mott Engineering and Science Center Dept. Mechanical Engineering Kettering University 17 West Third Avenue Flint, Michigan,

More information

HOBBING WEAR PREDICTION MODEL BASED ON 3D CHIPS DETERMINATION

HOBBING WEAR PREDICTION MODEL BASED ON 3D CHIPS DETERMINATION HOBBING WEAR PREDICTION MODEL BASED ON 3D CHIPS DETERMINATION BY TAXIARCHIS BELIS 1 and ARISTOMENIS ANTONIADIS 1 Abstract. Gear hobbing is a machining process widely used in the industry for massive production

More information

Design and Development of Cartesian Robot for Machining with Error Compensation and Chatter Reduction

Design and Development of Cartesian Robot for Machining with Error Compensation and Chatter Reduction International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 4 (2013), pp. 449-454 International Research Publication House http://www.irphouse.com Design and Development

More information

Using RecurDyn. Contents

Using RecurDyn. Contents Using RecurDyn Contents 1.0 Multibody Dynamics Overview... 2 2.0 Multibody Dynamics Applications... 3 3.0 What is RecurDyn and how is it different?... 4 4.0 Types of RecurDyn Analysis... 5 5.0 MBD Simulation

More information

2007 Maplesoft, a division of Waterloo Maple Inc.

2007 Maplesoft, a division of Waterloo Maple Inc. The Maplesoft Product Line Introduction to Maple 11 It takes a lot to impress most jaded software reviewers, especially with a product that we first reviewed in 1989. But we were totally blown away by

More information

IMECE FUNCTIONAL INTERFACE-BASED ASSEMBLY MODELING

IMECE FUNCTIONAL INTERFACE-BASED ASSEMBLY MODELING Proceedings of IMECE2005 2005 ASME International Mechanical Engineering Congress and Exposition November 5-11, 2005, Orlando, Florida USA IMECE2005-79945 FUNCTIONAL INTERFACE-BASED ASSEMBLY MODELING James

More information

A simple example. Assume we want to find the change in the rotation angles to get the end effector to G. Effect of changing s

A simple example. Assume we want to find the change in the rotation angles to get the end effector to G. Effect of changing s CENG 732 Computer Animation This week Inverse Kinematics (continued) Rigid Body Simulation Bodies in free fall Bodies in contact Spring 2006-2007 Week 5 Inverse Kinematics Physically Based Rigid Body Simulation

More information

Rigid Dynamics Solution Methodology for 3-PSU Parallel Kinematic Manipulators

Rigid Dynamics Solution Methodology for 3-PSU Parallel Kinematic Manipulators Rigid Dynamics Solution Methodology for 3-PSU Parallel Kinematic Manipulators Arya B. Changela 1, Dr. Ramdevsinh Jhala 2, Chirag P. Kalariya 3 Keyur P. Hirpara 4 Assistant Professor, Department of Mechanical

More information

References. Additional lecture notes for 2/18/02.

References. Additional lecture notes for 2/18/02. References Additional lecture notes for 2/18/02. I-COLLIDE: Interactive and Exact Collision Detection for Large-Scale Environments, by Cohen, Lin, Manocha & Ponamgi, Proc. of ACM Symposium on Interactive

More information

The jello cube. Undeformed cube. Deformed cube

The jello cube. Undeformed cube. Deformed cube The Jello Cube Assignment 1, CSCI 520 Jernej Barbic, USC Undeformed cube The jello cube Deformed cube The jello cube is elastic, Can be bent, stretched, squeezed,, Without external forces, it eventually

More information

Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching

Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching Paul Groenenboom ESI Group Delft, Netherlands Martin Siemann German Aerospace Center (DLR) Stuttgart, Germany

More information

On an empirical investigation of the structural behaviour of robots

On an empirical investigation of the structural behaviour of robots On an empirical investigation of the structural behaviour of robots C. Doukas, J. Pandremenos, P. Stavropoulos, P. Fotinopoulos, G.Chryssolouris 1 1 Laboratory for Manufacturing Systems and Automation,

More information

Lecture VI: Constraints and Controllers. Parts Based on Erin Catto s Box2D Tutorial

Lecture VI: Constraints and Controllers. Parts Based on Erin Catto s Box2D Tutorial Lecture VI: Constraints and Controllers Parts Based on Erin Catto s Box2D Tutorial Motion Constraints In practice, no rigid body is free to move around on its own. Movement is constrained: wheels on a

More information

TIME DOMAIN MODELING OF COMPLIANT WORKPIECE MILLING

TIME DOMAIN MODELING OF COMPLIANT WORKPIECE MILLING TIME DOMAIN MODELING OF COMPLIANT WORKPIECE MILLING Mark A. Rubeo and Tony L. Schmitz Mechanical Engineering and Engineering Science University of North Carolina at Charlotte Charlotte, NC INTRODUCTION

More information

Accelerating Finite Element Analysis in MATLAB with Parallel Computing

Accelerating Finite Element Analysis in MATLAB with Parallel Computing MATLAB Digest Accelerating Finite Element Analysis in MATLAB with Parallel Computing By Vaishali Hosagrahara, Krishna Tamminana, and Gaurav Sharma The Finite Element Method is a powerful numerical technique

More information

Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model

Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model S. J. Chikhale 1, Dr. S. P. Deshmukh 2 PG student, Dept. of Mechanical Engineering,

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

SimWise 4D. Integrated Motion and Stress Analysis

SimWise 4D. Integrated Motion and Stress Analysis SimWise 4D Integrated Motion and Stress Analysis SimWise 4D Integrated Motion Simulation and Stress Analysis SimWise 4D is a software tool that allows the functional performance of mechanical parts and

More information

Dynamic Analysis of Manipulator Arm for 6-legged Robot

Dynamic Analysis of Manipulator Arm for 6-legged Robot American Journal of Mechanical Engineering, 2013, Vol. 1, No. 7, 365-369 Available online at http://pubs.sciepub.com/ajme/1/7/42 Science and Education Publishing DOI:10.12691/ajme-1-7-42 Dynamic Analysis

More information

World Academy of Science, Engineering and Technology International Journal of Aerospace and Mechanical Engineering Vol:9, No:10, 2015

World Academy of Science, Engineering and Technology International Journal of Aerospace and Mechanical Engineering Vol:9, No:10, 2015 Determining the Width and Depths of Cut in Milling on the Basis of a Multi-Dexel Model Jens Friedrich, Matthias A. Gebele, Armin Lechler, Alexander Verl Abstract Chatter vibrations and process instabilities

More information

Recent developments in simulation, optimization and control of flexible multibody systems

Recent developments in simulation, optimization and control of flexible multibody systems Recent developments in simulation, optimization and control of flexible multibody systems Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be Katholieke

More information

Package on Board Simulation with 3-D Electromagnetic Simulation

Package on Board Simulation with 3-D Electromagnetic Simulation White Paper Package on Board Simulation with 3-D Electromagnetic Simulation For many years, designers have taken into account the effect of package parasitics in simulation, from using simple first-order

More information

ANALYTICAL MODEL FOR THIN PLATE DYNAMICS

ANALYTICAL MODEL FOR THIN PLATE DYNAMICS ANALYTICAL MODEL FOR THIN PLATE DYNAMICS Joyson Menezes 1, Kadir Kiran 2 and Tony L. Schmitz 1 1 Mechanical Engineering and Engineering Science University of North Carolina at Charlotte Charlotte, NC,

More information

CAD-parametric optimization with optislang-ansys workbench

CAD-parametric optimization with optislang-ansys workbench CAD-parametric optimization with optislang-ansys workbench Andreas Veiz 1* & Markus Egerland 2 1 University of Applied Sciences Jena, Jena, Germany 2 SiemensVDO automotive AG, electric motor drives, Würzburg,

More information

The Jello Cube Assignment 1, CSCI 520. Jernej Barbic, USC

The Jello Cube Assignment 1, CSCI 520. Jernej Barbic, USC The Jello Cube Assignment 1, CSCI 520 Jernej Barbic, USC 1 The jello cube Undeformed cube Deformed cube The jello cube is elastic, Can be bent, stretched, squeezed,, Without external forces, it eventually

More information

MODELING AND SIMULATION METHODS FOR DESIGNING MECHATRONIC SYSTEMS

MODELING AND SIMULATION METHODS FOR DESIGNING MECHATRONIC SYSTEMS Journal of Engineering Studies and Research Volume 16 (2010) No. 4 20 MODELING AND SIMULATION METHODS FOR DESIGNING MECHATRONIC SYSTEMS LAPUSAN CIPRIAN *, MATIES VISTRIAN, BALAN RADU, HANCU OLIMPIU Technical

More information

Lecture VI: Constraints and Controllers

Lecture VI: Constraints and Controllers Lecture VI: Constraints and Controllers Motion Constraints In practice, no rigid body is free to move around on its own. Movement is constrained: wheels on a chair human body parts trigger of a gun opening

More information

Implementation Of Distributed Control System In Process Control Management Using MATLAB

Implementation Of Distributed Control System In Process Control Management Using MATLAB Implementation Of Distributed Control System In Process Control Management Using MATLAB Khin Nway Oo, Zaw Min Naing, Hla Myo Tun Abstract: In recent years, process automation has being used in various

More information

MULTI-LEVEL MODELLING OF A MODULAR DOUBLE SALIENT LINEAR MOTOR

MULTI-LEVEL MODELLING OF A MODULAR DOUBLE SALIENT LINEAR MOTOR MULTI-LEVEL MODELLING OF A MODULAR DOUBLE SALIENT LINEAR MOTOR L. Szabó, I.A. Viorel and J.B. Dobai, TU Cluj, Romania Corresponding Author: L. Szabó Technical University of Cluj, Department of Electrical

More information

Computational methods - modelling and simulation

Computational methods - modelling and simulation Computational methods - modelling and simulation J. Pamin With thanks to: Authors of presented simulations C.A. Felippa (Univ. of Colorado at Boulder) www.colorado.edu/engineering/cas/courses.d/ifem.d

More information

8 Tutorial: The Slider Crank Mechanism

8 Tutorial: The Slider Crank Mechanism 8 Tutorial: The Slider Crank Mechanism Multi-Body Simulation With MotionView / MotionSolve 12.0 written by Dipl.-Ing. (FH) Markus Kriesch and Dipl.-Ing. (FH) André Wehr, Germany Note: Some MBD fundamentals

More information

Introduction to Computer Graphics. Animation (2) May 26, 2016 Kenshi Takayama

Introduction to Computer Graphics. Animation (2) May 26, 2016 Kenshi Takayama Introduction to Computer Graphics Animation (2) May 26, 2016 Kenshi Takayama Physically-based deformations 2 Simple example: single mass & spring in 1D Mass m, position x, spring coefficient k, rest length

More information

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report Cloth Simulation CGI Techniques Report Tanja Munz Master of Science Computer Animation and Visual Effects 21st November, 2014 Abstract Cloth simulation is a wide and popular area of research. First papers

More information

Introduction to Multi-body Dynamics

Introduction to Multi-body Dynamics division Graduate Course ME 244) Tentative Draft Syllabus 1. Basic concepts in 3-D rigid-body mechanics 1. Rigid body vs flexible body 2. Spatial kinematics (3-D rotation transformations) and Euler theorem

More information

Integrating Mechanical Design and Multidomain Simulation with Simscape

Integrating Mechanical Design and Multidomain Simulation with Simscape Integrating Mechanical Design and Multidomain Simulation with Simscape Steve Miller Simscape Product Manager, MathWorks 2015 The MathWorks, Inc. 1 Integrating Mechanical Design and Multidomain Simulation

More information

USE OF ADAMS IN DYNAMIC SIMULATION OF LANDING GEAR RETRACTION AND EXTENSION

USE OF ADAMS IN DYNAMIC SIMULATION OF LANDING GEAR RETRACTION AND EXTENSION USE OF ADAMS IN DYNAMIC SIMULATION OF LANDING GEAR RETRACTION AND EXTENSION Author : O. NOEL Messier-Dowty SA (Velizy, France) 1. ABSTRACT This paper presents the method in use at Messier-Dowty SA during

More information

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial Auto Injector Syringe A Fluent Dynamic Mesh 1DOF Tutorial 1 2015 ANSYS, Inc. June 26, 2015 Prerequisites This tutorial is written with the assumption that You have attended the Introduction to ANSYS Fluent

More information

Table of Contents. Chapter 1. Modeling and Identification of Serial Robots... 1 Wisama KHALIL and Etienne DOMBRE

Table of Contents. Chapter 1. Modeling and Identification of Serial Robots... 1 Wisama KHALIL and Etienne DOMBRE Chapter 1. Modeling and Identification of Serial Robots.... 1 Wisama KHALIL and Etienne DOMBRE 1.1. Introduction... 1 1.2. Geometric modeling... 2 1.2.1. Geometric description... 2 1.2.2. Direct geometric

More information

Integrating Mechanical Design and Multidomain Simulation with Simscape

Integrating Mechanical Design and Multidomain Simulation with Simscape 1 Integrating Mechanical Design and Multidomain Simulation with Simscape 강효석과장 / Ph. D. Application Engineer MathWorks Korea 2017 The MathWorks, Inc. 2 In this session Onshape and MATLAB enable engineers

More information

Computational methods - modelling and simulation

Computational methods - modelling and simulation Computational methods - modelling and simulation J. Pamin Institute for Computational Civil Engineering Civil Engineering Department, Cracow University of Technology URL: www.l5.pk.edu.pl Lecture contents

More information

Design optimisation of industrial robots using the Modelica multi-physics modeling language

Design optimisation of industrial robots using the Modelica multi-physics modeling language Design optimisation of industrial robots using the Modelica multi-physics modeling language A. Kazi, G. Merk, M. Otter, H. Fan, (ArifKazi, GuentherMerk)@kuka-roboter.de (Martin.Otter, Hui.Fan)@dlr.de KUKA

More information

Modeling Strategies for Dynamic Finite Element Cask Analyses

Modeling Strategies for Dynamic Finite Element Cask Analyses Session A Package Analysis: Structural Analysis - Modeling Modeling Strategies for Dynamic Finite Element Cask Analyses Uwe Zencker, Günter Wieser, Linan Qiao, Christian Protz BAM Federal Institute for

More information

A NOUVELLE MOTION STATE-FEEDBACK CONTROL SCHEME FOR RIGID ROBOTIC MANIPULATORS

A NOUVELLE MOTION STATE-FEEDBACK CONTROL SCHEME FOR RIGID ROBOTIC MANIPULATORS A NOUVELLE MOTION STATE-FEEDBACK CONTROL SCHEME FOR RIGID ROBOTIC MANIPULATORS Ahmad Manasra, 135037@ppu.edu.ps Department of Mechanical Engineering, Palestine Polytechnic University, Hebron, Palestine

More information

Simulation in Computer Graphics. Deformable Objects. Matthias Teschner. Computer Science Department University of Freiburg

Simulation in Computer Graphics. Deformable Objects. Matthias Teschner. Computer Science Department University of Freiburg Simulation in Computer Graphics Deformable Objects Matthias Teschner Computer Science Department University of Freiburg Outline introduction forces performance collision handling visualization University

More information

Stability Assessment of Electric Power Systems using Growing Neural Gas and Self-Organizing Maps

Stability Assessment of Electric Power Systems using Growing Neural Gas and Self-Organizing Maps Stability Assessment of Electric Power Systems using Growing Gas and Self-Organizing Maps Christian Rehtanz, Carsten Leder University of Dortmund, 44221 Dortmund, Germany Abstract. Liberalized competitive

More information

Final drive lubrication modeling

Final drive lubrication modeling Final drive lubrication modeling E. Avdeev a,b 1, V. Ovchinnikov b a Samara University, b Laduga Automotive Engineering Abstract. In this paper we describe the method, which is the composition of finite

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

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Dipl.-Ing. (FH) Günther Lang, CFDnetwork Engineering Dipl.-Ing. Burkhard Lewerich, CFDnetwork

More information

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial Simulating Sinkage & Trim for Planing Boat Hulls A Fluent Dynamic Mesh 6DOF Tutorial 1 Introduction Workshop Description This workshop describes how to perform a transient 2DOF simulation of a planing

More information

Real Time Cloth Simulation

Real Time Cloth Simulation Real Time Cloth Simulation Sebastian Olsson (81-04-20) Mattias Stridsman (78-04-13) Linköpings Universitet Norrköping 2004-05-31 Table of contents Introduction...3 Spring Systems...3 Theory...3 Implementation...4

More information

ECE421: Electronics for Instrumentation

ECE421: Electronics for Instrumentation ECE421: Electronics for Instrumentation Lecture #8: Introduction to FEA & ANSYS Mostafa Soliman, Ph.D. March 23 rd 2015 Mostafa Soliman, Ph.D. 1 Outline Introduction to Finite Element Analysis Introduction

More information

PARALLEL VISUALIZATION OF LARGE-SCALE FINITE ELEMENT SOLUTIONS USING PC CLUSTER IN THE CABIN

PARALLEL VISUALIZATION OF LARGE-SCALE FINITE ELEMENT SOLUTIONS USING PC CLUSTER IN THE CABIN Annual Report of ADVENTURE Project ADV-99-1 (1999) PARALLEL VISUALIZATION OF LARGE-SCALE FINITE ELEMENT SOLUTIONS Izuru. SHIRAI *1, Shinobu. YOSHIMURA *1, and Genki. YAGAWA *2 *1 School of Frontier Science,

More information

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège Fully coupled simulation of mechatronic and flexible multibody systems: An extended finite element approach Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be

More information

Using Classical Mechanism Concepts to Motivate Modern Mechanism Analysis and Synthesis Methods

Using Classical Mechanism Concepts to Motivate Modern Mechanism Analysis and Synthesis Methods Using Classical Mechanism Concepts to Motivate Modern Mechanism Analysis and Synthesis Methods Robert LeMaster, Ph.D. 1 Abstract This paper describes a methodology by which fundamental concepts in the

More information

Inverse Kinematics. Given a desired position (p) & orientation (R) of the end-effector

Inverse Kinematics. Given a desired position (p) & orientation (R) of the end-effector Inverse Kinematics Given a desired position (p) & orientation (R) of the end-effector q ( q, q, q ) 1 2 n Find the joint variables which can bring the robot the desired configuration z y x 1 The Inverse

More information

Simplified Voronoi diagrams for motion planning of quadratically-solvable Gough-Stewart platforms

Simplified Voronoi diagrams for motion planning of quadratically-solvable Gough-Stewart platforms Simplified Voronoi diagrams for motion planning of quadratically-solvable Gough-Stewart platforms Rubén Vaca, Joan Aranda, and Federico Thomas Abstract The obstacles in Configuration Space of quadratically-solvable

More information

A MULTI-ROBOT SYSTEM FOR ASSEMBLY TASKS IN AUTOMOTIVE INDUSTRY

A MULTI-ROBOT SYSTEM FOR ASSEMBLY TASKS IN AUTOMOTIVE INDUSTRY The 4th International Conference Computational Mechanics and Virtual Engineering COMEC 2011 20-22 OCTOBER 2011, Brasov, Romania A MULTI-ROBOT SYSTEM FOR ASSEMBLY TASKS IN AUTOMOTIVE INDUSTRY A. Fratu 1

More information

Sizing Optimization for Industrial Applications

Sizing Optimization for Industrial Applications 11 th World Congress on Structural and Multidisciplinary Optimisation 07 th -12 th, June 2015, Sydney Australia Sizing Optimization for Industrial Applications Miguel A.A.S: Matos 1, Peter M. Clausen 2,

More information

A Co-simulation Approach Based on ADAMS-MATLAB for Development of an Industrial Manipulator

A Co-simulation Approach Based on ADAMS-MATLAB for Development of an Industrial Manipulator ISSN 2395-1621 A Co-simulation Approach Based on ADAMS-MATLAB for Development of an Industrial Manipulator #1 SwapnilDokhe, #2 ShaileshPimpale, 1 swapnildokhe@gmail.com 2 shailesh_pimpale@rediffmail.com

More information

Mechanical System and SimMechanics Simulation

Mechanical System and SimMechanics Simulation American Journal of Mechanical Engineering, 3, Vol., No. 7, 555 Available online at http://pubs.sciepub.com/ajme//7/ Science and Education Publishing DOI:.69/ajme--7 Mechanical System and SimMechanics

More information

Neuro-adaptive Formation Maintenance and Control of Nonholonomic Mobile Robots

Neuro-adaptive Formation Maintenance and Control of Nonholonomic Mobile Robots Proceedings of the International Conference of Control, Dynamic Systems, and Robotics Ottawa, Ontario, Canada, May 15-16 2014 Paper No. 50 Neuro-adaptive Formation Maintenance and Control of Nonholonomic

More information

Static, Modal and Kinematic Analysis of Hydraulic Excavator

Static, Modal and Kinematic Analysis of Hydraulic Excavator Static, Modal and Kinematic Analysis of Hydraulic Excavator Anil Jadhav Abhijit Kulkarni Tamilnadu,India-632014 Vinayak Kulkarni Prof. Ravi. K Assistant professor Mechanical department Abstract Hydraulic

More information

COPYRIGHTED MATERIAL INTRODUCTION CHAPTER 1

COPYRIGHTED MATERIAL INTRODUCTION CHAPTER 1 CHAPTER 1 INTRODUCTION Modern mechanical and aerospace systems are often very complex and consist of many components interconnected by joints and force elements such as springs, dampers, and actuators.

More information

LS-DYNA s Linear Solver Development Phase1: Element Validation Part II

LS-DYNA s Linear Solver Development Phase1: Element Validation Part II LS-DYNA s Linear Solver Development Phase1: Element Validation Part II Allen T. Li 1, Zhe Cui 2, Yun Huang 2 1 Ford Motor Company 2 Livermore Software Technology Corporation Abstract This paper continues

More information

10/25/2018. Robotics and automation. Dr. Ibrahim Al-Naimi. Chapter two. Introduction To Robot Manipulators

10/25/2018. Robotics and automation. Dr. Ibrahim Al-Naimi. Chapter two. Introduction To Robot Manipulators Robotics and automation Dr. Ibrahim Al-Naimi Chapter two Introduction To Robot Manipulators 1 Robotic Industrial Manipulators A robot manipulator is an electronically controlled mechanism, consisting of

More information

SIMPACKS s FEA Interface New Features in 8.5 and Further Development. Stefan Dietz, INTEC GmbH

SIMPACKS s FEA Interface New Features in 8.5 and Further Development. Stefan Dietz, INTEC GmbH SIMPACKS s FEA Interface New Features in 8.5 and Further Development Stefan Dietz, INTEC GmbH Contents New Features in 8.5 integration into SIMPACK GUI generalised file interface between FE-codes and SIMPACK

More information

Mass-Spring Systems. Last Time?

Mass-Spring Systems. Last Time? Mass-Spring Systems Last Time? Implicit Surfaces & Marching Cubes/Tetras Collision Detection & Conservative Bounding Regions Spatial Acceleration Data Structures Octree, k-d tree, BSF tree 1 Today Particle

More information

COUPLED SIMULINK-SIMPLORER MODEL OF A MODULAR HYBRID LINEAR STEPPER MOTOR

COUPLED SIMULINK-SIMPLORER MODEL OF A MODULAR HYBRID LINEAR STEPPER MOTOR COUPLED SIMULINK-SIMPLORER MODEL OF A MODULAR HYBRID LINEAR STEPPER MOTOR Szabó Loránd 1, Dobai Jenő Barna 2 1 Ph.D., Lecturer, 2 Full time Ph.D. student Technical University of Cluj (Romania) 3400 Cluj,

More information

An Improved Dynamic Modeling of a 3-RPS Parallel Manipulator using the concept of DeNOC Matrices

An Improved Dynamic Modeling of a 3-RPS Parallel Manipulator using the concept of DeNOC Matrices An Improved Dynamic Modeling of a 3-RPS Parallel Manipulator using the concept of DeNOC Matrices A. Rahmani Hanzaki, E. Yoosefi Abstract A recursive dynamic modeling of a three-dof parallel robot, namely,

More information

EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY

EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY J. Sauvé 1*, M. Dubé 1, F. Dervault 2, G. Corriveau 2 1 Ecole de technologie superieure, Montreal, Canada 2 Airframe stress, Advanced Structures,

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 Copyright 2010 All rights reserved Integrated Publishing services Research article ISSN 0976 4399 Efficiency and performances

More information

MBS MODELLING WITH SIMMECHANICS: CASE STUDIES IN RESEARCH AND EDUCATION

MBS MODELLING WITH SIMMECHANICS: CASE STUDIES IN RESEARCH AND EDUCATION MBS MODELLING WITH SIMMECHANICS: CASE STUDIES IN RESEARCH AND EDUCATION Grepl, R., Lee, B., Singule, V., Švejda, P., Vlachý, D., Zezula, P. Laboratory of mechatronics, FME, Brno University of Technology

More information

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123 2.7 Cloth Animation 320491: Advanced Graphics - Chapter 2 123 Example: Cloth draping Image Michael Kass 320491: Advanced Graphics - Chapter 2 124 Cloth using mass-spring model Network of masses and springs

More information

Simulation of Instrument-Tissue Interactions and System Integration

Simulation of Instrument-Tissue Interactions and System Integration Simulation of Instrument-Tissue Interactions and System Integration Cagatay Basdogan, Ph.D. Jet Propulsion Laboratory California Institute of Technology Phantom II Phantom I Topics: A) Collision detection

More information

INTRODUCTION CHAPTER 1

INTRODUCTION CHAPTER 1 CHAPTER 1 INTRODUCTION Modern mechanical and aerospace systems are often very complex and consist of many components interconnected by joints and force elements such as springs, dampers, and actuators.

More information

Introduction to Physical Modelling Rory Adams Senior Application Engineer

Introduction to Physical Modelling Rory Adams Senior Application Engineer Introduction to Physical Modelling Rory Adams Senior Application Engineer 2014 The MathWorks, Inc. 1 Creating Reusable Physical Models What you should walk away with Increased knowledge of: What is meant

More information

LMS Virtual.Lab Noise and Vibration

LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration From component to system-level noise and vibration prediction 2 LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration

More information