Data TypesModbus Term
UINT16 (16-bit Unsigned Integer)
A 16-bit unsigned integer — the native data type of a single Modbus register.
Definition
UINT16 is a 16-bit unsigned integer with a range of 0–65535. It is the native storage unit of every Modbus register. Most simple sensor values (temperature counts, counter totals, status words) fit in a single UINT16. When you read a holding or input register you always get a raw UINT16; interpretation as a different type (float, int, BCD) is done by the client.
Quick Facts
Related Terms
Was this definition helpful?