Denso BHT-200QW Spezifikationen Seite 89

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 88
- 87 -
RdMode
Sets or acquires Read mode.
Syntax
[VB]
Public Property RdMode As String
[C#]
public string RdMode {get; set}
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";
Seitenansicht 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare