Labels

The address format for Labels is:

L<READER>.<FORMAT>

where:

<READER> is the reader number from 0 to 7.

<FORMAT> is one of the following 13 string format specifiers. The string format specifiers indicate the justification of the label value (Left or Right), fill character (Blank or Zero), and the position of the conveyance system ID (None, Prefix, or Suffix).

Format Data Type Elements Example
NUM INT 1 1234
LBN STRING 5 "1234 "
LBP STRING 9 "ABCD1234 "
LBS STRING 9 "1234ABCD "
LZN STRING 5 "1234 "
LZP STRING 9 "ABCD1234 "
LZS STRING 9 "1234ABCD "
RBN STRING 5 " 1234"
RBP STRING 9 "ABCD 1234"
RBS STRING 9 " 1234ABCD"
RZN STRING 5 "01234"
RZP STRING 9 "ABCD01234"
RZS STRING 9 "01234ABCD"

For example, L0.NUM is the label number for reader 0.

Note: If conveyance system IDs are less than four characters, string values are padded on the right with blanks to fill the required number of spaces.