AUTOMATION OF AN EXCAVATOR BOOM MOVEMENT IN 3-DIMENSIONS

Size: px
Start display at page:

Download "AUTOMATION OF AN EXCAVATOR BOOM MOVEMENT IN 3-DIMENSIONS"

Transcription

1 9 th International AAAM Baltic Conference INUSTRIAL ENGINEERING - -6 April 01, Tallinn, Estonia AUTOMATION OF AN EXCAVATOR BOOM MOVEMENT IN -IMENSIONS Liukkonen, J.; Knuuttila, P.; Nguyen, T.; Ingale, S.; Kiviluoma, P.; Korkiala- Tanttu, L. & Kuosmanen, P. Abstract: Mass stabilization is the process of mixing binder into soil to improve its strength and stiffness. Stabilization is carried out using a specialized tool attached at the end of an excavator boom. The purpose of this project is to automate the boom movement of a mini excavator to better understand how automation affects the speed and accuracy of the system. The movement was automated using AT90CAN18 microcontroller connected by CAN bus to proportional valves which control the hydraulic cylinders of the boom based on the angle feedback from the resolvers. It was possible to move the bucket attached at the end of the boom reliably from point to point inside the reachable space of the excavator. Keywords: mass stabilization, robotic excavator, PI control, kinematics 1. INTROUCTION Mass stabilization is the process of hardening soft soil by mixing in a binding agent. Mass stabilization unit consists of one human operated excavator and a separate binding agent tank [ 1 ]. Typically large areas need to be stabilized and maintaining a consistent quality during this process is a difficult and time consuming task. The repetitive nature of the process suggests substantial benefits in automatizing the task. This research focuses on automating the boom movement. The purpose is to reduce the effect of control movements of the operator to achieve more accurate and efficient result of mass stabilization. Independent movement of the excavator together with the tank is left out of this research. The research builds on the previous studies carried out by Martikainen et al. [ ] and Kiviranta [ ]. The goal is to extend the results of one-dimensional movement of the bucket tip by Martikainen et al. into full three-dimensional movement. Other groups such as Lee et al. [ ] have also conducted research into automated boom movement for automated levelling work.. METHOS The excavator used in the project (JCB Micro 800) is automated using electrohydraulic valves (Sauer-anfoss, PVE-CC Series ) and resolvers (Axiomatic AXRES-CO-V-1X-H) which are connected through CAN bus to a microcontroller (AT90CAN18). The electrohydraulic valves of the excavator allow operation of the boom using a microcontroller and resolvers attached to each joint which provide accurate information of the joint angles. Since the original diesel engine of the excavator had been replaced with an electric motor, the resolvers were connected by twisted pair cables to minimize the electromagnetic interference. A printed circuit board and the supporting electronics were built to interface the microcontroller with the electrohydraulic valves and the resolvers. Bucket tip coordinates specified in the custom made 51

2 PC software were supplied to the microcontroller via serial port. In the microcontroller, a software PI controller adjusts the flow for each valve based on the difference between the reference angle and the current angle for each joint. The control messages for the valves are sent through CAN bus and define the flow and spool drive direction. Figure 1 has a flowchart of the interaction between the system components. θ = tan tan a p d oz + ( ) ( ) ) ( ) + d + d + a a ( ) + + d a a, () where p oz is coordinate of point O. Parameters a and a describe lengths of link and, and d used to shorten the equation is defined as d ( 1) pox + sin( 1) poy a1 = cos θ θ. () where a 1 is the length of link 1. All the link lengths are given in Table 1. Fig 1. System schematic. The interaction between system components. The desired path for the bucket tip is determined by an array of waypoints. Each waypoint consists of x, y and z coordinates of point O as illustrated in Figure. These waypoints can be converted into joint angles by using inverse kinematics equations presented by Koivo [ 5 ]. Equation 1 describes the angle of the excavator boom slew joint p oy θ = 1 tan, (1) pox where p oy is the y coordinate of point O and p ox the x coordinate. Equation gives the angle of the link around the Z 1 axis Link length (m) a a 1.0 a 0.95 a 0.60 Table 1. Link lengths of the excavator boom. Equation gives the angle of the link around the Z axis. c sd θ = tan () s + cd a Finally, equation gives the angle of coordinate frame O around the Z axis θ ( π θ ) = θ + θ + θ b, (5) where θ b is the angle between the bottom of the bucket and the X axis. The digging angle θ describes the angle between the bottom of the bucket and horizontal ground plane. 5

3 Fig.. The assignment of the coordinate systems [ 5 ]. For the purposes of this small scale prototype, the bucket is kept perpendicular to the ground to mimic the orientation of the power mixer. Thus, determining the final position of the bucket tip requires three joint angles, namelyθ 1, θ, θ and the digging angle of the bucket θ. It directly follows that the x and y coordinates of the bucket ee are the same with joint. The bucket length thus defines the difference in the z coordinate. The waypoints are preloaded into the microcontroller memory via serial port. The reachability of each point is checked before coordinates are sent to ensure a predictable operation of the excavator. The reachable space of the excavator boom can be calculated when the link lengths and the minimum and maximum angles of each joint are known. The reachable space can be visualized by plotting a slice of the space according to Figure. This method is also very suitable for graphical user interface where the user can clearly see the reachable plane for a given z coordinate of the bucket tip. Fig. A slice of the reachable space of the excavator and an illustration of the orientation of all the boom links when the bucket tip is in coordinates (0.8, 1.5, 0.1). The area to be stabilized can be divided into rectangular pieces. The mixing head is kept at roughly constant depth as it is moved through the soil. The system parameters can be optimized if the largest rectangle for a given depth (z coordinate) is known. The dimensions of the rectangle with the largest area can be derived as and 1 x rect + = 8R k k 8R k (6) ( 8R + k k) 1 y rect =, (7) where R is the reach of the excavator and k is the radius of the unreachable area close to the excavator as illustrated in Figure. Fig. The rectangle inside a slice of the reachable space. The white area depicts area the excavator boom can reach for a given constant height of the bucket tip. The slew joint axis is at the origin. 5

4 . TEST PLAN Testing the accuracy and speed of the automatic operation is important for quantifying the possible performance gains in mass stabilization. To test the accuracy, a strategy for moving from one waypoint to the next must be devised. A waypoint strategy is characterized by the placement of the waypoints, e.g., the distance between the waypoints, and the tolerances associated with each waypoint. Each waypoint has a surrounding tolerance radius associated with it. If the resolvers indicate the bucket tip to be within the radius, the control algorithm then directs the bucket tip to move to the next waypoint. Modifying these factors will result in changes in performance measures. The goal was to find an optimal waypoint strategy within this control framework. To determine the value of the usable tolerances, the accuracy of the system has to be measured. Before the tolerances can be measured the resolvers must be calibrated. The system was calibrated by measuring the maximum and minimum readings for each resolver. The actual angles of the boom joints were then calculated by measuring the height of each joint from level floor and using trigonometric relationships to obtain the maximum and minimum joint angles corresponding to the resolver values.. RESULTS In order to determine the reliability of the resolver data, the real position of the bucket tip was measured from five different points and the results were compared with the position indicated by the resolver data and the kinematics equations. The comparisons are shown below in figures 5 and 6. The bucket joint angle θ was not included in the measurements. The bucket was always set so that the line from the bucket joint to the bucket tip was perpendicular to the ground. Fig 5. Box-Whisker plot for the joint angle error of the resolvers. The error in degrees of θ1 was between [0.5,.98]. θ had error between [0.65,.85] and the error of θ was between [-0., -6.]. Fig 6. Box-Whisker plot for position error of the bucket tip. The error in x-direction was between [-1.,.], for y-direction the error was between [-10,.8], and for z- direction [-1., 5.1]. The joint angles had errors less than 6 degrees for all the joint angles. The absolute error in distance was on the average 11. cm or 6.%. The standard deviation was.05 cm or.8%. The resolver data were concluded to be sufficiently accurate for this application based on the comparison. The calibration step is crucial for achieving high accuracy and these results could perhaps be further improved. 5. CONCLUSIONS The initial test results showed that the boom can be reliably moved within the reachable space of the excavator when no 5

5 external forces act on the boom. Thus the excavator is used in this research primarily as a test platform for automated boom movement. In mass stabilization the excavator joints have to tolerate large lateral loads. Currently, an important next step would be to develop a system for monitoring the forces applied to boom and the power mixer unit to avoid damage to the tool when encountering hard obstacles, such as rocks hidden in the soil. Beyond that, the problem of autonomous movement of the excavator and binding agent tank must also be solved to achieve full automation. 6. REFERENCES 1. Lahtinen, P. and Niutanen, V., evelopment of In-Situ Mass Stabilization Technique in Finland,. eep Mixing 009 Okinawa Symposium, International Symposium on eep Mixing & Admixture Stabilization Okinawa, Japan, May 19-1, Martikainen, J., Pahlsten J., Söderena P. & Ubiagege C., Automation in Mass Stabilization, 01, 8 th International AAAM Baltic Conference (Speech).. Kiviranta, J., Instrumentation of an Automated Excavator, Master s Thesis, Helsinki University of Technology, Espoo, Lee, C. S., Bae, J., and Hong,., Contour Control for Leveling Work with Robotic Excavator, Int. J. Precis. Eng. Man., 01, 1, Koivo, A. J., Kinematics of Excavators (backhoes) for Transferring Surface Material, J. Aerosp. Eng., 199, 7, CORRESPONING ARESS Panu Kiviluoma,.Sc. (Tech.) Aalto University School of Engineering, epartment of Engineering esign and Production P.O. Box Aalto, Finland Phone: panu.kiviluoma@aalto.fi 8. AITIONAL ATA ABOUT AUTHORS Liukkonen, Jere, B.Sc. (Tech) Phone: jere.liukkonen@aalto.fi Knuuttila, Pekka, B.Sc. (Tech) Phone: pekka.knuuttila@aalto.fi Nguyen, Tien, B.Sc. (Tech) Phone: tien.vannguyen@aalto.fi Ingale, Saurabh, B.Sc. (Tech) Phone: saurabh.ingale@aalto.fi Korkiala-Tanttu, Leena,.Sc. (Tech.), Professor Phone: leena.korkiala-tanttu@aalto.fi Kuosmanen, Petri,.Sc. (Tech.), Professor Phone: petri.kuosmanen@aalto.fi 55

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

Using Algebraic Geometry to Study the Motions of a Robotic Arm

Using Algebraic Geometry to Study the Motions of a Robotic Arm Using Algebraic Geometry to Study the Motions of a Robotic Arm Addison T. Grant January 28, 206 Abstract In this study we summarize selected sections of David Cox, John Little, and Donal O Shea s Ideals,

More information

Development of Backhoe Machine By 3-D Modelling using CAD Software and Verify the Structural Design By using Finite Element Method

Development of Backhoe Machine By 3-D Modelling using CAD Software and Verify the Structural Design By using Finite Element Method IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 1 June 2015 ISSN (online): 2349-6010 Development of Backhoe Machine By 3-D Modelling using CAD Software and Verify

More information

Geometry Sem 2 REVIEW for Final Part A ink spring notebook. April 19, m. 7' 25' x. 18 m

Geometry Sem 2 REVIEW for Final Part A ink spring notebook. April 19, m. 7' 25' x. 18 m Geometry Sem 2 Review for Final Find the missing sides of each triangle. Leave answers as simplified radicals. 1. m 2. Part 4' 60 n 30 15 m 60 y m =, n = =, y = Find the missing sides of each triangle.

More information

Hydraulic System Modeling through Memory-based Learning

Hydraulic System Modeling through Memory-based Learning Abstract Hydraulic machines used in a number of applications are highly non-linear systems. Besides the dynamic coupling between the different links, there are significant actuator nonlinearities due to

More information

1. INTRODUCTION. Practical Sensor Strategies for On-Site Positioning of a Mobile Bricklaying Robot

1. INTRODUCTION. Practical Sensor Strategies for On-Site Positioning of a Mobile Bricklaying Robot Practical Sensor Strategies for On-Site Positioning of a Mobile Bricklaying Robot G. Pritschow, J. Kurz, S. E. McCormac and M. Dalacker University of Stuttgart Institute of Control Technology for Machine

More information

INTEGRATION OF HOUSEHOLD APPLIANCES TO THE EXISTING INTERNET INFRASTRUCTURE

INTEGRATION OF HOUSEHOLD APPLIANCES TO THE EXISTING INTERNET INFRASTRUCTURE 10th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING" 12-13 May 2015, Tallinn, Estonia INTEGRATION OF HOUSEHOLD APPLIANCES TO THE EXISTING INTERNET INFRASTRUCTURE Airola, A.; Jousimaa, O.;

More information

Fuzzy Logic Control for Pneumatic Excavator Model

Fuzzy Logic Control for Pneumatic Excavator Model International Journal of Applied Engineering Research ISSN 0973-4562 Volume 10, Number 9 (2015) pp. 21647-21657 Research India Publications http://www.ripublication.com Fuzzy Logic Control for Pneumatic

More information

QUALITY ASSURANCE OF MULTIFIBER CONNECTORS

QUALITY ASSURANCE OF MULTIFIBER CONNECTORS QUALITY ASSURANCE OF MULTIFIBER CONNECTORS Eric A. Norland/ Daniel Beerbohm Norland Products Inc. Cranbury, NJ 08512 ABSTRACT Industry requirements for compact, high fiber count connectors in both telecom

More information

Modeling and Event Based Simulation of an Earthmoving Digger Using SolidWorks Premium 2014.

Modeling and Event Based Simulation of an Earthmoving Digger Using SolidWorks Premium 2014. Modeling and Event Based Simulation of an Earthmoving Digger Using SolidWorks Premium 2014. B.C. Chukwudi, Ph.D. 1* ; H.E. Opara, Ph.D. 2 ; and M.B. Ogunedo, B.Eng, 1 1 Department of Mechanical Engineering,

More information

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 9 Toyomi Fujita and Yuya Kondo Tohoku Institute of Technology Japan 1. Introduction A 3D configuration and terrain sensing

More information

Math 113 Exam 1 Practice

Math 113 Exam 1 Practice Math Exam Practice January 6, 00 Exam will cover sections 6.-6.5 and 7.-7.5 This sheet has three sections. The first section will remind you about techniques and formulas that you should know. The second

More information

Example 1: Give the coordinates of the points on the graph.

Example 1: Give the coordinates of the points on the graph. Ordered Pairs Often, to get an idea of the behavior of an equation, we will make a picture that represents the solutions to the equation. A graph gives us that picture. The rectangular coordinate plane,

More information

TRAJECTORY CONTROL PERFORMAN CE AN ALYSIS OF EXCAVATOR-BASED SHEET-PILER SYSTEM

TRAJECTORY CONTROL PERFORMAN CE AN ALYSIS OF EXCAVATOR-BASED SHEET-PILER SYSTEM Automation and Robotics in Construction XVI rj 1999 by UC3M TRAJECTORY CONTROL PERFORMAN CE AN ALYSIS OF EXCAVATOR-BASED SHEET-PILER SYSTEM Erno Keskinen and Sirpa Launis Michel Cotsaftis Z Yrjo Raunisto

More information

Multi-Body Simulation of Earthmoving Equipment using MotionView / MotionSolve

Multi-Body Simulation of Earthmoving Equipment using MotionView / MotionSolve Multi-Body Simulation of Earthmoving Equipment using MotionView / MotionSolve Amit Srivastava Manager Larsen & Toubro IES Knowledge City, NH8 Vadodara 390 019, India Gopikrishnan. M Assistant Manager Larsen

More information

MATHEMATICS 105 Plane Trigonometry

MATHEMATICS 105 Plane Trigonometry Chapter I THE TRIGONOMETRIC FUNCTIONS MATHEMATICS 105 Plane Trigonometry INTRODUCTION The word trigonometry literally means triangle measurement. It is concerned with the measurement of the parts, sides,

More information

Unit Overview. Concepts & Understandings. Learning Targets

Unit Overview. Concepts & Understandings. Learning Targets Content Area: Math Garfield Middle School Unit Title: Algebraic Reasoning, Integers and Rational Numbers Target Course/Grade Level Duration: 30 blocks 7 th Description Students will simplify numerical

More information

Stress due to surface load

Stress due to surface load Stress due to surface load To analyze problems such as compressibility of soils, bearing capacity of foundations, stability of embankments, and lateral pressure on earth retaining structures, we need to

More information

6.7. POLAR COORDINATES

6.7. POLAR COORDINATES 6.7. POLAR COORDINATES What You Should Learn Plot points on the polar coordinate system. Convert points from rectangular to polar form and vice versa. Convert equations from rectangular to polar form and

More information

Robotics. SAAST Robotics Robot Arms

Robotics. SAAST Robotics Robot Arms SAAST Robotics 008 Robot Arms Vijay Kumar Professor of Mechanical Engineering and Applied Mechanics and Professor of Computer and Information Science University of Pennsylvania Topics Types of robot arms

More information

S8.6 Volume. Section 1. Surface area of cuboids: Q1. Work out the surface area of each cuboid shown below:

S8.6 Volume. Section 1. Surface area of cuboids: Q1. Work out the surface area of each cuboid shown below: Things to Learn (Key words, Notation & Formulae) Complete from your notes Radius- Diameter- Surface Area- Volume- Capacity- Prism- Cross-section- Surface area of a prism- Surface area of a cylinder- Volume

More information

Development of 3D Positioning Scheme by Integration of Multiple Wiimote IR Cameras

Development of 3D Positioning Scheme by Integration of Multiple Wiimote IR Cameras Proceedings of the 5th IIAE International Conference on Industrial Application Engineering 2017 Development of 3D Positioning Scheme by Integration of Multiple Wiimote IR Cameras Hui-Yuan Chan *, Ting-Hao

More information

Application Note 44. Controlling a Lynx6 Robotic Arm. Introduction

Application Note 44. Controlling a Lynx6 Robotic Arm. Introduction Introduction Application Note 44 Controlling a Lynx6 Robotic Arm This application note describes the control of a Lynx6 robotic arm (www.lynxmotion.com) using an embedded microcontroller and the um-fpu

More information

May 11, Geometry Sem 2 REVIEW for Final Part A ink.notebook. Geometry Sem 2 Review for Final. Part A. 4. x 12" 4' 60. y m.

May 11, Geometry Sem 2 REVIEW for Final Part A ink.notebook. Geometry Sem 2 Review for Final. Part A. 4. x 12 4' 60. y m. Geometry Sem 2 Review for Final Find the missing sides of each triangle. Leave answers as simplified radicals. 1. m 2. Part 4' 60 n 30 15 m 60 y m =, n = =, y = Find the missing sides of each triangle.

More information

Pick and Place Robot Simulation

Pick and Place Robot Simulation Pick and Place Robot Simulation James Beukers Jordan Jacobson ECE 63 Fall 4 December 6, 4 Contents Introduction System Overview 3 3 State Space Model 3 4 Controller Design 6 5 Simulation and Results 7

More information

Supplementary Figure 1 Optimum transmissive mask design for shaping an incident light to a desired

Supplementary Figure 1 Optimum transmissive mask design for shaping an incident light to a desired Supplementary Figure 1 Optimum transmissive mask design for shaping an incident light to a desired tangential form. (a) The light from the sources and scatterers in the half space (1) passes through the

More information

: Find the values of the six trigonometric functions for θ. Special Right Triangles:

: Find the values of the six trigonometric functions for θ. Special Right Triangles: ALGEBRA 2 CHAPTER 13 NOTES Section 13-1 Right Triangle Trig Understand and use trigonometric relationships of acute angles in triangles. 12.F.TF.3 CC.9- Determine side lengths of right triangles by using

More information

SIMULATION OF THE RESISTANCE FORCES OF BULK MEDIA TO BUCKET IN A LOADING PROCESS

SIMULATION OF THE RESISTANCE FORCES OF BULK MEDIA TO BUCKET IN A LOADING PROCESS 24th International Symposium on on Automation & Robotics in in Construction (ISARC 27) Construction Automation Group, I.I.T. Madras SIMULATION OF THE RESISTANCE FORCES OF BULK MEDIA TO BUCKET IN A LOADING

More information

7-5 Parametric Equations

7-5 Parametric Equations 3. Sketch the curve given by each pair of parametric equations over the given interval. Make a table of values for 6 t 6. t x y 6 19 28 5 16.5 17 4 14 8 3 11.5 1 2 9 4 1 6.5 7 0 4 8 1 1.5 7 2 1 4 3 3.5

More information

Exam in DD2426 Robotics and Autonomous Systems

Exam in DD2426 Robotics and Autonomous Systems Exam in DD2426 Robotics and Autonomous Systems Lecturer: Patric Jensfelt KTH, March 16, 2010, 9-12 No aids are allowed on the exam, i.e. no notes, no books, no calculators, etc. You need a minimum of 20

More information

Kinematics of the Stewart Platform (Reality Check 1: page 67)

Kinematics of the Stewart Platform (Reality Check 1: page 67) MATH 5: Computer Project # - Due on September 7, Kinematics of the Stewart Platform (Reality Check : page 7) A Stewart platform consists of six variable length struts, or prismatic joints, supporting a

More information

Design of a Precision Robot Wrist Interface. Patrick Willoughby Advisor: Alexander Slocum MIT Precision Engineering Research Group

Design of a Precision Robot Wrist Interface. Patrick Willoughby Advisor: Alexander Slocum MIT Precision Engineering Research Group Design of a Precision Robot Wrist Interface Patrick Willoughby Advisor: Alexander Slocum MIT Precision Engineering Research Group Project Summary Problem: Current bolted robot wrist replacements are inaccurate,

More information

The Collision-free Workspace of the Tripteron Parallel Robot Based on a Geometrical Approach

The Collision-free Workspace of the Tripteron Parallel Robot Based on a Geometrical Approach The Collision-free Workspace of the Tripteron Parallel Robot Based on a Geometrical Approach Z. Anvari 1, P. Ataei 2 and M. Tale Masouleh 3 1,2 Human-Robot Interaction Laboratory, University of Tehran

More information

Analysis of a Cubic Crystal Gravitation Deflector (P) 5

Analysis of a Cubic Crystal Gravitation Deflector (P) 5 SECTION 4 Analysis of a Cubic Crystal Gravitation Deflector (P) 5 TAPPING THE ENERGY OF THE GRAVITATIONAL FIELD The general vertically upward outward Flow of gravitational energy can be tapped by deflecting

More information

High-Accuracy, Quick-Change, Robot Factory Interface

High-Accuracy, Quick-Change, Robot Factory Interface High-Accuracy, Quick-Change, Robot Factory Interface John Hart (ajhart@mit.edu) Prof. Alexander Slocum, Advisor MIT Precision Engineering Research Group Project Goals Design, test, and demonstrate production

More information

Construction Tele-robot System With Virtual Reality

Construction Tele-robot System With Virtual Reality Construction Tele-robot System With Virtual Reality Hironao Yamada Department of Mechanical & Systems Engineering Gifu University Gifu, Japan yamada@gifu-u.ac.jp Ni Tao Virtual System Laboratory Gifu University

More information

Development of Equipment Performance Visualization Techniques Based on Distinct Element Method (DEM)

Development of Equipment Performance Visualization Techniques Based on Distinct Element Method (DEM) Technical Paper Development of Equipment Performance Visualization Techniques Based on Distinct Element Method (DEM) Shinichi Mutou Toshihide Shibuya With dump trucks for mining and other applications

More information

Optical Flow-Based Person Tracking by Multiple Cameras

Optical Flow-Based Person Tracking by Multiple Cameras Proc. IEEE Int. Conf. on Multisensor Fusion and Integration in Intelligent Systems, Baden-Baden, Germany, Aug. 2001. Optical Flow-Based Person Tracking by Multiple Cameras Hideki Tsutsui, Jun Miura, and

More information

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved.

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved. 9.5 Polar Coordinates Copyright Cengage Learning. All rights reserved. Introduction Representation of graphs of equations as collections of points (x, y), where x and y represent the directed distances

More information

3D X-ray Laminography with CMOS Image Sensor Using a Projection Method for Reconstruction of Arbitrary Cross-sectional Images

3D X-ray Laminography with CMOS Image Sensor Using a Projection Method for Reconstruction of Arbitrary Cross-sectional Images Ke Engineering Materials Vols. 270-273 (2004) pp. 192-197 online at http://www.scientific.net (2004) Trans Tech Publications, Switzerland Online available since 2004/08/15 Citation & Copright (to be inserted

More information

PHASED EXCAVATION OF A SHIELD TUNNEL

PHASED EXCAVATION OF A SHIELD TUNNEL 5 PHASED EXCAVATION OF A SHIELD TUNNEL The lining of a shield tunnel is often constructed using prefabricated concrete ring segments, which are bolted together within the tunnel boring machine to form

More information

INSTITUTE OF AERONAUTICAL ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING Name Code Class Branch Page 1 INSTITUTE OF AERONAUTICAL ENGINEERING : ROBOTICS (Autonomous) Dundigal, Hyderabad - 500 0 MECHANICAL ENGINEERING TUTORIAL QUESTION BANK : A7055 : IV B. Tech I Semester : MECHANICAL

More information

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions Slide 1 / 162 Algebra II Slide 2 / 162 Trigonometric Functions 2015-12-17 www.njctl.org Trig Functions click on the topic to go to that section Slide 3 / 162 Radians & Degrees & Co-terminal angles Arc

More information

ksa MOS Ultra-Scan Performance Test Data

ksa MOS Ultra-Scan Performance Test Data ksa MOS Ultra-Scan Performance Test Data Introduction: ksa MOS Ultra Scan 200mm Patterned Silicon Wafers The ksa MOS Ultra Scan is a flexible, highresolution scanning curvature and tilt-measurement system.

More information

Design of three-dimensional photoelectric stylus micro-displacement measuring system

Design of three-dimensional photoelectric stylus micro-displacement measuring system Available online at www.sciencedirect.com Procedia Engineering 15 (011 ) 400 404 Design of three-dimensional photoelectric stylus micro-displacement measuring system Yu Huan-huan, Zhang Hong-wei *, Liu

More information

International Engineering Research Journal

International Engineering Research Journal International Engineering Research Journal Finite Element Analysis and Optimization of Boom of Backhoe Loader Santosh U. Bhoomkar 1, D. H. Burande 2 1 PG Student, Mechanical Engineering, Sinhgad College

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

P1 REVISION EXERCISE: 1

P1 REVISION EXERCISE: 1 P1 REVISION EXERCISE: 1 1. Solve the simultaneous equations: x + y = x +y = 11. For what values of p does the equation px +4x +(p 3) = 0 have equal roots? 3. Solve the equation 3 x 1 =7. Give your answer

More information

Comparative Study of ROI Extraction of Palmprint

Comparative Study of ROI Extraction of Palmprint 251 Comparative Study of ROI Extraction of Palmprint 1 Milind E. Rane, 2 Umesh S Bhadade 1,2 SSBT COE&T, North Maharashtra University Jalgaon, India Abstract - The Palmprint region segmentation is an important

More information

MDP646: ROBOTICS ENGINEERING. Mechanical Design & Production Department Faculty of Engineering Cairo University Egypt. Prof. Said M.

MDP646: ROBOTICS ENGINEERING. Mechanical Design & Production Department Faculty of Engineering Cairo University Egypt. Prof. Said M. MDP646: ROBOTICS ENGINEERING Mechanical Design & Production Department Faculty of Engineering Cairo University Egypt Prof. Said M. Megahed APPENDIX A: PROBLEM SETS AND PROJECTS Problem Set # Due 3 rd week

More information

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ)

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ) Boise State Math 275 (Ultman) Worksheet 3.5: Triple Integrals in Spherical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

A Geometric Approach to Inverse Kinematics of a 3 DOF Robotic Arm

A Geometric Approach to Inverse Kinematics of a 3 DOF Robotic Arm A Geometric Approach to Inverse Kinematics of a 3 DOF Robotic Arm Ayush Gupta 1, Prasham Bhargava 2, Ankur Deshmukh 3, Sankalp Agrawal 4, Sameer Chourika 5 1, 2, 3, 4, 5 Department of Electronics & Telecommunication,

More information

CNC Robot Accuracy. SmartManufacturingSeries.com

CNC Robot Accuracy. SmartManufacturingSeries.com CNC Robot Accuracy Traditional Machine Tool Process Chain Where do robots fit? CAD CAM Programming CAM Simulation Integrated Solution for product development Complex drilling and multi-axis operations

More information

Summer Packet 7 th into 8 th grade. Name. Integer Operations = 2. (-7)(6)(-4) = = = = 6.

Summer Packet 7 th into 8 th grade. Name. Integer Operations = 2. (-7)(6)(-4) = = = = 6. Integer Operations Name Adding Integers If the signs are the same, add the numbers and keep the sign. 7 + 9 = 16 - + -6 = -8 If the signs are different, find the difference between the numbers and keep

More information

A New Algorithm for Measuring and Optimizing the Manipulability Index

A New Algorithm for Measuring and Optimizing the Manipulability Index DOI 10.1007/s10846-009-9388-9 A New Algorithm for Measuring and Optimizing the Manipulability Index Ayssam Yehia Elkady Mohammed Mohammed Tarek Sobh Received: 16 September 2009 / Accepted: 27 October 2009

More information

Open Access The Kinematics Analysis and Configuration Optimize of Quadruped Robot. Jinrong Zhang *, Chenxi Wang and Jianhua Zhang

Open Access The Kinematics Analysis and Configuration Optimize of Quadruped Robot. Jinrong Zhang *, Chenxi Wang and Jianhua Zhang Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 014, 6, 1685-1690 1685 Open Access The Kinematics Analysis and Configuration Optimize of Quadruped

More information

Design and control of a 3-DOF hydraulic driven surgical instrument

Design and control of a 3-DOF hydraulic driven surgical instrument Current Directions in Biomedical Engineering 2015; 1:140 144 Timo Cuntz* and Laura Comella* Design and control of a 3-DOF hydraulic driven surgical instrument Abstract: Although the use of minimally invasive

More information

Visualization and Analysis of Inverse Kinematics Algorithms Using Performance Metric Maps

Visualization and Analysis of Inverse Kinematics Algorithms Using Performance Metric Maps Visualization and Analysis of Inverse Kinematics Algorithms Using Performance Metric Maps Oliver Cardwell, Ramakrishnan Mukundan Department of Computer Science and Software Engineering University of Canterbury

More information

Dual Arm Robot Research Report

Dual Arm Robot Research Report Dual Arm Robot Research Report Analytical Inverse Kinematics Solution for Moularize Dual-Arm Robot With offset at shouler an wrist Motivation an Abstract Generally, an inustrial manipulator such as PUMA

More information

Research on the Control Strategy of Decoupled 3-DOF Joystick for Teleoperation

Research on the Control Strategy of Decoupled 3-DOF Joystick for Teleoperation Advances in Engineering Research, volume 0 Proceedings of the rd International Conference on Material Engineering and Application (ICMEA 06) Research on the Control Strategy of Decoupled -DOF Joystick

More information

Review for Spring Final Exam Geometry 1. Classify the figure. Name the vertices, edges, and base.

Review for Spring Final Exam Geometry 1. Classify the figure. Name the vertices, edges, and base. Name lass ue date Review for Spring Final Exam Geometry 1. lassify the figure. Name the vertices, edges, and base. 4. raw all 6 orthographic views from the given object. ssume there are no hidden cubes.

More information

Find the maximum value and minimum values of f(x) for x in [0, 4]. Graph f(x) to check your answers. ( answer)

Find the maximum value and minimum values of f(x) for x in [0, 4]. Graph f(x) to check your answers. ( answer) Exercises 6.1 Ex 6.1.1 Let f(x) = { 1 + 4x x2 (x + 5)/2 for x 3 for x > 3 Find the maximum value and minimum values of f(x) for x in [0, 4]. Graph f(x) to check your answers. max at (2, 5), min at (0,

More information

Master and Slave Nodes (Rigid Link Function)

Master and Slave Nodes (Rigid Link Function) Master and Slave Nodes (Rigid Link Function) The rigid link function specified in Model>Boundaries>Rigid Link constrains geometric, relative movements of a structure. Geometric constraints of relative

More information

DEVELOPING AND 3D PROTOTYPING OF A CUSTOMIZED DEVICE FOR CNC LASER MICRO-MACHINING

DEVELOPING AND 3D PROTOTYPING OF A CUSTOMIZED DEVICE FOR CNC LASER MICRO-MACHINING SCIENTIFIC PAPERS DEVELOPING AND 3D PROTOTYPING OF A CUSTOMIZED DEVICE FOR CNC LASER MICRO-MACHINING Mihaiela ILIESCU 1 ABSTRACT: There was the need of developing a device for CNC laser micro-machining

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45 : Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ) Chapter 10: Parametric Equations

More information

AUTOMATED EXCAVATION PROCESS ANALYSIS FOR GIVEN TRAJECTORY AND SOIL PARAMETERS

AUTOMATED EXCAVATION PROCESS ANALYSIS FOR GIVEN TRAJECTORY AND SOIL PARAMETERS AUTOMATED EXCAVATION PROCESS ANALYSIS FOR GIVEN TRAJECTORY AND SOIL PARAMETERS Jarosław Kuśmierczyk Institute of Construction Machinery Engineering 84 Narbutta 02-524 Warsaw, Poland jkusmierczyk@simr.pw.edu.pl

More information

GEOSTUDIO Tutorials Results and Procedure Comparison

GEOSTUDIO Tutorials Results and Procedure Comparison GEOSTUDIO Tutorials Results and Procedure Comparison Angel Francisco Martinez Application Engineer MIDAS IT Estados Unidos Integrated Solver Optimized for the next generation 64-bit platform Finite Element

More information

A lg e b ra II. Trig o n o m e tric F u n c tio

A lg e b ra II. Trig o n o m e tric F u n c tio 1 A lg e b ra II Trig o n o m e tric F u n c tio 2015-12-17 www.njctl.org 2 Trig Functions click on the topic to go to that section Radians & Degrees & Co-terminal angles Arc Length & Area of a Sector

More information

Practice Test Unit 8. Note: this page will not be available to you for the test. Memorize it!

Practice Test Unit 8. Note: this page will not be available to you for the test. Memorize it! Geometry Practice Test Unit 8 Name Period: Note: this page will not be available to you for the test. Memorize it! Trigonometric Functions (p. 53 of the Geometry Handbook, version 2.1) SOH CAH TOA sin

More information

Inverse Kinematics of a Puma Robot

Inverse Kinematics of a Puma Robot Inverse Kinematics of a Puma Robot Forward Kinematics is computing the tip position given the angles. Inverse Kinematics is computing the joint angles given the tip position. Inverse Kinematics for a RRR

More information

Single Actuator Shaker Design to Generate Infinite Spatial Signatures

Single Actuator Shaker Design to Generate Infinite Spatial Signatures 2 nd International and 17 th National Conference on Machines and Mechanisms inacomm215-55 Single Actuator Shaker Design to Generate Infinite Spatial Signatures K D Lagoo, T A Dwarakanath and D N Badodkar

More information

Tele-operation Construction Robot Control System with Virtual Reality Technology

Tele-operation Construction Robot Control System with Virtual Reality Technology Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 1071 1076 Advanced in Control Engineering and Information Science Tele-operation Construction Robot Control System with Virtual

More information

4. Describe the correlation shown by the scatter plot. 8. Find the distance between the lines with the equations and.

4. Describe the correlation shown by the scatter plot. 8. Find the distance between the lines with the equations and. Integrated Math III Summer Review Packet DUE THE FIRST DAY OF SCHOOL The problems in this packet are designed to help you review topics from previous mathematics courses that are essential to your success

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.2 Trigonometric (Polar) Form of Complex Numbers The Complex Plane and Vector Representation

More information

January 30, 2019 LECTURE 2: FUNCTIONS OF SEVERAL VARIABLES.

January 30, 2019 LECTURE 2: FUNCTIONS OF SEVERAL VARIABLES. January 30, 2019 LECTURE 2: FUNCTIONS OF SEVERAL VARIABLES 110211 HONORS MULTIVARIABLE CALCULUS PROFESSOR RICHARD BROWN Synopsis Today we begin the course in earnest in Chapter 2, although, again like

More information

Fill in the Blank Modeling and Prototypes. Name: Class: Date:

Fill in the Blank Modeling and Prototypes. Name: Class: Date: Fill in the Blank - 4.4.1 Modeling and Prototypes Name: Class: Date: Fill in the blanks in these sentences with the word that fits. 1. The Design process is a systematic, iterative problem solving methodwhich

More information

Camera Calibration for Video See-Through Head-Mounted Display. Abstract. 1.0 Introduction. Mike Bajura July 7, 1993

Camera Calibration for Video See-Through Head-Mounted Display. Abstract. 1.0 Introduction. Mike Bajura July 7, 1993 Camera Calibration for Video See-Through Head-Mounted Display Mike Bajura July 7, 1993 Abstract This report describes a method for computing the parameters needed to model a television camera for video

More information

Time: 3 hour Total Marks: 90

Time: 3 hour Total Marks: 90 Time: 3 hour Total Marks: 90 General Instructions: 1. All questions are compulsory. 2. The question paper consists of 34 questions divided into four sections A, B, C, and D. 3. Section A contains of 8

More information

CBSE CLASS X MATHS , 1 2p

CBSE CLASS X MATHS , 1 2p CBSE CLASS X MATHS -2013 General Instructions: (i) All questions are compulsory. (ii) The question paper consists of 34 questions divided into four sections A,B,C and D. (iii) Sections A contains 8 questions

More information

Experiment 6. Snell s Law. Use Snell s Law to determine the index of refraction of Lucite.

Experiment 6. Snell s Law. Use Snell s Law to determine the index of refraction of Lucite. Experiment 6 Snell s Law 6.1 Objectives Use Snell s Law to determine the index of refraction of Lucite. Observe total internal reflection and calculate the critical angle. Explain the basis of how optical

More information

Displacement Measurement of Soil Nail Walls using Close Range Photogrammetry

Displacement Measurement of Soil Nail Walls using Close Range Photogrammetry Available online at www.sciencedirect.com Procedia Engineering 54 ( 2013 ) 516 524 The 2 nd International Conference on Rehabilitation and Maintenance in Civil Engineering Displacement Measurement of Soil

More information

Precalculus. Wrapping Functions ID: 8257

Precalculus. Wrapping Functions ID: 8257 Wrapping Functions ID: 8257 By Mark Howell Time required 90 minutes Activity Overview This activity introduces students to various functions of a circular angle. They are shown a unit circle and a point

More information

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations 1 Definition of polar coordinates Let us first recall the definition of Cartesian coordinates: to each point in the plane we can

More information

High-Accuracy Articulated Mobile Robots

High-Accuracy Articulated Mobile Robots High-Accuracy Articulated Mobile Robots 2017-01-2095 Timothy Jackson Electroimpact Inc. Published 09/19/2017 CITATION: Jackson, T., "High-Accuracy Articulated Mobile Robots," SAE Technical Paper 2017-01-2095,

More information

Geometry Second Semester Review

Geometry Second Semester Review Class: Date: Geometry Second Semester Review Short Answer 1. Identify the pairs of congruent angles and corresponding sides. 2. Determine whether the rectangles are similar. If so, write the similarity

More information

Gyroscope based floating LIDAR design for getting stable offshore wind velocity profiles

Gyroscope based floating LIDAR design for getting stable offshore wind velocity profiles Gyroscope based floating LIDAR design for getting stable offshore wind velocity profiles Kameswara Sridhar Vepa a, Thomas Duffey b, and Wim Van Paepegem a a Mechanics of Materials and Structures, Ghent

More information

A Method to Measure Eye-Hand Coordination for Extracting Skilled Elements-Simultaneous Measurement of Eye-Gaze and Hand Location-

A Method to Measure Eye-Hand Coordination for Extracting Skilled Elements-Simultaneous Measurement of Eye-Gaze and Hand Location- Computer Technolog and Application 5 (214) 73-82 D DAVID PUBLISHING A Method to Measure Ee-Hand Coordination for Extracting Skilled Elements-Simultaneous Measurement of Ee-Gaze and Hand Location- Atsuo

More information

Algebra II Trigonometric Functions

Algebra II Trigonometric Functions Slide 1 / 162 Slide 2 / 162 Algebra II Trigonometric Functions 2015-12-17 www.njctl.org Slide 3 / 162 Trig Functions click on the topic to go to that section Radians & Degrees & Co-terminal angles Arc

More information

Solutions to Chapter 6 Exercise Problems A 1 O 4 B 2

Solutions to Chapter 6 Exercise Problems A 1 O 4 B 2 Solutions to Chapter 6 Exercise Problems Problem 6.1: Design a double rocker, four-bar linkage so that the base link is 2-in and the output rocker is 1-in long. The input link turns counterclockwise 60

More information

Mathematics. Geometry Revision Notes for Higher Tier

Mathematics. Geometry Revision Notes for Higher Tier Mathematics Geometry Revision Notes for Higher Tier Thomas Whitham Sixth Form S J Cooper Pythagoras Theorem Right-angled trigonometry Trigonometry for the general triangle rea & Perimeter Volume of Prisms,

More information

320C/320C L Hydraulic Excavator

320C/320C L Hydraulic Excavator C/C L Hydraulic Excavator Diensions and Weights All diensions are approxiate. R.9B (9'") Stick R.B ('") Stick Reach Boo. ('") R.9B ('") Stick Std/SA Std/SA Shipping height ('") (9'") (9'") Shipping length

More information

OPTIMAL DESIGN OF A STEPPER-DRIVEN PLANAR LINKAGE USING ENTROPY METHODS

OPTIMAL DESIGN OF A STEPPER-DRIVEN PLANAR LINKAGE USING ENTROPY METHODS Optimal Design of A Stepper-Driven Planar Linkage Using Entropy Methods OPTIMAL DESIGN OF A STEPPER-DRIVEN PLANAR LINKAGE USING ENTROPY METHODS J. C. Musto 1* 1 Mechanical Engineering Department, Milwaukee

More information

Grasping Known Objects with Aldebaran Nao

Grasping Known Objects with Aldebaran Nao CS365 Project Report Grasping Known Objects with Aldebaran Nao By: Ashu Gupta( ashug@iitk.ac.in) Mohd. Dawood( mdawood@iitk.ac.in) Department of Computer Science and Engineering IIT Kanpur Mentor: Prof.

More information

Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle

Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle K. Senthil Kumar, Mohammad Rasheed, and T.Anand Abstract Helicopter offers the capability of hover, slow forward movement, vertical take-off

More information

Project 1 : Dead Reckoning and Tracking

Project 1 : Dead Reckoning and Tracking CS3630 Spring 2012 Project 1 : Dead Reckoning and Tracking Group : Wayward Sons Sameer Ansari, David Bernal, Tommy Kazenstein 2/8/2012 Wayward Sons CS3630 Spring 12 Project 1 Page 2 of 12 CS 3630 (Spring

More information

Application Of Multibody Dynamic Method (Mbd) And Mechanical Principle To The Cylinder Torque Calculation

Application Of Multibody Dynamic Method (Mbd) And Mechanical Principle To The Cylinder Torque Calculation Application Of Multibody Dynamic Method (Mbd) And Mechanical Principle To The Cylinder Torque Calculation Gwo-Chung Tsai Department Of Mechanical And Electro-Mechanical Engineering, National Ilan University

More information

11 cm. A rectangular container is 12 cm long, 11 cm wide and 10 cm high. The container is filled with water to a depth of 8 cm.

11 cm. A rectangular container is 12 cm long, 11 cm wide and 10 cm high. The container is filled with water to a depth of 8 cm. Diagram NOT accurately drawn 10 cm 11 cm 12 cm 3.5 cm A rectangular container is 12 cm long, 11 cm wide and 10 cm high. The container is filled with water to a depth of 8 cm. A metal sphere of radius 3.5

More information

5-Axis Flex Track Drilling Systems on Complex Contours: Solutions for Position Control

5-Axis Flex Track Drilling Systems on Complex Contours: Solutions for Position Control 5-Axis Flex Track Drilling Systems on Complex Contours: Solutions for Position Control 2013-01-2224 Published 09/17/2013 Joseph R. Malcomb Electroimpact Inc. Copyright 2013 SAE International doi:10.4271/2013-01-2224

More information

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis Tutorial 7 Finite Element Groundwater Seepage Steady state seepage analysis Groundwater analysis mode Slope stability analysis Introduction Within the Slide program, Slide has the capability to carry out

More information

Realization of Automatic Keystone Correction for Smart mini Projector Projection Screen

Realization of Automatic Keystone Correction for Smart mini Projector Projection Screen Applied Mechanics and Materials Online: 2014-02-06 ISSN: 1662-7482, Vols. 519-520, pp 504-509 doi:10.4028/www.scientific.net/amm.519-520.504 2014 Trans Tech Publications, Switzerland Realization of Automatic

More information