Documentation Index

Fetch the complete documentation index at: https://docs.lobstersoftware.com/llms.txt

Use this file to discover all available pages before exploring further.

Industry 4.0 (channel settings)

Prev Next

The Industry 4.0 channel (IoT) enables communication with machines and control systems using the OPC/UA protocol (Open Platform Communications Unified Architecture). OPC/UA is a machine-readable, platform-independent standard for data communication in industrial automation.

In the channel settings, you specify whether the channel uses OPC/UA communication and configure access and protocol parameters.

Settings

Screenshot: Channel settings for an Industry 4.0 channel with the OPC/UA checkbox enabled

Parameters

Parameter

Description

OPC/UA

Enables the OPC/UA protocol for this channel. The checkbox is selected by default. Clear it only if the channel should not use the OPC/UA protocol. The channel cannot be used for OPC/UA communication when the checkbox is cleared.

Own ID

The local identity of the platform toward the OPC/UA peer. Corresponds to the local.id parameter in the self-service configuration.

Own password

Password for the local identity. Corresponds to the local.password parameter.

Partner ID

Identity of the OPC/UA peer. Corresponds to the remote.id parameter. Required for basic authentication on the OPC/UA server when anonymousLoginAllowed is set to false.

Partner password

Password for the partner identity. Corresponds to the remote.password parameter.

Direction

Defines whether the channel receives data (in), sends data (out), or handles both directions (both).

Invisible to DMZ

Controls whether the channel is reachable in a DMZ configuration. Corresponds to the dmz parameter.

Use Comm-Log

Enables the communication log for this channel. Use Retain days to define how long log entries are kept. A value of -1 disables automatic deletion.

Security and certificates

To use an encrypted connection, set the opcSecurityPolicy parameter in the iotclient.xml configuration file. Supported values are:

  • None

  • Basic128Rsa15

  • Basic256

  • Basic256Sha256

  • Aes128_Sha256_RsaOaep

  • Aes256_Sha256_RsaPss

Set the Common Name of the certificate in the certificateSearchTerm parameter. You can specify a local certificate and a partner certificate for encryption. Enter the certificate IDs in the channel settings under Local certificate (encryption) and Partner certificate (encryption).

NOTE For an OPC/UA server that rejects anonymous connections (anonymousLoginAllowed = false), you must use an IoT channel in the profile. Enter the Partner ID and the Partner password in the channel under Partner ID.