Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start TRUMPF OPC UA Proxy Configuration Tool.

  2. Changing to the "Client management" tab. The Aggregator is shown with the "Rejected" status.

  3. Select the entry from the list and click on Accept. The connection attempt is now successful.

Aggregator version

...

2.

...

7+

Configuration

Data

Description

Required

type

TRUMPF

The machine's interface type.

url

opc.tcp://srvproxy:11878

The OPC UA Proxy url.

mes_id

[1]

The MES instance(s) of your organization.

...

Trumpf machine example:

Code Block
languagejson
{
  "type": "TRUMPF",
  "url": "opc.tcp://srvproxy:11878",
  "mes_id": [
    1
  ]
}

...