diff --git a/README.md b/README.md index 10527e2..28ad206 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ being stored as time-series with the IIH Essentials app. The Performance Insight 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 [data-service-how-to](https://github.com/industrial-edge/data-service-configure-s7-adapter-to-collect-data) for further explanation. +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 @@ -51,17 +51,14 @@ This data is collected, saved for individual time periods and transfered for fur ### Used components -- Industrial Edge Management (IEM) V1.14.10 (OS) V1.5.2-4 - - Databus V2.2.0-3 - - Databus Configurator V2.3.1-4 - - OPC UA Connector V2.0.1-0 - - IIH Essentials V1.10 - - Performance Insight V1.16.1 - - Registry Service V1.9.0-0 - - Common Import Converter V2.1.0-2 -- Industrial Edge Device V 1.16.1-1-a -- TIA Portal V18 -- S7-PLCSIM Advanced V5.0 +- 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 diff --git a/docs/Installation.md b/docs/Installation.md index 3dd5f19..d5b2b72 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -40,8 +40,9 @@ Deploy the configuration. ## Configure OPC UA Connector -In your IEM open the OPC UA Connector and launch the configurator. - +There are two methods to configure the OPC UA Connector one in the IEM and the other one directly on the Industrial Edge Device. +Both methodes use the Common Configurator +First open the Common Configurator Add a data source:

@@ -64,33 +65,29 @@ Deploy and start the project. In your IED Web UI open the app IIH Essentials. -Hint: If an error screen appears saying "...unauthorized...", please restart the IIH Essentials app, wait a moment and try again to open it. ## Configure the connector +On the left bar click the icon "Settings" and set the Databus settings: username and password (again "edge"/"edge") + +

-On the left bar click the icon "Connectors" and choose the OPC UA Connector (MQTT). +On the left bar click the icon "Connectors" and choose the OPC UA Connector. In the settings for the connector click the edit icon on the right to open the connector configuration.

-Add the missing entries for name (OPC UA Connector) username and password (again "edge"/"edge") and use databus settings should be deactivated and save it. - -

- -Hint: Sometimes the Data Service app must be restarted, to take over the connector changes. ## Configure an asset with variables -On the left bar click the icon "Assets & Connectivity". For the "edge" asset you can add child assets as needed. +On the left bar click the icon "Manage data". For the "edge" asset you can add child assets as needed. -Choose "Add variable" or "Multiple variables" on the right side to add tags. +Choose "Add attribute" right and set the "Source Type" to "Connecter", afterwards it is possible to insert the required tags. The required tank application variables are: tank level, tank temperature, produced bottles and faulty bottles.

-

# Configure Performance Insight diff --git a/docs/graphics/Addsource.PNG b/docs/graphics/Addsource.PNG index 8a3bd50..e6d0796 100644 Binary files a/docs/graphics/Addsource.PNG and b/docs/graphics/Addsource.PNG differ diff --git a/docs/graphics/Addvariables.PNG b/docs/graphics/Addvariables.PNG deleted file mode 100644 index 6d962ec..0000000 Binary files a/docs/graphics/Addvariables.PNG and /dev/null differ diff --git a/docs/graphics/IIH_Essential_Databus.PNG b/docs/graphics/IIH_Essential_Databus.PNG new file mode 100644 index 0000000..4ccf51a Binary files /dev/null and b/docs/graphics/IIH_Essential_Databus.PNG differ diff --git a/docs/graphics/OPCUASETTINGS.PNG b/docs/graphics/OPCUASETTINGS.PNG index 86e17cc..20d6409 100644 Binary files a/docs/graphics/OPCUASETTINGS.PNG and b/docs/graphics/OPCUASETTINGS.PNG differ diff --git a/docs/graphics/addopcuatagspi.PNG b/docs/graphics/addopcuatagspi.PNG index 3b609de..6d62ac5 100644 Binary files a/docs/graphics/addopcuatagspi.PNG and b/docs/graphics/addopcuatagspi.PNG differ diff --git a/docs/graphics/iihessentialsPIvariables.PNG b/docs/graphics/iihessentialsPIvariables.PNG index c402b59..e7cc930 100644 Binary files a/docs/graphics/iihessentialsPIvariables.PNG and b/docs/graphics/iihessentialsPIvariables.PNG differ