Versions Compared

Key

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

You need at least aggregator version 1.1.1 to use this configuration.

Configuration Overview

The following configuration options of the common machine configuration model applies apply to machines with the EOS Connect interface:machines.

Aggregator version 1.1.0+

Configuration

Data

DescriptonDescription

MandatoryRequired

type

EOS

The machines machine's interface type.

x

url

opc.tcp://192.168.2.47SI3456:4843

The individual machine's interface URL

x

custom_name

my_eos_machine

The custom machine name will be displayed in MES together with the machine interface URL.

url.

mes_id

[10, 331]

The MES instance(s) of your organization.

x

umati_server_port

4840+

To specify umati Umati server port used for internal data transfer between aggregator and the machine driver.optional. Set if the default port is conflicting with another port on your server.

X

EOS Connect machine example:

Code Block
breakoutModelanguagewidejson
{
     "type": "EOS",
 
   "url": "opc.tcp://192.168.2.47",
     "custom_name": "my_eos_machineSI3456:4843",
     "mes_id": [
        10,
        33
   1
  ]
}