LXE vx3plus Verweisanleitung

Seite von 282
 
E-EQ-VX3PLUSRG-A 
VX3Plus Reference Guide 
 
Chapter 4  Scanner 
Introduction 
Access: 
Start | Settings | Control Panel | Scanner  
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: 
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. 
The complete sequence of barcode processing is as follows: 
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. 
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 
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). 
The data is ready to be read by applications. 
See “Barcode Processing Examples” at the end of the “Barcode Manipulation” section.