Deleting auto-created modules of a device - References - SIMATIC AX - AX Hardware Engineering documentation - Hardware Engineering,

Hardware Engineering reference

Portfolio
SIMATIC AX
Product
SIMATIC AX
Software version
2.0.0-alpha1.56
Edition
08/2025
Language
English (original)
Package Name
@ax/hw-docs

In cases where the user does not want to have some of the auto-created module of the device he/she configures, it can be deleted via specifying the Slot and the "NotAssigned" as type identifier (the "Null Type Identifier") for the module.

{
  "Devices": [       
    {
      "Name": "KRC4_1",
      "Modules":[
        {
          "Name": "KRC4_1",
          "TypeIdentifier": {
            "GsdId": "DIM 1",
            "FileName": "GSDML-V2.33-KUKA-KRC4-ProfiNet_5.0-20181102.xml"
          },
          "Interfaces": [
            {
              "Name": "profinet",
              "Label": "X1",
              "Addresses": {
                "Configured": [
                  { "IPv4": "10.10.10.53/24" },
                  { "ProfinetDeviceName": "KRC4" }
                ]
              }
            }
          ] 
        },
        {
          "TypeIdentifier": "NotAssigned",
          "Slot": 1
        },
        {
          "Name": "DI_DO",
          "TypeIdentifier": {
            "GsdId": "15",
            "FileName": "GSDML-V2.33-KUKA-KRC4-ProfiNet_5.0-20181102.xml"
          },
          "Slot": 2
        }
      ]
    }
  ]
}