Skip to content

Overview

Industrial Edge App configuration

The configuration of an Industrial Edge App instance contains the following sections:

  • specific configuration : This configuration section is specific to the application. Please refer to the App documentation if and how this section must be configured.
  • logging configuration : This configuration section defines the log level of the application.
  • datasource configuration : The SINUMERIK Edge provides several services for application communication. This configuration section is used to connect Edge applications to avaliable sources of data.

In this section of the document, you will find essential information to configure your application. Some details are not included since they are not required or important from the application developer's aspect.

Sample Metaconfig

{
    "datasourceConfig": {
      "requiredDatasource" : [
        {
          "datasourceId" : "SINUMERIK_NCU1",
          "type" : "SINUMERIK",
          "services" : {            
        }        
      ]
    },
    "loggingConfig": {
      "appender": "JOURNAL_APPENDER",
      "severity": "INFO"
    },
    "specificConfig": {
      "specificArray": [
        "item0",
        "item1",
        "item2"
      ],
      "specificDecimal": 10,
      "specificString": "sample value"
    }
}

Note

Objects that are labeled as mandatory, required only when their parent objects are provided.

Any questions left?

Ask the community


Except where otherwise noted, content on this site is licensed under the The Siemens Inner Source License - 1.1.