Note |
---|
You need at least aggregator Aggregator version 1.1.1 to use this configuration. |
...
Configuration | Data | Descripton | Mandatory |
---|---|---|---|
|
| The machines interface type | x |
|
| The individual machines interface url | x |
|
| The custom machine name will be displayed in MES together with the machine url. | x |
|
| The serial number of the machine. | x |
|
| The secret.json for JWT authentication is provided by Carbon3D. For instructions visit Carbon3D. | x |
|
| The MES instance(s) of your organization. | x |
|
| To specify umati server port used for data transfer between aggregator and the machine driver. |
Carbon3D machine example:
Code Block |
---|
{ "type": "CARBON3D", "url": "http://192.168.2.47:5000", "custom_name": "my_carbon3d_machine", "unique_name": "3P01CM", "authentication_file_path": "./secret.json", "mes_id": [ 10, 33 ] } |
secret.json example:
Code Block |
---|
{ "client_id": "CLIENT_ID", "client_secret": "RSA_PRIVATE_KEY" } |
...