Ultimaker Machine Configuration

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

Aggregator version 1.4+

Configuration

Data

Description

Required

Configuration

Data

Description

Required

type

ULTIMAKER

The machine's interface type.

url

http://192.168.1.176

URL of Ultimaker Cluster.

custom_name

my_ultimaker_machine

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

unique_name

ultimakersystem-xxxxxxx

Ultimaker's unique name, used to identify the machine in the cluster.

mes_id

[1]

The MES instance(s) of your organization.

Ultimaker machine example:

{ "type": "ULTIMAKER", "url": "http://192.168.1.176", "custom_name": "my_ultimaker_machine", "unique_name": "ultimakersystem-xxxxxxxxx", "mes_id": [ 1 ] }

Aggregator version 1.2 - 1.3

Configuration

Data

Description

Required

Configuration

Data

Description

Required

type

ULTIMAKER

The machine's interface type.

url

http://192.168.1.176

URL of Ultimaker Cluster.

custom_name

my_ultimaker_machine

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

unique_name

ultimakersystem-xxxxxxx

Ultimaker's unique name, used to identify the machine in the cluster.

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.

Ultimaker machine example:

{ "type": "ULTIMAKER", "url": "http://192.168.1.176", "custom_name": "my_ultimaker_machine", "unique_name": "ultimakersystem-xxxxxxxxx", "mes_id": [ 1 ] }

Aggregator version 1.1

Configuration

Data

Description

Required

Configuration

Data

Description

Required

type

ULTIMAKER

The machine's interface type.

url

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

URL of Ultimaker Cluster.

unique_name

ultimakersystem-xxxxxxx

Ultimaker's unique name, used to identify the machine in the cluster.

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

Ultimaker machine example:

{ "type": "ULTIMAKER", "url": "http://192.168.1.176", "unique_name": "ultimakersystem-xxxxxxxxx", "mes_id": [ 1 ] }