Note |
---|
You need at least aggregator version 1.1 to use this configuration. |
Configuration Overview
The following configuration options of the common machine configuration model applies to machines with the EOS Connect interface:
Configuration | Data | Descripton | Mandatory |
---|---|---|---|
|
| The machines interface type | x |
|
| The individual machine interface URL | x |
|
| The custom machine name will be displayed in MES together with the machine interface URL. | x |
|
| The MES instance(s) of your organization. | x |
|
| To specify umati server port used for data transfer between aggregator and the machine driver. | optional |
EOS Connect machine example:
Code Block | ||
---|---|---|
| ||
{ "type": "EOS", "url": "opc.tcp://192.168.2.47", "custom_name": "my_eos_machine", "mes_id": [ 10, 33 ] } |
...