Versions Compared

Key

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

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

Configuration Overview

The following configuration options of the common machine configuration model applies to machines with the MTConnect interface:

Configuration

Data

Descripton

Mandatory

type

MTConnect

The machine interface type.

x

url

http://192.168.2.47:5000/

The individual machine interface URL.

x

custom_name

my_mtconnect_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

MTConnect machine example:

Code Block
breakoutModewide
{
     "type": "MTCONNECT",
     "url": "http://192.168.2.47:5000",
     "custom_name": "my_stratasys_machine",
     "mes_id": [
        10,
        33
      ]
    }

...