Datasheet

78M6610+PSU Data Sheet
Table 3-1: Data Type Description
Data Type
Description
UINT24
A 24-bit unsigned integer having a range of 0 to 16777215.
Typically used for counters
INT24
A 24-bit signed integer with a range of -8388608 to +8388607.
USI24 A 24-bit unsigned scaled integer (scaled by the user).
SSI24 A 24-bit signed scaled integer (scaled by the user).
U.24
A 24-bit unsigned fixed-point value with the binary point to the left
of bit 23 with a range of 0 to 1-2
-24
.
U.23
A 24-bit unsigned fixed-point number with the binary point to the
left of bit 22 and with a range of 0 to 1-2
-23
.
U.22
A 24-bit unsigned fixed-point number with the binary point to the
left of bit 21 and with a range of 0 to 2-2
-22
.
U.21
A 24-bit unsigned fixed point number with the binary point to the
left of bit 20 and with a range of 0 to 4-2
21
.
S.23
A 24-bit signed fixed point number with the binary point to the left
of bit 22 and with a range of -1.0 to 1-2
-23
.
S.21
A 24-bit signed fixed-point number with a binary point to the left of
bit 20 and with a range of -4.0 to 4-2
-21.
S.16
A 24-bit signed fixed-point number with a binary point to the left of
bit 16 and with a range of -128 to +128
Boolean (B24)
A variable containing 24 independent single-bit values.
Rev 3 23