Denso BHT-700-CE Reference Manual page 68

Barcode handy terminal
Table of Contents

Advertisement

□ Interleaved 2 of 5 (ITF) (I)
Syntax
I[:[mini.no.digits[-max.no.digits]][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 2 to 99 and satisfy the following
conditions:
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.
CD is a check digit. Specifying a C to CD makes the Interpreter check barcodes with MOD-10. The
check digit is included in the number of digits.
[Ex] To enable the BHT to scan ITF with min.no.digits 6, max.no.digits 10, and MOD-10
BHT_EnableBar(TEXT("FL"), TEXT("I:6-10C"))
[Ex] To enable the BHT to scan ITF 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("I:6-10,I:20-40"))
63

Advertisement

Table of Contents
loading

Table of Contents