Versions Compared

Key

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

...

Configuration

Data

Descripton

Mandatory

type

EOS

The machines interface type

x

url

httpopc.tcp://192.168.2.47:5000/

The individual machines machine interface urlURL

x

custom_name

my_mtconnecteos_machine

The custom machine name will be displayed in MES together with the machine urlinterface 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:

Code Block
{
     "type": "MTCONNECTEOS",
     "url": "httpopc.tcp://192.168.2.47:5000",
     "custom_name": "my_stratasyseos_1machine",
     "mes_id": [
        10,
        33
      ]
   
}