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 13 Current »

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

Aggregator version 1.4+

Configuration

Data

Description

Required

type

MTCONNECT

The machine's interface type.

url

http://192.168.2.47:5000

The individual machine's interface url.

custom_name

my_mtconnect_machine

The custom machine name to be displayed in the Agile MES. Will be read from the machine if unset.

mes_id

[1]

The MES instance(s) of your organization.

MTConnect machine example:

{
  "type": "MTCONNECT",
  "url": "http://192.168.2.47:5000",
  "custom_name": "my_mtconnect_machine",
  "mes_id": [
    1
  ]
}

Aggregator version 1.2 - 1.3

Configuration

Data

Description

Required

type

MTCONNECT

The machine's interface type.

url

http://192.168.2.47:5000

The individual machine's interface url.

custom_name

my_mtconnect_machine

The custom machine name to be displayed in the Agile MES. Will be read from the machine if unset.

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.

MTConnect machine example:

{
  "type": "MTCONNECT",
  "url": "http://192.168.2.47:5000",
  "custom_name": "my_mtconnect_machine",
  "mes_id": [
    1
  ]
}

Aggregator version 1.1

Configuration

Data

Description

Required

type

MTCONNECT

The machine's interface type.

url

http://192.168.2.47:5000

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.

X

MTConnect machine example:

{
     "type": "MTCONNECT",
     "url": "http://192.168.2.47:5000",
     "mes_id": [
        1
      ]
    }

  • No labels