Denso BHT-700-CE Reference Manual page 83

Barcode handy terminal
Table of Contents

Advertisement

□ CODE-93 (L)
Syntax
L [: [min.no.digits [-max.no.digits]][;1
Where
min.no.digits and max.no.digits are the minimum and maximum numbers of digits for barcodes to
be read by the BHT, respectively. These should be numerals from 1 to 99, excluding start/stop
characters and check digits, and should satisfy the following condition:
min no. digits ≤ max no. digits
If both the min.no.digits and max.no.digits are omitted, then the default reading range is 1 to 99
digits. If only the max.no.digits is omitted, the BHT can only read the number of digits specified by
min.no.digits.
[Ex.]To enable the BHT to scan Code 93 with min.no.digits 6 and max.no.digits 12:
BHT_EnableBar (TEXT ("FL"), TEXT ("L:6-12" ))
[Ex.]To enable the BHT to scan Code 93 with min.no.digits 6 and max.no.digits 10, or min.no.digits
20 and max.no.digits 40:
BHT_EnableBar (TEXT ("FL"), TEXT ("L:6-10, L:20-40" ))
NOTE: Neither start/stop characters nor check digits will be transferred to the barcode buffer.
To specify multi-line code reading, specify "&" followed by the above syntax as many times as the
number of rows to be read. In the above syntax, information following ";" is valid only for multi-line
code reading. Specify 0 to 9 for the 1
reading for further details of specifying multi-line code reading.)
[Ex.] To read 2 rows of Code 93:
BHT_EnableBar (TEXT ("FB"), TEXT ("&, L:;12, L:;23"))
st
nd
digit [-2
digit]]]]
st
nd
and 2
digits. (Refer to the section on multi-line code
78

Advertisement

Table of Contents
loading

Table of Contents