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 apply to machines with the MTConnect interface:MTConnect machines.

Prerequisite

  • Obtain a (free of charge) MTConnect license from Stratasys support. They will need your machine’s serial number.

  • Install the license file provided by Stratasys according to their instructions.

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:

Code Block
{
  "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

Descripton

Description

Mandatory

Required

type

MTConnect

MTCONNECT

The machine's interface type.

x

url

http://192.168.2.47:5000

/

The individual machine's interface

URL

url.

x

custom_name

my_mtconnect_machine

The custom machine name

will

to be displayed in

MES together with the machine interface URL.x

the Agile MES. Will be read from the machine if unset.

mes_id

[

10, 33

1]

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.

MTConnect machine example:

wide
Code Block
breakoutMode
{
     "type": "MTCONNECT",
     "url": "http://192.168.2.47:5000",

    "custom_name": "my_stratasysmtconnect_machine",
  "mes_id": [
    "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:

Code Block
languagejson
{
     "type": "MTCONNECT",
     "url": "http://192.168.2.47:5000",
      10,"mes_id": [
        331
      ]
    }