Anybus® CompactCom 40 - EtherNet/IP IIoT Secure

Hex Format Explained

The metadata max, min, and default fields and the ADI values are ASCII hex encoded binary data. If the data type is an integer, the endianness used is determined by the dataformat field found in adi/info.json.

Examples:

The value 5 encoded as a UINT16, with dataformat = 0 (little endian):

0500

The character array ABC encoded as CHAR[3] (dataformat is not relevant for CHAR):

414243