Efficient Web Services for End-To-End Interoperability

Total Page:16

File Type:pdf, Size:1020Kb

Efficient Web Services for End-To-End Interoperability ISSN: 1402-1544 ISBN 978-91-7583-XXX-X Se i listan och fyll i siffror där kryssen är DOCTORAL T H E SIS Department of Computer Science, Electrical and Space Engineering of Embedded Systems Interoperability Services for End-To-End Web Efficient R. Kyusakov, Division of EISLAB ISSN 1402-1544 Efficient Web Services for End-To-End ISBN 978-91-7583-015-5 (print) ISBN 978-91-7583-016-2 (pdf) Interoperability of Embedded Systems Luleå University of Technology 2014 Rumen Kyusakov Efficient Web Services for End-To-End Interoperability of Embedded Systems Rumen Kyusakov EISLAB Department of Computer Science, Electrical and Space Engineering Lulea˚ University of Technology Lulea,˚ Sweden Supervisors: Jens Eliasson, Jerker Delsing Printed by Luleå University of Technology, Graphic Production 2014 ISSN 1402-1544 ISBN 978-91-7583-015-5 (print) ISBN 978-91-7583-016-2 (pdf) Luleå 2014 www.ltu.se To Mimi and Vladi ... ABSTRACT As the number of Internet-connected devices rapidly grows, it has become ever more challenging to develop and maintain purpose-made tightly integrated distributed embedded systems. Instead, the Internet of Things (IoT) approach, based on standardized interfaces and open communication proto- cols, enables support for various applications with the possibility of extension to provide additional services that were not necessarily available at the initial deployment. This thesis presents methods and tools for the development of standard-based Web services for the Internet of Things. Some of the key challenges in using Web services on resource-constrained devices are due to the overhead of the communication protocols, which leads to the need for greater network bandwidth, processing power, and memory usage. A common solution to these problems is to use gateways that translate between the protocols used on one end of the connection (i.e. low-capability devices) and those on the other end (i.e. powerful Web servers). However, this increases the overall complexity of the system. The work presented herein answers the following research questions: 1) Is it feasible to deploy standard Web services on IoT systems without using application layer gateways? 2) What are the trade-offs in using Web services for end-to-end interoperability of resource-constrained embedded systems? 3) What levels of efficiency and functionality can be achieved using binary coding schemes for XML data exchange? The research questions are tested by building and evaluating several prototype IoT systems. These evaluations show that the use of Web services requires more powerful hardware (i.e. CPU and RAM) and a larger form factor in exchange for better interoperability compared to the use of ad hoc appli- cation protocols. The main challenge in employing embedded Web services is the large size of the messages, which is due to the use of verbose data formats such as XML. Although it is shown that it is possible to deploy XML-based Web services on low-capability devices without application layer gateways, this approach has severe performance limitations. Using the Efficient XML Interchange (EXI) binary coding scheme overcomes some of these limitations by substantially reducing the size of the XML messages. The main outcome of this thesis is the design and implementation of a software toolkit, called EXIP, for building EXI-based embedded Web services. The trade-offs in the use of embedded Web services are likely to change in the near future as the importance of application layer interoperability increases and IoT devices become faster, more energy efficient, and equipped with more memory. The dominating importance of interoperability can be seen in highly heterogeneous systems such as energy management systems (i.e. smart grids), where embedded Web services are already in use today. With this in mind, future research directions and extensions of this work include the development of performance optimization strategies for the EXIP toolkit to foster the expansion of embedded Web services to an even wider range of IoT applications. CONTENTS Part I 1 Introduction 3 1.1 Problem Formulation .................................. 5 1.2 Research Methodology ................................. 6 1.3 Thesis Scope ...................................... 7 1.4 Thesis Outline ...................................... 7 2 Embedded Web Services 9 2.1 Requirements ...................................... 10 2.2 Network Protocols ................................... 12 2.3 Web Service Technologies ............................... 14 2.4 Overview of Application Protocols for IoT ....................... 18 2.5 Payload Encoding .................................... 20 2.6 Applications ....................................... 22 3 XML Data Compaction 25 3.1 Theoretical Background ................................. 25 3.2 Efficient XML Interchange ............................... 30 4 Contributions 35 4.1 Summary of Appended Papers ............................. 36 4.2 Related Publications .................................. 39 5 Discussion 41 5.1 Conclusion ....................................... 44 5.2 Future work ....................................... 46 References 52 Part II Paper A 55 1 Introduction ....................................... 57 2 Motivation ........................................ 59 II CONTENTS 3 Background and related work .............................. 60 4 SOA on sensor nodes .................................. 62 5 Proof of concept ..................................... 63 6 Future work ....................................... 70 7 Conclusion ....................................... 70 Paper B 75 1 Introduction and background .............................. 77 2 Related work ...................................... 78 3 Efficient XML Interchange for web services ...................... 79 4 XML infoset processor interfaces ............................ 80 5 Performance measurements ............................... 83 6 Future work ....................................... 85 7 Conclusion ....................................... 85 Paper C 89 1 Introduction and related work .............................. 91 2 Background ....................................... 92 3 Analysis results ..................................... 95 4 EXI on wireless sensor and actuator nodes ....................... 97 5 Conclusion and future work ............................... 100 Paper D 103 1 Introduction ....................................... 105 2 Related Work ...................................... 108 3 Functionality and Architecture of Future DH Substations ............... 109 4 Web Services ...................................... 111 5 Data Models ....................................... 113 6 Experimental Setup ................................... 113 7 Results .......................................... 115 8 Discussion and Conclusion ............................... 119 Paper E 125 1 Introduction ....................................... 127 2 Requirements ...................................... 129 3 Communication technologies .............................. 129 4 Data models ....................................... 132 5 Energy management standards ............................. 132 6 Technology analysis ................................... 134 7 Discussion ........................................ 138 Paper F 141 1 Introduction ....................................... 143 2 Related Work ...................................... 144 3 Enabling Technologies ................................. 146 4 Mobile Cloud IoT Platform ............................... 147 5 Experimental Setup ................................... 152 CONTENTS III 6 Results .......................................... 153 7 Future Work ....................................... 155 8 Conclusion ....................................... 156 Paper G 159 1 Introduction ....................................... 161 2 Background ....................................... 164 3 EXI Processor Design and Implementation ....................... 170 4 Performance Evaluation ................................. 174 5 EXI data binding .................................... 179 6 CoAP/EXI/XHTML Web page engine ......................... 181 7 Conclusions ....................................... 183 ACKNOWLEDGMENTS This thesis would not have been possible without the help, support, and guidance of many people to whom I wish to express my utmost gratitude. First, I would like to thank my supervisors, Associate Professor Jens Eliasson and Professor Jerker Delsing. I am very grateful for all the invaluable help, feedback, guidance, and patience that Jens has given to me throughout the years of my PhD studies. I am also grateful to Jerker for his constant support and guidance. Next, I would like to thank all my friends and colleagues at EISLAB, as well as in the Department of Computer Science, Electrical and Space Engineering in Lulea,˚ for the inspiring discussions and the pleasant and fruitful working environment. Special thanks go to Pablo Punal˜ Pereira for the positive and rewarding collaboration, to Blerim Emruli for the stimulating scholarly talks that we have had throughout the years, and to Henrik Makitaavola¨ and Jonas Gustafsson for their help and support. I would also like to thank the members of the W3C Efficient XML Interchange working group for their valuable comments and feedback as well as Robert Cragie for his advice and help on the Smart Energy Profile specification. I am grateful for the affection, understanding, and unconditional support that I have received from my family and
Recommended publications
  • CA Gen Integration Consuming REST Services – C Edition
    CA Gen Integration Consuming REST Services – C Edition Christian Kersters Broadcom Limited Web: www.broadcom.com Corporate Headquarters: San Jose, CA Broadcom Proprietary. © 2020 Broadcom. All rights reserved. Consuming REST Services – C Edition Revision History Revision Date Change Description V0.9 2020/11/12 Initial version V1.0 2020/11/17 Revised edition (integration of C. Jamar suggestions) Broadcom Proprietary. © 2020 Broadcom. All rights reserved. 1 Consuming REST Services – C Edition References CA Gen Integration Solutions, Christian Kersters, Broadcom, August 2017 https://community.broadcom.com/HigherLogic/System/DownloadDocumentFile.ashx?Docum entFileKey=4a401797-4dfe-4230-a031-273b908e57d3&forceDialog=0 Hello world: getting started with REST APIs https://www.genivia.com/dev.html#how-rest gSOAP User Guide https://www.genivia.com/doc/guide/html/index.html Richardson Maturity Model https://restfulapi.net/richardson-maturity-model/ Broadcom Proprietary. © 2020 Broadcom. All rights reserved. 2 Consuming REST Services – C Edition Contents Revision History ......................................................................................................................... 1 References ................................................................................................................................. 2 Contents ..................................................................................................................................... 3 1. Introduction ........................................................................................................................
    [Show full text]
  • Master's Degree Thesis Report Implementation of IEC 61499
    Master’s Degree Thesis Report Karthik Gopinath Sharma [email protected] September 19, 2019 Implementation of IEC 61499 Applications for Centralized Power System Protection Platform SUPERVISORS Prof. Oriol Gomis Bellmunt(UPC) Tin Rabuzin (KTH) Escola Tecnica` Superior d’Enginyeria Industrial de Barcelona 1 Page No. 1 Acknowledgements To InnoEnergy Master’s School for giving me two years of free and superior edu- cation in the field of Smart Grids and Renewable Energy I could ever ask for. To UPC, Barcelona and KTH, Stockholm two of the finest universities along with the best professors and friends enabling me to enjoy the journey throughout my double master’s degree. To my supervisors, Oriol Gomis Bellmunt and Tin Rabuzin, for allowing me to pursue this project as part of my master thesis and being there with me throughout the dura- tion of the Master Thesis guiding me with their knowledge and experience. To Alois Zoitl, for taking his precious time out in helping me to understand a criti- cal issue during the project. To my family, for being my support always. Page No. 2 Abstract With the onset of distributed energy resources in the electricity generation, the sce- narios for protection and automation are becoming challenging. Even with guidelines like IEC61850 which focuses on digital substations there is a big issue in terms of inte- grating systems from different vendors. On the other hand IEC 61499 is moving ahead with enabling distributed automation and control in Industrial environment. This report aims to answer if it is possible to design an IED based on IEC61850 us- ing IEC61499.
    [Show full text]
  • Single-Node CUCM Single-Node IMP 10.201.203.76 10.201.203.75 10.201.203.67 10.201.203.72
    #CLUS CCIE Collaboration Techtorial Ben Ng, Exam PM, L@C, Cisco CX Ishan Sambhi, CSE, Cisco CX TECCCIE-3503 #CLUS Agenda • Session 1: CCIE® Program Overview • Session 2: CCIE Collaboration Overview • Session 3: CCIE Collaboration Modular Lab Exams • Session 4: Lab Exam Diagnostic Module with Case Studies • Session 5: Lab Exam Troubleshooting Module with Case Studies • Session 6: Lab Exam Configuration Module with Case Studies • Session 7: Exam Preparation Tips, In-Lab Strategies, and Q&A #CLUS TECCCIE-3503 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 3 Cisco Webex Teams Questions? Use Cisco Webex Teams to chat with the speaker after the session How 1 Find this session in the Cisco Live Mobile App 2 Click “Join the Discussion” 3 Install Webex Teams or go directly to the team space 4 Enter messages/questions in the team space Webex Teams will be moderated cs.co/ciscolivebot#TECCCIE-3503 by the speaker until June 16, 2019. #CLUS © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 4 Session 1: CCIE Program Overview Cisco CCIE Certifications CCIE Track Major Skills R&S Configure and troubleshoot complex converged networks Security Configure complex, end-to-end secure networks, troubleshoot environments, and anticipate and respond to network attacks Service Provider Configure and troubleshoot advanced technologies to support service provider networks Collaboration Design, implement, integrate, and troubleshoot complex collaboration networks Wireless Plan, design, implement, operate, and troubleshoot wireless network and mobility infrastructure Data Center Configure and troubleshoot Cisco Data Center technologies including DC infrastructure, compute and virtualization. #CLUS TECCCIE-3503 © 2019 Cisco and/or its affiliates.
    [Show full text]
  • SOAP Toolkits for Web Services Developer Guide
    SOAP Toolkits for Web Services Developer Guide CyberSource Contact Information For general information about our company, products, and services, go to http://www.cybersource.com. For sales questions about any CyberSource Service, email [email protected] or call 650-432-7350 or 888-330-2300 (toll free in the United States). For support information about any CyberSource Service, visit the Support Center: http://www.cybersource.com/support Copyright © July 2020 CyberSource Corporation. All rights reserved. CyberSource Corporation (“CyberSource”) furnishes this document and the software described in this document under the applicable agreement between the reader of this document (“You”) and CyberSource (“Agreement”). You may use this document and/or software only in accordance with the terms of the Agreement. Except as expressly set forth in the Agreement, the information contained in this document is subject to change without notice and therefore should not be interpreted in any way as a guarantee or warranty by CyberSource. CyberSource assumes no responsibility or liability for any errors that may appear in this document. The copyrighted software that accompanies this document is licensed to You for use only in strict accordance with the Agreement. You should read the Agreement carefully before using the software. Except as permitted by the Agreement, You may not reproduce any part of this document, store this document in a retrieval system, or transmit this document, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written consent of CyberSource. Restricted Rights Legends For Government or defense agencies. Use, duplication, or disclosure by the Government or defense agencies is subject to restrictions as set forth the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR Supplement.
    [Show full text]
  • 2013-09 (Adobe Reader)
    Turinys AKTUALIJOS SUDAROMA LAIKINOJI DARBO GRUPË „TEISMO MEDICINOS PROCESAI“ .... 5 STANDARTIZACIJA INFORMACIJA APIE VIEÐAJAI APKLAUSAI TEIKIAMUS EUROPOS IR LIETUVOS STANDARTØ BEI KITØ LEIDINIØ PROJEKTUS ................................. 6 IÐLEISTI LIETUVOS STANDARTAI IR KITI LEIDINIAI ........................................... 6 NETEKÆ GALIOS LIETUVOS STANDARTAI IR KITI LEIDINIAI ............................ 11 TARPTAUTINIØ IR EUROPOS ÁSTAIGØ BEI ORGANIZACIJØ STANDARTAI IR KITI LEIDINIAI, KURIUOS DEPARTAMENTAS GAVO RUGPJÛÈIO MËNESÁ ............................................................................ 13 TARPTAUTINËS STANDARTIZACIJOS ORGANIZACIJOS STANDARTAI IR KITI LEIDINIAI ............... 13 TARPTAUTINËS ELEKTROTECHNIKOS KOMISIJOS STANDARTAI IR KITI LEIDINIAI ................... 16 RATIFIKUOTI EUROPOS STANDARTIZACIJOS KOMITETO STANDARTAI IR KITI LEIDINIAI ............ 17 RATIFIKUOTI EUROPOS ELEKTROTECHNIKOS STANDARTIZACIJOS KOMITETO STANDARTAI ...................................................................................... 19 RATIFIKUOTI EUROPOS TELEKOMUNIKACIJØ STANDARTØ INSTITUTO STANDARTAI IR KITI LEIDINIAI ............................................................................................... 21 REDAKCINË KOLEGIJA R. Rukðënienë (pirmininkë), L. Balèiauskienë, S. Vaitkevièienë, V. Masalskytë, V. Tamoðevièienë Redaktorë V. Tamoðevièienë Maketuotoja A. Skomskienë 2013-09-09 © Lietuvos standartizacijos departamentas, 2013 Lietuvos standartizacijos departamento BIULETENIS 2013 Nr. 9 VILNIUS, 2013 Lietuvos standartizacijos
    [Show full text]
  • Smart Reconfiguration of Distribution Grids Using Agent-Based Technology
    FACULDADE DE ENGENHARIA DA UNIVERSIDADE DO PORTO Smart Reconfiguration of Distribution Grids using Agent-based Technology Matheus Macedo Lopes Dissertation conducted under the Master’s in Electrical and Computers Engineering Program - Major Energy Supervisor: Prof. Vladimiro Miranda , Ph.D. Co-Supervisor: Prof. Diego Issicaba , Ph.D. July 28, 2016 © Matheus Macedo Lopes, 2016 Resumo As manobras de isolamento para reconfiguração em redes de distribuição de média tensão são tradicionalmente manuais ou dependem de decisões tomadas pelos operadores de rede. A abor- dagem proposta assume uma arquitetura onde os agentes interagem em um ambiente de rede de distribuição simulado a partir do estabelecimento de metas projetadas seguindo o paradigma de orientação mulit-agente. A aplicação é implementada de tal forma que agentes AgentSpeak in- teragem entre eles através de uma comunicação baseada em ato de fala/comunicação, bem como com um ambiente desenvolvido em linguagem JAVA. Neste contexto, esta tese propõe a modelagem e verificação de soluções baseadas em agentes para apoiar as operações de reconfiguração em redes de distribuição em nível de média tensão. A metodologia foi utilizada para apoiar as actividades dos operadores de redes de distribuição por meio de planos de restabelecimento de energia para ajudar em casos de falhas permanentes. As abordagens empregadas para arquitetura de agentes para a reconfiguração foram baseadas em modelo hierárquico e uma abordagem totalmente descentralizada. A capabilidade dos agentes foram desenvolvidas prevendo as possiveis aplicações do sistema de distribuição com foco em procedimentos de gestão des interrupções de service. As abordagens foram testadas em um ali- mentador teste trifásico do IEEE de 123 nós.
    [Show full text]
  • Openmuc User Guide
    OpenMUC User Guide Table of Contents 1. Intro. 2 2. Quick Start . 2 2.1. Install OpenMUC . 3 2.2. Start the Demo . 3 2.3. WebUI Walk Through. 4 3. Tutorials . 7 3.1. Build a Simple M-Bus Data Logger. 7 3.2. Develop a Customised Application . 10 3.3. Develop a Customised WebUI Plugin . 13 4. Architecture. 20 4.1. File Structure of the Distribution . 22 4.2. Folder framework/ . 23 4.3. Devices and Channels. 24 4.4. Configuration via channels.xml . 24 4.5. Sampling, Listening and Logging . 28 5. OpenMUC Start Script . 29 5.1. Start OpenMUC . 29 5.2. Stop OpenMUC . 30 5.3. Restart OpenMUC . 30 5.4. Reload OpenMUC Configuration. 30 5.5. Update Bundles . 30 5.6. Remote Shell . 31 5.7. Auto Start at Boot Time . 31 6. Drivers. 32 6.1. Install a Driver . 32 6.2. Modbus . 33 6.3. M-Bus (wired) . 39 6.4. M-Bus (wireless) . 40 6.5. IEC 60870-5-104 . 41 6.6. IEC 61850. 42 6.7. IEC 62056 part 21 . 43 6.8. DLMS/COSEM . 44 6.9. KNX . 45 6.10. eHZ. 46 6.11. SNMP . 46 6.12. CSV . 48 6.13. Aggregator . 49 6.14. REST/JSON . 50 6.15. AMQP. 51 6.16. MQTT. 53 1 7. Dataloggers . 55 7.1. ASCII Logger . 55 7.2. AMQP Logger . 56 7.3. MQTT Logger . 57 7.4. SlotsDB Logger . 60 7.5. SQL Logger . 60 8. Libraries . ..
    [Show full text]
  • Response Time for IEC 61499 Over Ethernet
    Response Time for IEC 61499 over Ethernet Per Lindgren, Johan Eriksson, Marcus Lindner and Andreas Lindner David Pereira and Luís Miguel Pinho Luleå University of Technology CISTER / INESC TEC, ISEP Email:{per.lindgren, johan.eriksson, marcus.lindner, andreas.lindner}@ltu.se Email: {dmrpe, lmp}@isep.ipp.pt Abstract—The IEC 61499 standard provides means to specify general purpose usage. Our results are safe to the worst case, distributed control systems in terms of function blocks. The while further improvements can be obtained if the Maximum execution model is event driven (asynchronous), where triggering Transmission Unit (MTU) of general purpose (best effort events may be associated with data (and seen as a message). traffic) is controlled. In this paper we propose a low complexity implementation technique allowing to assess end-to-end response time of event We can conclude that the presented approach reduces chains spanning over a set of networked devices. In this paper we complexity of distribution (in comparison to the traditional develop a method to provide safe end-to-end response time taking SCADA approach), reduces device and network complexity both intra- and inter-device delivery delays into account. As a (does neither require complex time triggered architectures use case we study the implementation onto (single-core) ARM- like scan based PLCs, nor any dedicated network compo- cortex based devices communicating over a switched Ethernet network. For the analysis we define a generic switch model and nents/protocols), and is highly flexible (allowing network shar- an experimental setup allowing us to study the impact of network ing between real-time and best-effort devices).
    [Show full text]
  • Investigate M2M-Related Communication Standards That Exist on the Global Market Today
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Agder University Research Archive Investigate M2M-related communication standards that exist on the global market today by Aleksander Albretsen Thesis in partial fulfilment of the degree of Master in Technology in Information and Communication Technology Agder University College Faculty of Engineering and Science Grimstad Norway June 2006 Abstract Most M2M applications use well-known communication technologies to interconnect the devices. Even though they use well-known communication technologies there are no widely used and well-defined M2M standards regarding the data exchange (application layer). This thesis investigates and identifies M2M related communication standards that exist on the global market today, and are applicable for M2M standardisation. This thesis is limited to the following segments within M2M: Security, Automatic Meter Reading (AMR) and Utility Control. Today, and in the future, IP will play an important role within M2M. This thesis is therefore mainly focusing on standards that implement how to transfer the application layer using the IP-stack. M2M is defined in this thesis as an application with a central server communicating with end-devices through a gateway, using remote communication from server to gateway. The following standards are investigated and found applicable in one or more of the selected segments: CIP, MODBUS, LonWorks, KNX, DLMS/COSEM, M-BUS, SIA, M2MXML, OPC and ZigBee. Each of the standards is explained within the thesis. All standards are identified and categorised, and area of applications and proposed solutions are described. This thesis discusses the applicability regarding each segment, multiple services behind one gateway, bandwidth consumption, software update and interconnection of networks.
    [Show full text]
  • Low-Cost Industrial Controller Based on the Raspberry Pi Platform
    Low-cost Industrial Controller based on the Raspberry Pi platform Gustavo Mendonça de Morais Rabelo Vieira Dissertation presented to the School of Technology and Management of Bragança to obtain the Master Degree in Industrial Engineering. Work oriented by: Professor PhD Paulo Leitão Professor PhD José Barbosa Professor MsC Ulisses da Graça Bragança 2018-2019 ii Low-cost Industrial Controller based on the Raspberry Pi platform Gustavo Mendonça de Morais Rabelo Vieira Dissertation presented to the School of Technology and Management of Bragança to obtain the Master Degree in Industrial Engineering. Work oriented by: Professor PhD Paulo Leitão Professor PhD José Barbosa Professor MsC Ulisses da Graça Bragança 2018-2019 iv Dedication Este trabalho é dedicado a mulher mais trabalhadora que conheço, a quem admiro muito e me inspira imensamente desde criança, minha querida e amada avó Terezinha Mendonça de Morais, singularmente importante em minha vida. À minha mãe Janaína, à minha tia Gildete, melhores amigas que sempre me ofereceram apoio a perseverar em minhas conquistas. Aos meus queridos irmãos mais novos, Lucas e Vitor que me orgulham pelas pessoas que estão se tornando e por toda a companhia que tive o prazer de desfrutar durante o nosso crescimento. v vi Acknowledgements Agradeço a todo o apoio e suporte que tive da minha família por me proporcionar a oportunidade de chegar até aqui. Aos meus professores orientadores José Barbosa e Paulo Leitão pela rica e experiente orientação. A todos os amigos, colegas e professores que foram sumariamente importantes para o sucesso da realização deste trabalho. vii viii Abstract The low-cost automation field exhibits the need of innovation both in terms of hardware and software.
    [Show full text]
  • Application of Web Services to a Simulation Framework Matthew Bennink Clemson University, [email protected]
    Clemson University TigerPrints All Theses Theses 12-2008 Application of Web Services to a Simulation Framework Matthew Bennink Clemson University, [email protected] Follow this and additional works at: https://tigerprints.clemson.edu/all_theses Part of the Computer Sciences Commons Recommended Citation Bennink, Matthew, "Application of Web Services to a Simulation Framework" (2008). All Theses. 500. https://tigerprints.clemson.edu/all_theses/500 This Thesis is brought to you for free and open access by the Theses at TigerPrints. It has been accepted for inclusion in All Theses by an authorized administrator of TigerPrints. For more information, please contact [email protected]. Application of Web Services to a Simulation Environment A Thesis Presented to the Graduate School of Clemson University In Partial Fulfillment of the Requirements for the Degree Master of Science Computer Engineering by Matthew Scott Bennink December 2008 Accepted by: Dr. Richard Brooks, Committee Chair Dr. Adam Hoover Dr. Christopher Griffin Abstract The Joint Semi-Automated Forces (JSAF) simulator is an excellent tool for military training and a great testbed for new SAF behaviors. However, it has the drawback that behaviors must be ported into its own Finite State Machine (FSM) language. Web Services is a growing technology that seamlessly connects service providers to service consumers. This work attempts to merge these two technologies by modeling SAF behaviors as web services. The JSAF simulator is then modeled as a web service consumer. This approach allows new Semi-Automated Forces (SAF) behaviors to be developed inde- pendently of the simulator, which provides the developer with greater flexibility when choosing a programming language, development environment, and development platform.
    [Show full text]
  • Cost Effective Automation Energiforskrapport 2017-435
    COST EFFECTIVE AUTOMATION REPORT 2017:435 SMARTA ELNÄT Cost effective automation Open architecture for cost effective protection and control of power distribution networks GULNARA ZHABELOVA, CHEN-WEI YANG, LARS CHRISTOFFERSSON, VALERIY VYATKIN ISBN 978-91-7673-435-3 | ©Energiforsk October 2017 Energiforsk AB | Phone: 08-677 25 30 | E-mail: [email protected] | www.energiforsk.se COST EFFECTIVE AUTOMATION Förord Detta projekt behandlar fokusområdet Mer automation i eldistributionsnätet inom programmet Smarta Elnät. Projektet visar på möjligheten att med en exekveringsplattform utföra kontrollerade P&C-funktioner från olika leverantörer. Resultatet understöder leverantörsoberoende krav och utformning av stationsautomation, möjliggörande komplexa skyddssystem till lägre kostnad. Projektet är ett samarbete mellan leverantörer, universitet och användare. Projektet kombinerar den senaste utvecklingen i kommunikation (IEC 61850) och industriella informatik (IEC 61499). Projektet syftar till att utveckla IEC 61499 skyddssystemet och testa den på 10 / 0,4 kV transformatorstation i en realtids laboratorium installation. Huvudsökande är prof. Valeriy Vyatkin, Kommunikations – och beräkningssystem/ datavetensakap vid Luleå tekniska universitet. Gulnara Zhabelova från Luleå Tekniska Universitet har varit projektledare för projektet. Stort tack också till referensgruppen, som på ett mycket välförtjänt sätt har bidragit till projektet: • Hakan Ünal, Göteborgenergi AB • Niklas Sigfridsson, Vattenfall • Ellevio, Joar Johansson • Erik Wejander, Svenska
    [Show full text]