blob: 9e3a5dce53bb9a4e164b80ba5ebe51dbdd0548d5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>What is Unide? | Unide</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" href="/unide/images/icon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" integrity="sha384-XdYbMnZ/QjLh6iI4ogqCTaIjrFk87ip+ekIjefZch0Y+PvJ8CDYtEs1ipDmPorQ+" crossorigin="anonymous">
<link rel="stylesheet" href="/unide/css/styles.css">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-brand navbar-right">
<a href="/unide/"><img src='/unide/images/logo.png'></img></a>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-menu-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="main-menu-navbar">
<ul class="nav navbar-nav">
<li><a class=""
href="/unide/index.html">Home</a></li>
<li><a class="active"
href="/unide/proposal">Proposal</a></li>
<li><a class=""
href="/unide/specification">Specification</a></li>
<li><a class=""
href="/unide/archives">Blog Archives</a></li>
<li><a class=""
href="/unide/faq">FAQ</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-8 content-main proposal_index">
<h1>
What is Unide?
</h1>
<p>Noticeably in the recent years, there’s a continuous increase in demand, price pressure and complexity in manufacturing. Things need to move faster, be more flexible, and fulfill higher quality standards. Often, optimization in this regard is referred to as Production Performance Management (PPM). The basis for this optimization is information from the machines and devices related to a product, such as:</p>
<ul>
<li>Torque and angle for a tightening process</li>
<li>Influx / efflux of throttle plate test station</li>
<li>Energy consumption of spindles in a cutting process</li>
</ul>
<p>Nowadays, brand new machines and software are often shipped with powerful communication capabilities. For older machines, smaller factories and SMEs (Small and Medium Enterprises), it can be a challenge to catch up with the complex IT standards that come along. In fact, sometimes the hardware itself imposes limits.</p>
<p>Nevertheless, in a manufacturing environment, monitoring makes most sense if there are no blind spots. To achieve that, upgrading machines and software is one option, retrofitting another. For the latter, the hurdle should be as low as possible. Yet, there should be a few guidelines for a one-way exchange of the most necessary information (machine messages, measurements):</p>
<p>The structure of the data shall be:</p>
<ul>
<li>flexible enough to be carried via multiple protocols,<br>in order to not reinvent the wheel and leverage on existing technology</li>
<li>similar in each case,<br>to be able to use the same software to interpret the data</li>
<li>easily understandable,<br>so that implementation in a custom environment won’t be a hurdle</li>
<li>as simple as possible,<br>to not produce an opinionated framework</li>
<li>and yet containing enough information for the use cases,<br>to fulfill the functional requirements</li>
</ul>
<p>We decided the least common denominator of necessary information are the mandatory fields, common relevant information to be optional, and the possibility for further extension points through metadata.</p>
<h2 id="Industry-benefits-of-Unide"><a href="#Industry-benefits-of-Unide" class="headerlink" title="Industry benefits of Unide"></a>Industry benefits of Unide</h2><p>This open source project aims to make PPM affordable for smaller organizations by reducing cost and complexity of data communication. Through sample implementations of a simple information structure (Production Performance Management Protocol - PPMP) tailored to manufacturing environments, we want to encourage the community to use, share, and evolve this structure together.</p>
<p>PPMP has already been introduced as part of a PPM testbed at a medium-sized Bosch plant, working with many SMEs as partners and suppliers. Furthermore, this testbed aims to create an ecosystem which allows SMEs and larger companies to collaborate efficiently.</p>
<p>The PPMP takes an important role by ensuring interoperability between different types of devices and software. It is designed to gather and aggregate machine and sensor data from different devices. It focuses on defining the JSON payload which can be transferred via a variety of transports (REST, AMQP, MQTT). The primary goals of PPMP are:</p>
<ol>
<li>Integrating devices (across domains; e.g. manufacturing or energy) for data aggregation and gathering purposes</li>
<li>Providing a very lightweight and easy-to-use solution for small and medium-sized enterprises (SMEs)</li>
</ol>
<h1 id="Scope"><a href="#Scope" class="headerlink" title="Scope"></a>Scope</h1><p>The Eclipse Unide project publishes the current version of Production Performance Management Protocol (PPMP) and develops simple server/client implementations. The implementations store the payloads in a database and displays them through a simple user interface. Everyone can then use these samples for their custom condition monitoring applications.</p>
<p>The project will contain:</p>
<p><em>PPMP Specification:</em></p>
<ul>
<li>Machine message and measurement interfaces</li>
<li>JSON based</li>
<li>Versioned</li>
</ul>
<p><em>Client:</em></p>
<ul>
<li>Chrome / nw.js App</li>
<li>For Industry Machines and Devices</li>
<li>Node.js/Python client running on Raspberry Pi</li>
</ul>
<p><em>Server:</em></p>
<ul>
<li>(REST) Server including persistence and simple data visualization</li>
<li>Multiple examples for different technologies</li>
</ul>
<h1 id="Description"><a href="#Description" class="headerlink" title="Description"></a>Description</h1><p>Eclipse Unide provides a lightweight Production Performance Management Protocol (PPMP) server-client implementations (using JSON, REST and other). The core of the protocol are two interface definitions:</p>
<ul>
<li>PPMP Measurement Interface: This is a public REST API with the purpose of receiving time series and machine data.</li>
<li>PPMP Messages Interface: This is a public REST API with the purpose of receiving machine messages.</li>
</ul>
<h1 id="Why-Here"><a href="#Why-Here" class="headerlink" title="Why Here?"></a>Why Here?</h1><p>The PPMP extends the existing Eclipse IoT world by providing an easy and lightweight format for gathering data from industry sensors and machines, focusing on normalizing time series and alert messages. It can be transported by protocols like REST, AMQP, MQTT. As PPMP, these technologies do also not require complex and expensive middleware nor do their systems cause additional license fees. Eclipse is an excellent platform for developing PPMP sample implementations and evolving the format hands-on with the community. In fact, it could even join forces with existing Eclipse IoT projects like <a href="https://projects.eclipse.org/projects/iot.hono" target="_blank" rel="external">Hono</a>, <a href="https://www.eclipse.org/paho/" target="_blank" rel="external">Paho</a> or <a href="https://www.eclipse.org/kura/" target="_blank" rel="external">Kura</a>.</p>
<h1 id="Project-Scheduling"><a href="#Project-Scheduling" class="headerlink" title="Project Scheduling"></a>Project Scheduling</h1><p>The project schedule contains three steps:</p>
<ul>
<li>In short-term (end of Q3/2016)<br>Publishing PPMP specification</li>
<li>In mid-term (end of Q4/2016)<br>Development of first client and server</li>
<li>In mid-term (end of Q2/2017)<br>Development of further examples</li>
</ul>
<h1 id="Interested-Parties"><a href="#Interested-Parties" class="headerlink" title="Interested Parties"></a>Interested Parties</h1><ul>
<li><a href="http://sap.com/" target="_blank" rel="external">SAP</a>, Industry Standards &amp; Open Source</li>
<li><a href="http://www.tcs.com/" target="_blank" rel="external">Tata Consultancy Services</a>, Internet of Things Group</li>
<li><a href="http://www.3ds.com/" target="_blank" rel="external">Dassault Systèmes</a></li>
<li><a href="http://www.balluff.com/" target="_blank" rel="external">Balluff GmbH</a></li>
<li><a href="http://www.cadis-engineering.de/" target="_blank" rel="external">CADIS Service GmbH</a></li>
<li><a href="http://www.egt.de/" target="_blank" rel="external">EGT AG</a></li>
<li><a href="http://www.klw.com/" target="_blank" rel="external">KLW Karl Lutz GmbH</a></li>
<li><a href="http://www.rampf-gruppe.de/" target="_blank" rel="external">RAMPF Machine Systems GmbH &amp; Co. KG</a></li>
<li><a href="http://www.schmalz.com/" target="_blank" rel="external">J. Schmalz GmbH</a></li>
<li><a href="https://www.bosch-si.com/" target="_blank" rel="external">Bosch Software Innovations GmbH</a></li>
</ul>
</div>
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module">
<h4>Recent posts</h4>
<ul class="sidebar-module-list">
<li>
<a href="/unide/2017/10/06/DZone-article-published/">DZone article published</a>
</li>
<li>
<a href="/unide/2017/06/29/Validator-Online/">First PPMP-Validator Online</a>
</li>
<li>
<a href="/unide/2017/06/01/New-process-message-spec/">New PPMP-Specification for processes</a>
</li>
<li>
<a href="/unide/2017/03/23/Unide-at-BCX/">Unide at Bosch Hackaton</a>
</li>
<li>
<a href="/unide/2016/09/27/News-coverage/">News Coverage</a>
</li>
</ul>
</div>
<div class="sidebar-module">
<h4>
<a href="archives/">Blog Archives</a>
</h4>
<ul class="sidebar-module-list"><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/archives/2017/10/">October 2017</a><span class="sidebar-module-list-count">1</span></li><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/archives/2017/06/">June 2017</a><span class="sidebar-module-list-count">2</span></li><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/archives/2017/03/">March 2017</a><span class="sidebar-module-list-count">1</span></li><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/archives/2016/09/">September 2016</a><span class="sidebar-module-list-count">4</span></li></ul>
</div>
<div class="sidebar-module">
<h4>Tags</h4>
<ul class="sidebar-module-list"><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/tags/media/">media</a><span class="sidebar-module-list-count">3</span></li><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/tags/process-message/">process message</a><span class="sidebar-module-list-count">1</span></li><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/tags/project-start/">project start</a><span class="sidebar-module-list-count">3</span></li><li class="sidebar-module-list-item"><a class="sidebar-module-list-link" href="/unide/tags/validator/">validator</a><span class="sidebar-module-list-count">1</span></li></ul>
</div>
<div class="sidebar-module">
<h4>Tag Cloud</h4>
<p class="tagcloud">
<a href="/unide/tags/media/" style="font-size: 20px;">media</a> <a href="/unide/tags/process-message/" style="font-size: 10px;">process message</a> <a href="/unide/tags/project-start/" style="font-size: 20px;">project start</a> <a href="/unide/tags/validator/" style="font-size: 10px;">validator</a>
</p>
</div>
</div>
</div>
</div>
<footer class="blog-footer">
<div class="container">
<div id="footer-info" class="inner">
<ul>
<li>
<a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a>
</li>
<li>
<a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a>
</li>
<li>
<a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a>
</li>
<li>
<a href="http://www.eclipse.org/legal/">Legal</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" integrity="sha384-8gBf6Y4YYq7Jx97PIqmTwLPin4hxIzQw5aDmUg/DDhul9fFpbbLcLh3nTIIDJKhx" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>