OPC-UA
Data Tag Address
Use the format:
namespace
: Namespace of the tag.addressToTag
: Identifier for the tag.Example:
ns=2;s=TilliTDO-Demo.Line1.EquipmentStatusStopped
Connection Setup
Select OPC-UA as the connection type.
TilliT Edge will attempt a secure connection using Basic256Sha256 with a self-signed certificate.
Ensure the endpoint allows anonymous access by default.
For advanced connection details, input settings in JSON format in the options field.
Changing Security Mode
Use the following values for securityMode
in the options field:
0
: Invalid1
: None2
: Sign3
: SignAndEncrypt
Changing Security Policy
Use these values for securityPolicy
:
invalid
: Invalidhttp://opcfoundation.org/UA/SecurityPolicy#None
: Nonehttp://opcfoundation.org/UA/SecurityPolicy#Basic128
: Basic128http://opcfoundation.org/UA/SecurityPolicy#Basic192
: Basic192http://opcfoundation.org/UA/SecurityPolicy#Basic192Rsa15
: Basic192Rsa15http://opcfoundation.org/UA/SecurityPolicy#Basic256Rsa15
: Basic256Rsa15http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256
: Basic256Sha256
Connection with Username and Password
Contact your support team to set up authentication with a username and password
Example
Type the following into the options field to enable an insecure connection.
Endpoint Configuration in Ignition:
Navigate to
Config -> OPC UA -> Security -> Server Settings
.Restart the OPC-UA server for changes to take effect. Ignore console confirmations until the server restarts.
Certificate Authorization on Endpoints
For secure connections, TilliT Edge uses a self-signed certificate.
On your OPC-UA server, locate the certificate in the quarantined zone (e.g., in Ignition:
Config -> OPC UA -> Security -> Server
).Mark the certificate as trusted.
Once authorized, TilliT Edge can connect and read data tags.
Last updated