JSON 58
Doc.Id. HMSI-27-212
Anybus CompactCom 40 EtherNet/IP
Doc.Rev. 1.5
mediacounters.json
GET network/mediacounters.json?port=<port>. The argument <port> is either 1 or 2.
Port number 2 option is only valid if two Ethernet ports are activated in the module.
nwstats.json
GET network/nwstats.json.
This object lists available statistics data. The data available depends on the product.
Example output:
[]
or
[ { "identifier": "eip", "title": "EtherNet/IP Statistics" } ]
or
[
{ "identifier": "bacnet", "title": "BACnet/IP Statistics" },
{ "identifier": "bacnetae", "title": "BACnet Alarm and Event" },
{ "identifier": "bacnetapl", "title": "BACnet APL Statistics" }
]
Get network specific statistics:
GET network/nwstats.json?get=<ID>. <ID> is an “identifier” value returned from the previous
command (“eip”, for example)
[
{ "name": "Established Class1 Connections", "value": 0 },
{ "name": "Established Class3 Connections", "value": 1 }
]
Name Data Type Note
align Number Frames received that are not an integral number of octets in
length
fcs Number Frames received that do not pass the FCS check
singlecoll Number Successfully transmitted frames which experienced exactly
one collision
multicoll Number Successfully transmitted frames which experienced more
than one collision
latecoll Number Number of collisions detected later than 512 bit times into
the transmission of a packet
excesscoll Number Frames for which transmissions fail due to excessive colli-
sions
sqetest Number Number of times SQE test error is generated
deferredtrans Number Frames for which the first transmission attempt is delayed
because the medium is busy
macrecerr Number Frames for which reception fails due to an internal MAC
sublayer receive error
mactranserr Number Frames for which transmission fails due to an internal MAC
sublayer transmit error
cserr Number Times that the carrier sense was lost or never asserted when
attempting to transmit a frame
toolong Number Frames received that exceed the maximum permitted frame
size
tooshort Number Frames received that are shorter than the lowest permitted
frame size