57
5.2.9 Table Number
Table numbers given at read are added to sybmol data.
(Example output)
10000000099070 (ddmtbl=3)
(Output format)
Data + (ddmtbl=a) + Terminator
a : Table number
5.2.10 BCC (Back Check Charactor)
Calculates BCC (backcheck character) to detect errors. The calculated BCC is
added to the symbol data. There are three calculation methods, LRC (BCC),
SUM128, and CRC16. The data length of BCC to be added changes depending
on the calculation method.
Make sure to set the header to add BCC.
(Output format)
Data + Term BCC
(Calculate Method)
1) LRC(BCC)
Calculates all the characters (data for each 1 byte) excluding the header by
exclusive OR.
2) SUM128
1. Calculates total value of all characters excluding headers.
2. Calculates the total value in 1. and [0xFF] by logical conjunction.