Uint, Uint10, Uint100 – Rockwell Automation 825-P Modular Protection System for Motors User Manual User Manual
Page 146: Uint1000, Long, Long10, Long100, Long1000, Bitmap, Enum

146
Rockwell Automation Publication 825-UM004D-EN-P - November 2012
Chapter 10 Modbus RTU Communications
UINT
Value ranges from 0 to 65535
0x8000
UINT10
UINT with scale factor of 10
(divide by 10 to obtain value)
0x8000
UINT100
UINT with scale factor of 100
(divide by 100 to obtain value)
0x8000
UINT1000
UINT with scale factor of 1000
(divide by 1000 to obtain value)
0x8000
LONG
Value ranges = –2147483647…2147483647, most
significant word in lower address register
0x80000000
LONG10
LONG with scale factor of 10
(divide by 10 to obtain value)
0x80000000
LONG100
LONG with scale factor of 100
(divide by 100 to obtain value)
0x80000000
LONG1000
LONG with scale factor of 1000
(divide by 1000 to obtain value)
0x80000000
BITMAP
A bitmapped value
ENUM
An enumerated value
STRING
A null terminated ASCII string
Conversion
Description
Reserved Value