PREREQUISITES FOR DEVELOPING A NEW SIMULATION AND MANUFACTURING ARCHITECTURE

Size: px
Start display at page:

Download "PREREQUISITES FOR DEVELOPING A NEW SIMULATION AND MANUFACTURING ARCHITECTURE"

Transcription

1 BULETINUL INSTITUTULUI POLITEHNIC DIN IA I Publicat de Universitatea Tehnic Gheorghe Asachi din Ia i, Tomul LVII (LXI), Fasc. 4, 2011 Sec ia CONSTRUC II DE MA INI PREREQUISITES FOR DEVELOPING A NEW SIMULATION AND MANUFACTURING ARCHITECTURE Received: June 12 th, 2011 Accepted for publication: July 25 th, 2011 BY BOGDAN PÎRVU and IOAN BONDREA Lucian Blaga University, Sibiu, Romania Department of Mechanics Abstract. Real process-oriented information is never exchanged when coupling the real world manufacturing line with its simulation. Also the perspectives over the same real manufacturing process are different regarding the production engineer and the automation engineer. By analyzing new emerging technologies, with future distributed controllers and OPC UA middleware, we will formulate the motivation, concepts and a first prototype implementation of a new simulation and manufacturing approach that could unify the two different engineering perspectives and offer a holistic view of the real processes and a better manufacturing systems simulation and automation connection. This approach contributes to manufacturing s systems development by indicating how the simulation and its real manufacturing system counterpart could be better harmonized, leading to an increased agility of the production facility. This is achieved with an enhanced transfer of information from manufacturing simulation to production that leads to a better view and an easier process construction of the real manufacturing process, both in simulation and at the controller level. Key words: SOA, OPC UA, IEC 61499, Digital Factory. 1. Introduction The path towards achieving increased company agility is formulated by different concepts and a recent one is the Digital Factory. The concept states, that in order to achieve attributes like adaptability, there should be a close connection between the real factory and its virtual counterpart; the vision is to Corresponding author: bogdan.pirvu@ulbsibiu.ro

2 204 Bogdan Pîrvu and Ioan Bondrea optimize all parameters in the virtual world (proactive or during operation) and then to migrate the data for the usage of the real production system. The concept is thoroughly presented in the VDI 4499 standard (VDI, 2008). One of the major issues, deriving from this ideal (the close relationship of the two worlds), is the relationship between production planning and the real system, concerning the communication between simulation and the real production line. Imagining an ideal case, a complete and error proof migration of an optimum planning scenario to a reconfigurable or flexible production facility (and vice-versa) should offer the agility needed perform at the highest level considering the turbulence of the current global market environment. Today, the communication between simulation and the real line requires the usage of OPC (Ole for Process Control), since only messages can be exchanged. Major reasons are on one side the automated line - with the heterogeneous and proprietary controller solutions (PLCs stem from different vendors) - and on the other side the simulation software tools (the material flow and DMU simulation is focused by this work). Both of which, from the beginning of development, were never intended to provide functionality or mechanisms to transfer results from one to the other; it lacks cohesion. Each perspective (regarding the automation and manufacturing simulation) over the same manufacturing processes (Fig.1) is very different and not complete (one deals with low level programming and the other with mechanical aspects kinematics, collisions, part design). Here is one of the major issues that do not allow an easy and smooth migration from one environment to the other. Fig.. 1 Simulation and controller perspectives over the same real process. This paper presents current and future controller, middleware and simulation technologies in order to formulate the prerequisites and the first prototype implementation of a new simulation architecture that has process orientation as its main focus point.

3 Bul. Inst. Polit. Ia i, t. LVII (LXI), f. 4, Current Simulation, Controller and Middleware Approaches Regarding simulation, one current possibility is to model the behavior of the system by internal logic within the simulation. By this, the various states of the system (relevant for the controller) are modelled by Sequential Function Charts (SFC) in Delmia (Schleipen et al., 2009) and global variables in Plant Simulation (Pîrvu et al., 2010). Then the SFCs or the global variables are then linked with I/Os (ports). When a certain event in simulation happens their state (SFC or the global variable) also changes (this will trigger an event via OPC - at the controller level). Another current option (in case of Delmia) would be to programme the logic (PLC programme) on the PLC and to connect I/Os from PLC s to the simulation ports (visualisation of the logic in an animated virtual world). Obviously a mix of those two is also possible. Dassault Systemes s tool Delmia Automation seems to offer better performance compared to the Siemens PLM Process Simulate platform by analyzing the practical virtual commissioning industry examples (e.g. Sanyo Machine Works, GM) and usage by researchers as a platform to test new ideas and approaches( e.g. (Leitao et al., 2009), (Cachapa et al., 2007)). Leitao et al. underlines in their paper that Delmia Automation (other tools offer even more limitations in terms of validating and migration process from virtual environment to the real world) enables validation of the control logic in a simulation environment and offers the possibility of programming various PLCs. But, the migration to the real line has the following obstacles (Leitao et al., 2009): validation is achieved by means of simulation model and a validation using formal language is missing ; deployment into controllers is dependent on developed interfaces, requiring more integration and interoperability compatibilities ; it is not prepared to allow multi-agent systems and service-oriented ecosystems. To conclude, even probably the best digital manufacturing tool today (Delmia Automation) doesn t offer a smooth transition from the virtual environment to the real world and vice versa. Regarding the controller aspects, the IEC standard has been largely adopted by the automation industry, but could reach the end of its technological lifecycle because it is not able to provide the agility needed today in manufacturing (Tata & Vyatkin, 2009). The IEC standard, which is at this time in quasi-experimental state, promises to offer manufacturing the level of agility needed to face current and future exigencies (Sunder et al., 2006). Worth mentioning is the ISaGRAF environment, which is the first commercial available tool to support the Function Block (FB) standard (IEC 61499) and also the IEC standard. Also a current trend is to use PC-based solutions for controlling manufacturing systems in the context of SOA (Service-Oriented Architectures) applied at the automation level. By using Web-based technologies (DPWS- Device Profile for Web Services, UPnP- Universal Plug

4 206 Bogdan Pîrvu and Ioan Bondrea and Play, etc.) it is possible to control an industrial manufacturing system using standard Web technologies; a remarkable example the doze maker was developed within the SIRENA (Service Infrastructure for Real-time Embedded Network Applications) project that demonstrated the capabilities of SOA applied to the automation systems. Regarding middleware, OPC UA (Unified Architecture) keeps all the functionality of Classic OPC but uses state of the art Web services technology and an optimized binary TCP protocol for high performance communication instead of Microsoft s COM/DCOM technology. Thus OPC UA becomes platform-independent overcoming one of the major issues of classical OPC. OPC UA specifies how data is exchanged, while standard information models specify what information is exchanged (Mahnke et al., 2009). OPC UA offers the possibility to use information models (some basic ones are defined). Using already defined information models one can define other information models which are custom. With the introduction of metadata it is possible not just the transmission of variables, but at the same time how the transmitted data should be interpreted (data over data). The major downside at this point is the data transmission speed with OPC UA. Because more information is exchanged the data transmission speed is low (compared at just a couple of variables, it is clearly slower than classical OPC) (Mahnke et al., 2009). To summarize, it can be concluded that: a smooth migration from the virtual environment to the real world is not currently available; modelling in most cases is imprecise, takes a lot of time and is difficult to build in the context of controller logic; there are always two perspectives (controller programmer and simulation engineer) that are rarely identical. This leads to false (not entirely realistic) simulation results (Pîrvu & Bondrea, 2011). 3. Problem Statement An approach that links manufacturing simulation with future controllers (IEC or PC- based) while having a holistic view of the real processes that take place in manufacturing is missing. The approach refers to a system architecture which is: process-oriented, component-based and relies on loose coupling of functionalities regarding manufacturing processes. Also, simulation (material flow and DMU simulation is regarded as a general process planning simulation tool that could be also used for virtual commissioning. Virtual commissioning and manufacturing planning are closely linked, because correct planning results are achieved only when the virtual model s behaviour mirrors the real manufacturing system (Pîrvu & Bondrea, 2011). The IEC standard defines a new controller architecture to solve the distributed controller technology problem using FBs, as the main logical unit, and, responsible for their activation is an event-based execution model. The IEC and SOA (regarding automation, using for example the DPWS technology) approach can be considered suitable in the above stated approach

5 Bul. Inst. Polit. Ia i, t. LVII (LXI), f. 4, allowing for a true process orientation approach. This way we can distinguish the real processes that are happening in the factory and to programme the controller accordingly (by having the overview of the process) and not focus on I/Os. This is achieved by splitting down the manufacturing process into atomsub-processes. They can be realized inside an IEC function block network or at the microcontroller/pc level enabling a way to realize subprocesses in a standardized way independent of proprietary PLC solutions. The way of putting together control programs resembles an orchestration on higher level abstraction. As a middleware solution OPC UA is suitable for enabling a better coupling between manufacturing simulation and real production systems because: it is standardized, capable of exchanging more data (custom information models can be build), with a better security and platform independent. 4. Target, Approach and First Prototype Implementation Considering the fore mentioned arguments, a process-oriented simulation architecture that links simulation with future controllers while having a holistic view of the real processes is the target of current and future work. One key element that brings together the real world of production and the simulation is the architecture of functionalities where the complete manufacturing process is broken down into small process steps that are context independent (Pîrvu & Bondrea, 2011). Such process decomposition is depicted in Fig. 2. Fig. 2 The architecture of functionalities example. In order to implement the architecture of functionalities, first, the process model should be derived for a given type of manufacturing equipment taking

6 208 Bogdan Pîrvu and Ioan Bondrea the constraints of state of the art soft-research results into consideration. The first prototype implementation focused a simple industrial pill filling process used in the pharmaceutical industry (Fig. 3). The automated module s functionality is to load pills in the boxes that come on the conveyor. The number of pills is read from an RFID tag which is glued on the pill box, with the read-transponder. After a pill box is loaded, on the RFID tag is written with the second transponder the write transponder - that the box is full. In the loading process the pills are unloaded with a disc that has special frontal places where only one pill fits (Pîrvu et al., 2010) The pills which are dropped from the wheel in the pre-loading pill buffer are counted with a light barrier attached to the source s structure (Fig. 4). The pre-loading pill buffer will open only if the pill box is still present on the container in the loading position. The presence of the box that has to be filled is sensed by an ultrasonic sensor and the containers with inductive sensors that activate or deactivate the stoppers. There can be only one container in the loading area; all others will wait until that container will leave the loading area. Fig. 3 Automated module functionality Fig. 4 Pill numbering process As a first prototype implementation of the new approach (Fig. 5) uses the current available technologies as a proof of concept. The orchestration of the simulation model and production system is done from the simulation (Plant Simulation 9) using an OPC interface (SimaticNET) for communication. Plant Simulation 9 is a discrete, event-oriented simulation program. In the simulation model there have been used standard objects or custom objects with particular functionality to fit the required needs of the modelling. The simulation model is constructed into a separate frame as the one of the orchestration. By doing so, an important degree of logical separation was achieved and the local aspects were encapsulated into objects within the simulation model and, the global aspects concerning the co-ordination of the sub-processes were encapsulated into the orchestration frame.

7 Bul. Inst. Polit. Ia i, t. LVII (LXI), f. 4, The OPC interface object from simulation is used to coordinate the events happening within the simulation model with the PLC (Siemens S7-300) that is in charge of the production line control. The next implementation focuses on the improvement of the implementation of the basic concept (Fig. 5) by orchestrating the simulation and manufacturing outside of the simulation using a Petri net engine (Matlab). This engine orchestrates based on a Petri net description of the real process. A major future step is the development of services; services will be developed in order to incorporate the basic ideas of distributed-controlling capable units (e.g. IEC 61499) and of simulation requirements as a technical implementation of the process modules in the real world and into simulation. This way, only the coordination of the service succession by an orchestrator will determine the entire functionality of the real manufacturing line also allowing for fast and precise way to build up the simulation. In the end the applicability of the new approach will be showed as a proof of concept implementation that will incorporate the two major steps. At the end the proof of concept will be evaluated in terms of the environment s set-up simulation efforts for the real manufacturing lines. Fig. 5 Basic architecture and first prototype implementation. 5. Conclusions The bibliographical research focused the identification of current and future controllers, middleware and manufacturing simulation solutions in order to underline the current limitations. Even more important, the justification behind a better approach that enables a closer link between manufacturing

8 210 Bogdan Pîrvu and Ioan Bondrea simulation with the real manufacturing systems - that leads to more agile systems is stated taking into consideration the new emerging technologies that will be available in the near future, mainly considering IEC 61499/ SOA enabling controllers and OPC UA middleware. An early prototype implementation of such architecture (links manufacturing simulation with real manufacturing systems) is shortly presented and it is using current available technologies (Fig. 5). Orchestration of the real manufacturing line and the simulation model is done in this early phase in the simulation environment (Plant Simulation). The real line is equipped with an IEC compliant controller (Siemens S7-300 controller) and it is being controlled by the simulation environment by using an OPC interface. The work which is stated within this paper contributes to manufacturing s science development because the novel approach should indicate how simulation and real manufacturing lines can be better harmonized, thus leading to more versatile companies. This is achieved with an enhanced transfer of information from simulation manufacturing to production and a better view of the real manufacturing process, both in simulation and at the controller level. Acknowledgements. I would like to thank Dr. Ing. Jochen Schlick - Deputy Director of IFS (Innovative Factory Systems) within the German Research Centre for Artificial Intelligence - for the continuous support and access to the latest technologies. Research done within the POSDRU/6/1.5/S/26 project co-financed from the European Social Fund through the Operational Programme Human Resources Development REFERENCES VDI, (2008), Digitale Fabrik Grunflagen Blatt 1, Verein Deutscher Ingenieure, Düsseldorf, Schleipen M., Sauer O., Friess N., Braun L., Shakerian K., (2009), Production Monitoring and Control Systems within the Digital Factory, Proceedings of the 6th CIRP-Sponsored International Conference on Digital Enterprise Technology, Hong Kong-China, Pîrvu B., Bondrea I., Marin R., (2010), Modeling and Control of an Automated Module using Discrete Event Simulation and Object-Based Modeling, Academic Journal of Manufacturing Engineering, 8, 2, Timisoara, Leitao, P., Mendes J. M., Colombo A. W., (2009), Smooth migration from the Virtual design to the real manufacturing control, 7th International Conference on Industrial Informatics, Cardiff-UK, Cachapa D., Colombo A., Feike M., Bepperling A., (2007), An Approach for Integrating Real and Virtual Production Automation Devices Applying the Service-oriented Architecture Paradigm, 12th IEEE Conference on Emerging Technologies and Factory Automation, Patras-Greece,

9 Bul. Inst. Polit. Ia i, t. LVII (LXI), f. 4, Tata P. & Vyatkin V., (2009), Proposing a novel IEC61499 Runtime Framework implementing the Cyclic Execution Semantics, 12th IEEE Conference on Emerging Technologies and Factory Automation, Patras-Greece, Sunder C., Zoitl A., Christensen J.H., Vyatkin V., Brennan R.W., Valentini A., Ferrarini L., Strasser T., Martinez-Lastra J.L., Auinger F., (2006), Usability and Interoperability of IEC based distributed automation systems, IEEE International Conference on Industrial Informatics, Singapore, Mahnke W., Leitner S.-H., Damm M., (2009), OPC Unified Architecture, Springer Verlag, Berlin-Heildelberg. Pîrvu B. & Bondrea I., (2011), Motivation behind a new Approach that links Manufacturing Simulation with future Controllers, International Conference on Mechanical Engineering and Technology, London-UK, to be published. PREMISELE PENTRU DEZVOLTAREA UNEI NOI ARHITECTURI DE SIMULARE SI FABRICATIE (Rezumat) Inter-conectarea sistemelor reale de fabrica ie cu modelele digitale (simularea) este dificil datorit perspectivelor diferite asupra aceluia i proces real de fabrica ie în cazul responsabilului cu programarea logicii de automatizare i a inginerului de proces. Astfel, migra ia datelor dintr-un mediu în cel lalt (simulare unitate de comand ) este dificil, incomplet i pu in transparent. În contextual dezvolt rii arhitecturilor de comand distribuite i noii specifica ii de middleware OPC UA, formul m motiva ia i premisele pentru elaborarea unei abord ri arhitecturale noi în privin a simul rii ce poate unifica cele dou perspective inginere ti dar i s ofere o perspectiv holistic i o rela ie de inter-conectare mai bun dintre simulare i sistemele reale de fabrica ie. Sunt prezentate elementele noi care sunt aduse de standardul IEC i IEC 62541, stadiul actual cu privire la rela ia simulare cu sistemele reale de fabrica ie, contextul în care noile concepte din standardele IEC ar putea fi utilizate în sprijinul ipotezei noii arhitecturi dar i o privire asupra modalit ii de a transpune noua abordare in realitate. Sunt abordate secven ial, stadiul general actual, solu iile de simulare actuale, abord rile actuale în cazul PLC-urilor i al solu iilor de middleware i concluziile despre modul actual de interconectare al simul rii cu automatele programabile. În urma analizei stadiului actual se formuleaz problemele actuale i viitoare. Dintre acestea se focalizeaz problema arhitecturii orientat pe proces i se formuleaz o posibil abordare cu privire la solu ionarea sa. Implementarea unui prim prototip ce prive te noua abordare arhitectural este i ea prezentat. Datorit disponibilit ii/implement rii reduse a OPC-UA i IEC în cadrul primului prototip de implementare se utilizeaz tehnologiile curente; astfel ca solu ie midlleware este OPC, iar ca unitate de comand un automat programabil Siemens S7-300 (conform IEC 61131). Orchestrarea sub-proceselor i modelul simulat se realizeaz amândou în simulare (pachetul software Plant Simulation) iar comanda liniei reale se face utilizând o interfa OPC. Astfel din simulare comand m atât modelul de simulare cât i automatul programabil cu care sistemul de fabrica ie este prev zut.

PHD THESIS (SUMMARY) RESEARCH REGARDING THE DIGITAL FACTORY MODELLING AND IMPLEMENTATION INTO REAL MANUFACTURING SYSTEMS

PHD THESIS (SUMMARY) RESEARCH REGARDING THE DIGITAL FACTORY MODELLING AND IMPLEMENTATION INTO REAL MANUFACTURING SYSTEMS LUCIAN BLAGA UNIVERSITY OF SIBIU ENGINEERING FACULTY PHD THESIS (SUMMARY) RESEARCH REGARDING THE DIGITAL FACTORY MODELLING AND IMPLEMENTATION INTO REAL MANUFACTURING SYSTEMS Scientific advisor: Prof. Dr.

More information

Improving Energy Efficiency in the Production Floor Using SoA-Based Monitoring Techniques

Improving Energy Efficiency in the Production Floor Using SoA-Based Monitoring Techniques Improving Energy Efficiency in the Production Floor Using SoA-Based Monitoring Techniques Daniel Cachapa 1,2, Robert Harrison 1, and Armando Colombo 2 1 Wolfson School of Mechanical and Manufacturing Engineering,

More information

ANALYSIS OF DISTURBING MAGNETIC FIELD ASSOCIATED WITH ELECTROSTATIC DISCHARGES

ANALYSIS OF DISTURBING MAGNETIC FIELD ASSOCIATED WITH ELECTROSTATIC DISCHARGES BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVII (LXI), Fasc. 5, 2011 SecŃia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ ANALYSIS OF DISTURBING

More information

Petri Net Based Engineering and Software Methodology for Service-Oriented Industrial Automation

Petri Net Based Engineering and Software Methodology for Service-Oriented Industrial Automation Petri Net Based Engineering and Software Methodology for Service-Oriented Industrial Automation J. Marco Mendes 1, Francisco Restivo 1, Paulo Leitão 2, and Armando W. Colombo 3 1 Faculty of Engineering

More information

ELECTROSTATIC DISCHARGE E-FIELD SPECTRUM ANALYSIS AND GRAPHICAL INTERPRETATION

ELECTROSTATIC DISCHARGE E-FIELD SPECTRUM ANALYSIS AND GRAPHICAL INTERPRETATION BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LII (LXI), Fasc. 4, 2011 SecŃia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ ELECTROSTATIC DISCHARGE

More information

A NOVEL ACTIVE INDUCTOR WITH VOLTAGE CONTROLLED QUALITY FACTOR AND SELF-RESONANT FREQUENCY

A NOVEL ACTIVE INDUCTOR WITH VOLTAGE CONTROLLED QUALITY FACTOR AND SELF-RESONANT FREQUENCY BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LX (LXIV), Fasc. 4, 2014 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ A NOVEL ACTIVE INDUCTOR

More information

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Tools and methodologies for ITS design and drivers awareness A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Jan Gačnik, Oliver Häger, Marco Hannibal

More information

DOCTORAL THESIS (Summary)

DOCTORAL THESIS (Summary) LUCIAN BLAGA UNIVERSITY OF SIBIU Syed Usama Khalid Bukhari DOCTORAL THESIS (Summary) COMPUTER VISION APPLICATIONS IN INDUSTRIAL ENGINEERING PhD. Advisor: Rector Prof. Dr. Ing. Ioan BONDREA 1 Abstract Europe

More information

Panel Discussion. Dr. Dr. Norbert A. Streitz. The infinity Initiative Sophia Antipolis, 29. November Darmstadt, Germany

Panel Discussion. Dr. Dr. Norbert A. Streitz. The infinity Initiative Sophia Antipolis, 29. November Darmstadt, Germany The infinity Initiative Sophia Antipolis, 29. November 2007 Panel Discussion Dr. Dr. Norbert A. Streitz Darmstadt, Germany www.ipsi.fraunhofer.de/~streitz streitz@ipsi.fraunhofer.de Panel Discussion Topics

More information

Development of an Intelligent Agent based Manufacturing System

Development of an Intelligent Agent based Manufacturing System Development of an Intelligent Agent based Manufacturing System Hong-Seok Park 1 and Ngoc-Hien Tran 2 1 School of Mechanical and Automotive Engineering, University of Ulsan, Ulsan 680-749, South Korea 2

More information

THREE CHANNELS ANALYSIS SYSTEM FOR ELECTRICAL POWER SYSTEM DISTURBANCES MEASUREMENT

THREE CHANNELS ANALYSIS SYSTEM FOR ELECTRICAL POWER SYSTEM DISTURBANCES MEASUREMENT BULETINUL INSTITUTULUI POLITEHNIC IAŞI TOMUL LII (LVI), FASC. 5, 2006 ELECTROTEHNICĂ, ENERGETICĂ, ELECTRONICĂ THREE CHANNELS ANALYSIS SYSTEM FOR ELECTRICAL POWER SYSTEM DISTURBANCES MEASUREMENT BY *CIPRIAN

More information

Industrie 4.0 an Overview

Industrie 4.0 an Overview Virtual Engineering Industrie 4.0 an Overview Dr. Markus Damm, Fraunhofer Institute IESE Markus.Damm@iese.fraunhofer.de 1 Industrie 4.0 where does it come from? The term Industrie 4.0 was coined in 2011

More information

An Unreal Based Platform for Developing Intelligent Virtual Agents

An Unreal Based Platform for Developing Intelligent Virtual Agents An Unreal Based Platform for Developing Intelligent Virtual Agents N. AVRADINIS, S. VOSINAKIS, T. PANAYIOTOPOULOS, A. BELESIOTIS, I. GIANNAKAS, R. KOUTSIAMANIS, K. TILELIS Knowledge Engineering Lab, Department

More information

The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts

The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts Marco Nardello 1 ( ), Ole Madsen 1, Charles Møller 1 1 Aalborg University, Department of Materials and Production Fibigerstræde

More information

The Industry 4.0 Journey: Start the Learning Journey with the Reference Architecture Model Industry 4.0

The Industry 4.0 Journey: Start the Learning Journey with the Reference Architecture Model Industry 4.0 The Industry 4.0 Journey: Start the Learning Journey with the Reference Architecture Model Industry 4.0 Marco Nardello 1 ( ), Charles Møller 1, John Gøtze 2 1 Aalborg University, Department of Materials

More information

OUTER GATE AUTOMATION USING MICROCONTROLLERS AND RADIO FREQUENCY COMMUNICATION

OUTER GATE AUTOMATION USING MICROCONTROLLERS AND RADIO FREQUENCY COMMUNICATION BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVII (LXI), Fasc. 4, 2011 SecŃia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ OUTER GATE AUTOMATION

More information

RAMI 4.0 and IIRA reference architecture models A question of perspective and focus

RAMI 4.0 and IIRA reference architecture models A question of perspective and focus RAMI 4.0 and IIRA reference architecture models A question of perspective and focus Comprehensive use of digitisation and the Internet as the communication system is producing changes to products and their

More information

USING SERIAL INDUSTRIAL ROBOTS IN CNC MILLING PROCESESS

USING SERIAL INDUSTRIAL ROBOTS IN CNC MILLING PROCESESS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LXI (LXV), Fasc. 3, 2015 Secţia CONSTRUCŢII DE MAŞINI USING SERIAL INDUSTRIAL ROBOTS IN CNC MILLING

More information

ASPECTS REGARDING THE ELECTRICAL RESISTIVITY SOFTWARE MEASUREMENTS ON INSULATING MATERIALS USING 6517A HI-R SWEEP TEST PROGRAM

ASPECTS REGARDING THE ELECTRICAL RESISTIVITY SOFTWARE MEASUREMENTS ON INSULATING MATERIALS USING 6517A HI-R SWEEP TEST PROGRAM BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVII (LXI), Fasc. 4, 2011 SecŃia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ ASPECTS REGARDING THE

More information

Gerrit Meixner Head of the Center for Human-Machine-Interaction (ZMMI)

Gerrit Meixner Head of the Center for Human-Machine-Interaction (ZMMI) Introduction@DFKI Gerrit Meixner Head of the Center for Human-Machine-Interaction (ZMMI) Research Departement Innovative Factory Systems (IFS) German Research Center for Artificial Intelligence (DFKI)

More information

A CYBER PHYSICAL SYSTEMS APPROACH FOR ROBOTIC SYSTEMS DESIGN

A CYBER PHYSICAL SYSTEMS APPROACH FOR ROBOTIC SYSTEMS DESIGN Proceedings of the Annual Symposium of the Institute of Solid Mechanics and Session of the Commission of Acoustics, SISOM 2015 Bucharest 21-22 May A CYBER PHYSICAL SYSTEMS APPROACH FOR ROBOTIC SYSTEMS

More information

Developing a Mobile, Service-Based Augmented Reality Tool for Modern Maintenance Work

Developing a Mobile, Service-Based Augmented Reality Tool for Modern Maintenance Work Developing a Mobile, Service-Based Augmented Reality Tool for Modern Maintenance Work Paula Savioja, Paula Järvinen, Tommi Karhela, Pekka Siltanen, and Charles Woodward VTT Technical Research Centre of

More information

AUTOMATED MEASUREMENT SETUP FOR MICROCONTROLLERS AND MAGNETIC SENSORS

AUTOMATED MEASUREMENT SETUP FOR MICROCONTROLLERS AND MAGNETIC SENSORS U.P.B. Sci. Bull., Series C, Vol. 75, Iss. 1, 2013 ISSN 1454-234x AUTOMATED MEASUREMENT SETUP FOR MICROCONTROLLERS AND MAGNETIC SENSORS Răzvan DOCHIA 1, Daniela BOGDAN 2, Corneliu BURILEANU 3 În această

More information

Path Following and Obstacle Avoidance Fuzzy Controller for Mobile Indoor Robots

Path Following and Obstacle Avoidance Fuzzy Controller for Mobile Indoor Robots Path Following and Obstacle Avoidance Fuzzy Controller for Mobile Indoor Robots Mousa AL-Akhras, Maha Saadeh, Emad AL Mashakbeh Computer Information Systems Department King Abdullah II School for Information

More information

Knowledge-based Reconfiguration of Driving Styles for Intelligent Transport Systems

Knowledge-based Reconfiguration of Driving Styles for Intelligent Transport Systems Knowledge-based Reconfiguration of Driving Styles for Intelligent Transport Systems Lecturer, Informatics and Telematics department Harokopion University of Athens GREECE e-mail: gdimitra@hua.gr International

More information

Industry 4.0: the new challenge for the Italian textile machinery industry

Industry 4.0: the new challenge for the Italian textile machinery industry Industry 4.0: the new challenge for the Italian textile machinery industry Executive Summary June 2017 by Contacts: Economics & Press Office Ph: +39 02 4693611 email: economics-press@acimit.it ACIMIT has

More information

RESEARCH CONCERNING THE INFLUENCE OF ANGLE OF FILING FROM THE KNIFE BLADES VINDROVERS ON THE MECHANICAL WORK ON CUTTING

RESEARCH CONCERNING THE INFLUENCE OF ANGLE OF FILING FROM THE KNIFE BLADES VINDROVERS ON THE MECHANICAL WORK ON CUTTING BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIX (LXIII), Fasc. 2, 13 SecŃia CONSTRUCłII DE MAŞINI RESEARCH CONCERNING THE INFLUENCE OF ANGLE

More information

EXPERIMENTAL RESULTS REGARDING STRUCTURAL RESPONSE OF BOLTED AND HYBRID CONNECTIONS FOR PULTRUDED ELEMENTS

EXPERIMENTAL RESULTS REGARDING STRUCTURAL RESPONSE OF BOLTED AND HYBRID CONNECTIONS FOR PULTRUDED ELEMENTS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIX (LXIII), Fasc. 6, 2013 Secţia CONSTRUCŢII. ARHITECTURĂ EXPERIMENTAL RESULTS REGARDING STRUCTURAL

More information

AGENTS AND AGREEMENT TECHNOLOGIES: THE NEXT GENERATION OF DISTRIBUTED SYSTEMS

AGENTS AND AGREEMENT TECHNOLOGIES: THE NEXT GENERATION OF DISTRIBUTED SYSTEMS AGENTS AND AGREEMENT TECHNOLOGIES: THE NEXT GENERATION OF DISTRIBUTED SYSTEMS Vicent J. Botti Navarro Grupo de Tecnología Informática- Inteligencia Artificial Departamento de Sistemas Informáticos y Computación

More information

Product lifecycle management, digital factory and virtual commissioning: Analysis of these concepts as a new tool of lean thinking

Product lifecycle management, digital factory and virtual commissioning: Analysis of these concepts as a new tool of lean thinking Proceedings of the 2015 International Conference on Industrial Engineering and Operations Management Dubai, United Arab Emirates (UAE), March 3 5, 2015 Product lifecycle management, digital factory and

More information

OPTIMIZING TOOLS DIAMETERS AND TOOL PATH STYLE TO IMPROVE TIME MACHINING

OPTIMIZING TOOLS DIAMETERS AND TOOL PATH STYLE TO IMPROVE TIME MACHINING BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LXI (LXV), Fasc. 4, 2015 Secţia CONSTRUCŢII DE MAŞINI OPTIMIZING TOOLS DIAMETERS AND TOOL PATH

More information

Digital Manufacturing

Digital Manufacturing Digital Manufacturing High Value Manufacturing Catapult / MTC point of view Harald Egner EU & Research Partnership Manager Nottingham, 30 th November HVM Catapult - History HVM Catapult 7 World class centres

More information

The Study on the Architecture of Public knowledge Service Platform Based on Collaborative Innovation

The Study on the Architecture of Public knowledge Service Platform Based on Collaborative Innovation The Study on the Architecture of Public knowledge Service Platform Based on Chang ping Hu, Min Zhang, Fei Xiang Center for the Studies of Information Resources of Wuhan University, Wuhan,430072,China,

More information

ICT : Internet of Things and Platforms for Connected Smart Objects

ICT : Internet of Things and Platforms for Connected Smart Objects LEIT ICT WP2014-15 ICT 30 2015: Internet of Things and Platforms for Connected Smart Objects Peter Friess (peter.friess@ec.europa.eu), Network Technologies Werner Steinhoegl (werner.steinhoegl@ec.europa.eu),

More information

SOFTWARE AGENTS IN HANDLING ABNORMAL SITUATIONS IN INDUSTRIAL PLANTS

SOFTWARE AGENTS IN HANDLING ABNORMAL SITUATIONS IN INDUSTRIAL PLANTS SOFTWARE AGENTS IN HANDLING ABNORMAL SITUATIONS IN INDUSTRIAL PLANTS Sami Syrjälä and Seppo Kuikka Institute of Automation and Control Department of Automation Tampere University of Technology Korkeakoulunkatu

More information

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS Eva Cipi, PhD in Computer Engineering University of Vlora, Albania Abstract This paper is focused on presenting

More information

VIRTUAL INSTRUMENTATION IN THE DRIVE SUBSYSTEM MONITORING OF A MOBIL ROBOT WITH GESTURE COMMANDS

VIRTUAL INSTRUMENTATION IN THE DRIVE SUBSYSTEM MONITORING OF A MOBIL ROBOT WITH GESTURE COMMANDS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIV (LVIII), Fasc. 3-4, 2008 Secţia AUTOMATICĂ şi CALCULATOARE VIRTUAL INSTRUMENTATION IN THE

More information

Functional structure-based modelling of automation systems. Christoph Sünder* and Alois Zoitl

Functional structure-based modelling of automation systems. Christoph Sünder* and Alois Zoitl Int. J. Manufacturing Research, Vol. 1, No. 4, 2006 405 Functional structure-based modelling of automation systems Christoph Sünder* and Alois Zoitl Automation and Control Institute, Vienna University

More information

Transferring Technical debt to automated Production Systems (aps)

Transferring Technical debt to automated Production Systems (aps) Outline Transferring Technical debt to automated Production Systems (aps) 1. Domain specific constraints 2. Types of Technical Debt 3. Causes of Architectural Technical Debt in aps 4. ATD- Parallel development

More information

European Creative Synergy: Application for Energy Transition Efficiency. 6th European Conference on Corporate R&D and Innovation: CONCORDi 2017

European Creative Synergy: Application for Energy Transition Efficiency. 6th European Conference on Corporate R&D and Innovation: CONCORDi 2017 European Creative Synergy: Application for Energy Transition Efficiency 6th European Conference on Corporate R&D and Innovation: CONCORDi 2017 Energy Transition in our Industry a multi-actor value chain

More information

MASKING THE INSTRUCTIONS OF A MICROCONTROLLER USING A CHAOTIC POWER SUPPLY

MASKING THE INSTRUCTIONS OF A MICROCONTROLLER USING A CHAOTIC POWER SUPPLY BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIX (LXIII), Fasc. 1, 2013 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ MASKING THE INSTRUCTIONS

More information

TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS

TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS International Symposium on Sustainable Aviation May 29- June 1, 2016 Istanbul, TURKEY TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS Murat Pasa UYSAL 1 ; M.

More information

Towards an MDA-based development methodology 1

Towards an MDA-based development methodology 1 Towards an MDA-based development methodology 1 Anastasius Gavras 1, Mariano Belaunde 2, Luís Ferreira Pires 3, João Paulo A. Almeida 3 1 Eurescom GmbH, 2 France Télécom R&D, 3 University of Twente 1 gavras@eurescom.de,

More information

EVALUATION OF THE YARN QUALITY CHARACTERISTICS THROUGH SYNTHETIC INDICATORS

EVALUATION OF THE YARN QUALITY CHARACTERISTICS THROUGH SYNTHETIC INDICATORS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVI (LX), Fasc. 2, 2010 SecŃia TEXTILE. PIELĂRIE EVALUATION OF THE YARN QUALITY CHARACTERISTICS

More information

ICT4 Manuf. Competence Center

ICT4 Manuf. Competence Center ICT4 Manuf. Competence Center Prof. Yacine Ouzrout University Lumiere Lyon 2 ICT 4 Manufacturing Competence Center AI and CPS for Manufacturing Robot software testing Development of software technologies

More information

AN ALGORITHM FOR THE ADAPTIVE CONTROL OF ANTI HAIL MISSILE LAUNCH RAMPS

AN ALGORITHM FOR THE ADAPTIVE CONTROL OF ANTI HAIL MISSILE LAUNCH RAMPS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Volumul 64 (68), Numărul 2, 2018 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ AN ALGORITHM FOR THE

More information

The secret behind mechatronics

The secret behind mechatronics The secret behind mechatronics Why companies will want to be part of the revolution In the 18th century, steam and mechanization powered the first Industrial Revolution. At the turn of the 20th century,

More information

Pervasive Services Engineering for SOAs

Pervasive Services Engineering for SOAs Pervasive Services Engineering for SOAs Dhaminda Abeywickrama (supervised by Sita Ramakrishnan) Clayton School of Information Technology, Monash University, Australia dhaminda.abeywickrama@infotech.monash.edu.au

More information

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many Preface The jubilee 25th International Conference on Robotics in Alpe-Adria-Danube Region, RAAD 2016 was held in the conference centre of the Best Western Hotel M, Belgrade, Serbia, from 30 June to 2 July

More information

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series Distributed Robotics: Building an environment for digital cooperation Artificial Intelligence series Distributed Robotics March 2018 02 From programmable machines to intelligent agents Robots, from the

More information

UNIT-III LIFE-CYCLE PHASES

UNIT-III LIFE-CYCLE PHASES INTRODUCTION: UNIT-III LIFE-CYCLE PHASES - If there is a well defined separation between research and development activities and production activities then the software is said to be in successful development

More information

openaal 1 - the open source middleware for ambient-assisted living (AAL)

openaal 1 - the open source middleware for ambient-assisted living (AAL) AALIANCE conference - Malaga, Spain - 11 and 12 March 2010 1 openaal 1 - the open source middleware for ambient-assisted living (AAL) Peter Wolf 1, *, Andreas Schmidt 1, *, Javier Parada Otte 1, Michael

More information

Mauro Isaja Engineering Group

Mauro Isaja Engineering Group Mauro Isaja mauro.isaja@eng.it Engineering Group Hello! Mauro Isaja mauro.isaja@eng.it Project Manager, Research & Development BU @Engineering Group The first IT player in Italy: 9% market share > 1,000

More information

PROJECT FACT SHEET GREEK-GERMANY CO-FUNDED PROJECT. project proposal to the funding measure

PROJECT FACT SHEET GREEK-GERMANY CO-FUNDED PROJECT. project proposal to the funding measure PROJECT FACT SHEET GREEK-GERMANY CO-FUNDED PROJECT project proposal to the funding measure Greek-German Bilateral Research and Innovation Cooperation Project acronym: SIT4Energy Smart IT for Energy Efficiency

More information

Designing Toys That Come Alive: Curious Robots for Creative Play

Designing Toys That Come Alive: Curious Robots for Creative Play Designing Toys That Come Alive: Curious Robots for Creative Play Kathryn Merrick School of Information Technologies and Electrical Engineering University of New South Wales, Australian Defence Force Academy

More information

Co-evolution of agent-oriented conceptual models and CASO agent programs

Co-evolution of agent-oriented conceptual models and CASO agent programs University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2006 Co-evolution of agent-oriented conceptual models and CASO agent programs

More information

Model-based Design of Coordinated Traffic Controllers

Model-based Design of Coordinated Traffic Controllers Model-based Design of Coordinated Traffic Controllers Roopak Sinha a, Partha Roop b, Prakash Ranjitkar c, Junbo Zeng d, Xingchen Zhu e a Lecturer, b,c Senior Lecturer, d,e Student a,b,c,d,e Faculty of

More information

Methodology for Agent-Oriented Software

Methodology for Agent-Oriented Software ب.ظ 03:55 1 of 7 2006/10/27 Next: About this document... Methodology for Agent-Oriented Software Design Principal Investigator dr. Frank S. de Boer (frankb@cs.uu.nl) Summary The main research goal of this

More information

Evolution of Knowledge Management: From Expert Systems to Innovation 2.0

Evolution of Knowledge Management: From Expert Systems to Innovation 2.0 IAEA International Conference on Human Resource Development for Nuclear Power Programs: Building and Sustaining Capacity, 12-16 May 2014 Evolution of Knowledge Management: From Expert Systems to Innovation

More information

Development of an Augmented Reality Aided CNC Training Scenario

Development of an Augmented Reality Aided CNC Training Scenario Development of an Augmented Reality Aided CNC Training Scenario ABSTRACT Ioan BONDREA Lucian Blaga University of Sibiu, Sibiu, Romania ioan.bondrea@ulbsibiu.ro Radu PETRUSE Lucian Blaga University of Sibiu,

More information

THE THICKNESS MEASUREMENT OF WEFT KNITTED STRUCTURES MADE WITH ELASTOMERIC YARNS

THE THICKNESS MEASUREMENT OF WEFT KNITTED STRUCTURES MADE WITH ELASTOMERIC YARNS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVI (LX), Fasc. 3, 2010 SecŃia TEXTILE. PIELĂRIE THE THICKNESS MEASUREMENT OF WEFT KNITTED STRUCTURES

More information

Simulation Model Driven Engineering for Manufacturing Cell

Simulation Model Driven Engineering for Manufacturing Cell Driven Engineering Manufacturing Cell Hironori Hibino 1, Toshihiro Inukai 2, and Yukishige Yoshida 2 1 Technical Research Institute of JSPMI(Japan Society the Promotion of Machine Industry), 1-1-12 Hachiman-cho,

More information

Higher School of Economics, Vienna

Higher School of Economics, Vienna Open innovation and global networks - Symposium on Transatlantic EU-U.S. Cooperation on Innovation and Technology Transfer 22nd of March 2011 - Dr. Dirk Meissner Deputy Head and Research Professor Research

More information

Current Technologies in Vehicular Communications

Current Technologies in Vehicular Communications Current Technologies in Vehicular Communications George Dimitrakopoulos George Bravos Current Technologies in Vehicular Communications George Dimitrakopoulos Department of Informatics and Telematics Harokopio

More information

ENGINEERING SERVICE-ORIENTED ROBOTIC SYSTEMS

ENGINEERING SERVICE-ORIENTED ROBOTIC SYSTEMS ENGINEERING SERVICE-ORIENTED ROBOTIC SYSTEMS Prof. Dr. Lucas Bueno R. de Oliveira Prof. Dr. José Carlos Maldonado SSC5964 2016/01 AGENDA Robotic Systems Service-Oriented Architecture Service-Oriented Robotic

More information

AIS Robotics Conference, Hong Kong, 2016

AIS Robotics Conference, Hong Kong, 2016 AIS Robotics Conference, Hong Kong, 2016 - Learning 4.0 - How Technical Developments are Changing Vocational Education Leslie Andrew Twine, Lucas-Nülle GmbH, Kerpen 1 Content Learning 4.0 - How technical

More information

Process Planning - The Link Between Varying Products and their Manufacturing Systems p. 37

Process Planning - The Link Between Varying Products and their Manufacturing Systems p. 37 Definitions and Strategies Changeability - An Introduction p. 3 Motivation p. 3 Evolution of Factories p. 7 Deriving the Objects of Changeability p. 8 Elements of Changeable Manufacturing p. 10 Factory

More information

An Integrated Modeling and Simulation Methodology for Intelligent Systems Design and Testing

An Integrated Modeling and Simulation Methodology for Intelligent Systems Design and Testing An Integrated ing and Simulation Methodology for Intelligent Systems Design and Testing Xiaolin Hu and Bernard P. Zeigler Arizona Center for Integrative ing and Simulation The University of Arizona Tucson,

More information

AGENT BASED MANUFACTURING CAPABILITY ASSESSMENT IN THE EXTENDED ENTERPRISE USING STEP AP224 AND XML

AGENT BASED MANUFACTURING CAPABILITY ASSESSMENT IN THE EXTENDED ENTERPRISE USING STEP AP224 AND XML 17 AGENT BASED MANUFACTURING CAPABILITY ASSESSMENT IN THE EXTENDED ENTERPRISE USING STEP AP224 AND XML Svetan Ratchev and Omar Medani School of Mechanical, Materials, Manufacturing Engineering and Management,

More information

This is a preview - click here to buy the full publication

This is a preview - click here to buy the full publication TECHNICAL REPORT IEC/TR 62794 Edition 1.0 2012-11 colour inside Industrial-process measurement, control and automation Reference model for representation of production facilities (digital factory) INTERNATIONAL

More information

METHODS AND PRINCIPLES OF OPTIMIZATION SPECIFIC TO THE DOMAIN OF EQUIPMENT AND MANUFACTURING PROCESSES

METHODS AND PRINCIPLES OF OPTIMIZATION SPECIFIC TO THE DOMAIN OF EQUIPMENT AND MANUFACTURING PROCESSES Annals of the Academy of Romanian Scientists Series on Science and Technology of Information ISSN 2066-68570 Volume 3, Number 2/2011 85 METHODS AND PRINCIPLES OF OPTIMIZATION SPECIFIC TO THE DOMAIN OF

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Path Planning for Mobile Robots Based on Hybrid Architecture Platform

Path Planning for Mobile Robots Based on Hybrid Architecture Platform Path Planning for Mobile Robots Based on Hybrid Architecture Platform Ting Zhou, Xiaoping Fan & Shengyue Yang Laboratory of Networked Systems, Central South University, Changsha 410075, China Zhihua Qu

More information

A Harmonised Regulatory Framework for Supporting Single European Electronic Market: Achievements and Perspectives

A Harmonised Regulatory Framework for Supporting Single European Electronic Market: Achievements and Perspectives A Harmonised Regulatory Framework for Supporting Single European Electronic Market: Achievements and Perspectives Irina NEAGA, Tarek HASSAN, Chris CARTER Loughborough University, Loughborough, Leicestershire,

More information

IMPLEMENTING MULTIPLE ROBOT ARCHITECTURES USING MOBILE AGENTS

IMPLEMENTING MULTIPLE ROBOT ARCHITECTURES USING MOBILE AGENTS IMPLEMENTING MULTIPLE ROBOT ARCHITECTURES USING MOBILE AGENTS L. M. Cragg and H. Hu Department of Computer Science, University of Essex, Wivenhoe Park, Colchester, CO4 3SQ E-mail: {lmcrag, hhu}@essex.ac.uk

More information

Coalition C2 Interoperability Challenges. Peter Gorm Larsen

Coalition C2 Interoperability Challenges. Peter Gorm Larsen M i s s i o n C r i t i c a l S y s t e m s f o r H e a l t h c a r e a n d D e f e n c e Coalition C2 Interoperability Challenges Peter Gorm Larsen 1 Coalition C2 Interoperability Challenges Systematic

More information

IO-Link an integral part in the next industrial revolution known as Industry 4.0

IO-Link an integral part in the next industrial revolution known as Industry 4.0 IO-Link an integral part in the next industrial revolution known as Industry 4.0 IO-Link an integral part in the next industrial revolution known as Industry 4.0 The manufacturing industry is on the verge

More information

Digitalization in Machine Engineering. Siemens MCD and Cadenas smart catalog components

Digitalization in Machine Engineering. Siemens MCD and Cadenas smart catalog components Digitalization in Machine Engineering Siemens MCD and Cadenas smart catalog components Realize innovation. Siemens MCD and Cadenas smart catalog components Table of content Overview: Interdisciplinary

More information

Linking Circular Economy and Industry 4.0 The FUTURING Project

Linking Circular Economy and Industry 4.0 The FUTURING Project Linking Circular Economy and Industry 4.0 The FUTURING Project Dr. Konstantinos GEORGOULIAS Laboratory for Manufacturing Systems & Automation (LMS) University of Patras, Greece www.lms.mech.upatras.gr

More information

Face Detector using Network-based Services for a Remote Robot Application

Face Detector using Network-based Services for a Remote Robot Application Face Detector using Network-based Services for a Remote Robot Application Yong-Ho Seo Department of Intelligent Robot Engineering, Mokwon University Mokwon Gil 21, Seo-gu, Daejeon, Republic of Korea yhseo@mokwon.ac.kr

More information

Enterprise ISEA of the Future a Technology Vision for Fleet Support

Enterprise ISEA of the Future a Technology Vision for Fleet Support N A V S E A N WA VA SR EF A RWE A CR EF NA RT E R CS E N T E R S Enterprise ISEA of the Future a Technology Vision for Fleet Support Paul D. Mann, SES NSWC PHD Division Technical Director April 10, 2018

More information

Сonceptual framework and toolbox for digital transformation of industry of the Eurasian Economic Union

Сonceptual framework and toolbox for digital transformation of industry of the Eurasian Economic Union Сonceptual framework and toolbox for digital transformation of industry of the Eurasian Economic Union Dmitry Krupsky Head of Department of Economy of Innovation Activity, Ministry of Economy of the Republic

More information

Interoperability concept in a COM thermodynamic server architecture. Example of integration in Microsoft Excel.

Interoperability concept in a COM thermodynamic server architecture. Example of integration in Microsoft Excel. Interoperability concept in a COM thermodynamic server architecture. Example of integration in Microsoft Excel. SIMO 24-25 th of October 2002 Toulouse, France Alain Vacher, Philippe Guittard ProSim SA

More information

Smart Products and Digital Industry Prof. Dr.-Ing. Dietmar Goehlich

Smart Products and Digital Industry Prof. Dr.-Ing. Dietmar Goehlich Smart Products and Digital Industry Prof. Dr.-Ing. Dietmar Goehlich Technische Universität Berlin Faculty of Mechanical Engineering and Transport Systems Methods for Product Development and Mechatronics

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 538 543 International Workshop on Communication for Humans, Agents, Robots, Machines and Sensors (HARMS 2015)

More information

Research Infrastructures and Innovation

Research Infrastructures and Innovation Research Infrastructures and Innovation Octavi Quintana Principal Adviser European Commission DG Research & Innovation The presentation shall neither be binding nor construed as constituting commitment

More information

I C T. Per informazioni contattare: "Vincenzo Angrisani" -

I C T. Per informazioni contattare: Vincenzo Angrisani - I C T Per informazioni contattare: "Vincenzo Angrisani" - angrisani@apre.it Reference n.: ICT-PT-SMCP-1 Deadline: 23/10/2007 Programme: ICT Project Title: Intention recognition in human-machine interaction

More information

Durham Research Online

Durham Research Online Durham Research Online Deposited in DRO: 29 August 2017 Version of attached le: Accepted Version Peer-review status of attached le: Not peer-reviewed Citation for published item: Chiu, Wei-Yu and Sun,

More information

PERSONA: ambient intelligent distributed platform for the delivery of AAL Services. Juan-Pablo Lázaro ITACA-TSB (Spain)

PERSONA: ambient intelligent distributed platform for the delivery of AAL Services. Juan-Pablo Lázaro ITACA-TSB (Spain) PERSONA: ambient intelligent distributed platform for the delivery of AAL Services Juan-Pablo Lázaro jplazaro@tsbtecnologias.es ITACA-TSB (Spain) AAL Forum Track F Odense, 16 th September 2010 OUTLINE

More information

Domain: Computer Science and Information Technology Curricula for the First Year (2012/2013)

Domain: Computer Science and Information Technology Curricula for the First Year (2012/2013) Curricula for the First Year (2012/2013) Type/e F Mathematics 1 3 2 - - E - - - - - 5 F Mathematics 2 3 2 - - E - - - - - 5 F Computer programming 2-2 - E - - - - - 5 D Introduction to operating systems

More information

ABSTRACT. Keywords: information and communication technologies, energy efficiency, research and developments, RTD, categorization, gap analysis.

ABSTRACT. Keywords: information and communication technologies, energy efficiency, research and developments, RTD, categorization, gap analysis. A COMPREHENSIVE VISION ON CARTOGRAPHY OF EU AND INTERNATIONAL RESEARCH INITIATIVES WITH RTD GAP ANALYSIS IN THE AREA OF ICT FOR ENERGY EFFICIENCY IN BUILDINGS A. Hryshchenko, MEngSc, Researcher; a.hryshchenko@ucc.ie

More information

EXTENDED TABLE OF CONTENTS

EXTENDED TABLE OF CONTENTS EXTENDED TABLE OF CONTENTS Preface OUTLINE AND SUBJECT OF THIS BOOK DEFINING UC THE SIGNIFICANCE OF UC THE CHALLENGES OF UC THE FOCUS ON REAL TIME ENTERPRISES THE S.C.A.L.E. CLASSIFICATION USED IN THIS

More information

AH EAD OF TH E CURVE. Disr uptive Technologies in the M edical Device M ar ket

AH EAD OF TH E CURVE. Disr uptive Technologies in the M edical Device M ar ket AH EAD OF TH E CURVE Disr uptive Technologies in the M edical Device M ar ket ABOUT TECHNIA TRANSCAT TechniaTranscat is a leading global supplier of Product Lifecycle Management (PLM) solutions for creating

More information

The Role of Computer Science and Software Technology in Organizing Universities for Industry 4.0 and Beyond

The Role of Computer Science and Software Technology in Organizing Universities for Industry 4.0 and Beyond The Role of Computer Science and Software Technology in Organizing Universities for Industry 4.0 and Beyond Prof. dr. ir. Mehmet Aksit m.aksit@utwente.nl Department of Computer Science, University of Twente,

More information

ARTEMIS The Embedded Systems European Technology Platform

ARTEMIS The Embedded Systems European Technology Platform ARTEMIS The Embedded Systems European Technology Platform Technology Platforms : the concept Conditions A recipe for success Industry in the Lead Flexibility Transparency and clear rules of participation

More information

Standardised Ground Data Systems Implementation: A Dream?

Standardised Ground Data Systems Implementation: A Dream? GSAW 2007 Standardised Ground Data Systems Y. Doat, C. R. Haddow, M. Pecchioli and N. Peccia ESA/ESOC, Robert Bosch Straße 5, 64293 Darmstadt, Germany Ground Data Systems at ESA/ESOC: The current approach

More information

Creating a 3D environment map from 2D camera images in robotics

Creating a 3D environment map from 2D camera images in robotics Creating a 3D environment map from 2D camera images in robotics J.P. Niemantsverdriet jelle@niemantsverdriet.nl 4th June 2003 Timorstraat 6A 9715 LE Groningen student number: 0919462 internal advisor:

More information

Software-Intensive Systems Producibility

Software-Intensive Systems Producibility Pittsburgh, PA 15213-3890 Software-Intensive Systems Producibility Grady Campbell Sponsored by the U.S. Department of Defense 2006 by Carnegie Mellon University SSTC 2006. - page 1 Producibility

More information

Sharing the effort a personal view on D3.4

Sharing the effort a personal view on D3.4 Holger Brocks, hbrocks@ftk.de FTK Research Institute for Telecommunication and Cooperation Co-ordinated by What is APARSEN? A Network of Excellence in digital preservation Funded by European Commission

More information

Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain

Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain This fiche is part of the wider roadmap for cross-cutting KETs activities Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain Cross-cutting

More information