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 »

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

Configuration Overview

The following configuration options of the common machine configuration model applies to Ultimaker machines:

Configuration

Data

Descripton

Mandatory

type

ULTIMAKER

The machine interface type

x

url

http://192.168.1.176/cluster-api/v1/

URL of Ultimaker Cluster.

x

custom_name

my_ultimaker_machine

The custom machine name will be displayed in the MES together with the machine interface URL.

x

unique_name

ultimakersystem-xxxxxxx

Ultimakers unique name to identify the machine in the cluster.

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.

Ultimaker machine example:

{
      "url": "http://192.168.1.176/cluster-api/v1/",
      "custom_name": "my_ultimaker_machine",
      "unique_name": "ultimakersystem-xxxxxxxxx",
      "type": "ULTIMAKER",
      "mes_id": [
        10,
        33
      ],
}


  • No labels