Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

The machine configuration model:

Configuration

Data

Descripton

Mandatory

type

EOS

The machines interface type

x

url

opc.tcp://192.168.2.47

The individual machine interface URL

x

custom_name

my_eos_machine

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

x

mes_id

[10, 33]

The MES instance(s) of your organization.

x

umati_server_port

4840+

To specify umati server port used for data transfer between aggregator and the machine driver.

optional

EOS machine example:

{
     "type": "EOS",
     "url": "opc.tcp://192.168.2.47",
     "custom_name": "my_eos_machine",
     "mes_id": [
        10,
        33
      ]
}

  • No labels