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 machines with the octoprint interface:
Configuration | Data | Descripton | Mandatory |
---|---|---|---|
|
| The machine interface type. | x |
|
| The individual machine interface URL. | x |
|
| The custom machine name will be displayed in the MES together with the machine interface URL. | x |
|
| File with API key for octoprint interface. | x |
|
| The MES instance(s) of your organization. | x |
|
| To specify umati server port used for data transfer between aggregator and the machine driver. | optional |
Octoprint machine example:
{ "type": "OCTOPRINT", "url": "http://192.168.1.41:5000/", "custom_name": "my_bigrep_1", "authentication_file_path": "./my_api_key.txt", "mes_id": [ 10, 33 ] }