An open API service indexing awesome lists of open source software.

https://github.com/industrial-edge/performance-insight-getting-started

Guide how to use the app Performance Insight to visualize machine data via dashboards.
https://github.com/industrial-edge/performance-insight-getting-started

data-service ie-databus industrial-edge opc-ua-connector performance-insight

Last synced: 4 months ago
JSON representation

Guide how to use the app Performance Insight to visualize machine data via dashboards.

Awesome Lists containing this project

README

          

# Performance Insight application example

This example shows how to use the Industrial Edge App "Performance Insight" to visualize modeled data
- [Performance Insight](#performance-insight)
- [Description](#description)
- [Overview](#overview)
- [General task](#general-task)
- [Requirements](#requirements)
- [Prerequisities](#prerequisities)
- [Used components](#used-components)
- [TIA project](#tia-project)
- [Configuration steps](#configuration-steps)
- [Usage](#usage)
- [Documentation](#documentation)
- [Contribution](#contribution)
- [Licence and Legal Information](#licence-and-legal-information)

## Description

### Overview

This document describes how to get the data from a PLC into the Performance Insight app. The data flow goes from the OPC UA Connector app, going through the databus app and
being stored as time-series with the IIH Essentials app. The Performance Insight app is extremely dependent on a properly configured IIH Essentials app.

### General task

The example reads data from a PLC via the OPC UA connector.
The data is published on the Databus. The IIH Essentials monitors the bus and collect the shopfloor data.
First an adapter, providing datapoints must be assigned and configured.
Afterwards the data structure can be modeled using assets and aspects. See [IIH-Essential-how-to](https://github.com/industrial-edge/iih-essentials-getting-started) for further explanation.
This data is collected, saved for individual time periods and transfered for further processing (using Performance Insight).

## Requirements

### Prerequisities

- Access to an Industrial Edge Management System (IEM)
- Onboarded Industial Edge Device on IEM
- Installed System Configurators for Databus and OPC UA Connector
- Installed System Apps Databus OPC UA Connector
- Installed IIH Essentials
- Installed Performance Insight
- Edge device is connected to PLC
- TIA portal project loaded on PLC (e.g. for filling application)
- HTML5-capable Internet browser

### Used components

- Industrial Edge Management (IEM) V1.14.9
- Databus V3.2.1
- OPC UA Connector V2.4.2
- IIH Essentials V2.2.1
- Performance Insight V1.21.1
- optional Common Configurator V2.2.1
- Industrial Edge Device V3.0.0-51
- TIA Portal V19

### TIA Project

The used TIA Portal project can be found in the [miscellenous repository](https://github.com/industrial-edge/miscellaneous/tree/main/tank%20application) and is also used for several further application examples.

## Configuration steps

You can find the further information about the following steps in the [docs](docs/Installation.md)
- Configure PLC Connection (Databus, OPC UA Connector)
- Configure IIH Essentials
- Configure Performance Insight

## Usage

Once the IIH Essentials app is configured and data is availalbe from a running PLC, process data can be collected.
Performance Insight visualizes this data and gives Iata insights (KPIs, metrics, etc.)

## Documentation

You can find further documentation and help in the following links
- [Industrial Edge Hub]( https://iehub.eu1.edge.siemens.cloud/#/documentation)
- [Industrial Edge Forum]( https://forum.mendix.com/link/space/industrial-edge)
- [Industrial Edge landing page]( https://new.siemens.com/global/en/products/automation/topic-areas/industrial-edge/simatic-edge.html)
- [Industrial Edge GitHub page]( https://github.com/industrial-edge)
- [Industrial Edge documentation page]( https://docs.eu1.edge.siemens.cloud/index.html)
## Contribution
Thank you for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section. Additionally everybody is free to propose any changes to this repository using Pull Requests.

If you haven't previously signed the [Siemens Contributor License Agreement](https://cla-assistant.io/industrial-edge/) (CLA), the system will automatically prompt you to do so when you submit your Pull Request. This can be conveniently done through the CLA Assistant's online platform. Once the CLA is signed, your Pull Request will automatically be cleared and made ready for merging if all other test stages succeed.

## Licence and Legal Information

Please read the [Legal information](LICENSE.txt).