BETA | Create an OPC UA System Connection

Configure your server connection in Admin System Connections.

OPC UA connections are currently in Beta. The following features are not supported:

Create a new system connection

  1. Go to Admin System Connections and click New Connection.
  2. Add your server details and credentials. See below for guidance on completing the fields.
  3. Click Test Connection.
    Note: You must have OPC UA network connectivity in order to test the connection. The Test Connection button remotely triggers the Info360 Insight Data Connector to issue a test query against your server using the details and credentials you entered, and reports a success or failure.
  4. For encrypted communications, the connection test may fail since the self-signed certificate generated by the Info360 Insight Data Connector will likely be moved to an unapproved state initially. If it does fail, approve the self-signed certificate on your OPC UA server and then test the connection again.
    Note: If you need to specify an alternate certificate, please contact support.
  5. Once the connection is established, click Create System Connection in the top-right corner.
Note: The Info360 Insight Data Connector can connect to multiple OPC UA servers. You would need to create a system connection for each server and may need to approve the self-signed certificate on each server.

When filling out the connection details, bear in mind the following:

  1. Connection Name: The Connection Name will be referenced by the Sensor Configuration pages via the Data Source field. It can also be referenced during the Bulk Sensor Creation process (the CSV file supports a column called “Data Source Name”). We recommend that you create the system connection before running the Bulk Sensor Creation process as the Data Source Name cannot be applied retroactively to a CSV ingest. 
  2. Resource Path: A specific resource path must be entered. Discovery service is not supported.
  3. Username and Password: Credentials are required. Anonymous authentication is not supported, and authentication via user certificates is untested.

    Credentials will be saved (but not visible) and users are only required to reenter them in order to edit the fields above and including the Connection String.

  4. Security Mode: Select the mode you want the Info360 Insight Data Connector to use. You must select a mode that is compatible with your OPC UA server.

  5. Security Policy: Select the security policy you want the Info360 Insight Data Connector to use. This is only applicable when the Security Mode is set to Sign or SignAndEncrypt.

  6. Endpoint Must Exist: The recommended selection is False. This setting can enable extra networking security checks, but it can also cause issues with certain configurations. Read the OPC UA specifications before enabling this.

  7. Session Name: You can use this field to distinguish Info360 Insight Data Connector connections in the OPC UA server logs.

  8. Database Timezone: The default setting is UTC since OPC UA servers store data in UTC.
  9. OPC UA URL (read-only): Note that Info360 Insight only supports the protocol opc.tcp:// (not opc.https://).
  10. Sample Frequency/Duration: Determines how frequently data is retrieved (streamed). The default is 60 seconds. This means that sensor data will be retrieved every 60 seconds.
    Note: This interval is only used if the Sensor Interval field is left undefined when configuring your sensors. If the interval here is larger, this will override the Sensor Interval.
  11. Query Group Size: This option imposes an upper limit on the number of sensors in a subscription. When the limit is exceeded, additional subscriptions will be created.