HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2

Size: px
Start display at page:

Download "HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2"

Transcription

1 HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2 DZHANTIMIROV 1, PALIS 2, SCHMUCKER 1, TELESH 2, ZAVGORODNIY 2 1 Department Virtual Engineering, Fraunhofer Institute for Factory Operation and Automation, Sandtorstrasse 22, Magdeburg, Germany 2 Institute for Electrical Energy Systems, University of Magdeburg, Universitätsplatz 2, P.B. 4120, Magdeburg, Germany The development process of CLAWAR is a complex task. The Hardware- and Softwarein-the-Loop frameworks, which are used by development of new 22 DoF six-legged robot SLAIR2 are presented. A novel universal real-time communication bridge system is introduced and test results are presented. The ability to real-time communication and service tasks related control of the robot is discussed. Keywords: Embedded and Real Time Systems, Modelling and Simulation Languages, Automatic Code Generation. 1. Introduction The control system of the full or part of autonomous legged robot is almost controlled by embedded system. Commonly the embedded systems are designed to control complex plants such as engines, satellites, vehicles, spacecrafts, and of course CLAWAR. They generally require a high level of complexity within the embedded system to manage the complexity of the plant under control. Development and test of complex real-time embedded systems consists of many steps from modelling and simulation of the plant till the implementation of the source code in the real hardware. Hybrid techniques, that are used increasingly, are the Hardware-in-the-Loop (HiL) and Software-in-the-Loop (SiL) simulations (see Fig.1). In our work we use these methods within the development and testing process of six-legged robot. The embedded system (i.e. real electronic control device or real mechatronical component) within a HiL-framework is connected to corresponding HiL-simulator (which emulates real system response) via its IOs building a closed loop. The system to be controlled (i.e. legged robot) is then simulated to test the correct performance of the control system (i.e. drive control). The inputs of control system under test are stimulated with the modelbased sensor outputs. To close the control loop is the reaction of the control system outputs (i.e. motor voltage) guided back into robot model. 1

2 2 controller object Computer Aided Control Engineering (MATLAB/Simulink, etc.) Physical simulation (Vortex,ODE) VR virtual I - simulation SIL HIL II - test controller (, SPS, MC, DSP) object real III - operation Figure 1. Common scheme of the HiL/SiL structure of the mechatronical system. In the pure simulation phase a virtual control system is connected to a virtual object. Both software systems communicate via pure software interface. In the hybrid simulation phase for such communication a hardware interface needed. The development process is through communication inconsistence more complex and needs more effort to transfer of results [5]. And moreover with the change of communication interface is even more effort to expect. The paper presents the developed six-legged robot SLAIR2 [3] as well as the environment, which was used in the pure simulation phase and the hybrid HiL/SiL phase by development and test separate robot components. Moreover the flexible communication bridge for real-time communication between the virtual/real control system and the virtual/real robot is presented as well. 2. Modular Six-Legged Robot SLAIR2 Figure 2 represents the multi-legged robot with articulated body SLAIR2 that has been developed at the Fraunhofer Institute for Factory Operation Ottovon-Guericke University both from Magdeburg in Germany [4]. The robot mechanics, sensor system and control system make it possible to maintain the additional flexibility in the body, to measure and control the support reactions as well as to control and forecast the robot motion stability.

3 3 Figure 2. Modular six-legged robot SLAIR2 : CAD and real implementation Mechanics and Sensor Systems The robot construction consists of n = 3 modular segments (shoulders) linked to each other through two DOF joints and 6 legs. Each shoulder includes one articulated body segment linked with two 3-DOF-insectomorphic legs. It is possible to extend the construction to the case of n > 3 shoulders. The main mechanical parameters are shown in the Table 1. The robot drives are servomotors, with maximal power PDC = 4. 5 W, with potentiometer with o angular range ϕ POTI = ±90 and gears with ratio i GEAR = 251 and efficiency η = 85%. GEAR Table 1. The main mechanical parameters of the robot leg lengths total: l LEG = 300 mm thigh: l 1 = 120 mm shank: l2 = 180 mm body dimensions total robot mass maximal speed max power consumption total length: l B = 660 mm segment length: l BS = 220 mm m ROBOT = 3,20 kg V ROBOT = 1 km/h P MAX = 90 W The sensor system of the robot consists of components that are standard for mobile robots and that make it possible to achieve autonomous robot functions in an environment. It includes: 22 potentiometers and 22 current sensors (installed in each robot joint), 6 three-component force sensors (mounted in each leg s shank), 2-axis gyroscopic sensor (located in body), and

4 4 further it will be equipped with near navigation sensor system (stereoscopic camera). In accordance with the requirements on measurement and control of the support reactions, the developed force sensor consists of two parts: the core measuring lateral components of support reaction, and the elastic parallelogram module for measurement of the longitudinal component. The sensor is designed for loadings up to FCONTACT = 50 N; interference between channels does not exceed 1% Control System und Control Structure The hierarchically organized modular control structure (Fig.3a,3b,3c) is completely located on -side that implement additionally the interaction with user and produces the control signal for robot drives as well as monitors all actuators and sensors of the robot. The robot-side is implemented by fast and flexible FPGA, includes the hardware abstraction layer (HAL) for drive and sensors. The real-time connection between two parts is made via proposed [1] based communication bridge described below. All this provides flexibility and simplifies the development of control algorithms. The control system can also be extended for the additional shoulders in exactly the same manner as the mechanical structure. Figure 3a. The hierarchically organized robot control system: action level

5 5 Figure 3b. The hierarchically organized robot control system: primitive level Figure 3c. The hierarchically organized robot control system: servo level 3. NetX Communication Bridge and its implementation in Matlab/Simulink Environment The communication bridge emulates a router, which connects the control system with all the components of the control object (i.e. legged robot). These components can be connected to the bridge via diverse bus systems (Ethernet, CAN, UART, SPI etc). The robot components in such system can also be represented in virtual environment. Through a common physical interface is the virtual or real control system isolated from the object, and therefore the development effort of communication interface to the legged robot is reduced. The output signals from the control system (reference signals) are demultiplexed and sent to corresponding actuators with the help of the communication bridge. On the other side the outputs from the robot (actual

6 6 sensor signals) are multiplexed by bridge and sent to the control system. These routing tasks are entirely performed by the communication bridges. The physical implementation has been done using ARM9-based - SoC [1], which is able to communicate with all well known fieldbus and real-time Ethernet systems. Figure 4 represents the proposed flexible communication system based on communication processors. full duplex full duplex full duplex com0 com0 com1 com0 com1 com0 com1 Host- A B C DPRAM DPRAM DPRAM FPGA FPGA FPGA Figure 4. Flexible communication system based on processors. The parameterisation of the communication bridge takes place in control program of embedded ARM processors. This program can be compiled with conventional tools, but in order to simplify the reconfiguration of the bridge within simulation framework the programming via RTW and GUI in Matlab/Simulink was selected. For these purposes a special software stack (s.fig.5) was developed and the communication bridge was integrated into Matlab/Simulink framework (s. Fig.6) under Real-Time Workshop [2]. Figure 5. Software Ethernet communication stack implemented in Matlab/Simulink.

7 7 Figure 6. Integration of based communication system into Matlab/Simulink. This framework allows convenient development and HiL/SiL tests of the control system and generation of the application code for the target processors under Matlab/Simulink environment only (s.fig.7). Figure 7. HiL/SiL structure by development of six-legged robot SLAIR2 4. Test of the NetX based Com Bridge in Real Six-Legged Robot For the execution of the communication tests a soft and a hardware configuration have been suggested, which represents the SiL - application. The

8 8 hardware part of the test platform consists of a host and two units. The units are interconnected via serial communication chain. The communication is implemented in full duplex mode, whereby simultaneous sending and receiving of the packets are possible. The task of the host is in the periodic sending of request and the collecting of all response packages in the same communication cycle with all units (s.fig.8) Host Request for A A Host Request for B A B Master Slave Master Slave Slave Host A Reply from B B Host Reply from A A Master Slave Slave Master Slave Figure 8. Data flow within communication cycle between Host- and chain. The packets are led to and from the second unit B over the first unit A. In order to reduce the turn-around time of the those Ethernet frames, whose goal MAC address does not agree with the own MAC address of the current unit, the first unit A functions in the so-called switch mode. To test purposes the response time of units is interesting, which corresponds to the performance of the program generated by the RTW, as well as the entire cycle time for the operation of the chain with the Simulink model, running at the host. To check the performance of the whole system the forward and backward communication flow with distributed control units have been used (s.fig.9). Host- A B Request A Request B working time Switch-delay Reply A working time Reply B Host- A B Request B Switch-delay Request A working time working time Reply B Reply A Cycle time difference Figure 9. Forward and backward communication sequence with 'A' and 'B'

9 9 The timing measurement is accomplished in certain places over GPIO exits and observed thus at the oscilloscope (s.fig.10). The measurement shows the incoming and processing times of the request packages for both units. Figure 10. Packet incoming and processing time for 'A' and 'B' The test results (table 2 and 3) show the maximum cycle rate of about 3 khz for the presented test system. Table 2: Network monitor records by 'direct' communication ( - A - B) A out B out A in B in A out...a in B out...b in A out...b in Average runtime: T Bround /T Around /T round Table 3: Network monitor records by 'inverse' communication ( - A - B) B out A out B in A in B out...b in A out...a in B out...a in Average runtime: T Bround /T Around /T round The cycle times for separate units let estimate the switch turn-around time of approximately µs, whereby the pure transmission time of 100 byte

10 10 package via 100 Mbit/s Ethernet is about 10 µs. This indicates the fact that the passing package is completely buffered by the switch. The source code generated by the RTW for the units is not optimal concerning to the response time. Therefore the additional manual optimization of this source code allows the reduction of the cycle time from about 270 µs down to 90 µs. References 1. Hilscher GmbH, Hattersheim, Germany F.Palis, V.Rusin, U.Schmucker, A.Schneider, Y. Zavgorodniy. Legged Robot with Articulated Body in Locomotion over Complex Terrain. 7th Int. Conference on CLAWAR, September 2004, Madrid. 5. F. Kanehiro et.al. Distributed Control System of Humanoid Robots based on Real-time Ethernet. IEEE/RSJ Int. Conference on Intelligent Robots and Systems, 9-15 October 2006, Beijing

SpaceWire, a Backbone for Humanoid Robotic Systems. Mathias Nickl, Stefan Jörg, Thomas Bahls, Alexander Nothhelfer, Stefan Strasser

SpaceWire, a Backbone for Humanoid Robotic Systems. Mathias Nickl, Stefan Jörg, Thomas Bahls, Alexander Nothhelfer, Stefan Strasser SpaceWire, a Backbone for Humanoid Robotic Systems Mathias Nickl, Stefan Jörg, Thomas Bahls, Alexander Nothhelfer, Stefan Strasser Robotic and Mechatronics Center, German Aerospace Center (DLR) International

More information

Developing a Robot Model using System-Level Design

Developing a Robot Model using System-Level Design Developing a Robot Model using System-Level Design What was once the stuff of dreams, being secretly developed in high-security government labs for applications in defense and space exploration, is now

More information

FABRICATION OF A 5 D.O.F ROBOT ARM CONTROLLED BY HAPTIC TECHNOLOGY

FABRICATION OF A 5 D.O.F ROBOT ARM CONTROLLED BY HAPTIC TECHNOLOGY FABRICATION OF A 5 D.O.F ROBOT ARM CONTROLLED BY HAPTIC TECHNOLOGY 1 NITHIN RAJAN, 2 V.MANOJ KUMAR 1 Graduate Student, 2 Ass. Professor SRM University E-mail: Nitz.719@gmail.com, vmanojkumar19@gmail Abstract-

More information

xrob-s and icon-x: Flexible Hardware, Visual Programming and Software Component Reuse

xrob-s and icon-x: Flexible Hardware, Visual Programming and Software Component Reuse xrob-s and icon-x: Flexible Hardware, Visual Programming and Software Component Reuse Stefan Enderle 1, Wolfgang Guenther 2, Hans-Juergen Hilscher 3, and Holger Kenn 4 1 KTB Mechatronics enderle@qfix.de

More information

Design of an open hardware architecture for the humanoid robot ARMAR

Design of an open hardware architecture for the humanoid robot ARMAR Design of an open hardware architecture for the humanoid robot ARMAR Kristian Regenstein 1 and Rüdiger Dillmann 1,2 1 FZI Forschungszentrum Informatik, Haid und Neustraße 10-14, 76131 Karlsruhe, Germany

More information

Modular robotics and locomotion Juan Gonzalez Gomez

Modular robotics and locomotion Juan Gonzalez Gomez Modular robotics and locomotion Juan Gonzalez Gomez School of Engineering Universidad Autonoma de Madrid (Spain) Uni Hamburg. FB Informatik. AB TAMS. May 2006 Contents Introduction to robotics Introduction

More information

Fire Bird V Insect - Nex Robotics

Fire Bird V Insect - Nex Robotics Fire Bird V Insect is a small six legged robot. It has three pair of legs driven by one servo each. Robot can navigate itself using Sharp IR range sensors. It can be controlled wirelessly using ZigBee

More information

EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG

EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG Adam Lindberg github.com/eproxus HARDWARE COMPONENTS SOFTWARE FUTURE Boot, Serial console, Erlang shell DEMO THE GRISP BOARD SPECS Hardware & specifications

More information

DEEP DIVE WHITE PAPER

DEEP DIVE WHITE PAPER System Architecture DEEP DIVE Introduction At KINGSTAR, we ve partnered with over 600 world-class machine automation vendors to identify automation architectures and procedures that enable businesses to

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

Keywords: Soft Core Processor, Arithmetic and Logical Unit, Back End Implementation and Front End Implementation.

Keywords: Soft Core Processor, Arithmetic and Logical Unit, Back End Implementation and Front End Implementation. ISSN 2319-8885 Vol.03,Issue.32 October-2014, Pages:6436-6440 www.ijsetr.com Design and Modeling of Arithmetic and Logical Unit with the Platform of VLSI N. AMRUTHA BINDU 1, M. SAILAJA 2 1 Dept of ECE,

More information

C x Hexapod Motion Controller

C x Hexapod Motion Controller C-887.52x Hexapod Motion Controller Compact Bench-Top Device for Controlling 6-Axis Systems Sophisticated controller using vector algorithms Commanding in Cartesian coordinates Changes of the reference

More information

Cecilia Laschi The BioRobotics Institute Scuola Superiore Sant Anna, Pisa

Cecilia Laschi The BioRobotics Institute Scuola Superiore Sant Anna, Pisa University of Pisa Master of Science in Computer Science Course of Robotics (ROB) A.Y. 2016/17 cecilia.laschi@santannapisa.it http://didawiki.cli.di.unipi.it/doku.php/magistraleinformatica/rob/start Robot

More information

EtherCAT P combines ultra-fast communication and power supply in a single cable

EtherCAT P combines ultra-fast communication and power supply in a single cable PC Control 01 2016 technology One Cable Automation the path to plug-and-play automation without control cabinets combines ultra-fast communication and power supply in a single cable With, Beckhoff is expanding

More information

Unlocking the Potential of Your Microcontroller

Unlocking the Potential of Your Microcontroller Unlocking the Potential of Your Microcontroller Ethan Wu Storming Robots, Branchburg NJ, USA Abstract. Many useful hardware features of advanced microcontrollers are often not utilized to their fullest

More information

Design of the 4-DOF Parallel Robot Control System Based on EtherCAT Cunfeng Kang1, a, Yukun Zheng1, b

Design of the 4-DOF Parallel Robot Control System Based on EtherCAT Cunfeng Kang1, a, Yukun Zheng1, b International Symposium on Mechanical Engineering and Material Science (ISMEMS 2016) Design of the 4-DOF Parallel Robot Control System Based on EtherCAT Cunfeng Kang1, a, Yukun Zheng1, b 1 Beijing University

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

POWERLINK. For CODESYS. POWERLINK For CODESYS. Integration package of the standard Industrial Ethernet protocol POWERLINK into CODESYS.

POWERLINK. For CODESYS. POWERLINK For CODESYS. Integration package of the standard Industrial Ethernet protocol POWERLINK into CODESYS. For CODESYS For CODESYS Integration package of the standard Industrial Ethernet protocol into CODESYS. For CODESYS Two standard technologies brought together 2 About is one of the most used real-time Ethernet

More information

Using Cost Effective Distributed HIL for Rapid Prototyping

Using Cost Effective Distributed HIL for Rapid Prototyping Using Cost Effective Distributed HIL for Rapid Prototyping Renesas Electronics America Inc. Enabling Smart Solutions Embedded Control Systems need Hardware-in-Loop Simulation 2 Innovation using HIL Simulation

More information

KINEMATIC AND DYNAMIC SIMULATION OF A 3DOF PARALLEL ROBOT

KINEMATIC AND DYNAMIC SIMULATION OF A 3DOF PARALLEL ROBOT Bulletin of the Transilvania University of Braşov Vol. 8 (57) No. 2-2015 Series I: Engineering Sciences KINEMATIC AND DYNAMIC SIMULATION OF A 3DOF PARALLEL ROBOT Nadia Ramona CREŢESCU 1 Abstract: This

More information

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department 2016 Control and Measurement Laboratory Robotino Robot (Mobile Robot System) Robotino Robot Objectives: The

More information

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM PROJECT REFERENCE NO. : 37S0918 COLLEGE : P A COLLEGE OF ENGINEERING, MANGALORE BRANCH : ELECTRONICS & COMMUNICATION GUIDE : MOHAMMAD RAFEEQ STUDENTS : CHARANENDRA

More information

Oct Karl. A. Meier

Oct Karl. A. Meier ADVANCED Motion Controls Oct 2012 New motio on control system options utilizing EtherCAT technology Karl A. Meier Overview This document describes the evolution of motion and control system architectures

More information

Control IT AC 800PEC Control System. The modular controller for high-speed performance

Control IT AC 800PEC Control System. The modular controller for high-speed performance Control IT AC 800PEC Control System The modular controller for high-speed performance Drives Wind Turbine Light Rail Propulsion Large-scale power converters and drives must be reliable, fast and precise.

More information

Implementing Industrial Ethernet Field Device Functionality by Using FPGAs

Implementing Industrial Ethernet Field Device Functionality by Using FPGAs Implementing Industrial Ethernet Field Device Functionality by Using FPGAs Executive Summary Industrial Ethernet protocols like PROFINET or EtherCAT are currently taking over the communication role in

More information

Rotary Motion Servo Plant: SRV02. Rotary Experiment #00: QuaRC Integration. Using SRV02 with QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #00: QuaRC Integration. Using SRV02 with QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #00: QuaRC Integration Using SRV02 with QuaRC Student Manual SRV02 QuaRC Integration Instructor Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1

More information

Control IT AC 800PEC Control System

Control IT AC 800PEC Control System Windows 2000 integrated, IEC 61131-3 compliant engineering tool. A special add-on includes AC 800PEC-specific functionality. The AC 800PEC add-on provides full integration of the AC 800PEC into the Control

More information

Force/Displacement Measuring System

Force/Displacement Measuring System Electronics & Software Force/Displacement Measuring System Single-Channel Unit DMF-P A310 Universal for NC Joining Modules The force/displacement evaluation device DMF-P A310 Universal is used for monitoring

More information

The New Automation Technology Advantage

The New Automation Technology Advantage The New Automation Technology Advantage Industrial PC Embedded PC EtherCAT EtherCAT Terminal EtherCAT Box EtherCAT Plug-in Modules Bus Terminal Fieldbus Box Infrastructure Components Drive Technology TwinCAT

More information

SYNTHESIS AND RAPID PROTOTYPING OF MOTION FOR A FOUR-LEGGED MAMMAL-STRUCTURED ROBOT

SYNTHESIS AND RAPID PROTOTYPING OF MOTION FOR A FOUR-LEGGED MAMMAL-STRUCTURED ROBOT SYNTHESIS AND RAPID PROTOTYPING OF MOTION FOR A FOUR-LEGGED MAMMAL-STRUCTURED ROBOT Macie Tronacki* Industrial Research Institute for Automation and Measurements, Warsaw, Poland Corresponding author (mtronacki@piap.pl)

More information

How to add Industrial Ethernet to Computer Numeric Control (CNC) Router Machine

How to add Industrial Ethernet to Computer Numeric Control (CNC) Router Machine How to add Industrial Ethernet to Computer Numeric Control (CNC) Router Machine 4-axis CNC Router Machine with 250KHz control loop through Industrial Ethernet Thomas Mauer Industrial Systems Team, Factory

More information

Clearpath Communication Protocol. For use with the Clearpath Robotics research platforms

Clearpath Communication Protocol. For use with the Clearpath Robotics research platforms Clearpath Communication Protocol For use with the Clearpath Robotics research platforms Version: 1.1 Date: 2 September 2010 Revision History Version Date Description 1.0 26 March 2010 Release 1.1 2 September

More information

YaMoR and Bluemove an autonomous modular robot with Bluetooth interface for exploring adaptive locomotion

YaMoR and Bluemove an autonomous modular robot with Bluetooth interface for exploring adaptive locomotion YaMoR and Bluemove an autonomous modular robot with Bluetooth interface for exploring adaptive locomotion R. Moeckel, C. Jaquier, K. Drapel, E. Dittrich, A. Upegui, A. Ijspeert Ecole Polytechnique Fédérale

More information

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800)

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800) Servo Drives The wide product range of LinMot servo drives allows the rapid implementation in applications from simple two position point to point movements up to complex, high-precision multi-axis synchronization

More information

Stackable 4-BAR Mechanisms and Their Robotic Applications

Stackable 4-BAR Mechanisms and Their Robotic Applications The 010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-, 010, Taipei, Taiwan Stackable 4-BAR Mechanisms and Their Robotic Applications Hoyul Lee and Youngjin Choi Abstract

More information

Simulink Based Robot Arm Control Workstation. Figure 1-1 High Level Block Diagram

Simulink Based Robot Arm Control Workstation. Figure 1-1 High Level Block Diagram Introduction: This project consists of designing a software-based control workstation in the Simulink environment using the SimMechanics Toolbox. The Quanser robot arm system will be modeled using this

More information

MOTION TRAJECTORY PLANNING AND SIMULATION OF 6- DOF MANIPULATOR ARM ROBOT

MOTION TRAJECTORY PLANNING AND SIMULATION OF 6- DOF MANIPULATOR ARM ROBOT MOTION TRAJECTORY PLANNING AND SIMULATION OF 6- DOF MANIPULATOR ARM ROBOT Hongjun ZHU ABSTRACT:In order to better study the trajectory of robot motion, a motion trajectory planning and simulation based

More information

.. bionically inspired robotic joint... oolbox....

.. bionically inspired robotic joint... oolbox.... obolink.. bionically inspired robotic joint... oolbox... www.igus.eu/robolink... robolink in research and development The Concept igus offers a toolkit of parts with which to design and build robotic arms.

More information

UNIGATE UNIGATE CM CM GATEWAY SERIES. CAN/CANopen TO ALL FIELDBUSES AND INDUSTRIAL ETHERNET. Easy installation. Norm compliant.

UNIGATE UNIGATE CM CM GATEWAY SERIES. CAN/CANopen TO ALL FIELDBUSES AND INDUSTRIAL ETHERNET. Easy installation. Norm compliant. UNIGATE GATEWAY SERIES UNIGATE CM CM Easy installation Norm compliant Ready-to-use Configurable Designed & manufactured in Germany THE INTELLIGENT SOLUTION FOR: ETHERNET TCP/IP CAN/CANopen TO ALL FIELDBUSES

More information

PD215 Mechatronics. Week 3/4 Interfacing Hardware and Communication Systems

PD215 Mechatronics. Week 3/4 Interfacing Hardware and Communication Systems PD215 Mechatronics Week 3/4 Interfacing Hardware and Communication Systems Interfacing with the physical world A compute device (microprocessor) in mechatronic system needs to accept input information

More information

ID 020C: Hardware-in-Loop: System Testing Without the System

ID 020C: Hardware-in-Loop: System Testing Without the System ID 020C: Hardware-in-Loop: System Testing Without the System Applied Dynamics International Marcella Haghgooie Sr. Field Applications Engineer 13 October 2010 Version: 1.2 Marcella Haghgooie Sr. Field

More information

Implementation Of Stair Climbing Robo using Microcontroller

Implementation Of Stair Climbing Robo using Microcontroller Implementation Of Stair Climbing Robo using Microcontroller Mrs.A.H.Tirmare 1, Ms.P.S.Mali2, Ms.S.M.Bhoi 3 1 Assi.Professor E & Tc Department, Bharati Vidyapeeth s College Of Engg Shivaji University Kolhapur

More information

Five Ways to Build Flexibility into Industrial Applications with FPGAs

Five Ways to Build Flexibility into Industrial Applications with FPGAs GM/M/A\ANNETTE\2015\06\wp-01154- flexible-industrial.docx Five Ways to Build Flexibility into Industrial Applications with FPGAs by Jason Chiang and Stefano Zammattio, Altera Corporation WP-01154-2.0 White

More information

Using Active Learning in Motor Control and Matlab Simulation

Using Active Learning in Motor Control and Matlab Simulation Using Active Learning in Motor Control and Matlab Simulation Ercan Nurcan Yilmaz Department of Electrical & Electronic Engineering, Faculty of Technology, Gazi University, Teknikokullar, Ankara, Turkey

More information

Summary. More Information

Summary. More Information Title: MultiFlex ETH 1000 Series Configuration and Update Management Products(s): All MultiFlex ETH 1000 Series Ethernet motion controllers Keywords: MultiFlex ETH, Ethernet, configuration, update, firmware,

More information

Table of Contents Introduction Historical Review of Robotic Orienting Devices Kinematic Position Analysis Instantaneous Kinematic Analysis

Table of Contents Introduction Historical Review of Robotic Orienting Devices Kinematic Position Analysis Instantaneous Kinematic Analysis Table of Contents 1 Introduction 1 1.1 Background in Robotics 1 1.2 Robot Mechanics 1 1.2.1 Manipulator Kinematics and Dynamics 2 1.3 Robot Architecture 4 1.4 Robotic Wrists 4 1.5 Origins of the Carpal

More information

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802.

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802. SIEMENS AG 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 DRAFT Dual Time Scale in Factory & Energy Automation White Paper about Industrial

More information

Combining EtherCAT with Power

Combining EtherCAT with Power Combining EtherCAT with Power EtherCAT enhancement EtherCAT Technology Group EtherCAT P 1 EtherCAT P March 2017 EtherCAT Technology Group EtherCAT P 2 EtherCAT P EtherCAT P is an addition to the EtherCAT

More information

Online Gain Switching Algorithm for Joint Position Control of a Hydraulic Humanoid Robot

Online Gain Switching Algorithm for Joint Position Control of a Hydraulic Humanoid Robot Online Gain Switching Algorithm for Joint Position Control of a Hydraulic Humanoid Robot Jung-Yup Kim *, Christopher G. Atkeson *, Jessica K. Hodgins *, Darrin C. Bentivegna *,** and Sung Ju Cho * * Robotics

More information

VT System Smart HIL Testing

VT System Smart HIL Testing VT System Smart HIL Testing V1.0 2010-06-04 Agenda > ECU Testing Testing a Door Control Unit Summary and Outlook Slide: 2 ECU Testing I/O Access for ECU Testing ECU has to be tested in its natural environment

More information

Industrial Ethernet Comparison for Motion Control Applications

Industrial Ethernet Comparison for Motion Control Applications Industrial Ethernet Comparison for Motion Control Applications Sari Germanos sari.germanos@ethernet-powerlink.org Technology Marketing Ethernet POWERLINK Standardization Group Topology comparison - Conventional

More information

Application Note. Fiber Alignment Using The HXP50 Hexapod PROBLEM BACKGROUND

Application Note. Fiber Alignment Using The HXP50 Hexapod PROBLEM BACKGROUND Fiber Alignment Using The HXP50 Hexapod PROBLEM The production of low-loss interconnections between two or more optical components in a fiber optic assembly can be tedious and time consuming. Interfacing

More information

Application Note. Fiber Alignment Using the HXP50 Hexapod PROBLEM BACKGROUND

Application Note. Fiber Alignment Using the HXP50 Hexapod PROBLEM BACKGROUND Fiber Alignment Using the HXP50 Hexapod PROBLEM The production of low-loss interconnections between two or more optical components in a fiber optic assembly can be tedious and time consuming. Interfacing

More information

Scientific Automation integrates high-tech special functions into automation. interview 25 Years of PC Control 08/2011

Scientific Automation integrates high-tech special functions into automation. interview 25 Years of PC Control 08/2011 interview 25 Years of PC Control 08/2011 Scientific Automation integrates high-tech special functions into automation Based on powerful Beckhoff Industrial PCs, the high-speed EtherCAT fieldbus, fast I/O

More information

Modular robotics and locomotion Juan Gonzalez Gomez

Modular robotics and locomotion Juan Gonzalez Gomez Modular robotics and locomotion Juan Gonzalez Gomez School of Engineering Universidad Autonoma de Madrid (Spain) Uni Hamburg. FB Informatik. AB TAMS. April 2006 Index Introduction to Modular robotics Starting

More information

Ant-Like Robotic Platform

Ant-Like Robotic Platform Ant-Like Robotic Platform Certain materials are included under the fair use exemption of the U.S. Copyright Law and have been prepared according to the fair use guidelines and are restricted from further

More information

SINAMICS S120. Communication. Communication 2/7. Overview

SINAMICS S120. Communication. Communication 2/7. Overview Overview Most production machines use digital bus systems. These handle the between the control level, the machine control and the executing components, i.e. the sensors and actuators. There are two types

More information

USE OF COTS ROBOTICS FOR ON-GROUND VALIDATION OF SPACE GNC SYSTEMS: PLATFORM DYNAMIC TEST BENCH I-SAIRAS 2012 TURIN, ITALY 4-6 SEPTEMBER 2012

USE OF COTS ROBOTICS FOR ON-GROUND VALIDATION OF SPACE GNC SYSTEMS: PLATFORM DYNAMIC TEST BENCH I-SAIRAS 2012 TURIN, ITALY 4-6 SEPTEMBER 2012 USE OF COTS ROBOTICS FOR ON-GROUND VALIDATION OF SPACE GNC SYSTEMS: PLATFORM DYNAMIC TEST BENCH I-SAIRAS 212 TURIN, ITALY 4-6 SEPTEMBER 212 Matteo Suatoni (1), Luis Mollinedo (1), Valentín Barrena (1),

More information

Design & Kinematic Analysis of an Articulated Robotic Manipulator

Design & Kinematic Analysis of an Articulated Robotic Manipulator Design & Kinematic Analysis of an Articulated Robotic Manipulator Elias Eliot 1, B.B.V.L. Deepak 1*, D.R. Parhi 2, and J. Srinivas 2 1 Department of Industrial Design, National Institute of Technology-Rourkela

More information

Motion Control of Wearable Walking Support System with Accelerometer Considering Swing Phase Support

Motion Control of Wearable Walking Support System with Accelerometer Considering Swing Phase Support Proceedings of the 17th IEEE International Symposium on Robot and Human Interactive Communication, Technische Universität München, Munich, Germany, August 1-3, Motion Control of Wearable Walking Support

More information

Smart Servo Sensing in Industry 4.0

Smart Servo Sensing in Industry 4.0 SPS IPC Drives Italia 2017 Smart Servo Sensing in Industry 4.0 Tomer Goldenberg Lead Technical-Marketing Engineer, Elmo Motion Control Abstract In a revolution aimed at transforming factories, the less

More information

DESIGN AND IMPLEMENTATION OF EMBEDDED TRACKING SYSTEM USING SPATIAL PARALLELISM ON FPGA FOR ROBOTICS

DESIGN AND IMPLEMENTATION OF EMBEDDED TRACKING SYSTEM USING SPATIAL PARALLELISM ON FPGA FOR ROBOTICS DESIGN AND IMPLEMENTATION OF EMBEDDED TRACKING SYSTEM USING SPATIAL PARALLELISM ON FPGA FOR ROBOTICS Noor Aldeen A. Khalid and Muataz H. Salih School of Computer and Communication Engineering, Universiti

More information

DS1103 PPC Controller Board

DS1103 PPC Controller Board Single-Board Hardware DS1103 PPC Controller Board Powerful controller board for rapid control prototyping Key Features Single-board system with comprehensive I/O CAN interface and serial interfaces Interfaces

More information

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing SECOND EDITION Arduino Cookbook Michael Margolis Beijing Cambridge Farnham Koln Sebastopol O'REILLY- Tokyo Table of Contents Preface xi 1. Getting Started 1 1.1 Installing the Integrated Development Environment

More information

PMS5005 Sensing and Motion Controller User Manual

PMS5005 Sensing and Motion Controller User Manual PMS5005 Sensing and Motion Controller User Manual Version: 1.0.5 June 2006 Table of Contents I. Introduction 2 I.1. PMS5005 Robot Sensing/Motion Controller Architecture 2 I.2. PMS5005 Connectors and Jumpers

More information

Body of a new Humanoid Robot the Design of ARMAR III

Body of a new Humanoid Robot the Design of ARMAR III EVA-STAR (Elektronisches Volltextarchiv Scientific Articles Repository) http://digbib.ubka.uni-karlsruhe.de/volltexte/0000070 Upper Body of a new Humanoid Robot the Design of ARMAR III Albert Albers, Sven

More information

Camera gimbal control system for unmanned platforms

Camera gimbal control system for unmanned platforms 8 th International Symposium Topical Problems in the Field of Electrical and Power Engineering Pärnu, Estonia, January 11-16, 2010 Camera gimbal control system for unmanned platforms Kristjan Tiimus, Mart

More information

Evaluation of Ethernet over EtherCAT Protocol Efficiency

Evaluation of Ethernet over EtherCAT Protocol Efficiency INFOEH-JAHORINA Vol. 12, March 2013. Evaluation of Ethernet over EtherCA Protocol Efficiency Mladen Knežić and Željko Ivanović Faculty of Electrical Engineering University of Banja Luka Banja Luka, Bosnia

More information

GAUSS OBC ABACUS 2017

GAUSS OBC ABACUS 2017 [] Table of contents Table of contents... 1 1. Introduction... 3 1.1. ABACUS Features... 3 1.2. Block Diagram... 6 2. Pinouts... 7 3. Inertial Measurement Unit Details... 10 3.1. Orientation of Axes...

More information

Hardware Robot Operating System. D-module STUDY CASE

Hardware Robot Operating System. D-module STUDY CASE Hardware Robot Operating System D-module STUDY CASE Han s Robot D-module Han s Robot Han s Robot is a global supplier in direct drive technology, ranging from linear motors, torque motors, servo drives,

More information

IMPLEMENTATION OF BALL-AND-BEAM CONTROL SYSTEM AS AN INSTANCE OF SIMULINK TO 32-BIT MICROCONTROLLER INTERFACE

IMPLEMENTATION OF BALL-AND-BEAM CONTROL SYSTEM AS AN INSTANCE OF SIMULINK TO 32-BIT MICROCONTROLLER INTERFACE POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 76 Electrical Engineering 2013 Krzysztof NOWOPOLSKI* IMPLEMENTATION OF BALL-AND-BEAM CONTROL SYSTEM AS AN INSTANCE OF SIMULINK TO 32-BIT MICROCONTROLLER

More information

Control Systems Laboratory Manual Hardware and Software Overview. 2 Hardware Equipment. 2.1 Analog Plant Simulator (EE357 Only)

Control Systems Laboratory Manual Hardware and Software Overview. 2 Hardware Equipment. 2.1 Analog Plant Simulator (EE357 Only) 1 Introduction Control Systems Laboratory Manual Hardware and Software Overview The undergraduate Control Systems Lab is located in ETLC E5-006. In the lab, there are 15 PCs equipped with data acquisition

More information

ADI Solution for Industrial Communications

ADI Solution for Industrial Communications The World Leader in High Performance Signal Processing Solutions ADI Solution for Industrial Communications Singer Zhang June 2012 General Classifications / Terminology Fieldbus / Serial Fieldbus Generic

More information

Introduction To Robotics (Kinematics, Dynamics, and Design)

Introduction To Robotics (Kinematics, Dynamics, and Design) Introduction To Robotics (Kinematics, Dynamics, and Design) SESSION # 5: Concepts & Defenitions Ali Meghdari, Professor School of Mechanical Engineering Sharif University of Technology Tehran, IRAN 11365-9567

More information

Analysis of Switched Ethernet Networks with different Topologies used in Automation Systems

Analysis of Switched Ethernet Networks with different Topologies used in Automation Systems Analysis of Switched Ethernet Networks with different Topologies used in Automation Systems S. Rüping 1, E. Vonnahme 1, J. Jasperneite 2 1 Heinz Nixdorf Institut University of Paderborn System and Circuit

More information

netx The future for your communication

netx The future for your communication netx The future for your communication www.hilscher.com netx networx on chip Your Benefits The universal communications platform As slave or master for all Fieldbuses and RealTime Ethernet systems Consistent,

More information

Controlling PI Positioners with External Zygo Interferometers

Controlling PI Positioners with External Zygo Interferometers Controlling PI Positioners with External Zygo Interferometers Physik Instrumente (PI) GmbH & Co. KG, Auf der Roemerstr. 1, 76228 Karlsruhe, Germany Page 1 of 6 1 Introduction Developing high-precision

More information

ES Knock Intensity Detection Board. KID_SU KID Signal Unit User Manual

ES Knock Intensity Detection Board. KID_SU KID Signal Unit User Manual ES1380.2 Knock Intensity Detection Board KID_SU KID Signal Unit User Manual Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes

More information

Mobile Robots Locomotion

Mobile Robots Locomotion Mobile Robots Locomotion Institute for Software Technology 1 Course Outline 1. Introduction to Mobile Robots 2. Locomotion 3. Sensors 4. Localization 5. Environment Modelling 6. Reactive Navigation 2 Today

More information

Qsys and IP Core Integration

Qsys and IP Core Integration Qsys and IP Core Integration Stephen A. Edwards (after David Lariviere) Columbia University Spring 2016 IP Cores Altera s IP Core Integration Tools Connecting IP Cores IP Cores Cyclone V SoC: A Mix of

More information

Motion Controller. MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control

Motion Controller. MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control Allied Motion s MXC motion controller is a very compact, multi-axis servo and/or step motor motion controller,

More information

Universal Controller Module (UCoM) - component of a modular concept in robotic systems

Universal Controller Module (UCoM) - component of a modular concept in robotic systems Universal Controller Module (UCoM) - component of a modular concept in robotic systems K. Regenstein, T. Kerscher, C. Birkenhofer T. Asfour, M. Zöllner, R. Dillmann Research Center for Information Technologies

More information

Kollmorgen. Kollmorgen Automation Suite

Kollmorgen. Kollmorgen Automation Suite Kollmorgen Kollmorgen Automation Suite 1 Kollmorgen Business Structure Aligning with customer needs. 2 Core Competencies Broadest product line in the industry. Delivering the highest quality, with the

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

Gateway Design for Network based Multi-Motor Control with CAN and Profibus (ICCAS 2005)

Gateway Design for Network based Multi-Motor Control with CAN and Profibus (ICCAS 2005) Gateway Design for Network based Multi-Motor Control with and Profibus (ICCAS 2005) Gwan-Su Kim *, Eui-Heon Jung **, and Hong-Hee Lee *** * Department of Electrical Engineering, Ulsan University, Ulsan,

More information

SUB-SYSTEM BOARD 5562 Campbell (MAXREFDES4#): 16-Bit High-Accuracy 4-20mA Input Isolated Analog Front End (AFE)

SUB-SYSTEM BOARD 5562 Campbell (MAXREFDES4#): 16-Bit High-Accuracy 4-20mA Input Isolated Analog Front End (AFE) Maxim > Design Support > Technical Documents > Sub-System Boards > APP 5562 Keywords: Campbell, MAXREFDES4, subsystem reference design, analog front end, AFE, industrial sensors, isolated power and data,

More information

Welcome to the Future of Industrial Communication. Introducing the netx Family of Controllers by Hilscher

Welcome to the Future of Industrial Communication. Introducing the netx Family of Controllers by Hilscher Welcome to the Future of Industrial Communication Introducing the netx Family of Controllers by Hilscher netx: ONE CONTROLLER FOR EVERY NETWORK THE FUTURE OF AUTOMATION WILL CENTER ON YOUR ABILITY TO OPTIMIZE

More information

DESIGN AND IMPLEMENTATION OF AN AVIONICS FULL DUPLEX ETHERNET (A664) DATA ACQUISITION SYSTEM

DESIGN AND IMPLEMENTATION OF AN AVIONICS FULL DUPLEX ETHERNET (A664) DATA ACQUISITION SYSTEM DESIGN AND IMPLEMENTATION OF AN AVIONICS FULL DUPLEX ETHERNET (A664) DATA ACQUISITION SYSTEM Alberto Perez, Technical Manager, Test & Integration John Hildin, Director of Network s John Roach, Vice President

More information

A sliding walk method for humanoid robots using ZMP feedback control

A sliding walk method for humanoid robots using ZMP feedback control A sliding walk method for humanoid robots using MP feedback control Satoki Tsuichihara, Masanao Koeda, Seiji Sugiyama, and Tsuneo oshikawa Abstract In this paper, we propose two methods for a highly stable

More information

Further Development of Fieldbus Technology to Support Multi-Axis Motion

Further Development of Fieldbus Technology to Support Multi-Axis Motion Further Development of Fieldbus Technology to Support Multi-Axis Motion Dipl.-Ing. Frank Schewe Dipl.-Ing. Jürgen Jasperneite Phoenix Contact GmbH & Co. Technology Development P.O. Box 1341 D-32819 Blomberg

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

Motor controllers CMMS-ST, for stepper motors

Motor controllers CMMS-ST, for stepper motors Key features Performance characteristics Compactness Motion control Small dimensions Full integration of all components for controller and power section, including RS232 and CANopen interface Integrated

More information

General-Purpose Microcontroller Module 12a Hardware Reference Release 1.4a (October 11, 2017)

General-Purpose Microcontroller Module 12a Hardware Reference Release 1.4a (October 11, 2017) General-Purpose Microcontroller Module 12a Hardware Reference 1 General-Purpose Microcontroller Module 12a Hardware Reference Release 1.4a (October 11, 2017) Purpose: General-purpose platform to accommodate

More information

Hubs. twisted pair. hub. 5: DataLink Layer 5-1

Hubs. twisted pair. hub. 5: DataLink Layer 5-1 Hubs Hubs are essentially physical-layer repeaters: bits coming from one link go out all other links at the same rate no frame buffering no CSMA/CD at : adapters detect collisions provides net management

More information

reflex accessories electronic modules The intelligent connection to your control room

reflex accessories electronic modules The intelligent connection to your control room reflex accessories electronic modules The intelligent connection to your control room reflex electronic modules Prepared for the future The requirements of the future become increasingly complex. Intelligently

More information

WIFI ENABLED SMART ROBOT

WIFI ENABLED SMART ROBOT WIFI ENABLED SMART ROBOT Shashank U Moro School of Mechanical and Building Science, VIT University, Vellore-632014, TamilNadu, India moroshash@gmail.com; +91-9597428287 Abstract: The field of robotics

More information

Embedded Systems: Hardware Components (part II) Todor Stefanov

Embedded Systems: Hardware Components (part II) Todor Stefanov Embedded Systems: Hardware Components (part II) Todor Stefanov Leiden Embedded Research Center, Leiden Institute of Advanced Computer Science Leiden University, The Netherlands Outline Generic Embedded

More information

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol Arduino Cookbook Michael Margolis O'REILLY* Beijing Cambridge Farnham Koln Sebastopol Tokyo Table of Contents Preface xiii 1. Getting Started 1 1.1 Installing the Integrated Development Environment (IDE)

More information

A High Performance Bus Communication Architecture through Bus Splitting

A High Performance Bus Communication Architecture through Bus Splitting A High Performance Communication Architecture through Splitting Ruibing Lu and Cheng-Kok Koh School of Electrical and Computer Engineering Purdue University,West Lafayette, IN, 797, USA {lur, chengkok}@ecn.purdue.edu

More information

SWIFU: SPACEWIRE INTERFACE UNIT FOR VERSATILE SENSOR

SWIFU: SPACEWIRE INTERFACE UNIT FOR VERSATILE SENSOR SWIFU: SPACEWIRE INTERFACE UNIT FOR VERSATILE SENSOR INTEGRATION ON THE EXOMARS CHASSIS BREADBOARD Session: Spacewire Missions and Applications Short Paper Lee C. G.-Y., Obstei R. von Hoerner & Sulger

More information