Skip to content

Using the ​IIH Essentials Development Kit you can develop apps based on the IIH Essential and integrate them into Siemens Industrial Edge.

License

Notifications You must be signed in to change notification settings

industrial-edge/iih-essentials-development-kit

Repository files navigation

IIH Essentials Development Kit


data-service-development-kit-logo
IIH Essentials is a central data storage for Industrial Edge, connecting you with many
data sources available on the platform.




data-service-development-kit-logo



Documentation

Using the IIH Essentials Development Kit​ you can develop apps based on the IIH Essentials and integrate them into Siemens Industrial Edge.

In this repository you can find the following components:

By running the docker compose configuration, an API instance of the IIH Essentials will be started on your machine. This can be used to easily develop and test your application during development. The API specification is available here: API specification. This file needs to be opened locally in a browser.

An image is loaded from Docker Hub, containing these components:

  • IIH Essentials -> provides the external interface (REST API) for non-Siemens applications)
  • ​MQTT Broker -> used to transfer data from the simulator to the IIH Essentials
  • Data simulator -> simulate simple data like sinus, inc/dec or custom data sequences

Getting Started

Prerequisites

  • Install Docker
  • Install NodeJS (only for running examples)
  • Create Docker-Compose file

In order to run the IIH Essentials development kit you need to define and execute a Docker-Compose file. The docker-compose.example.yml is an example Docker-Compose file that can be used to download and run the required docker image(s) of the service(s) that runs in this application example. If you choose to use these, rename the file to docker-compose.yml before proceeding

Setting up

Clone repository to your computer and switch into the repository:

git clone <repository_url>
cd ./<repository_name>

Run the docker compose start command:

docker-compose up

​All service images are downloaded from Docker Hub and launched as defined in the ​docker-compose.yml​ file.

Use the IIH Essentials UI to configure data connections and structure your data. You can connect simulated tags to variables. This will store the data and offer it through the API, making it available for 3rd party apps to use. To access the IIH Essentials UI open this address in a browser:

http://localhost:4203​

Simulate data

Use the Simulation UI to create tags with simulated data that can be connected to IIH Essentials variables. To access the Simulation UI open this address in a browser:

http://localhost:4519

To use the configured tags, the simulation connector needs to be added to IIH Essentials:

add-simulation-connector

Limitations

The IIH Essentials in the Development Kit is a limited version of the IIH Essentials:

  • Data retention: ​By default, the data is kept for one week. This cannot be changed.

Examples

Example Client

​This application example is intended to show how to get access to the IIH Essentials API as an external app. It shows how to create a user, request a token and get assets, tags and time series data from the the IIH Essentials. ​It is available here: ExampleClient. More details can be found inside the ExampleClient folder.

What's new

v1.11.0 - 2024-05-14

Added

Feature 2214191: Sync aggregated data

When syncing, it is now possible to synchronize aggregated data. E.g. if you have data with high granularity on the edge the device, you might not want to sync all the raw data to the cloud. With this new feature, it is possible to define the cycle and the aggregation algorithm, in which the data should be synced. The data of every variable below will then first be aggregated and consecutively sent to the cloud.

Feature 3147997: Alarm data backup

Initially released in the 1.10.0, the alarming feature was missing in the backup. With 1.11.0, the alarm data is now also included in the backup.

Fixed

  • Bug 3222534: Development kit simulation adapter available
  • Bug 3230718: IIH-Essentials shows disconnected state after power off/restore of IED
  • Bug 3235884: IIHE: Databus credentials suddenly no longer valid
  • Bug 3327353: Incorrect parameter in swagger documentation
  • Bug 3328456: IIH Essentials - Added Connector is not activated by default
  • Bug 3328790: Documentation is not opening in store data page
  • Bug 3328834: Store Data - About - System Information graphics label.
  • Bug 3395304: TC : Store data : In IIH integrated mode Define data Assets are not updating to store data page
  • Bug 3406293: IIH Essentials API: wrongly generated Request URL for GetAllVariables function when assetIds filter is used
  • Bug 3409396: TRA tracker: IIH Essentials (DataService)1.11.0
  • Bug 3409668: IIH Essentials: Sporatic issue Connector Discovery
  • Bug 3411565: Unable to create alarm channels after backup restore
  • Bug 3417609: Connectors are not restored from a backup
  • Bug 3440632: Alarm class is not displayed in Alarms page
  • Bug 3448834: Unable to create alarm channel with same name in two different assets
  • Bug 3448854: Retention properties are not displayed while adding alarm channel without connector
  • Bug 3448893: Retention fields are displayed while adding alarm channel even though the retention toggle is off
  • Bug 3449021: API Response time is high for large data while fetching 1000 alarms from IIH Essentials
  • Bug 3449042: The column which displays the Alarm ID has the title ID
  • Bug 3449826: Too long alarm text is not displayed properly in alarm details dialog
  • Bug 3483013: Add/Edit Alarm Channel header is not present
  • Bug 3531935: Backup download of Alarming data file contains timeseries data of variables
v1.10.0 - 2024-02-05

Added

Feature 2684415: Alarm support

Alarms can be received from Connectivity Suite connectors. The alarms are saved in "alarm channels", which are configured by selecting the alarm source (connector) and a filter, which alarms should be stored.

The stored alarms are provided though the northbound REST API.

Feature 1742222: Publish data to Connector

A new API route is available which allows data to be published to a connector for a specific variable.

The connector then sends this to the corresponding PLC. If the PLC "accepts" the data, it is forwarded the already existing way, via connector, and stored into IIH Essentials.

Feature 2956912: Write performance optimization

The time series database was improved with an additional write buffer.

This way, write operations can be optimized. It reduces the CPU load by ~20% and reduces wear on the persisting hardware.

Fixed

  • Bug 2660712: TC: Senseye sync could not recover from incorrect sublevel root
  • Bug 2717535: "Put /DataService/AlarmChannels/{id}" API does not check for duplicate name
  • Bug 2774639: Destination shows connected when not
  • Bug 2774660: Senseye API Credentials with special characters don't
  • Bug 2774722: Senseye data not syncing after a certain
  • Bug 2845225: There is a problem with the sorting functionality of the "query alarms by filters and raisedTime range"
  • Bug 2845305: There is a problem with the filter function of the "query alarms by filters and raisedTime range"
  • Bug 2867332: IIH essentials - need to click cancel twice in order to
  • Bug 2973022: TRA tracker: IIH Essentials
  • Bug 3101348: Transformations: Tag names are not displayed after selection the connector for S7 and S7+
  • Bug 3111242: Transformations: Tags with dot in the name cannot be
  • Bug 2942725: IIH Essentials can't restore data Parameter locked is not
  • Bug 3075243: IIH Essentials: can not import configuration
v1.9.0 - 2023-12-20

Added

Feature 1981421: Transformations

You can transform data before storing using a user defined formula. Multiple data sources can be combined/processed and stored into a variable. Available operators include basic mathematical, comparing, logical and conditional operators.

For more Information see the documentation 5.2.2.3.

This feature aligns with the transformations/rules in IIH or Common Configurator. Variables with rules can now be stored in IIH Essentials.

Feature 599116: Refined variable picker

The single and multiple variable pickers have been reworked into an improved variable picker.

It features single and multiple variable creation using mass operations and error resolving functionalities.

Feature 2427421: Licensing information overview

A overview was added in the settings section to display license relevant resource counts. Currently these are asset attributes i.e variables.

Feature 2411102: Correction of micro stops for PI OEE

The aggregation for OEE offers an option to remove short amounts of unplanned downtime from the machine state analysis.

This is necessary because short periods of downtime can be wrongly registered through manual steps in the production (e.g.: The machine operator loads parts into machine).

Fixed

  • Bug 2689196: Search is not working across connection and tagname
  • Bug 2689197: Documentation in IIH opens in same tab
  • Bug 2689205: Wrong Databus credentials can be saved
  • Bug 2689208: Backup file selection should be lost when cancelling another file selection dialog
  • Bug 2689212: Add button on unnamed available connector fails
  • Bug 2689215: Uncommon upload button
  • Bug 2689226: Feedback link is not working
  • Bug 2689230: Sidebar can be opened in the settings view
  • Bug 2689232: Button displayed in system info gauge widget
  • Bug 2689272: Asset name change possible in IIH
  • Bug 2689495: No file type filter when selecting destination certificate files
  • Bug 2695765: Data destination configuration lost on exit without saving
  • Bug 2722744: Insights Hub sync: Memory increases after every model change
  • Bug 2617577: Data Service Documentation: Add explanation for Insights Hub Sync configuration
  • Bug 2618663: Resource not found error when adding a variable with aggregation to Aspect
  • Bug 2620424: Missing tests in test report frontend
  • Bug 2589639: TC : IIH Essentials : Error message is not showing properly for senseye MQTT error in standalone mode
  • Bug 2589692: TC : IIH Essentials : Error message for incorrect API password is not showing properly for senseye in standalone mode
  • Bug 2774695: Senseye destination can be created for not existing root
  • Bug 2794529: Boolean trend is displayed wrong
  • Bug 2805376: TRA tracker: IIH Essentials (DataService)1.9.0
  • Bug 2816251: IIH Essentials: Unable to setup Insights Hub Connectivity with self created technical user
  • Bug 2845488: Multiline Text in Error Messages
  • Bug 2794349: Tag picker: resolving of multiple variable add errors fails
  • Bug 2686803: Focas connectors are not listed in connector list in IIH Essentials
  • Bug 2751084: cURL, libcurl ≤ 8.3.0 - Multiple Unspecified Vulnerabilities - CVE-2023-38545, CVE-2023-38546
  • Bug 2686828: cURL, libcurl 7.84.0 ≤ 8.2.1 - Remote Denial of Service Vulnerability - 8.3.0
  • Bug 2609763: cURL, libcurl 7.84.0 ≤ 8.1.2 - Remote Data Manipulation Vulnerability - 8.2.0
v1.8.0 - 2023-08-31

Added

Feature 2214201: Renaming to IIH Essentials

IIH Essentials will replace the current name Data Service.

When updating from Data Service <=1.7.0 to 1.8.0, the app name will automatically change to IIH Essentials. Everything will continue to work as previously. No further steps are required.

The app path will change to /iih-essentials. The old path /dataservice is deprecated (deprecation date: 2023-08-16) and will be supported for one more year.

Feature 2066521: Senseye sync

Senseye is available as a synchronization destination.

The asset model and time-series data can be synced to the AI-powered predictive maintenance and asset intelligence solution.

Feature 1478154: Request data of multiple variables with unsynced time ranges

The raw data read API offers to request multiple variables at once. The time ranges were synchronized among the variables to optimize displaying all variables at once for the same time range.

However, other use cases don’t require this. Thus the option to request the variables with independent time ranges was added.

Fixed

  • Bug 2259118: IIH: Parent asset name is not displayed in inheritance message
  • Bug 2282961: IIH: REST API Documentation is not linked in IIH Configurator
  • Bug 2300022: IIH Essentials creates an Asset twice to Senseye, resulting in a duplicate Asset in Senseye
  • Bug 2344205: Failed to create the data destination whose Device Type is Senseye in front end of IIH Essentials
  • Bug 2344941: Failed to create the data destination whose Device Type is Senseye in front end of IIH Essentials,an error message is displayed indicating that the packageInBatch type is incorrect
  • Bug 2358618: Performance Insight: Batch Analysis shows unplausible value for KPI OEE
  • Bug 2362872: IIH IIH Essentials: Data Aggregation does not work
  • Bug 2364595: The "mqttTopicPrefix" field is missing when adding Destinations in the IIH Essentials front-end
  • Bug 2366449: Debian GNU/Linux 10 - libmicrohttpd Remote Denial of Service Vulnerability - DLA-3374-1
  • Bug 2374000: Debian GNU/Linux 10 - libtasn1-6 Remote Denial of Service Vulnerability - DLA-3263-1
  • Bug 2377064: Debian GNU/Linux 11 - openssl Multiple Vulnerabilities - DSA-5343-1
  • Bug 2425207: URL is not adapted after deleting a destination
  • Bug 2425217: URL is not adapted after deleting a connector
  • Bug 2433103: Slow UI when big model is configured
  • Bug 2464131: Add Data destination page closes upon clicking escape button from keyboard
  • Bug 2468584: Unable to create two variables with same in DataService UI however its possible via api
  • Bug 2492497: IIH Store data page is displayed with empty spaces
  • Bug 2492899: Click on Debugging tile in settings page navigates the user back to IED
  • Bug 2508899: IIH: Synchronization tab in edit variable section of Store data page should be removed
  • Bug 2513180: New tree component has errors
  • Bug 2517217: TC: IIH - User Interface(UI) in Store data page is broken / Improper
  • Bug 2519573: cURL, libcurl 7.7 ≤ 8.0.1 - Multiple Vulnerabilities - 8.1.0
  • Bug 2521259: File upload option is not displayed correctly in Add data destination page
  • Bug 2531940: TRA tracker: IIH Essentials (DataService)1.8
  • Bug 2611844: TC:IIH-UI in the Store data page is improper when asset is added.
  • Bug 2614014: [IIH Essentials] Not able to sync Boolean tags to MindSphere
  • Bug 2629668: Variable aggregations syncs are not getting saved in common configurator
  • Bug 2631519: TC : Time series data sync recovery after the internet connection loss is not working
  • Bug 2641817: Missing MDSP Data Upload after MQTT error
v1.7.0 - 2023-06-22

Added

Feature 1478167: Encrypted backups

Backups can be encrypted with a password when being created. Using this, the configuration (including credentials for the databus or clouds) can be secured.

The password has to be entered again when the backup file is uploaded. There is no way to restore it without.

Feature 1733570: MindSphere connectivity

Model and data can be synchronized automatically to MindSphere. The synchronization can be configured at any assets, aspects, variables and aggregations and will be inherited to descendants.

In Data Service v1.7.0, Insights Hub is available as a possible data destination. In the future, more will be added.

Feature 1977721: Bulk API

By adding "/bulk" in the API route, you can create multiple objects (aspects, assets, variables, ...) at once.

In comparison to creating one object per call, this reduces the time needed to create many objects substantially.

Fixed

  • Bug 1018113: On Asset & Connectivity view the splitter handle is displayed above open dialogs if mouse cursor hovers over the splitter handle
  • Bug 1211347: Dataservice App V1.2.0 HmiRuntime conenctor does not work with HMI Tags typ bool
  • Bug 1422222: Child assets are not getting displayed when user has more parent child related assets
  • Bug 1422336: Horizontal scroll bar is not expanding when user has more parent child assets
  • Bug 1833547: SWT: IIH: Storage- Graph is not getting plotted in preview chart with respective of Seconds
  • Bug 1846806: IIH : Data Service : mindsphere credentials are visible as plaintext in mdsp-config.json file in edge-box
  • Bug 1851732: SWT: IIH:Internet is not working in the edge box,eventhough proxy is set
  • Bug 1921811: Unable to change the name of defined type aspect
  • Bug 1925994: Data Service - Wrong display of bool values in data preview
  • Bug 1937427: IIH: MindSphere Sync data upload stops after adding variable to aspect
  • Bug 2065657: Connection status of variables remains in connected state even if connector is deactivated
  • Bug 2088890: TC : Store data : System information parameter values are not displaying properly except CPU load
  • Bug 2175400: Data retention of child asset remains unchanged when moved from one parent asset to other
  • Bug 2186597: No validation while restoring time series data
  • Bug 2189867: IIH MindSphere Sync: Confusing error message when device has no connection to Mindsphere
  • Bug 2189944: IIH MindSphere Sync: Confusing error message when MQTT connection is blocked
  • Bug 2217030: Energy Manager: Diagram widget doesn't show any data if calculation period set to >24 days
  • Bug 2236092: IIH Integration: "Retention policy" instead of "Store Data" is shown in bread crumb on the Store Data page
  • Bug 2248213: An error is displayed when user adds aggregations to a variable
  • Bug 2257814: Clicking on cancel button results in switching Retention policy toggle on
  • Bug 2260350: TC : Data is not syncing for newly added variable in existing asset-aspect tree
  • Bug 2263220: Tenant technical user not able to login to CloudSync
  • Bug 2306875: Tree closes on each page switch
  • Bug 2306886: No redirection when deleting a parent asset of the selected asset
  • Bug 2308562: Moving the parent asset into its child makes DS unusable
  • Bug 2369032: IIH MindSphere Sync: Error message misleading when no connection to MindSphere
  • Bug 2376960: Data loss in Mindsphere while in Data Service data is complete
  • Bug 2384198: TC : Data loss is seen for newly added variable in new asset-aspect tree in the MDSP.
  • Bug 2393885: TC : Dataservice container getting stopped frequently when variable load of 1000 added to the Asset tree.
  • Bug 2395477: IIH Cloud Sync doesn't accept app credential format
  • Bug 2402728: An unknown error is getting displayed for asset mindsphere sync
  • Bug 2404395: Data destination is not getting saved for variable aggregation for the first time
  • Bug 2404430: DataRetention call with invalid combination in aspect edit
  • Bug 2404463: Edit asset name to old name is blocked
v1.6.0 - 2023-03-31

Added

Epic 599113: Datatype blob

The blob data type is a type for unstructured data, stored in binary form. It can be used to store data which is not covered by the other supported data types.

Unlike other data types the blob data type has an additional optional property "Blob type". It can be used to define the format of the stored data. It is advisable to use a standardised approach such as MIME-types.

Epic 1445051: Debugging view

Default databus settings (broker url, username, password) can be defined in the Data Service settings.

They will be used for all connectors. In the connector configuration, however, these can be overwritten with connector specific ones.

Epic 1445127: Add available connectors

Simatic connectors and Connectivity Suite connectors can be detected automatically and added with just one click.

No manual custom connector configuration necessary (although still possible).

Epic 1445141: Aggregations UI improvements

The data of a variable can be exportet to CSV for a given timeframe including existing aggregations.

This export file can be imported into any other variable.

Thus it can be used to

  • initialize a variable with data
  • backup/export data in a generic format
  • transfer data to another Data Service instance
  • ...

Epic 1538556: 1.4.0 migration cleanup

In case of errors the debugging view is the right place to get more information.

It is accessible via https://<IED_IP>/dataservice/#/debug and shows information relevant for the support like component versions and live logs.

Also extended logging can be enabled on a feature basis to get more detailed information if needed.

Epic 1682750: Extend errors and translation in UI

With Data Service v1.4.0 several technologies have been exchanged to achieve higher performance.

An automatic migration was running when installing v1.4.0 or v1.5.0 on top of 1.3.0. This, however, requires Data Service to still have the previeous technologies included.

Starting from v1.6.0 this automatic migration is removed to dispose of the previous technologies. This results in having configuration and data not migrated when installing >= v1.6.0 directly on top of <= v1.3.0. To keep the data in this update case, a backup has to be created before the update and restored after the update.

This does not have an impact on versions starting >= 1.4.0.

Epic 1684984: Variable and counter configuration in Data Service

The variable configuration has been extended to support an aquisition category including counter configuration.

It was previously only available in Performance Insight but has now been moved to Data Service in order to allow these configurations for pre-calculated aggregations, too.

Epic 1685823: CSV export of variable data

Sensitive information like databus credentials is encrypted and secure.

Previous versions of Data Service stored the databus credentials unencrypted on the internal storage. Through the IED file download these could be retrieved. This is now fixed.

Epic 1772094: Add databus settings

Aggregations are not explicitly displayed anymore but accessible through the source variable. (Accessible for retention, preview, etc.)

Epic 1864384: Encrypted/secured config store

Error messages for backup/restore and IIH mode switch have been extended.

Several missing translations habe been added.

Epic 1928463: Optimize panel performance

The performance of the subscriptions on the UCP have been improved.

Fixed

  • Bug 345213: Swt Dataservice:-BACKEND UI is geeting Overlapped when user try to perform such operation(Add,Delete,Edit,Move)
  • Bug 1054490: Pagination should be displayed irrespective of number of variables added to asset
  • Bug 1063799: Data Service - Preview chart data points are not visible
  • Bug 1111798: PostgreSQL 9.6.x, 10.x, 11.x, 12.x, 13.x, 14.x - Multiple Vulnerabilities - 9.6.24, 10.19, 11.14, 12.9, 13.5, 14.1
  • Bug 1111808: PostgreSQL 9.6.x, 10.x, 11.x, 12.x, 13.x, 14.x - Multiple Vulnerabilities - 9.6.24, 10.19, 11.14, 12.9, 13.5, 14.1
  • Bug 1208364: SWT: IIH: Storage:- Updating the asset in the storage page takes more time than expected
  • Bug 1245345: New variables from S7C not appearing in Data Service
  • Bug 1333382: SWT: IIH:Storage- Editing the asset in the storage part takes more time to reflect
  • Bug 1342769: Variables with same name but from different simulation group cant be seen while adding to asset
  • Bug 1349173: Adapter dropdown in Add variable is open by default
  • Bug 1472146: RAM load in system information page shows infinity
  • Bug 1472160: Chart values get overlapped with x axis unit in all the graphs
  • Bug 1594425: IIH: store data Assets gone after reboot, Performance Insight Dashboards lost
  • Bug 1645331: TC: Data Service - Not all tags are added as variables. Out of 2000 tags only around 1300 /850 are added.
  • Bug 1649580: Both Select a connector and Edit variable without a connector options are enabled
  • Bug 1726699: Debian GNU/Linux 11 - curl Multiple Vulnerabilities - DSA-5197-1
  • Bug 1736176: Update aspect with changed aspect type does not return an exception
  • Bug 1761878: UI crash if asset data retention is changed in dev kit
  • Bug 1767604: Can't import Data Service V1.3 backup into Data Service V1.4 if step time analysis Aspects are configured
  • Bug 1770341: Step time analysis in Performance Insight is not detecting product type
  • Bug 1826187: Step Time Analysis Get Error HTTPS
  • Bug 1835370: SWT IIH : Able to see Standalone ( Data service) data after IIH mode integration
  • Bug 1837132: SWT IIH : Mismatch in label names
  • Bug 1841563: SWT : Data Service : In Stand alone mode Restore backup of the configuration field is not working properly.
  • Bug 1841582: SWT : Data Service : In Standalone mode no message after Restore of of time series data.
  • Bug 1841600: IIH : Store Data : While integrating Data Service, pop-up shows wrong message - all data of the data service will be lost.
  • Bug 1843308: Dataservice: variable not displayed after adding other variable with same name.
  • Bug 1856806: Creation of variable without connector is having adapter connection
  • Bug 1858438: Data Service does not work when disk full
  • Bug 1885808: SWT IIH : Getting Not enough memory to open this page error in all IED , Data service(Stand alone) and IIH configurator when 8K tags are configured in S7 Plus connector
  • Bug 1885830: Dataservice: High CPU load of IED227E
  • Bug 1889868: Long variable names not readable
  • Bug 1896045: Data Service Language continuity
  • Bug 1904115: Data Service crash when HMIRuntime connector is activated but not present
  • Bug 1916473: Dataservice in IIH mode - Dataservice stops receiving new data after power off restart of device
  • Bug 1918640: Backup restore data wont get displayed until refresh
  • Bug 1919872: Corrupted files if disk is full
  • Bug 1924106: Aspect type field should be mandatory while creating defined type aspect
  • Bug 1925140: cURL 7.7.x ≤ 7.85.0 - Multiple Vulnerabilities - 7.86.0
  • Bug 1925421: libxml2 2.9.10 ≤ 2.9.14 - Remote Denial of Service Vulnerability - 2.10.0
  • Bug 1925425: cURL 7.7.x ≤ 7.85.0 - Multiple Vulnerabilities - 7.86.0
  • Bug 1927843: Node.js Package: core-js ≤ 3.23.2 - End of Life Notification (EOL)
  • Bug 1932696: Initialization fails if disk is full
  • Bug 1935592: DataService: Socket hang up when getting data for a month
  • Bug 1936078: CS connectors can not be added because name is missing
  • Bug 1936079: Already added connectors still visible in add view
  • Bug 1939004: IIH: Restoring backup before integrating Data Service leads to duplicate Assets
  • Bug 1939285: Add variable to aspect is inefficient
  • Bug 1939538: IIH: variables not connected to S7C tags from Databus after mapping
  • Bug 1939633: Full variable name not visible
  • Bug 1940733: Select all in Add multiple variables displays error when any one of the variable is already present
  • Bug 1940768: Aggregations are getting erased in Edit variable dialog
  • Bug 1941283: Store property ignored when an adapter restarted or dataservice app restarted
  • Bug 1941334: Data API returns one value in case from and to parameters are before the first data point
  • Bug 1943864: Data retention doesn't work for aggregation variables
  • Bug 1947070: DataService: Filter still shown after variable deletion, but page is refreshed
  • Bug 1949087: Backup restore can not handle string values which have new line characters
  • Bug 1968889: Data retention is not inherited from variable for aggregations
  • Bug 1971917: Debian GNU/Linux 10 - krb5 Remote Denial of Service Vulnerability - DLA-3213-1
  • Bug 1975286: Factor field in Add variable dialog allows negative values to save
  • Bug 1993784: Data retention error for large retention values
  • Bug 1993788: Variable configuration fields are made mandatory while adding a variable
  • Bug 2041574: TRA tracker: DataService v1.6
  • Bug 2041989: Error message is not correct while moving an asset with same name into another asset
  • Bug 2041998: Wrong error message for variables with long name
  • Bug 2042049: Asset moving functionality is not getting stopped even after error
  • Bug 2048520: Performance Insight Warning HTTP request
  • Bug 2049650: IIH: variable store option checked by default after mapping
  • Bug 2051210: Dev kit: Data retention gets erased when user tries changing it
  • Bug 2051566: Adapter errors are still displayed after fixing the adapter config
  • Bug 2056086: Assets can be created with case sensitive names
  • Bug 2057278: IIH: root asset not reselectable
  • Bug 2057294: IIH: Layout resizing on navigate
  • Bug 2058387: Step time analysis: connecting product variable in Data Service leads to various issues
  • Bug 2059985: Unable to Edit asset after adding aggregated variables
  • Bug 2065639: Full topic name is not displayed
  • Bug 2068303: Topic value is overlapped on preview data icon
  • Bug 2068319: Time range is not selectable in data export dialog
  • Bug 2072552: Creating aggregation directly with data retention does not work
  • Bug 2073084: Export variable data: Timerange is ignored when only from field is provided
  • Bug 2079215: Unable to edit an asset which has child assets
  • Bug 2082473: Password is visible in Databus settings
  • Bug 2089240: Unable to add child asset from asset edit screen
  • Bug 2089285: Databus settings missing in backup
  • Bug 2090241: Variables created in IIH mode via Data Service API are not connecting
  • Bug 2103157: Energy Manager - Wrong results with aggregation 'Counter'
  • Bug 2167303: TC: IIH -Store Data tab does not open
  • Bug 2175185: Unable to rename asset to old name
  • Bug 2175454: Unable to see edit asset icon for assets with long names
  • Bug 2180370: PdmCoreChanges check gets called multiple time parallel
  • Bug 2187230: An error is getting displayed when user adds aggregation without data retention
  • Bug 2187249: IIH Configurator variable configuration advanced tab is empty
  • Bug 2216089: Data Service crashes with 20 000 variables on one asset
v1.5.0 - 2022-11-08

Added

Epic 841389: automatic migration to IIH mode

Automatic migration from Data Service standalone mode to IIH mode is supported. Switching to IIH mode does preserve the already configured data.

How to migrate Data Service standalone to IIH:

  1. Install IIH Common Configurator and IIH Core in addition to Data Service
  2. Go to Data Service settings -> Activate IIH mode
  3. Starting from version 1.5: Automatic migration. No further steps needed.

Epic 1291958: OpenPipe browsing

The “HMI runtime” connector can be browsed like all other connectors.

No need to manually type in connection information

Epic 1341337: configuration fullscreen dialogs

The configuration of assets, aspects and variables has been improved by combining all configurations of each of these objects into a full screen settings view.

This is now the single place where all configurations concerning this object can be found.

Epic 1444942: Enable/disable storing of variable

The storing of data of a variable can be temporarily disabled. Every variable has a check box indicating whether it is currently storing new values.

In IIH mode this connects directly to the archive flag of the IIH Configurator.

Epic 1684997: Model mutation via API in IIH mode

All APIs of data service are working in both modes, standalone and IIH.

Apps relying on APIs that mutate the model now also work with a Data Service in IIH mode (in 1.4 only standalone was working).

Fixed

  • Bug 1081843: Data Service Backup configuration exposes credentials
  • Bug 1399404: cURL, libcurl 7.16.1 ≤ 7.83.0 - Multiple Vulnerabilities - 7.83.1
  • Bug 1612836: cURL, libcurl 7.16.4 ≤ 7.83.1 - Multiple Vulnerabilities - 7.84.0
  • Bug 1626932: Node.js Package: moment < 2.29.4 - Remote Regular Expression Denial of Service Vulnerability - GHSA-wc69-rhjr-hc9g
  • Bug 1652672: No confirmation message after restoring data backup
  • Bug 1770507: Data Service: can't delete Asset which contains Aspects derived from AspectType
  • Bug 1844550: EnergyManager: EnergyAnalysis with SubAsset leads to error
  • Bug 1846613: Route AssetService/Assets//Decendants is missing
  • Bug 1847314: IIH: Configuring additional data source leads to issues
  • Bug 1858366: Create: Sporadical error when restoring configuration
  • Bug 1859833: Clicking on Reset variable of Aggregated variable results in error
  • Bug 1859856: Unable to remove aggregated variables from Aspect
  • Bug 1861022: Passwords stored in DB are downloadable in plain text
  • Bug 1868419: Unchecking archive checkbox of aggregated variable displays error
v1.4.0 - 2022-08-15

Added

Epic 1152241 and 1392451: Data Service C++ - Major performance improvements

Data Service has been completely rewritten using more suitable technologies to remove bottle necks that couldn’t have been removed otherwise.

This gives Data Service a performance multiple times the performance of V1.3.0.

Epic 599109: System info dashboard: Monitor the system with using the system info dashboard

The system info dashboard allows app specific insights into the system metrics: - CPU load - RAM load - Database Size - …

Epic 955990 and 1032684: Pre-aggregate variables to reduce calculation response times

Variables can be aggregated before demand when the live values are received.

This reduces the performance impact for the calculation as the aggregation is done continuously in the background. When requesting results will be available quickly, even for a month or a year request.

Epic 1392382 and 1121415: IIH integration - Run Data Service in IIH Mode

The Data Service can be switched into IIH mode where the model will be retrieved from the IIH and configuration will be possible in IIH configurator. The Data Service itself will be used to store/manage the live data as time-series-data and provide it via the already known API interface.

Caution: In version 1.4.0 all existing data will be lost if IIH mode is activated. A automatic migration will be available starting from version 1.5.0.

Connectors using the Connectivity Suite standard are supported by Data Service.

Epic 1024587: Optimized UI for mobile

Data Service has a responsive design which allows to being used with different screensizes including mobile devices.

Epic 1024592: Optimized UI keyboard handling

UI elements like dialogs can be operated using a keyboard: - Esc closes/cancels an action - Return confirms an action - Tab navigates the elements - First element is focussed automatically

Epic 1389681: Add new default adapters: New default adapters: SLMP, OPC UA, S7+

The list of default adapters has been extended by: - SLPM - OPC UA - S7+

Fixed

  • 1467230 Bug Edit variable dialog displays connection status of a variable without adapter
  • 1212027 Bug Dataservice App V1.2.0 HmiRuntime conenctor does not work with HMI Tags typ bool
  • 1063409 Bug Error when same timestamp is sent multiple times
  • 1678693 Bug Different response than in node version when data is not found
  • 1371927 Bug DS C++: Add variable dialog not displaying Datatype and Unit fields
  • 1397442 Bug Select all checkbox in Add multiple variable selects all the variables under a connector
  • 1383697 Bug Delete confirmation message for variable containing aggregated variables should be changed
  • 1678676 Bug Error when creating variable with same name in different aspects (UI + backend)
  • 1678663 Bug Error when creating variable with space at end of name (ui + backend)
  • 1397449 Bug An error occurred is getting displayed when user clicks on edit variable icon
  • 1373521 Bug Variable connected state does not go back to normal after connection is reestablished
  • 1492599 Bug Warning symbol is clickable in variable table
  • 1696695 Bug Aspect assets filter returns all aspects
  • 1661199 Bug Variable list is taking long to load
  • 1341356 Bug Data retention 1 second crashes database
  • 1641327 Bug Deleting child asset is causing an error
  • 1378117 Bug Backup json is not getting downloaded when include time series data toggle is on
  • 1656922 Bug Different aggregation is created than the selected
  • 1383680 Bug Deleting variable which has an aggregated variable results in stuck screen
  • 1656923 Bug Add variable button is getting disabled upon adding aggregation
  • 1664436 Bug Moving child assets with same name into an asset is not displaying any error
  • 1428317 Bug Unable to browse tags from System info adapter even after its connected
  • 1661155 Bug Unknown error gets displayed when adding variables to aspect
  • 1475717 Bug Error while try to add 2nd variable aggregation
  • 1634706 Bug Changing aggregation settings fails and deletes existing aggregation
  • 1322117 Bug Data Service failed to restore configuration because duplicate variables can be created
  • 1397433 Bug No Uniqueness in creation of child asset names
  • 1505139 Bug Dataservice app icon is not displaying in tab name
  • 1640664 Bug Child assets can not be expanded, when current asset is selected
  • 1191639 Bug REST API POST DataService/Data SQL Injection
  • 1529300 Bug TRA tracker: DataService v1.4
  • 1489368 Bug Heap size stats are not displaying in system info adapter
  • 1138791 Bug SWT: IIH:Organize data-No functionality give to the No limit button in storage window
  • 1138790 Bug SWT: IIH:Organize data-No functionality given to the create Add aspect(+) button in aspect window
  • 1138789 Bug SWT: IIH:Organize data- No functionality given to the create first aspect button in aspect window
  • 1208366 Bug SWT: IIH:Storage:- Description need to improved ,when adding the asset in the storage page
  • 1176389 Bug SWT: IIH:Provide information - UI for the filter field is getting disturbed on clicking on the text.
  • 1421916 Bug Incorrect description for data retention in Edit variable and data retention dialogs
  • 1374452 Bug Mobile UI: Text is displayed outside the container in settings tab
  • 1379866 Bug Incorrect connection status is displayed for Aggregated variables
  • 1359984 Bug Drop textfile button is not clickable while creating value type simulation
  • 1063790 Bug Data Service - Preview chart auto refresh resets zoom
  • 1405186 Bug Reordering of assets is taking more time
  • 1342763 Bug Reset simulation data option is missing in Simulation group
  • 1393139 Bug Delete button is present when no retention is set for parent asset
  • 1341062 Bug Newly created variable is not displayed under simulation group
  • 1286990 Bug Mobile UI: Improper display of Adapter view
  • 1340688 Bug No Character limit for Simulation group name
  • 1340701 Bug No character limit for variable name under a simulation group
  • 1192029 Bug Data Service: After editing a variable on page 2 of the "connectivity" tab, page number is bugged
  • 1349180 Bug Unable to delete the aggregation variables
  • 1349648 Bug Mobile UI: Adapters are not displayed in adapters view
  • 1341351 Bug Delete button is displayed also if retention is not set
  • 1292945 Bug Mobile UI: Tag and Variable name displayed outside the container in edit variable dialog
  • 1018288 Bug Pagination issue - after deleting a variable in 2nd page the screen displays 1st page but shows page number as 2
  • 1018293 Bug Unable to delete Aspect from Connectivity screen
  • 1287070 Bug Wrong connection status is displayed in Edit variable dialog
  • 1294438 Bug Variable toggle button in Pre-calculated aggregation is not working as expected
  • 1294462 Bug Headers are missing in Pre-calculated aggregation section
  • 1303506 Bug Mobile UI: Sidebar is not closing after the selection
  • 1294483 Bug Adapters image is not loading
  • 1293357 Bug Delete confirmation message for variable deletion doesn't contain variable name
  • 1286870 Bug Data retention is blocking the UI if too many variables
  • 1275328 Bug Data retention field is revised to on for all variables
  • 1018123 Bug Pagination goes off after increasing the number
  • 1286910 Bug OpenPipe variables cannot be created in the UI
  • 1606837 Bug SWT: IIH: Buffered values are not updated to the mindsphere but stored in the data service
  • 1723683 Bug Adapter error is not updated on edit
  • 1233449 Bug SWT: IIH: Storage:- Created asset model in provide information is not reflecting in the storage page
v1.3.0 - 2021-10-11

Added

  • Predefined aspect types
  • Create aspects from aspect types
  • Backup/Recovery
  • Preview chart
    • Auto-refresh
    • Select aggregation
    • Select time range
  • Better state/debug information
    • Show variable errors
    • Show adapter errors
    • Show connection state of variable
  • Create simple variables (variables without connector)
  • Data retention per variable

Fixed

  • Delete dialog layout fixes
  • Documentation of Data Service System Info Adapter
  • Data gap after Zooming
  • Missing variable information in "Add multiple variables" dialog
  • 344913 Bug SWT Data Service: In Delete asset window text overlapped with warning Icon
  • 345182 Bug Delete Icon wrong positioning
  • 345203 Bug Dataservice in UCPF:-unctionality for Add multiple variable is not properly defined
  • 345210 Bug SWT Data service:In custom adapter page required field mark is missing
  • 345217 Bug Swt Dataservice:-Support document is not updated with New UI Feature
  • 406023 Bug Decoupling of adapters and variables
  • 486194 Bug Documentation Data Service System Info Adapter for Metrics
  • 553071 Bug Data Service V1.2 cannot connect to Modbus Connector
  • 950629 Bug Data gap after Zooming
  • 955465 Bug Average bug
  • 955488 Bug Wrong calculated timers
  • 955496 Bug Coca Cola customer issue
  • 998383 Bug TRA tracking: EDGE Apps: DataService V1.3
  • 1024028 Bug Time series data is not getting imported
  • 1031160 Bug Time series backup is empty for large files
v1.2.0 - 2021-05-21

Added

  • New Aggregates: standard deviation, variance, count (number of datapoints), first
  • custom adapters
  • multi variable picker
  • string support

Changed

  • Optimized calculation algorithm
  • Values with bad quality code are not considered in calculation
v1.1.0 - 2021-04-19 Initial release of Data Service Development Kit.

Community

You can ask questions in the Industrial Edge support forum.

Contact us

SIOS IIH Essentials for Industrial Edge

SIOS IIH Essentials Development Kit for Industrial Edge

For support requests contact your regional contact person. They take care of your concerns and give you feedback.

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.

Licence and Legal Information

Please read the Legal information.

About

Using the ​IIH Essentials Development Kit you can develop apps based on the IIH Essential and integrate them into Siemens Industrial Edge.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages