Wireless Sensor Networks

Total Page:16

File Type:pdf, Size:1020Kb

Wireless Sensor Networks Covers UNIVERSIDAD POLITÉCNICA DE MADRID ESCUELA TÉCNICA SUPERIOR DE INGENIEROS DE TELECOMUNICACIÓN METHODOLOGY FOR IMPLEMENTATION OF SYNCHRONIZATION STRATEGIES FOR WIRELESS SENSOR NETWORKS DOCTORAL THESIS Francisco Tirado Andrés TELECOMMUNICATION ENGINEER 2020 Cover d etai ls UNIVERSIDAD POLITÉCNICA DE MADRID ESCUELA TÉCNICA SUPERIOR DE INGENIEROS DE TELECOMUNICACIÓN METHODOLOGY FOR IMPLEMENTATION OF SYNCHRONIZATION STRATEGIES FOR WIRELESS SENSOR NETWORKS A dissertation by FRANCISCO TIRADO ANDRÉS under the supervision of DR. ALVARO ARAUJO PINTO submitted in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY by Universidad Politécnica de Madrid Madrid, 2020 iii How to cite How to cite this work: F. Tirado-Andrés. “Methodology for implementation of synchronization strategies for wireless sensor networks” Ph. D dissertation. Escuela Técnica Superior de Ingenieros de Telecomunicación (ETSIT), Universidad Politécnica de Madrid, Spain, 2020. Correspondence: [email protected] This work was performed in: B105 Electronic Systems Lab b105.upm.es Escuela Técnica Superior de Ingenieros de Telecomunicación www.etsit.upm.es Universidad Politécnica de Madrid www.upm.es This work is licensed under a Creative Commons Attribution 4.0 (CC BY) International License. Any further distribution of this work must maintain the attribution to the author and the title of the work iv Summary Entre las dificultades se esconde la oportunidad Albert Einstein Over the last few years, we have seen and are experiencing how wireless communication devices are changing from being something exceptional to being commonplace in our daily lives. Advances in wireless communications, the miniaturization of electronic devices and the increasing capabilities of these devices have made wireless networks a very common resource in the industry and consumer electronics. Wireless Sensor Networks (WSNs) are spatially distributed sensors that monitor physical or environmental conditions and share their data over the network. WSNs are also characterized by the limitation of their resources as the need for low power consumption as they usually run on batteries, the need for low cost, or its low data throughput, among others. That is why in WSNs the resolution of some problems already solved in wired networks becomes a challenge, such as the implementation of time synchronization strategies. This time synchronization is necessary for the successful operation of many applications based on WSNs, but each node is independent and has its own clock source. Therefore, it is not enough to synchronize the clocks of the different nodes at the beginning of the application because many factors can cause them to be out of sync, for example, the frequency of oscillation of the clock sources may be slightly different, temperature changes, battery status, etc. Besides, the level of demand on time synchronization in WSNs depends on the type of application. There is a wide variety of applications in WSNs: applications that attempt to merge data from all nodes to obtain an overall picture of the scenario, applications that seek to develop communication strategies by making use of the medium access control layer, or applications that need to coordinate actions among all nodes to carry out cooperative tasks. Each application may have different requirements in terms of time synchronization that may range from very lax requirements, where several seconds offsets are allowed, too much more demanding requirements. It should also be noted that each developer may use a different hardware platform with different resources. When developers of applications for WSNs want to implement a synchronization strategy for their system they face all the above issues when making their decision. Today this decision was made by developing their own synchronization protocol or by adapting an already created protocol to their needs. After the state-of-the-art review carried out, it has been proven that no methodology helps the developer to decide to choose a synchronization protocol for WSNs that is adapted to the specific needs of each case. That is why this Doctoral Thesis has been developed in order to implement a methodology for the implementation of synchronization strategies for wireless sensor networks. v Taxonomy has been developed to organize and generate a structure that accommodates not only existing synchronization strategies but also those that may appear in the future. The development of this specific taxonomy has been done to facilitate and assist in the development of the methodology. The taxonomy is based on nine groups where each synchronization strategy must be cataloged. The methodology is based on a flow chart that guides the user through the ten most important themes and parameters regarding time synchronization in WSNs. These blocks to analyze are objective, power consumption, monetary cost, security, network topology, message distribution, accuracy, stability, and software, and hardware abstraction. Each of the blocks has a level scale that allows its comparison and its graphic representation. With this methodology, the aim is that any user, regardless of their level of knowledge in the subject of time synchronization in WSNs, has the possibility of selecting a synchronization strategy that adapts to their specific needs and requirements, reducing the time of their selection. In addition to the methodology, we also present a Time Synchronization Search Tool (TSST). This tool is composed of several blocks: the administration block, the user block and the database that interrelates both. In the administration block, the experts in synchronization strategies parameterize each strategy before incorporating it into the database. In the user block, users looking for a synchronization strategy that suits their needs to make use of a parameterized filter. This selection filter shows all those synchronization strategies that meet the requirements and needs that the user has imposed. The tool displays the results in table form and graphic form making the display and comparison of the strategies faster. Once the methodology and the tool have been developed, it is necessary to validate them to verify their correct operation. The validation has been done through two use cases with different levels of exigency concerning time synchronization. The applications chosen as use cases are structure health monitoring and environmental monitoring. For the monitoring of structures, a theoretical study and simulations have been carried out with real data on how time synchronization affects the identification of the frequencies and modal forms of the structures. Also, tests have been carried out on a bridge in northern Spain. In the application of environmental monitoring, a study and real tests have been conducted on the behavior of different clock sources in the presence of temperature changes. This has allowed us to see how decision making in the early stages of design can help us to minimize the problem of time synchronization in WSNs. After the good results obtained in the different studies, simulations, and experiments performed in the validation, it is concluded that the developed methodology works and helps in the selection of time-synchronization strategies for WSNs. vi Resumen Nada tarda tanto como aquello que no se empieza Alain Durante los últimos años hemos visto y estamos experimentando como los dispositivos con comunicaciones inalámbricas pasan de ser algo excepcional a ser algo habitual en nuestra vida cotidiana. Los avances en comunicaciones inalámbricas, la miniaturización de los dispositivos electrónicos y el aumento de las capacidades de estos dispositivos han hecho que las redes inalámbricas se conviertan en un recurso muy común en la industria y la electrónica de consumo. El subgrupo de las redes de sensores inalámbricas, en inglés Wireless Sensor Networks (WSNs) se caracterizan por ser sensores espacialmente distribuidos que monitorizan condiciones físicas o ambientales y comparten sus datos a través de la red. Las WSNs también se caracterizan por la limitación de sus recursos como necesidad de bajo consumo ya que suelen funcionar con baterías, la necesidad de que sean de bajo coste, o su baja tasa de transmisión de datos entre otros. Es por ello por lo que en WSN la resolución de algunos problemas ya resueltos en redes cableadas se convierte en un reto, como la implementación de estrategias de sincronización temporal. Esta sincronización temporal es necesaria para el correcto funcionamiento de muchas aplicaciones basadas en WSNs, pero cada nodo es independiente y tiene su propia fuente de reloj. Por tanto, no basta con sincronizar los relojes de los diferentes nodos al inicio de la aplicación porque son muchos los factores que pueden hacer que se desincronicen, por ejemplo, la frecuencia de oscilación de las fuentes de reloj puede ser ligeramente diferente, los cambios de temperatura, el estado de la batería, etc. A esto hay que añadir problemas heterogéneos de diferente naturaleza que van desde utilizar diferentes plataformas hardware con diferentes recursos hasta el desarrollo de diferentes aplicaciones con diferentes requisitos. Cuando los desarrolladores de aplicaciones para WSNs desean implementar una estrategia de sincronización para su sistema se enfrentan a todos los problemas anteriores a la hora de tomar su decisión. Hoy en día esta decisión pasaba por desarrollar su propio protocolo de sincronización o por adaptar un protocolo ya creado a sus necesidades.
Recommended publications
  • THE FUTURE of SCREENS from James Stanton a Little Bit About Me
    THE FUTURE OF SCREENS From james stanton A little bit about me. Hi I am James (Mckenzie) Stanton Thinker / Designer / Engineer / Director / Executive / Artist / Human / Practitioner / Gardner / Builder / and much more... Born in Essex, United Kingdom and survived a few hair raising moments and learnt digital from the ground up. Ok enough of the pleasantries I have been working in the design field since 1999 from the Falmouth School of Art and onwards to the RCA, and many companies. Ok. less about me and more about what I have seen… Today we are going to cover - SCREENS CONCEPTS - DIGITAL TRANSFORMATION - WHY ASSETS LIBRARIES - CODE LIBRARIES - COST EFFECTIVE SOLUTION FOR IMPLEMENTATION I know, I know, I know. That's all good and well, but what does this all mean to a company like mine? We are about to see a massive change in consumer behavior so let's get ready. DIGITAL TRANSFORMATION AS A USP Getting this correct will change your company forever. DIGITAL TRANSFORMATION USP-01 Digital transformation (DT) – the use of technology to radically improve performance or reach of enterprises – is becoming a hot topic for companies across the globe. VERY DIGITAL CHANGING NOT VERY DIGITAL DIGITAL TRANSFORMATION USP-02 Companies face common pressures from customers, employees and competitors to begin or speed up their digital transformation. However they are transforming at different paces with different results. VERY DIGITAL CHANGING NOT VERY DIGITAL DIGITAL TRANSFORMATION USP-03 Successful digital transformation comes not from implementing new technologies but from transforming your organisation to take advantage of the possibilities that new technologies provide.
    [Show full text]
  • Open Detailed CV
    Aemal Sayer I am a full stack JavaScript developer with over 17 years of experience. In the past 4 years I have been only focused on doing projects using JavaScript, TypeScript, React.js, React Native, Vue.js, Node.js and GraphQL. Bruno-Bürgel-Weg 14 EXPERIENCE 12439 Berlin Germany ReactGeeks​, ​Berlin May 2017 - Present +49 176 610 941 96 Senior JavaScript Developer [email protected] ReactGeeks is a React first agency fully focused on building mobile and web apps in JavaScript for tech startups in Berlin. GEEKY SKILLS Hot Skills: More than an agency it is a brand I maintain for my consulting career. You can check my client list on the last page. #HTML5 #CSS3 #JavaScript #React.js #Redux #ReactNative #TypeScript Tech Stack:​ HTML5, CSS3, JavaScript, ES6, TypeScript, Flow, React.js, Redux, #Jest #Enzyme #Cypress React Native, Jest, Enzyme, Cypress, Vue.js, Cytoscape.js, PDF.js, Neo4j, AWS, #Node.js #MongoDB GCP, Multi-cloud, Microservices, Microfrontends, Multitenant architecture #GraphQL #Firebase #GCP #AWS #Docker #CI/CD #Jenkins #Web3.js #Solidity #PWA #Cytoscape.js #Neo4j Digital Career Institute​, ​Berlin Aug 2017 - May 2018 #Microservices #MultiCloud Fullstack JavaScript Teacher #Microfrontends I was teaching web development in an intensive course of one year. I was fully focused on teaching JavaScript, React.js, Redux, Node.js and Other Skills: MongoDB. #MSOffice #VB6 #VB.NET #C-Sharp #C #C++ #Java Tech Stack:​ JavaScript, ES6, React.js, Redux, Node.js, Express.js, #HTML5 #CSS3 #JavaScript Mongoose.js, MongoDB #jQuery #Bootstrap #jqWidgets #EasyUI #ScriptCase #AJAX #PHP #MySQL #PostgreSQL 24Geeks​, ​Berlin May 2016 - Dec 2017 #SQLServer #ASP.NET #MVC Cofounder & Web Developer (1 yr - 7 mos) #Codeigniter #Yii #Laravel #Zend #CakePHP #JSP We were building a two-sided coding support platform over a video #RubyOnRails #Joomla chat and screen sharing for people who wanted to learn web #WordPress #Drupal development.
    [Show full text]
  • 9<HTMEOA=Cgehcj>
    News 12/2013 Apress / Professional Computing G. Bennett, M. Fisher, B. Lees N. Charlebois-Laprade R. Chin Objective-C for Absolute Beginning PowerShell for Beginning Android 3D Game Beginners SharePoint 2013 Development iPhone, iPad, and Mac Programming Made Beginning PowerShell for SharePoint 2013 is a Beginning Android 3D Game Development is a Easy book for the SharePoint administrator looking to unique, examples-driven book for today’s Android expand his or her toolkit and skills by learning and game app developers who want to learn how You have a great idea for an app, but where do you PowerShell, Microsoft’s vastly flexible and versatile to build 3D game apps that run on the latest begin? Objective-C is the universal language of object oriented scripting language. PowerShell Android KitKat platform using Java and OpenGL iPhone, iPad, and Mac apps, and Objective-C for is the future of Microsoft administration, and ES. Android game app development continues to Absolute Beginners, Third Edition starts you on SharePoint is a complex product that can be be one of the hottest areas where indies and exist- the path to mastering this language and its latest managed more easily and quickly with PowerShell ing game app developers seem to be most active. release. Using a hands-on approach, you’ll learn cmdlets and scripts. This book helps bridge the Android is the second best mobile apps eco and how to think in programming terms. If you’ve gap, introducing PowerShell fundamentals and arguably even a hotter game apps eco than iOS. never programmed at all, this book gives you the operations in the context of deploying, migrating, 3D makes your games come alive, so in this book option to start with Alice, a simple programming managing, and monitoring SharePoint 2013.
    [Show full text]
  • CTC Smart Client Generator Readme
    CTC Smart Client Generator Version 1.0.5 ReadMe Table of Contents Prerequisites ................................................................................................... 3 Install Instructions .......................................................................................... 5 Uninstall Instructions ....................................................................................... 5 Getting Started ............................................................................................... 5 Upgrading to CE 3.0/AB Suite 3.0..................................................................... 6 Upgrading to CE 4.0/AB Suite 4.0..................................................................... 7 Upgrading to CE 5.0/AB Suite 5.0..................................................................... 7 Upgrading to CE 6.1/AB Suite 6.1..................................................................... 7 Upgrading to CE 7.0/AB Suite 7.0..................................................................... 7 IIS Reset on AB Suite 4.0 or Higher ................................................................. 8 Multiple Generates Issue on AB Suite 4.0 or Higher ........................................... 8 Microsoft.WebApplication.targets not found issue .............................................. 8 Downgrading to a Previous Version .................................................................. 9 Installed Files ................................................................................................. 9
    [Show full text]
  • Petras Saduikis B.Sc. M.Sc. Harrow, Middlesex HA1 4DU Tel: 020 8723
    Petras Saduikis B.Sc. M.Sc. Harrow, Middlesex HA1 4DU Tel: 020 8723 9492 / 07754 856988. Email: [email protected] Web: petras.co.uk Career Overview Projects: https://github.com/snatch59 March 2018 – present: Powervault Ltd. Senior Embedded Software Developer responsible for Inverter control, and ARM A7 software architecture utilising MQTT, AWS Kinesis interface, InfluxDB time series database, Grafana, Mender OTA updating, Docker containerization, and embedded microservices. Python 3.5 onwards; C++; IoT; MQTT; Dweet.io; Freeboard; Time Series Database InfluxDB/Chronograf/Telegraf with Grafana; Docker; AWS Kinesis; Mender; RS-232, USB, RS- 485/Modbus; ARM Cortex-A7 + M4; Yocto Linux; Git. Voltronic InfiSolar inverters. May 2016 - March 2018: • Consultancy for Duvas Technologies (6 months). • Consultancy in the areas of Deep Learning and Remote Sensing for Imperial College start-ups QA-UK, Itadori, and PolyMer Oceans. Business case for Cavity Enhanced DOAS with LED source. • Developing code in Python to data mine Organisation for Economic Co-operation and Development (OECD) data for a Deep Learning project at Imperial College using Pandas and SDMX. • Mentoring MSci Physics students project at Imperial College regarding image recognition using Deep Learning. Project went on to win the Imperial College Tessella Prize for Software in Physics. • Deep Learning with TensorFlow, TensorFlow for Android, Keras, TF-Slim, Python. Some Caffe, Theano, PyTorch, and Movidius Neural Network Compute Stick. • Machine Learning and feature extraction using PCA/PCR, GLCM, Regression, t-distributed stochastic neighbour embedding (t-SNE), and classification with Support Vector Machines, Random Forest/Extra Trees, K-Nearest Neighbour, and Multi-Layer Perceptron. • Remote Sensing from Multispectral and Hyperspectral data using NDVI/CCCI/EVI/SAVI/NDWI • Responsive web design using HTML5, CSS3, Bootstrap, Handlebars, Gulp, LESS/SASS.
    [Show full text]
  • An Evaluation of HTML5 Components for Web-Based Manipulation of Tabular Data
    An evaluation of HTML5 components for web-based manipulation of tabular data Calle Alexandersson Calle Alexandersson Spring 2015 Bachelor’s thesis, 15 hp Supervisor: Pedher Johansson Extern Supervisor: Daniel Hellstrom¨ Examiner: Andrew Wallace Bachelor’s program in Computing Science, 180 hp Abstract HTML5 is a promising technology that is on its way to becoming a stan- dard for the web. Companies that have built their web application com- ponents using plugins now have to move to a entirely new JavaScript environment. One such component is data grids or tables and will be the focus of this report. In this report I present a proposal for evaluation criteria for tabular com- ponents in JavaScript frameworks. Using these criteria, grid compo- nents in some of the market leading frameworks are evaluated. Further I will for one of these frameworks present a test implementation and per- formance test focusing on load time with and without UI Virtualization. Contents 1 Introduction 1 1.1 Goals and Methods1 2 What is HTML? 3 2.1 HTML3 2.2 JavaScript3 2.3 CSS3 2.4 HTML54 2.5 Plugins4 3 Requirement Specification 7 3.1 Functional requirements7 3.2 Technical requirements9 4 Comparison of Frameworks 11 4.1 Frameworks 11 4.2 Comparison 12 5 Implementation 15 5.1 Introduction 16 6 Testing 23 6.1 Virtual Scrolling 24 6.2 Results 24 7 Discussion and Conclusion 27 7.1 Evaluation 27 7.2 Implementation 27 7.3 Performance 27 7.4 Limitations 28 7.5 Conclusion 28 References 31 A First Appendix 33 1(38) 1 Introduction For several years now, plugins have been used to handle non-native functionality in the web.
    [Show full text]
  • Frontend Development Github Guide Libro Tricks Trucchi Smashing Magazine Best! 2014 From: Francesco Cortese - To: [email protected] - Date: 14 Giugno 2014 20:19
    Subject: Frontend Development github guide libro tricks trucchi smashing magazine best! 2014 From: Francesco Cortese - To: [email protected] - Date: 14 giugno 2014 20:19 Guides Hack Design Designer School TheExpressiveWeb Talks To Help You Become A Better Front-End Engineer In 2013 Web Development Teaching Materials Learn HTML5, CSS3, and Responsive WebSite Design in One Go Codeacademy Good source for beginners Codeschool - Check out tryruby, trygit and tryjquery courses. Also have many useful courses. Architecture BEM: Methodology aimed at achieving fast to develop long-lived projects, team scalability, and code reuse. Atomic Design GitHub Video + Slides Atomic Design: Some Thoughts and One Example Atomic Design Makes Me Feel Like a Chemist Polymer Project: Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers. Video: Web Components: A Tectonic Shift for Web Development + Slides Video: Web Components in Action Aura is an event-driven architecture for developing scalable applications using reusable widgets. Hydra is an easy-to-use framework that provides you with the necessary tools to create scalable applications using modules and widgets. Terrific.js provides you a Scalable Javascript Architecture, that helps you to modularize your jQuery/Zepto Code in a very intuitive and natural way Patterns For Large-Scale JavaScript Application Architecture Video: Nicholas Zakas: Scalable JavaScript Application Architecture Book: Learning JavaScript Design Patterns Book: Single page apps in depth Book: Scalable and Modular Architecture for CSS jQuery Application Architecture Chart How To Manage Large jQuery Apps Comparison between different Observer Pattern implementations Workflow Video: Javascript Development Workflow of 2013 by Paul Irish + Slides Yeoman is a robust and opinionated set of tools, libraries, and a workflow that can help developers quickly build beautiful, compelling web apps.
    [Show full text]
  • The GMW, a Genetic Medical Workflow Engine the Team1
    Technologies for Genomic Medicine: The GMW, A Genetic Medical Workflow Engine The Team1: Phillips Owen, RENCI Research Software Architect; Stanley Ahalt, PhD, RENCI Director and Professor in the Department of Computer Science at UNC; Jonathan Berg MD, PhD, Assistant Professor in the Department of Genetics at UNC; Joshua Coyle, RENCI New Media Specialist; James Evans, MD, PhD, Professor in the Departments of Genetics and Medicine at UNC and Editor-in-Chief of Genetics in Medicine; Karamarie Fecho, PhD, Medical and Scientific Writer for RENCI; Daniel Gillis, RENCI Software Developer; Charles P. Schmitt, PhD, RENCI Chief Technical Officer and Director of Informatics and Data Science; Dylan Young, RENCI Software Developer; and Kirk C. Wilhelmsen, MD, PhD, RENCI Director of Biomedical Research, RENCI Chief Domain Scientist for Genomics, and Professor in the Departments of Genetics and Neurology at UNC. 1Phillips Owen serves as the technical lead on the GMW Engine; Kirk Wilhelmsen serves as Principle Investigator and Director of RENCI’s Biomedical Research division, which is leading the development of the GMW Engine; all other team members are listed alphabetically. Contact Information: Phillips Owen; Telephone: 919.445.9612; Email: [email protected]. List of Technical Terms and Websites 1000 Genomes Project, www.1000genomes.org AnnoBot (Annotation Bot), www.renci.org/TR-14-04 ApacheTM ActiveMQ STOMP – JMS mapping (Simple/Streaming Text Orientated Messaging Protocol – Java Mapping Services), activemq.apache.org/stomp.html ApacheTM SOAP MTOM (Simple
    [Show full text]
  • Tools and Technologies for Interactive Elements and SVG Animations In
    Markus Ruottu Tools and Technologies for Interactive Elements and SVG Animations in HTML5-based e-learning Helsinki Metropolia University of Applied Sciences Master of Engineering Information Technology Master’s Thesis 1 Apr 2016 Author Markus Ruottu Title Tools and Technologies for Interactive Elements and SVG Ani- mations in HTML5-based e-learning Number of Pages 96 pages + 1 appendices Date April 1, 2016 Degree Master of Engineering Degree Programme Information Technology Specialisation option Mobile Programming Instructor(s) Kari Salo, Principal Lecturer Eetu Tuomala, B.Eng, Senior Software Developer The research question that thesis tries to answer is: What are the best tools and technolo- gies to develop standardized activities and custom SVG animations for e-learning with HTML5 technologies taking into account the requirements and the restrictions of the mo- bile use and devices? The study tries to answer the question by dividing the studied topics into subcategories and selecting the tools and technologies best suited for each category and trying to get proof they are the most suitable choices with tests. The method to find the best tool was evaluating and scoring the tool candidates and their properties in each subcategory and comparing them against each other. The data used in the research was collected from a great number of sources, many of them in the Web. The research found tools that will benefit developing hotspots and carousel activities, and general or chart animations. Results for a character animation tool were thin. The back- ground chapter of the study describes the technologies and best practices used in a mod- ern e-learning course player.
    [Show full text]
  • Html5: Developer's Guide
    HTML5: DEVELOPER’S GUIDE BrightAuthor Software Version: 4.4.0.x BrightSign Firmware Version: 6.1.x BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 | 408-852-9263 | www.brightsign.biz TABLE OF CONTENTS INTRODUCTION ...................................... 1 Creating Pages with Portrait Orientation 9 BEST PRACTICES .................................. 2 Integrating Touchscreen Content ........ 10 Content Restrictions............................... 2 Known Issues...................................... 12 Creating HTML5 Pages ......................... 2 HTML VIDEO ........................................ 14 BrightSign Extensions ............................ 3 Streaming Video ................................. 14 Animations and Add-on Libraries ........... 4 HDMI Input .......................................... 14 Using HTML5 Pages in BrightAuthor ...... 5 RF Input .............................................. 14 Caching and Storage ............................. 8 View Mode .......................................... 15 Scrollbars............................................... 8 HWZ Video ......................................... 15 Disguising Network Latency ................... 8 Video Tag Extensions ......................... 18 Audio Routing <video> Elements ......... 22 JavaScript Video Playlists .................... 23 HTML5 RESOURCES ............................ 26 Wordpress ........................................... 26 HTML5 Authoring ................................. 26 ADVANCED TECHNIQUES ................... 27 Simple Webpage
    [Show full text]
  • Tesis T1590masc.Pdf
    UNIVERSIDAD TÉCNICA DE AMBATO FACULTAD DE TECNOLOGÍAS DE LA INFORMACIÓN, TELECOMUNICACIONES E INDUSTRIAL MAESTRÍA EN AUTOMATIZACIÓN Y SISTEMAS DE CONTROL Tema: “DISEÑO DE UNA PLATAFORMA WEB DE SOFTWARE LIBRE PARA LA CREACIÓN DE HMIS PARA LOS PLC S7-1200 Y SU INCIDENCIA EN LA REDUCCIÓN DE COSTOS DE MONITOREO” Trabajo de Investigación, Previo a la obtención del Grado Académico de Magister en Automatización y Sistemas de Control. AUTOR: Ingeniero Alex Vladimir Nuñez Ramires DIRECTOR: Ingeniero German Patricio Encalada Ruiz, Mg. Ambato – Ecuador Junio - 2019 i A la Unidad Académica de Titulación de la Facultad de Tecnologías de la Información, Telecomunicaciones e Industrial. El Tribunal receptor del Trabajo de Investigación presidido por la Ingeniera Elsa Pilar Urrutia Urrutia Mg., e integrado por los señores: Ingeniero Marcelo Vladimir García Sánchez, PhD., Ingeniero Franklin Wilfrido Salazar Logroño Mg. e Ingeniero Carlos Diego Gordón Gallegos PhD., designados por la Dirección de Postgrado de la Universidad Técnica de Ambato, para receptar el Trabajo de Investigación con el tema: “DISEÑO DE UNA PLATAFORMA WEB DE SOFTWARE LIBRE PARA LA CREACIÓN DE HMIS PARA LOS PLC S7-1200 Y SU INCIDENCIA EN LA REDUCCIÓN DE COSTOS DE MONITOREO”, elaborado y presentado por el Ingeniero Alex Vladimir Nuñez Ramires, para optar por el Grado Académico de Magister en Automatización y Sistemas de Control; una vez escuchada la defensa oral del Trabajo de Investigación el Tribunal aprueba y remite el trabajo para uso y custodia en las bibliotecas de la UTA. _______________________ Ing. Elsa Pilar Urrutia Urrutia Mg. Presidente del Tribunal _______________________ Ing. Marcelo Vladimir García Sánchez, PhD. Miembro del Tribunal _______________________ Ing.
    [Show full text]
  • Integración De Tableros Kanban En Una Herramienta Que Apoya La Gestión Ágil Del Trabajo
    Escola Tècnica Superior d’Enginyeria Informàtica Universitat Politècnica de València Integración de tableros Kanban en una herramienta que apoya la gestión ágil del trabajo Trabajo Fin de Grado Grado en Ingeniería Informática Autor: Pablo Jiménez Izquierdo Tutor: Patricio Letelier Torres Curso 2018-2019 Integración de tableros Kanban en una herramienta que apoya la gestión ágil del trabajo 2 Dedicatoria Primero de todo, me gustaría dedicar este trabajo a mi familia, por brindarme la oportunidad de estudiar este maravilloso grado y apoyarme siempre que lo he necesitado. También quiero acordarme de todos los profesores que he tenido durante el grado. Sin ellos hoy no estaría aquí. Por último, también quiero dedicárselo a todos mis compañeros que he ido conociendo a lo largo de estos cuatro maravillosos años, sin ellos no habría sido igual. 3 Integración de tableros Kanban en una herramienta que apoya la gestión ágil del trabajo Agradecimientos En primer lugar, me gustaría agradecer a mi tutor Patricio Letelier Torres por su ayuda y dedicación durante todo el proyecto, solucionando cualquier dificultad que me ha ido surgiendo a lo largo de todo este tiempo. También quiero agradecer a Marc Pérez – Serrano por brindarme ayuda a la hora de la integración en Worki. Por último, pero no por ello menos importante, agradecer a todas las personas que han estado día a día apoyándome durante la realización del trabajo Gracias. 4 Resumen Los métodos ágiles han cambiado la forma de trabajar de las empresas softWare. Entre las más populares destacan Scrum, Extremme Programming o Kanban. De estos tres métodos, Kanban es uno de los que más ha crecido en los últimos años y en el que nos centraremos para llevar a cabo este trabajo.
    [Show full text]