Design of an open hardware architecture for the humanoid robot ARMAR

Size: px
Start display at page:

Download "Design of an open hardware architecture for the humanoid robot ARMAR"

Transcription

1 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, Karlsruhe, Germany Regenstein@fzi.de 2 IRF Universität Karlsruhe (TH), Haid-und-Neu-Strasse 7, Karlsruhe, Germany Dillmann@ira.uka.de Abstract. In this paper a new scalable hardware architecture for increased performance and improved human-robot-interaction is presented. The new hardware architecture is based on Digital Signal Processors (DSP) connected by CAN bus to PC/104 systems. Connections between PC/104 systems will be established by a broad bandwidth bus system (e.g. firewire). By this, easy integration of commercially available peripherals like ethernet-, sound- or other I/O-cards is possible. 1 Introduction In contrast to industrial robots a humanoid robot shall interact with human beings in the same workspace. To be able to interact with a human being in a human like way certain sensorimotor skills of the robot are required. For example to achieve smooth and human like movements it is necessary to reduce control cycles on the servo level to a minimum. For safety reasons the humanoid robot must be equipped with a number of different sensors to monitor its state and to avoid collisions with humans or objects in the environment [1]. Further perceptual sensors are needed to allow interaction with the human operator. Recently there is growing interest in humanoid robotics. In this context the Collaborative Research Centre SFB 588 ( Humanoid Robots - Learning and Cooperating Multimodal Robots ) was set up. As preparatory work the humanoid robot ARMAR (Fig. 1) was developed [2] at the FZI Forschungszentrum Informatik Karlsruhe. Within the SFB 588 the humanoid robot ARMAR will be equipped with additional sensors and a new hardware architecture will be developed. 2 Requirements Explicit restrictions on the architecture for a humanoid robot are posed by the limited availability of space. As the robot should operate autonomously the

2 Fig. 1. The humanoid robot ARMAR problem of energy consumption arises. The robot has to carry all its energy resources with him. As electrical energy can not be stored efficiently care must be taken to choose components with a low energy consumption. Viewed abstractly a robot is a data processing machine. It consists of data sources, a data processing device and data sinks. On the side of data sources there is mainly a variety of different kinds of sensors. To mention a few there are for example optical encoders, force torque sensors, microphones, cameras or ultrasonic sensors. This list shows that on the sensory side there are very heterogenous inputs that have to be taken into account when building a hardware architecture. Data processing will be done in some kind of PC or microcontroller. On the hand of data sinks there is the data processing part itself and definitely the actuators of the robot. The actuator part is heterogenous as well. Though in robotics usually electric motors are used for locomotion there still exist different approaches like pneumatic or hydraulic actuation. And even for electric motors different types like brushed or brushless motors do exist. Another aspect that shows how different the requirements of the sensors are is the required bandwidth and cycle time. For example cameras have very high demand concerning bandwidth but the cycle time may be in the area of about 20 ms. Compared to this the bandwidth requirements for actuator control are much lower but the cycle time must be as low as 1 ms. Looking at the topology of a robot i.e. the distribution of available space for data processing it is obvious that in most cases the location of data sources and data processing cannot be in the same place. In detail usually the greatest availability of space in a robot is in the torso or for humanoid robots without legs in their mobile platform. In contrast to this most of the data sources like cameras and sensors for motion

3 control are in the extremities of the robot. Especially fulfilling the computing power needed to process the data of the camera directly in the head of the robot is nearly impossible. A suggestion for a hardware architecture able to deal with these different kinds of sensors will be presented in this paper. Summarizing the requirements there are: hardware architecture must comply with needed computing power scalability modularity standardized interfaces availability of compiler and debug software Especially in humanoid robots there are additional requirements like: energy efficiency small outline lightweight small effort in cabling 3 Architecture A hardware architecture is characterized by its components and the connections between these components. First of all the connection between the components must have a sufficient bandwidth. As the whole architecture shall be able to process data in real time the connection as well has to be able to transmit data in real time. Other requirements are: there should be means to recognize an error in the transmission and the number of nodes should be sufficient. For use in a robot some other aspects are especially important. These are for example a small effort in cabling. This is important because a thick cable harness would constrict the movement of the actuators. Ideally there would only be a pair of wires for power supply and another pair for commanding the actuators. Evaluating the needed bandwidth for servo control in a humanoid robot it is obvious that it can be dealt with one or more CAN buses. CAN bus was chosen because of its characteristics i.e. it can transmit messages in realtime, in other words the message with the highest priority will be delivered within a guaranteed latency time. Other important properties of CAN are: bandwidth up to 1 MBit/s: in a humanoid robot this is sufficient to control 5 to 10 axes (e.g. one arm of the robot) differential data transmission: this is important to reduce effects of EMI caused by the electric motors large number of nodes error recognition: CAN protocol implements several means to recognize errors like bit stuffing and CRC. physical length of connection: at 1 MBit/s cabling can be up to 40 m long. This length will not be exceeded in a humanoid robot.

4 availability: CAN bus is approved in the automotive industry, so highly reliable components are available. The presented hardware architecture (Fig. 2) is structured as follows: Microcontrollers or DSPs are responsible for control and sensor value acquisition. These are connected to a more powerful data processor like a PC via a bus system [3][4][5]. On the servo control and sensor data acquisition level CAN-bus and Motorola DSPs [6] are used. Every DSP-board is responsible for controlling two Fig. 2. Structure of the hardware architecture electric motors. For each motor both the revolution speed of the motor and the angle of the driven axis will be measured. Further the motor current will be

5 supervised and can be used for implementing torque control. The servo control will take place in the DSP while position requests are received via CAN-bus. As well current encoder values are sent back to higher control level via CANbus. The optional middle layer is intended to group several DSP into a unit. For example having two CAN-busses controlling one arm of the humanoid robot one could combine them using a device of the middle layer. The middle layer is introduced to enhance the scalability of the architecture and to map the modularity of the robot onto the hardware architecture. The connection between the components of the middle layer on the one hand and the connection to the PC layer will be established by firewire. On the PC layer PC/104 systems will be used because of their small size and low energy consumption. As well there is a great variety of additional modules for PC/104 systems like CAN-bus, firewire, wireless LAN or PCMCIA cards. The connection between the PC devices will be established via firewire for real time critical transmissions and via ethernet for other transmissions. Also a link to PCs in the laboratory outside the robot will be provided by wireless LAN. The scalability and modularity of the presented hardware architecture is fulfilled by dividing the architecture into three layers. Depending on the number of sensors and the bandwidth needed more CAN-buses can be added and joined in the middle layer. The number of devices in the middle layer can also be adapted to the required computing power and the desired number of modules. Modules that can be identified in a humanoid robot could be: right arm, left arm, torso, platform and head. To enhance the computing power the number of PCs on the PC layer can be increased. With CAN bus and firewire well standardized interfaces were chosen to be compatible with most components. For Linux and RT-Linux free compiler and debug software is available. In terms of energy consumption the chosen PC/104 systems are suitable to be used in a mobile robot. 4 Realization We started to realize the presented concept by building the motor driver board. The driver board will consist of a power stage that can be plugged into a DSP board. Following requirements must be met by the driver board: control of motor revolution speed control of angle of the driven axis (e.g. elbow joint) measurement of the motor current connection to the CAN-bus These demands are meant per axis. As the power stage is designed to control two axes the DSP board must be capable of supplying the necessary I/O ports to measure these values. To keep the DSP board flexible we decided to use a Motorola DSP in connection with a Field Programmable Gate Array (FPGA). Thus the required number of I/O ports can be achieved. To disburden the DSP the counter for measuring the revolution speed and angle of axis will be realized

6 Fig. 3. Image of one motor driver board capable of powering two motors in the FPGA. The board will be equipped with the Motorola DSP56F803. The size of the power stage is only 55 mm x 60 mm. 4.1 Initialization Phase In the startup phase all motor driver boards must receive a unique ID by which they can be identified by the software running on the PC layer. A dynamical distribution of IDs is implemented to avoid that swapping a defective board requires reconfiguring the whole system. With this distribution also the order of the boards can be recognized. To accomplish this, besides the CAN-bus a further init-line is needed. The idea is to have two dedicated I/O pins on every driver board: one init-in and one init-out pin. By default all these pins are pulled up by a resistor. To start the distribution of the IDs the init-out pin of all boards is pulled to low so that only the first board in the line has a high input at its init-in pin. By this the first board is identified. To identify the last board in the line a similar procedure is applied, this time the init-out pin is set back to high and the init-in pin is pulled low thus leaving only the init-out pin of the last board at a high level. In the next phase boards are assigned ascending numbers by sequentially pulling the init-out pins to low. The number that the board is assigned that receives a low level at its input is transmitted via CAN-bus. 4.2 In-System Programming To ease development of prototypes [7] a possibility to program the driver boards inside the robot via CAN-bus has been implemented. So far it is possible to program the flash memory of a DSP via CAN-bus. The advantage of programming the DSP via CAN-bus over serial programming is that it is not necessary to plug a programming adapter into each DSP if a new software version is to be programmed. Downloading different software to each DSP is as well possible as downloading the same software to several DSPs at once.

7 5 Conclusion and further work In this paper an open hardware architecture for the humanoid robot ARMAR was discussed. It allows easy integration of different kinds of sensors and offers the possibility of further extension. Further work includes applying the new hardware architecture to the successor of ARMAR and integrating new sensors into the robot. For example force torque sensors will be integrated into the wrists of ARMAR II. Furthermore an analysis of the proposed hardware architecture will be conducted. 6 Acknowledgement This work is supported by the German Research Foundation (DFG) within the Collaborative Research Centre SFB 588 Humanoid Robots - Learning and Cooperating Multimodal Robots. References 1. J. Martin, R. Keppler, D. Osswald, W. Burger, K. Regenstein, G. Bretthauer, J. Wittenburg, H. Wörn, A. Albers, and K. Berns. Mechatronische konzepte zur verbesserung der mensch-maschine-interaktion. In Human Centered Robotic Systems, T. Asfour, K. Berns, and R. Dillmann. The humanoid robot ARMAR: Design and control. Int Conference on Humanoid Robots, G. Hirzinger. On a new generation of torque controlled ligth-weight robots. In Proceedings of the 2001 IEEE International Conference on Robotics and Automation, Kazuo Hirai. The development of honda humanoid robot. In Proceedings of the 1998 IEEE International Conference on Robotics and Automation, M. Wargui. Application of controller area network to mobile robots. In Electrotechnical Conference, MELECON 96., 8th Mediterranean, pages , Motorola. Data Sheet for Motorola DSP56F803, K.-U. Scholl, V. Kepplin, J. Albiez, and R. Dillmann. Developing robot prototypes with an expandable modular controller architecture. In Proceedings of the International Conference on Intelligent Autonomous Systems, pages 67 74, Venedig, June 2000.

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

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

Humanoid Manipulation

Humanoid Manipulation Humanoid Manipulation Tamim Asfour Institute for Anthropomatics, Computer Science Department, Humanoids and Intelligence Systems Lab (Prof. Dillmann) wwwiaim.ira.uka.de www.sfb588.uni-karlsruhe.de KIT

More information

Abstract. 1 Introduction. 2 Concept of the mobile experimental

Abstract. 1 Introduction. 2 Concept of the mobile experimental ISR / ROBOTIK 2010 Mobile Experimental Platform for the Development of Environmentally Interactive Control Algorithms towards the Implementation on a Walking Humanoid Robot Giulio Milighetti, Janko Petereit

More information

Visual Servoing for Dual Arm Motions on a Humanoid Robot

Visual Servoing for Dual Arm Motions on a Humanoid Robot Visual Servoing for Dual Arm Motions on a Humanoid Robot Nikolaus Vahrenkamp Christian Böge Kai Welke Tamim Asfour Jürgen Walter Rüdiger Dillmann Institute for Anthropomatics Department of Mechanical Engineering

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

Shadow Dexterous Hand C6M Technical Specification

Shadow Dexterous Hand C6M Technical Specification Shadow Dexterous Hand C6M Technical Specification Current release: 15 th August '09 Shadow Dextrous Hand - Technical Specification Page 2/9 1 Overview...3 2 Mechanical Profile...3 2.1 Dimensions...3 2.2

More information

Computer Hardware Requirements for Real-Time Applications

Computer Hardware Requirements for Real-Time Applications Lecture (4) Computer Hardware Requirements for Real-Time Applications Prof. Kasim M. Al-Aubidy Computer Engineering Department Philadelphia University Real-Time Systems, Prof. Kasim Al-Aubidy 1 Lecture

More information

HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2

HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2 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,

More information

Human Machine Interaction

Human Machine Interaction Human Machine Interaction XVIII BrainStorming Cordinator: L. Fortuna Tutor: P. Arena Ignazio Aleo June 09 introduction Network of systems Outlines our goals Network of systems development Robot-embodiment

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

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

A Cost Oriented Humanoid Robot Motion Control System

A Cost Oriented Humanoid Robot Motion Control System Preprints of the 19th World Congress The International Federation of Automatic Control A Cost Oriented Humanoid Robot Motion Control System J. Baltes*, P. Kopacek**,M. Schörghuber** *Department of Computer

More information

Shadow Dexterous Hand C5 Technical Specification

Shadow Dexterous Hand C5 Technical Specification Shadow Dexterous Hand C5 Technical Specification Current release: 14 th May '08 Shadow Dextrous Hand - Technical Specification Page 2/10 1 Overview...3 2 Mechanical Profile...3 2.1 Dimensions...3 Table

More information

Motion Control Computing Architectures for Ultra Precision Machines

Motion Control Computing Architectures for Ultra Precision Machines Motion Control Computing Architectures for Ultra Precision Machines Mile Erlic Precision MicroDynamics, Inc., #3-512 Frances Avenue, Victoria, B.C., Canada, V8Z 1A1 INTRODUCTION Several computing architectures

More information

EYEVISION. Three steps to your machine vision solution! Measurement Inspection

EYEVISION. Three steps to your machine vision solution! Measurement Inspection Measurement Inspection Controlling Sorting Positioning Completeness detection Presence check Surface control Part checking Integrated tool presetting 3D-vision 3D-recognition Robot vision Marker control

More information

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS Christina SÜFKE Carsten HAVERKAMP Christian WEHLING Westnetz GmbH - Germany Westnetz GmbH - Germany Westnetz GmbH - Germany

More information

A Scalable Multiprocessor for Real-time Signal Processing

A Scalable Multiprocessor for Real-time Signal Processing A Scalable Multiprocessor for Real-time Signal Processing Daniel Scherrer, Hans Eberle Institute for Computer Systems, Swiss Federal Institute of Technology CH-8092 Zurich, Switzerland {scherrer, eberle}@inf.ethz.ch

More information

A CAN-Based Architecture for Highly Reliable Communication Systems

A CAN-Based Architecture for Highly Reliable Communication Systems A CAN-Based Architecture for Highly Reliable Communication Systems H. Hilmer Prof. Dr.-Ing. H.-D. Kochs Gerhard-Mercator-Universität Duisburg, Germany E. Dittmar ABB Network Control and Protection, Ladenburg,

More information

2FOC. Dual Field Oriented Controller for brushless motors. icub

2FOC. Dual Field Oriented Controller for brushless motors. icub 2FOC Dual Field Oriented Controller for brushless motors The 2FOC board is a high performance motor controller capable of driving up to two 200W permanent magnet synchronous motors with vectorial algorithms

More information

A Framework for Visually guided Haptic Exploration with Five Finger Hands

A Framework for Visually guided Haptic Exploration with Five Finger Hands A Framework for Visually guided Haptic Exploration with Five Finger Hands A. Bierbaum, K. Welke, D. Burger, T. Asfour, and R. Dillmann University of Karlsruhe Institute for Computer Science and Engineering

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

EMBEDDED SYSTEM FOR VIDEO AND SIGNAL PROCESSING

EMBEDDED SYSTEM FOR VIDEO AND SIGNAL PROCESSING EMBEDDED SYSTEM FOR VIDEO AND SIGNAL PROCESSING Slavy Georgiev Mihov 1, Dimitar Stoykov Dimitrov 2, Krasimir Angelov Stoyanov 3, Doycho Dimitrov Doychev 4 1, 4 Faculty of Electronic Engineering and Technologies,

More information

EUROPE R-SERIES. up to 80 kg payload

EUROPE R-SERIES. up to 80 kg payload EUROPE R-SERIES up to 80 kg payload »Simple and friendly«into THE FUTURE»40 years of experience and state-of-the-art robot technology«the R-SERIES 1. High speed 4. Protection Kawasaki Robotics invents

More information

Efficient Motion Planning for Humanoid Robots using Lazy Collision Checking and Enlarged Robot Models

Efficient Motion Planning for Humanoid Robots using Lazy Collision Checking and Enlarged Robot Models Efficient Motion Planning for Humanoid Robots using Lazy Collision Checking and Enlarged Robot Models Nikolaus Vahrenkamp, Tamim Asfour and Rüdiger Dillmann Institute of Computer Science and Engineering

More information

Technical Specification for Educational Robots

Technical Specification for Educational Robots Technical Specification for Educational Robots 1. Introduction The e-yantra project, sponsored by MHRD, aims to start a robotic revolution in the country through the deployment of low-cost educational

More information

Software development from a bird's eye view Ulrich Kloidt, Senior Application Engineer, Altium Europe GmbH

Software development from a bird's eye view Ulrich Kloidt, Senior Application Engineer, Altium Europe GmbH Software development from a bird's eye view Ulrich Kloidt, Senior Application Engineer, Altium Europe GmbH A modular software application can help designers focus on the essential part of their task -

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction This dissertation will describe the mathematical modeling and development of an innovative, three degree-of-freedom robotic manipulator. The new device, which has been named the

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

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

Rexroth NYCe TAILIDA TRADING CO., LTD. TEL: FAX:

Rexroth NYCe TAILIDA TRADING CO., LTD. TEL: FAX: Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service Rexroth NYCe 4000 System NYCe 4000 system solution - Housing, available in different versions - Motion

More information

A Versatile Instrument for Analyzing and Testing the Interfaces of Peripheral Devices

A Versatile Instrument for Analyzing and Testing the Interfaces of Peripheral Devices Reprint A Versatile Instrument for Analyzing and Testing the Interfaces of Peripheral Devices P. Savvopoulos, M. Varsamou and Th. Antonakopoulos The 3rd International Conference on Systems, Signals & Devices

More information

Stand-Alone, Multi-Axis Motion Controller

Stand-Alone, Multi-Axis Motion Controller Ensemble LAB Stand-Alone, Multi-Axis Motion Controller Up to 4 axes of brush, stepper or brushless DC motors Aerotech s FlashConfig feature automatically configures axis parameters based on the connected

More information

Visual Servoing for Humanoid Grasping and Manipulation Tasks

Visual Servoing for Humanoid Grasping and Manipulation Tasks Visual Servoing for Humanoid Grasping and Manipulation Tasks Nikolaus Vahrenkamp, Steven Wieland, Pedram Azad, David Gonzalez, Tamim Asfour and Rüdiger Dillmann Institute for Computer Science and Engineering

More information

EtherCAT Benefits Production of Green Energy. Lester Shaw, Elmo Motion Control, Inc.

EtherCAT Benefits Production of Green Energy. Lester Shaw, Elmo Motion Control, Inc. EtherCAT Benefits Production of Green Energy Lester Shaw, Elmo Motion Control, Inc. Pioneers in green energy Photovoltaics characterized by long production lines Elmo servo controllers are installed in

More information

Welcome. Altera Technology Roadshow 2013

Welcome. Altera Technology Roadshow 2013 Welcome Altera Technology Roadshow 2013 Altera at a Glance Founded in Silicon Valley, California in 1983 Industry s first reprogrammable logic semiconductors $1.78 billion in 2012 sales Over 2,900 employees

More information

Instruction Manual for Teaching Device

Instruction Manual for Teaching Device Shenzhen Han`s Motor S&T Co.,Ltd Instruction Manual for Teaching Device V 3.3 2017-07-19 Directory 1 Introduction... 1 2 Installation instruction...1 2.1 DCS and teaching device installation... 1 3 Software

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

Integrated Controller Realizing Machine Control and Advanced Motion Control, MICREX-SX Series

Integrated Controller Realizing Machine Control and Advanced Motion Control, MICREX-SX Series Integrated Controller Realizing Machine Control and Advanced Motion Control, MICREX-SX Series ISHII Yasushi ABSTRACT The MICREX-SX Series of integrated controller line allows engineering consistently conforming

More information

DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR

DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR Arun G Mohan 1 and Vijina K 2 1 PG Student [Electrical Machines], Department of EEE, Sree Buddha College

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

Sensor-aided Milling with a Surgical Robot System

Sensor-aided Milling with a Surgical Robot System 1 Sensor-aided Milling with a Surgical Robot System Dirk Engel, Joerg Raczkowsky, Heinz Woern Institute for Process Control and Robotics (IPR), Universität Karlsruhe (TH) Engler-Bunte-Ring 8, 76131 Karlsruhe

More information

CARUSO Project Goals and Principal Approach

CARUSO Project Goals and Principal Approach CARUSO Project Goals and Principal Approach Uwe Brinkschulte *, Jürgen Becker #, Klaus Dorfmüller-Ulhaas +, Ralf König #, Sascha Uhrig +, and Theo Ungerer + * Department of Computer Science, University

More information

MPU User Guide Updated 3/11/15. Overview

MPU User Guide Updated 3/11/15. Overview MPU11 090212 User Guide Updated 3/11/15 Overview The MPU11 is Centroid s next generation motion control card. It supports greater communication bandwidth with new protocols and more processing power. MPU11

More information

Hydraulics with IO-Link: Reduced effort, high value

Hydraulics with IO-Link: Reduced effort, high value Hydraulics with IO-Link: Reduced effort, high value Standardized wiring and electronic name plate support commissioning and increase availability Open standard for bi-directional point-to-point connections

More information

The S6000 Family of Processors

The S6000 Family of Processors The S6000 Family of Processors Today s Design Challenges The advent of software configurable processors In recent years, the widespread adoption of digital technologies has revolutionized the way in which

More information

2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS

2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS 2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS 2.1 Real-Time and Control Computer based digital controllers typically have the ability to monitor a number of discrete and analog inputs, perform complex

More information

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

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

More information

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

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

INSTRUCTIONMANUAL. 24V motor control device for DIN-rail mounting

INSTRUCTIONMANUAL. 24V motor control device for DIN-rail mounting INSTRUCTIONMANUAL 24V motor control device for DIN-rail mounting Product group: shutters, sliding windows, sliding shutters Version: 1.0 Language: english Orig. Language: german (deutsch) Document: ------

More information

E Copyright VARAN BUS USER ORGANIZATION 06/2015. Real Time Ethernet VARAN Bus

E Copyright VARAN BUS USER ORGANIZATION 06/2015. Real Time Ethernet VARAN Bus 8100000100-E Copyright BUS USER ORGANIZATION 06/2015 Real Time Ethernet Bus - Versatile Automation Random Access Network The bus system meets all requirements of a modern industry network optimized for

More information

EtherCAT Plug-in Modules

EtherCAT Plug-in Modules 526 Bus Terminals for circuit boards 527 528 534 EtherCAT plug-in modules Efficient I/O solution for large-scale machine production 530 532 533 Product overview System description Technical data 535 535

More information

Ensemble Linear Series

Ensemble Linear Series Motion Controllers Ensemble Linear Ensemble Linear Series Networked, Panel-Mount Drives Linear Network drives through a high-speed serial interface to coordinate up to ten axes of motion Coordinate motion

More information

Exploration of an Indoor-Environment by an Autonomous Mobile Robot

Exploration of an Indoor-Environment by an Autonomous Mobile Robot IROS '94 September 12-16, 1994 Munich, Germany page 1 of 7 Exploration of an Indoor-Environment by an Autonomous Mobile Robot Thomas Edlinger edlinger@informatik.uni-kl.de Ewald von Puttkamer puttkam@informatik.uni-kl.de

More information

Workspace Analysis for Planning Human-Robot Interaction Tasks

Workspace Analysis for Planning Human-Robot Interaction Tasks 2016 IEEE-RAS 16th International Conference on Humanoid Robots (Humanoids) Cancun, Mexico, Nov 15-17, 2016 Workspace Analysis for Planning Human-Robot Interaction Tasks Nikolaus Vahrenkamp 1, Harry Arnst

More information

Allegra Series Reference Manual. Programmable Motion Control System

Allegra Series Reference Manual. Programmable Motion Control System Allegra Series Reference Manual Programmable Motion Control System The Allegra series of motion controllers are stand-alone or host controlled, easy-to-use, plug-and-play and cost effective solutions for

More information

G-Series. Epson. Robots. G-Series. Epson. Robots. The Epson G-series SCARA : Greater performance higher productivity

G-Series. Epson. Robots. G-Series. Epson. Robots. The Epson G-series SCARA : Greater performance higher productivity Epson Robots G-Series Epson Robots G-Series The Epson G-series SCARA : Greater performance higher productivity The Epson G-series SCARA : Greater performance higher productivity With the G-series, Epson

More information

Chapter 15 ARM Architecture, Programming and Development Tools

Chapter 15 ARM Architecture, Programming and Development Tools Chapter 15 ARM Architecture, Programming and Development Tools Lesson 07 ARM Cortex CPU and Microcontrollers 2 Microcontroller CORTEX M3 Core 32-bit RALU, single cycle MUL, 2-12 divide, ETM interface,

More information

VIRTUAL INTERFACE FOR CONTROLLING A REMOTE-HANDLE ROVER

VIRTUAL INTERFACE FOR CONTROLLING A REMOTE-HANDLE ROVER VIRTUAL INTERFACE FOR CONTROLLING A REMOTE-HANDLE ROVER J. M. Andújar Márquez andujar@diesia.uhu.es T. J. Mateo Sanguino tomas.mateo@diesia.uhu.es F. J. Aguilar Nieto franciscojose.aguilar@alu.uhu.es Abstract

More information

A CAN Protocol for Calibration and Measurement Data Acquisition

A CAN Protocol for Calibration and Measurement Data Acquisition A CAN Protocol for Calibration and Measurement Data Acquisition Rainer Zaiser Vector Informatik GmbH Friolzheimer Strasse 6 70499 Stuttgart,Germany Page 1 &RQWHQWV 1 CONTENTS 2 2 INTRODUCTION 2 2.1 The

More information

Operating Systems, Concurrency and Time. real-time communication and CAN. Johan Lukkien

Operating Systems, Concurrency and Time. real-time communication and CAN. Johan Lukkien Operating Systems, Concurrency and Time real-time communication and CAN Johan Lukkien (Courtesy: Damir Isovic, Reinder Bril) Question Which requirements to communication arise from real-time systems? How

More information

Human Arm Simulation Using Kinect

Human Arm Simulation Using Kinect Human Arm Simulation Using Kinect Nikunj Agarwal 1, Priya Bajaj 2, Jayesh Pal 3, Piyush Kushwaha 4 1,2,3,4 Student, Computer Science & Engineering Department, IMS Engineering College, Ghaziabad, Uttar

More information

FRAUNHOFER INSTITUTE FOR PHOTONIC MICROSYSTEMS IPMS. Li-Fi Optical Wireless Communication

FRAUNHOFER INSTITUTE FOR PHOTONIC MICROSYSTEMS IPMS. Li-Fi Optical Wireless Communication FRAUNHOFER INSTITUTE FOR PHOTONIC MICROSYSTEMS IPMS Li-Fi Optical Wireless Communication Optical Wireless Data Transfer over a Distance of Several Meters. Li-Fi Optical Wireless Communication Light as

More information

Scott Kanowitz, A. Antonio Arroyo. Machine Intelligence Laboratory Department of Electrical and Computer Engineering

Scott Kanowitz, A. Antonio Arroyo. Machine Intelligence Laboratory Department of Electrical and Computer Engineering Scott Kanowitz, A. Antonio Arroyo Machine Intelligence Laboratory Department of Electrical and Computer Engineering 332 Benton Hall University of Florida Gainesville, FL 32611 Email: skano@mil.ufl.edu

More information

Stereo-based 6D Object Localization for Grasping with Humanoid Robot Systems

Stereo-based 6D Object Localization for Grasping with Humanoid Robot Systems Proceedings of the 2007 IEEE/RSJ International Conference on Intelligent Robots and Systems San Diego, CA, USA, Oct 29 - Nov 2, 2007 TuC8.5 Stereo-based 6D Object Localization for Grasping with Humanoid

More information

Torque-Position Transformer for Task Control of Position Controlled Robots

Torque-Position Transformer for Task Control of Position Controlled Robots 28 IEEE International Conference on Robotics and Automation Pasadena, CA, USA, May 19-23, 28 Torque-Position Transformer for Task Control of Position Controlled Robots Oussama Khatib, 1 Peter Thaulad,

More information

WIntroduction. Motion Control Architectures. Chuck Lewin, Founder of Performance Motion Devices

WIntroduction. Motion Control Architectures. Chuck Lewin, Founder of Performance Motion Devices Motion Control Architectures Chuck Lewin, Founder of Performance Motion Devices WIntroduction hen engineers think of advances in motion control technology, they usually think of faster motors, improved

More information

Multi-Layered Architecture of Middleware for Ubiquitous Robot

Multi-Layered Architecture of Middleware for Ubiquitous Robot Multi-Layered Architecture of Middleware for Ubiquitous Robot In-Bae Jeong, Jong-Hwan Kim Department of Electrical Engineering and Computer Science KAIST Daejeon, Republic of Korea {ibjeong,johkim}@rit.kaist.ac.kr

More information

Build and Test Plan: IGV Team

Build and Test Plan: IGV Team Build and Test Plan: IGV Team 2/6/2008 William Burke Donaldson Diego Gonzales David Mustain Ray Laser Range Finder Week 3 Jan 29 The laser range finder will be set-up in the lab and connected to the computer

More information

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture Overall Approach HOPE system can be modelled as a distributed system where many agents (subsystem located in each patient 's home) are connected to a main agent, the HOPE server, using IP communication

More information

Giancarlo Vasta, Magneti Marelli, Lucia Lo Bello, University of Catania,

Giancarlo Vasta, Magneti Marelli, Lucia Lo Bello, University of Catania, An innovative traffic management scheme for deterministic/eventbased communications in automotive applications with a focus on Automated Driving Applications Giancarlo Vasta, Magneti Marelli, giancarlo.vasta@magnetimarelli.com

More information

DISTRIBUTED EMBEDDED ARCHITECTURES

DISTRIBUTED EMBEDDED ARCHITECTURES DISTRIBUTED EMBEDDED ARCHITECTURES A distributed embedded system can be organized in many different ways, but its basic units are the Processing Elements (PE) and the network as illustrated in Figure.

More information

Android Spybot. ECE Capstone Project

Android Spybot. ECE Capstone Project Android Spybot ECE Capstone Project Erik Bruckner - bajisci@eden.rutgers.edu Jason Kelch - jkelch@eden.rutgers.edu Sam Chang - schang2@eden.rutgers.edu 5/6/2014 1 Table of Contents Introduction...3 Objective...3

More information

How-To #3: Make and Use a Motor Controller Shield

How-To #3: Make and Use a Motor Controller Shield How-To #3: Make and Use a Motor Controller Shield The Arduino single-board computer can be used to control servos and motors. But sometimes more current is required than the Arduino can provide, either

More information

CNC AFFOLTER. 4Powerful. 4Universal. 4User-friendly

CNC AFFOLTER. 4Powerful. 4Universal. 4User-friendly CNC Numerical Controls 4 4Powerful 4Universal 4User-friendly AFFOLTER CNC LESTE General description The CNC controls of the Leste series provide powerful processing, universal functionalities, simple commissioning

More information

Adaptive Motion Planning for Humanoid Robots

Adaptive Motion Planning for Humanoid Robots Adaptive Motion Planning for Humanoid Robots Nikolaus Vahrenkamp, Christian Scheurer, Tamim Asfour, James Kuffner and Rüdiger Dillmann Institute of Computer Science and Engineering The Robotics Institute

More information

High-Speed, High-Performance Industrial Robots

High-Speed, High-Performance Industrial Robots High-Speed, High-erformance Industrial Robots up to 80 kg payload Kawasaki Robotics (USA), Inc. HIGH-SEED, HIGH-ERFORMANCE INDUSTRIAL ROBOTS The new R-Series Robots are setting the benchmark for all small

More information

Ndrive Linear Series. Digital Servo Amplifiers Linear. Output power range of 10 or 20 A peak with ±10 to ±80 VDC bus

Ndrive Linear Series. Digital Servo Amplifiers Linear. Output power range of 10 or 20 A peak with ±10 to ±80 VDC bus Ndrive Linear Amplifiers/Drives Ndrive Linear Series Digital Servo Amplifiers Linear Output power range of 10 or 20 A peak with ±10 to ±80 VDC bus 2- or 3-phase AC line input or DC input CE approved and

More information

OptimizationOf Straight Movement 6 Dof Robot Arm With Genetic Algorithm

OptimizationOf Straight Movement 6 Dof Robot Arm With Genetic Algorithm OptimizationOf Straight Movement 6 Dof Robot Arm With Genetic Algorithm R. Suryoto Edy Raharjo Oyas Wahyunggoro Priyatmadi Abstract This paper proposes a genetic algorithm (GA) to optimize the straight

More information

2005 / Components and Systems for Total Process Controlled Screw Tightening

2005 / Components and Systems for Total Process Controlled Screw Tightening 2005 / 2006 Components and Systems for Total Process Controlled Screw Tightening Microtec Systems Components and Systems 2005 / 2006 Page 2 Partnership for Automation Looking back to many years of experience

More information

Versatile Modular Electronics for Rapid Design and Development of Humanoid Robotic Subsystems

Versatile Modular Electronics for Rapid Design and Development of Humanoid Robotic Subsystems Versatile Modular Electronics for Rapid Design and Development of Humanoid Robotic Subsystems Brennand Pierce and Gordon Cheng Institute for Cognitive Systems, Technische Universität München, Karlstrasse

More information

Runtime Adaptation of Application Execution under Thermal and Power Constraints in Massively Parallel Processor Arrays

Runtime Adaptation of Application Execution under Thermal and Power Constraints in Massively Parallel Processor Arrays Runtime Adaptation of Application Execution under Thermal and Power Constraints in Massively Parallel Processor Arrays Éricles Sousa 1, Frank Hannig 1, Jürgen Teich 1, Qingqing Chen 2, and Ulf Schlichtmann

More information

Modeling and kinematics simulation of freestyle skiing robot

Modeling and kinematics simulation of freestyle skiing robot Acta Technica 62 No. 3A/2017, 321 334 c 2017 Institute of Thermomechanics CAS, v.v.i. Modeling and kinematics simulation of freestyle skiing robot Xiaohua Wu 1,3, Jian Yi 2 Abstract. Freestyle skiing robot

More information

SERIAL BUS COMMUNICATION PROTOCOLS USB

SERIAL BUS COMMUNICATION PROTOCOLS USB DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK Lesson-20: SERIAL BUS COMMUNICATION PROTOCOLS USB 1 USB Host Applications Connecting flash memory cards, pen-like memory devices, digital camera, printer,

More information

Modern State Space Representation Using ADwin DAQ Systems

Modern State Space Representation Using ADwin DAQ Systems Modern State Space Representation Using ADwin DAQ Systems ADwin Provides High Throughput and Simulink Integration CAS DataLoggers provided the ADwin data acquisition and control solution to an internationally-known

More information

AUTONOMOUS CONTROL OF AN OMNI-DIRECTIONAL MOBILE ROBOT

AUTONOMOUS CONTROL OF AN OMNI-DIRECTIONAL MOBILE ROBOT Projects, Vol. 11, 2004 ISSN 1172-8426 Printed in New Zealand. All rights reserved. 2004 College of Sciences, Massey University AUTONOMOUS CONTROL OF AN OMNI-DIRECTIONAL MOBILE ROBOT C. J. Duncan Abstract:

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

Simox: A Robotics Toolbox for Simulation, Motion and Grasp Planning

Simox: A Robotics Toolbox for Simulation, Motion and Grasp Planning Simox: A Robotics Toolbox for Simulation, Motion and Grasp Planning N. Vahrenkamp a,b, M. Kröhnert a, S. Ulbrich a, T. Asfour a, G. Metta b, R. Dillmann a, and G. Sandini b Abstract Simox is a C++ robotics

More information

The Internet of Things and Factory of Future

The Internet of Things and Factory of Future The Internet of Things and Factory of Future Andy Chang Sr. Manager, Academic Research & Industrial Internet of Things 2 Our Mission We equip engineers and scientists with systems that accelerate productivity,

More information

Intercom Systems in Combat Vehicles (R)evolution

Intercom Systems in Combat Vehicles (R)evolution Intercom Systems in Combat Vehicles (R)evolution Tomáš Mazúrek 1, 1 Faculty of Military Technology, University of Defence, Kounicova 65, 612 00 Brno, Czech Republic tomas.mazurek@unob.cz Abstract. The

More information

PC-Based Motion Control

PC-Based Motion Control March 2018 PC-Based Motion Control In conjunction with PC processing power increases over recent years, powerful motion controller plugin PC cards have become available. The combination of the two is fueling

More information

A programming framework for a group of multiple mobile robots moving in a real world.

A programming framework for a group of multiple mobile robots moving in a real world. A programming framework for a group of multiple mobile robots moving in a real world. Tomoaki Yoshida 1, Akihisa Ohya 2, Shin ichi Yuta 1 1 University of Tsukuba {yos,yuta}@roboken.esys.tsukuba.ac.jp 2

More information

Standard specifications RS007LFF60

Standard specifications RS007LFF60 Standard specifications RS007LFF60 December 05, 2017 KAWASAKI HEAVY INDUSTRIES, LTD. ROBOT DIVISION Materials and specifications are subject to change without notice. Specification : (Arm): (Controller):

More information

DEVELOPMENT OF USER FRIENDLY DATA ACQUISITION AND ACTUATION SYSTEM ON EMBEDDED PLATFORM

DEVELOPMENT OF USER FRIENDLY DATA ACQUISITION AND ACTUATION SYSTEM ON EMBEDDED PLATFORM DEVELOPMENT OF USER FRIENDLY DATA ACQUISITION AND ACTUATION SYSTEM ON EMBEDDED PLATFORM 1 Moolya Ashwar Shankar, 2 Mr. Sukesh Rao M. 1 PG Scholar, 2 Assistant Professor, NMAMIT Nitte Email: 1 moolya.ashwar@gmail.com,

More information

Design and building motion capture system using transducer Microsoft kinect to control robot humanoid

Design and building motion capture system using transducer Microsoft kinect to control robot humanoid Design and building motion capture system using transducer Microsoft kinect to control robot humanoid Gun Gun Maulana 1 *, Yuliadi Erdani 1, Aris Budiyarto 1, and Wahyudi Purnomo 1 1 Politeknik Manufaktur

More information

DS2000XP High Performance Servodrives

DS2000XP High Performance Servodrives High Performance Servodrives Customizable Integrated Axis Motion Control for Brushless Servomotors and Actuators in Closed-Loop Applications OVERVIEW Section Page HALF A CENTURY OF EXCELLENCE IN MOTION

More information

in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by

in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by 1 st international Conference icc 1994 in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by in Automation (CiA) international users and manufacturers

More information

A Data-Centric Approach for Modular Assurance Abstract. Keywords: 1 Introduction

A Data-Centric Approach for Modular Assurance Abstract. Keywords: 1 Introduction A Data-Centric Approach for Modular Assurance Gabriela F. Ciocarlie, Heidi Schubert and Rose Wahlin Real-Time Innovations, Inc. {gabriela, heidi, rose}@rti.com Abstract. A mixed-criticality system is one

More information