Denso BHT-700-CE Reference Manual page 72

Barcode handy terminal
Table of Contents

Advertisement

□ CODE-128 (K)
Syntax
K[:[mini.no.digits[-max.no.digits]]]
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 1 to 99, excluding start/stop characters
and check digit. They should 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 1 to 99 digits. If
only max.no.digits is omitted, the BHT can only read the number of digits specified by mini.no.digits.
[Ex] To enable the BHT to scan Code 128 with min.no.digits 6 and max.no.digits 12
BHT_EnableBar(TEXT("FL"), TEXT("K:6-12"))
[Ex] To enable the BHT to scan Code 128 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("K:6-10,K:20-40"))
NOTE: Neither start/stop characters nor check digits will be transferred to the barcode buffer.
67

Advertisement

Table of Contents
loading

Table of Contents