Denso BHT-700-CE Reference Manual page 69

Barcode handy terminal
Table of Contents

Advertisement

□ CODABAR (NW-7) (N)
Syntax
N[:[mini.no.digits[-max.no.digits]][startstop][CD]]
Where
mini.no.digits and max.no.digits are the minimum and maximum numbers of digits for barcodes to be
read by the BHT, respectively.They should be a numeral from 3 to 99 and satisfy the following
condition:
mini.no.digits ≤ max.no.digits
If both of mini.no.digits and max.no.digits are omitted, then the default reading range is from the
minimum number of digits specified in the system menu (BhtShell.exe) up to 99 digits.
If only max.no.digits is omitted, the BHT can only read the number of digits specified by mini.no.digits.
start and stop are the start and stop characters, respectively. Each of them should be an A, B, C, or D.
If a question mark (?) is specified, it acts as a wild card. The start and stop characters are included in
the number of digits. The A through D will be stored in the barcode buffer as a through d.
CD is a check digit. Specifying a C to CD makes the Interpreter check barcodes with MOD-16. The
check digit is included in the number of digits.
[Ex] To enable the BHT to scan NW-7 with min.no.digits 8, start character A and stop character A, and
MOD-16
BHT_EnableBar(TEXT("FL"), TEXT("N:8AAC"))
[Ex] To enable the BHT to scan NW-7 with min.no.digits 6 and max.no.digits 10 or with min.no.digits 20
and max.no.digits 40
BHT_EnableBar(TEXT("FL"),TEXT("N:6-10,N:20-40"))
64

Advertisement

Table of Contents
loading

Table of Contents