Fixed Binary (8 <= p <= 15)

Fixed Binary (8 <= p <= 15) is a 16-bit, signed, 2's complement binary integer. The low order 15 bits contain the integer, the high order bit contains the sign. The sign bit (S) is 1 if the value is negative, 0 if the value is positive or zero.


Fixed Binary

Size Alignment    Range
2 bytes    2 bytes -32768 to 32767