Note |
---|
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 apply to machines with the MTConnect interface:MTConnect machines.
Aggregator version 1.2.0+
Configuration | Data | DescriptonDescription | MandatoryRequired |
---|---|---|---|
|
| The machine's interface type. | x✓ |
|
| The individual machine's interface URLurl. | x✓ |
|
| The custom machine name will to be displayed in MES together with the machine interface URL.xthe Agile MES. Will be read from the machine if unset. | X |
|
| The MES instance(s) of your organization. | x✓ |
|
| To specify umati Umati server port used for internal data transfer between aggregator and the machine driver.optional. Set if the default port is conflicting with another port on your server. | X |
MTConnect machine example:
Code Block |
---|
{ "type": "MTCONNECT", "url": "http://192.168.2.47:5000", "custom_name": "my_stratasysmtconnect_machine", "mes_id": [ 1 ] } |
Aggregator version 1.1.0
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:
Code Block | ||
---|---|---|
| ||
{ "type": "MTCONNECT", 10"url": "http://192.168.2.47:5000", "mes_id": [ 33 1 ] } |