Skip to content

The Industrial Edge Application "Archiving & Visualization Demo" is based on a bottle filling process application from which data values are collected, stored in an Influxdb database and visualized with a Grafana dashboard.

License

Notifications You must be signed in to change notification settings

industrial-edge/archiving-and-visualization

Repository files navigation

Archiving & Visualization Demo

Archiving and visualization demo application for Industrial Edge

Description

Overview

The Industrial Edge Application "Archiving & Visualization Demo" is based on a bottle filling process application from which data values are collected, stored in an InfluxDB database and visualized in a InfluxDB dashboard.

overview

General Task

The Industrial Edge Application "Archiving & Visualization" collects data from an S7-1500 PLC using the OPC UA Connector application. The collected data is automatically published to the Databus which is an internal MQTT broker of the Edge Runtime. The Application uses an MQTT Client (data-collector) to subscribe to the Databus and write these values into an InfluxDB database. The time series of the collected data can then be plotted with InfluxDB dashboards.

You can find the further information about the application here

Requirements

Used Components

  • OS: Windows or Linux
  • Docker minimum V18.09
  • Docker Compose V2.0 – V2.12.2
  • Industrial Edge App Publisher (IEAP) ≥ V1.7.1
  • Industrial Edge Management (IEM) V1.14.10
    • Common Configurator V1.9.0-4
    • OPC UA Connector V2.0.1-0
    • Databus V2.2.0-3
    • Databus Configurator V2.3.1-4
    • IE App Configuration Service V1.3.2
    • IIH Registry Service V1.10.0
    • Common import Converter V2.1.0
  • Industrial Edge Device (IEvD) V1.16.1-1-a
  • TIA Portal ≥ V18
  • PLC: CPU 1512 FW 2.8.3

TIA Project

The used TIA Portal project can be found in the miscellaneous repository in the tank application folder and is also used for several further application examples:

Helpful tools

  • Any development environment (e.g. Visual Studio Code, Eclipse, …)
  • Docker Extension for your development environment e.g. Visual Studio Code Extension

Prerequisite

Use OPC UA Connector in bulk publish mode to collect datapoints from the Application example "Tank Application". Name the Data Source "Tank" and select following Datapoints using the Browse functionality:

  • GDB_signals_tankSignals_actLevel (Read/100ms)
  • GDB_signals_tankSignals_actTemperature (Read/100ms)
  • GDB_process_numberProduced (Read/100ms)
  • GDB_process_numberFaulty (Read/100ms)
  • GDB_hmiSignals_HMI_Nextbottle (Read&Write/100ms)

The Databus is configured with one topic: ie/# username: edge password: edge

In case of browse timeout you can also add the tags manually Click to show/collapse.
  • n=3;s="GDB"."signals"."tankSignals"."actLevel"
  • n=3;s="GDB"."signals"."tankSignals"."actTemperature"
  • n=3;s="GDB"."process"."numberProduced"
  • n=3;s="GDB"."process"."numberFaulty"
  • n=3;s="GDB"."hmiSignals"."HMI"."NextBottle"

Installation

You can find the further information about the following steps in the docs

Documentation

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 (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.

License and Legal Information

Please read the Legal information.

Disclaimer

IMPORTANT - PLEASE READ CAREFULLY:

This documentation describes how you can download and set up containers which consist of or contain third-party software. By following this documentation you agree that using such third-party software is done at your own discretion and risk. No advice or information, whether oral or written, obtained by you from us or from this documentation shall create any warranty for the third-party software. Additionally, by following these descriptions or using the contents of this documentation, you agree that you are responsible for complying with all third party licenses applicable to such third-party software. All product names, logos, and brands are property of their respective owners. All third-party company, product and service names used in this documentation are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.

About

The Industrial Edge Application "Archiving & Visualization Demo" is based on a bottle filling process application from which data values are collected, stored in an Influxdb database and visualized with a Grafana dashboard.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published