MTConnect Machine Configuration
The following configuration options of the common machine configuration model apply to MTConnect machines.
Prerequisite
Obtain a (free of charge) MTConnect license from Stratasys support. They will need your machine’s serial number.
Install the license file provided by Stratasys according to their instructions.
Aggregator version 1.4+
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. Will be read from the machine if unset. | ✗ |
|
| The MES instance(s) of your organization. | ✓ |
MTConnect machine example:
{
"type": "MTCONNECT",
"url": "http://192.168.2.47:5000",
"custom_name": "my_mtconnect_machine",
"mes_id": [
1
]
}
Aggregator version 1.2 - 1.3
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. Will be read from the machine if unset. | ✗ |
|
| 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. | ✗ |
MTConnect machine example:
{
"type": "MTCONNECT",
"url": "http://192.168.2.47:5000",
"custom_name": "my_mtconnect_machine",
"mes_id": [
1
]
}
Aggregator version 1.1
Configuration | Data | Description | Required |
---|---|---|---|
|
| The machine's interface type. | ✓ |
|
| The individual machine's interface url. | ✓ |
|
| 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 |
MTConnect machine example:
{
"type": "MTCONNECT",
"url": "http://192.168.2.47:5000",
"mes_id": [
1
]
}