Denso BHT-400-CE Reference Manual page 82

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

RdMode
Sets or acquires Read mode.
Syntax
[VB]
Public Property
[C#]
public string
RdMode
Property
Character string used to specify read mode
Default value: "FB"
Exceptions
None
Note
The setting for this property will be valid the next time the read operation is enabled.
If an invalid character string is specified, no exceptions are thrown immediately, however, an exception
is thrown the next time the read operation is enabled.
The BHT supports four read modes: momentary switching mode (M), auto-off mode (F), alternate
switching mode (A), and continuous reading mode (C). Select a read mode by specifying the
appropriate code (M, F, A, or C).
Momentary switching mode (M)
The illumination LED lights up and barcodes can be read only when the trigger switch is
held down.
Provided the barcode data that has been read remains inside (i.e., not sent out of) the
barcode buffer, the BHT cannot read new barcodes even if the trigger switch is pressed (the
LED will not light up).
[Ex.] Set the read mode to momentary, turn the beeper notification OFF, and turn the LED
notification ON.
[VB] MyScanner.RdMode = "M"
[C#] MyScanner.RdMode = "M";
RdMode
As String
{get; set}
- 76 -

Advertisement

Table of Contents
loading

Table of Contents