Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

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 Carbon3D machines:

Configuration

Data

Descripton

Mandatory

type

Carbon3d

The machines interface type

x

url

http://192.168.2.47:5000/

The individual machines interface url

x

custom_name

my_carbon3d_machine

The custom machine name will be displayed in MES together with the machine url.

x

unique_name

3P01CM

The serial number of the machine.

x

authentication_file_path

./secret.json

The secret.json for JWT authentication is provided by Carbon3D. For instructions visit Carbon3D.

x

mes_id

[10, 33]

The MES instance(s) of your organization.

x

umati_server_port

4840+

To specify umati server port used for data transfer between aggregator and the machine driver.

Carbon3D machine example:

{
  "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:

{
     "client_id": "CLIENT_ID",
     "client_secret": "RSA_PRIVATE_KEY"
}

  • No labels