InteliLite 9 Global Guide
126
Data type Meaning
Number of
registers
Data maping
LSB1 = value, byte 2
MSB2 = value, byte 1
LSB2 = value, byte 0 (LSB)
Unsigned32 4-byte unsigned integer 2
MSB1 = value, byte 3 (MSB)
LSB1 = value, byte 2
MSB2 = value, byte 1
LSB2 = value, byte 0 (LSB)
Binary8 8-bit binary value 1
MSB = 0
LSB = value, bits 0-7
Binary16 16-bit binary value 1
MSB = value, bits 8-15
LSB = value, bits 0-7
Binary32 32-bit binary value 2
MSB1 = value, bits 24-31
LSB1 = value, bits 16-23
MSB2 = value, bits 8-15
LSB2 = value, bits 0-7
Char 1-byte ASCII character 1
MSB = 0
LSB = ASCII value of the character
StrList Index into a list of strings 1
MSB = 0
LSB = index into the list
ShortStr
Zero-terminated string of
max 15 ASCII characters.
8
MSB1 = ASCII value of the 1. character
LSB1 = ASCII value of the 2. character
MSB2 = ASCII value of the 3. character
LSB2 = ASCII value of the 4. character
…
LongStr
Zero-terminated string of
max 31 ASCII characters.
16
MSB1 = ASCII value of the 1. character
LSB1 = ASCII value of the 2. character
MSB2 = ASCII value of the 3. character
LSB2 = ASCII value of the 4. character
…