User manual
6–6
Chapter 6 – Initializing the LT
LT Series User Manual
Relationship between the internal device address and external devices,
when using the Write Character Value operation.
16-bit Devices
The LT stores the character string in one internal Device, in groups of two, starting
with the first pair of characters.
When nine characters make up a string, they are arranged as follows:
1 2 3 4 5 6 7 8 9 Null
When the characters do not divide evenly by two, NULL is
added to the last character to make up the final pair and com-
plete the string.
32-bit Devices
The LT stores the character string in one internal device address, in groups of four,
starting with the first group of characters.
When there are nine characters, they are arranged as follows:
1 2 3 4 5 6 7 8 9 Null
When the characters do not divide evenly by four, NULL is
added to the last character to make up the final group and
complete the string.