The following configuration options of the common machine configuration model apply to Octoprint machines.
Aggregator version 1.2.0+
Configuration | Data | Description | Required |
---|---|---|---|
|
| The machine's interface type. | ✓ |
|
| The individual machine's interface url. | ✓ |
|
| The custom machine name to be displayed in the Agile MES. | X |
|
| File containing API key. | ✓ |
|
| 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 |
Octoprint machine example:
{ "type": "OCTOPRINT", "url": "http://192.168.1.41:5000", "custom_name": "my_octoprint_machine", "authentication_file_path": "secret.txt", "mes_id": [ 1 ] }
secret.txt example:
A0A00B123E454H122BD513FE58B5E9BC
Aggregator version 1.1.0
Configuration | Data | Description | Required |
---|---|---|---|
|
| The machine's interface type. | ✓ |
|
| The individual machine's interface url. | ✓ |
|
| API key. | ✓ |
|
| 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 |
Octoprint machine example:
{ "type": "OCTOPRINT", "url": "http://192.168.1.41:5000", "api_key": "A0A00B123E454H122BD513FE58B5E9BC", "mes_id": [ 1 ] }