EtherNet/IP
Input Format on Write
{ "id": "<correlation id>", "value": "<value>" }Output Format on Write
{ "id": "<correlation id>", "timestamp": "<msSinceEpoch>", "result": "<result>" }Output Format on Read
{ "id": "<correlation id>", "timestamp": "<msSinceEpoch>", "value": "<value>" }Output Format on Subscribe
{ "id": "<correlation id>", "timestamp": "<msSinceEpoch>", "oldValue": "<old value>", "value": "<value>" }Service Commissioning File Example
Last updated
Was this helpful?

