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 10 Next »

The following configuration options of the common machine configuration model apply to EOS Connect machines.

Aggregator version 1.1.0+

Configuration

Data

Description

Required

type

EOS

The machine's interface type.

url

opc.tcp://SI3456:4843

The individual machine's interface url.

mes_id

[1]

The MES instance(s) of your organization.

umati_server_port

4840+

Umati server port used for internal data transfer. Set if the default port is conflicting with another port on your server.

EOS Connect machine example:

{
  "type": "EOS",
  "url": "opc.tcp://SI3456:4843",
  "mes_id": [
    1
  ]
}

  • No labels