...
Code Block | ||
---|---|---|
| ||
{ "type": "EOS", "url": "opc.tcp://SI3456:4843", "custom_name": "my_eos_machine", "authentication_file_path": { // Client Id "username": "username", // Client Secret "password": "password", // Optionally override secrets: // Relative or absolute path to a PEM or DER file, or its content inline "certificate": "./my_cert.der", // Subject Alternative Name, URI= "application_uri": "urn:example.com", // Relative or absolute path to a PEM or DER file, or its content inline "private_key": "./my_priv.der", }, "mes_id": [ 1 ] } |
Troubleshooting
Sending data to the Agile MES fails with error:
certificate verify failed
Import the certificate of the Agile MES into the Local Machine’s certificate store:Open the Agile MES website in the browser.
Click on the Lock icon next to the address line and the on certificate
Follow the steps in the pictures:
...
Aggregator version 1.3
Configuration | Data | Description | Required |
---|---|---|---|
|
| The machine's interface type. | ✓ |
|
| The individual machine's interface url. | ✓ |
|
| The MES instance(s) of your organization. | ✓ |
|
| Umati server port used for internal data transfer. Set if the default port is conflicting with another port on your server. | ✗ |
|
| A secrets file for OPC/UA authentication (see below). Path can be absolute or relative to the Aggregator. | ✓ |
...