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 Ultimaker machines:.
Aggregator version 1.4+
Configuration | Data | DescriptonDescription | MandatoryRequired | |
---|---|---|---|---|
|
| The machine's interface type. | x✓ | |
|
| /cluster-api/v1/URL of Ultimaker Cluster. | ✓ | |
|
| The custom machine name to be displayed in the Agile MES. Will be read from the machine if unset. | ✗ | |
|
| Ultimaker's unique name, used to identify the machine in the cluster. | ✓ | |
|
| The MES instance(s) of your organization. | ✓ |
Ultimaker machine example:
Code Block | ||
---|---|---|
| ||
{
"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 | |||
---|---|---|---|---|---|---|
|
| The machine's interface type. | ✓ | |||
|
| URL of Ultimaker Cluster. | x✓ | |||
|
| The custom machine name | will to be displayed in the | MES together with Agile MES. Will be read from the machine | interface URLif unset. | x✗ |
|
| Ultimakers Ultimaker's unique name, used to identify the machine in the cluster. | x✓ | |||
|
| 10, 33
| The MES instance(s) of your organization. | x✓ | ||
|
| To specify umati Umati server port used for internal data transfer | between aggregator and the machine driver.. Set if the default port is conflicting with another port on your server. | ✗ |
Ultimaker machine example:
Code Block | ||
---|---|---|
| ||
{{ "type": "ULTIMAKER", "url": "http://192.168.1.176/cluster-api/v1/", "custom_name": "my_ultimaker_machine", "unique_name": "ultimakersystem-xxxxxxxxx", "mes_id": [ 1 ] } |
Aggregator version 1.1
Configuration | Data | Description | Required |
---|---|---|---|
|
| The machine's interface type. | ✓ |
|
| URL of Ultimaker Cluster. | ✓ |
|
| Ultimaker's unique name, used to identify the machine in the cluster. | ✓ |
|
| The MES instance(s) of your organization. | ✓ |
|
| 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:
Code Block | ||
---|---|---|
| ||
{ "type": "ULTIMAKER", "url": "http://192.168.1.176", "mesunique_idname": ["ultimakersystem-xxxxxxxxx", "mes_id": [ 10, 331 ], } |