Chapter 4 Scanner; Introduction; Barcode Processing Overview - LXE VX6 Reference Manual

Lxe vx6: reference guide
Hide thumbs Also See for VX6:
Table of Contents

Advertisement

Introduction

Access:
Set scanner keyboard wedge parameters, enable or disable symbologies from being scanned,
scanner icon appearance, active scanner port, and scan key settings. Assign baud rate, parity, stop
bits and data bits for available COM ports.

Barcode Processing Overview

Note:
The complete sequence of barcode processing is as follows:
1
2
3
4
5
6
7
8
9
10 Add suffix string to output buffer.
11 Add a terminating NUL to the output buffer, in case the data is processed as a string.
12 If key output is enabled, start the process to output keys. If control characters are
The data is ready to be read by applications.
See "Barcode Processing Examples" at the end of the "Barcode Manipulation" section.
E-EQ-VX6RG-H

Chapter 4 Scanner

Start | Settings | Control Panel | Scanner
Steps 1-6 describe the barcode manipulation. Steps 7-11 describe how the manipulated
data is built. Step 12 describes how the manipulated data is output.
Scanned barcode is tested for a code ID and matching length (Min/Max). If it matches, it
is processed per the rules in place for that symbology. If the scan does not meet the
criteria for that symbology, it will be processed based on the settings for All. If a code ID
is not found, the barcode data will be processed based on the settings for All.
If symbology is disabled, the scan is rejected.
Strip leading data bytes unconditionally.
Strip trailing data bytes unconditionally.
Parse for, and strip if found, Barcode Data strings.
Replace any control characters with string, as configured.
Add prefix string to output buffer.
If Code ID is *not* stripped, add saved code ID from above to output buffer.
Add processed barcode string from above to output buffer.
encountered:
• If Translate All is set, key is translated to CTRL + char, and output.
• If Translate All is not set, and key has a valid VK code, key is output.
• Otherwise, key is ignored (not output).
VX6 Reference Guide

Advertisement

Table of Contents
loading

Table of Contents