Configuring data routing from Kaspersky IoT Secure Gateway 100 to Siemens MindSphere
To correctly transmit data received from industrial equipment over the OPC UA protocol from Kaspersky IoT Secure Gateway 100 to the Siemens MindSphere cloud platform, you need to map the MindConnect data points to their corresponding OPC UA server data nodes.
You can configure mapping of MindConnect data points to OPC UA server data nodes in the GuideSettings-0.json configuration file.
To configure mapping of MindConnect data points to OPC UA server data nodes:
- Create a GuideSettings-0.json configuration file and put it in the folder /app/Core/config/transfer/navigation in the TGW-HW-IDS section of the SD card.
All of the actions described next are performed within the GuideSettings-0.json file.
- Enter the data route ID in the mandatory
id
parameter. For example,"id": 0
. - In the mandatory
receivingHubId
parameter, enter the ID of the OPC UA client that you indicated in the OpcUaClientSettings-0.json configuration file (id
parameter). For example,"receivingHubId": 0
. - In the mandatory
sendingHubId
parameter, enter the ID of the MindSphere agent that you indicated in the MindSphereAgentSettings-0.json configuration file (id
parameter). For example,"sendingHubId": 0
. - In the mandatory
roadmap
settings block, provide the following data for each connection:- In the
sourcePortId
field, enter the ID of the OPC UA server data node that you indicated in thenodes
settings block in the OpcUaClientSettings-0.json configuration file. For example,"sourcePortId": 0
. - In the
targetPortId
field, enter the ID of the MindConnect Lib data point that you indicated in thedataPoints
settings block in the MindSphereAgentSettings.json-0 configuration file. For example,"targetPortId": 0
.
The
roadmap
settings block may be empty. - In the
- Save the changes in the GuideSettings-0.json file.
The settings defined in the GuideSettings-0.json file will be applied the next time Kaspersky IoT Secure Gateway 100 is started. Any data received from equipment over the OPC UA protocol will be forwarded from Kaspersky IoT Secure Gateway 100 to the Siemens MindSphere cloud platform.