Denso BHT-700-CE Reference Manual page 74

Barcode handy terminal
Table of Contents

Advertisement

□ Standard 2 of 5 (STF) (H)
Syntax
H[:[mini.no.digits[-max.no.digits]][CD][startstop]]
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.
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 from the
minimum number of digits specified in the system menu (BhtShell.exe) up to 99 digits.
If only max.no.digits is omitted, only the number of digits specified by mini.no.digits can be read.
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.
startstop specifies the normal or short format of the start/stop characters.
Specify N for the normal format; specify S for the short format. If startstop is omitted, start/stop
characters can be read in either format.
[Ex] To enable the BHT to scan STF with min.no.digits 6 and max.no.digits 12
BHT_EnableBar(TEXT("FL"), TEXT("H:6-12"))
[Ex] To enable the BHT to scan STF 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("H:6-10,H:20-40"))
69

Advertisement

Table of Contents
loading

Table of Contents