Skip to content

Arendar / CongaConnect

Background

CongaConnect is a device developed by RTS (Real Time Systems, ). Historically, the device was called Arendar, and still most people use this name.

One of the requirements of production companies is safety. If someone hacks the production machines, huge damage can be done.

The CongaConnect device is installed on the shop floor (production floor), and collects data from PLCs (Progammable Logic Controller) and assembly line data. It serves two purposes:

  1. store the data in an InfluxDB timeseries database

  2. make the data accessible in a secure way, without compromising the production floor network safety

Access

To access CongaConnect for #cem, you need a VPN from SoftEther. See the password manager for details.

You then connect to https://arendar-200129-0002.arendar.io/ using the credentials made available in the #cem vault.

arendar-congaconnect-entry-screen.png

Accessing the InfluxDB

Once connected, you can go to

Configuration > Provider Configuration > Database Provider > Cemminerals > Edit > Settings

The Settings is the wrench on the top right.

https://arendar-200129-0002.arendar.io/index.html?url=/configuration/provider/database/InfluxDB/settings.html?origin=providerConfiguration&connectionName=Cemminerals&dbName=arendardb&intern=false

You will see a list of all the tables, with the respective fields:

arendar-congaconnect-influxdb-tables.png

We are using the ReportingUser.

There are two different types of columns used:

  • tag: these are indexed floats
  • field float: these are just floats

arendar-congaconnect-tag-field.png

View Data

To view the data, go to:

Configuration > Application Configuration > Modules > Group Filter = DB View

arendar-congaconnect-db-view.png

  1. click on the table

  2. select Daten Auslesen

  3. set the startEndTime

  4. open the the Table section

  5. click on send DB request

  6. the system will show you the data

arendar-congaconnect-show-data.png

Naming Conventions

Each column shows the timeseries value of some measure.

  1. The first three letters (e.g. A51) is the AKZ (Anlagenkennzeichnung).

  2. The second and third define the measures.

  3. The third defines the unit, namely:

    1. KW: Kilowatt
    2. A: Ampère
    3. P: Pressure
    4. T: Temperature

arendar-congaconnect-schema-1.png

For example, the temperature and pressure of A54-BF01 is:

arendar-congaconnect-bf01.png