Denso BHT-700-CE Reference Manual page 67

Barcode handy terminal
Table of Contents

Advertisement

■ Beepercontrol and LEDcontrol
This function can control the beeper and the indicator LED to activate or deactivate each of them when a
barcode is read successfully. This function may also control the vibrator with beepercontrol.
- You should describe parameters of readmode, beepercontrol, and LEDcontrol without any space
inbetween.
- You should describe readmode, beepercontrol, and LEDcontrol in this sequence.
- Specifying B to beepercontrol allows you to select beeping only, vibrating only, or beeping & vibrating
according to the setting made on the BEEP/VIBRATOR menu in System Menu or the setting made
with the system function.
- Specifying L to LEDcontrol will not turn on the indicator LED.
[Ex] To sound the beeper (or operate the vibrator) when a barcode is read successfully:
BHT_EnableBar (TEXT("FB"), TEXT("A,I:4-99,M:1-99,N:3-99, L:1-99,K:1-99,H:1-99"))
[Ex] To deactivate the indicator LED when a barcode is read successfully:
BHT_EnableBar (TEXT ("FL"), TEXT ("A, I:4-99, M:1-99, N:3-99, L:1-99, K:1-99, H:1-99" ) )
■ Readcode
BHT-700B
The BHT supports the universal product codes, Interleaved 2of5 (ITF), Standard 2of5 (STF), Codabar
(NW-7), Code 39, Code 93, and Code 128, MSI, and RSS. The BHT can read also EAN-128 if Code 128
is specified.
□ Universal product codes (A)
Syntax
st
A [;[code][1
character [2
where code is A, B, or C specifying the following:
code Barcode type
A
EAN-13 (JAN-13), UPC-A
B
EAN-8 (JAN-8)
C
UPC-E
If code is omitted, the default is all of the universal product codes.
1stchara and 2ndchara are flag characters representing a country code and should be numerals from 0
to 9. If a question mark (?) is specified to 1stchara or 2ndchara, it acts as a wild card.
"supplemental" refers to the reading of an add-on code. Specifying an S for add-on enables the BHT to
read also barcodes with an add-on code.
[Ex] To enable the BHT to scan EAN-13 with 1stchara "4," 2ndchara "9" and add-on code
BHT_EnableBar(TEXT("FL"), TEXT("A:49S"))
[Ex] To enable the BHT to scan EAN-13 and EAN-8 only
BHT_EnableBar(TEXT("FL"), TEXT("A:A,A:B"))
nd
character]][supplemental]]
62

Advertisement

Table of Contents
loading

Table of Contents