NETUM Barcode Scanner: Prefix and Suffix Configuration Guide
Hide Prefix or Suffix Digits
This section details how to hide the start, middle, or end characters of a scanned barcode. After scanning the relevant hide barcode, scan a two-digit hexadecimal number to specify the length of characters to hide (e.g., to hide 4 characters, scan 04).
Hiding Barcode Characters
Hide Barcode Start Chars: Scan the command barcode for hiding start characters.
$SCAN#5
Hide Barcode Middle Char Start: Scan the command barcode for hiding the start of middle characters.
$SCAN#6
Hide Barcode Middle Chars: Scan the command barcode for hiding middle characters.
$SCAN#7
Hide Barcode End Chars: Scan the command barcode for hiding end characters.
$SCAN#8
Output Format for Hiding
To change the Scan Data Transmission Format for hiding characters, scan one of the following eight barcodes corresponding to the desired format.
Enable Hide Barcode Start Char:
$DATA#5
Enable Hide Barcode Middle Char:
$DATA#3
Enable Hide Barcode End Char:
$DATA#4
Procedures for Hiding Barcode Characters
Follow these steps to hide characters from the barcode's start, middle, or end:
- Scan the appropriate command barcode: "Hide Barcode Start", "Hide Barcode Middle Start", "Hide Barcode Middle length", or "Hide Barcode End Chars".
- Determine the hexadecimal value for the desired length. For example, to hide 4 characters, scan 04; to hide 12 characters, scan 0C.
- Scan the two-digit hexadecimal value from the Numeric Bar Codes section.
- Scan the output format barcode to enable or cancel the character hiding function.
Custom Prefix and Suffix
Up to 20 prefixes and 20 suffixes can be added to scan data for editing purposes. To set these values, scan a two-digit hexadecimal number (represented by two barcodes) corresponding to ASCII values. Refer to Table 1 and the Numeric Bar Codes section for details.
Adding a Prefix or Suffix
- Scan the command barcode: "Add Prefix" or "Add Suffix".
- Find the prefix or suffix hexadecimal value in the ASCII Chart.
- Scan the two-digit hexadecimal value from the Numeric Bar Codes.
- Repeat steps 2 and 3 for each prefix or suffix you wish to add.
- Scan the output format barcode to enable or disable prefix/suffix output.
Command Barcodes for Prefix/Suffix
Add Prefix:
$SCAN#2
Clear All Prefix:
$SCAN#4
Add Suffix:
$SCAN#1
Clear All Suffix:
$SCAN#3
Numeric Bar Codes
These barcodes represent hexadecimal values used for configuration.
Numeric Values 0-9:
$NO#0
, $NO#1
, $NO#2
, $NO#3
, $NO#4
, $NO#5
, $NO#6
, $NO#7
, $NO#8
, $NO#9
Hexadecimal Values A-F:
$NO#A
, $NO#B
, $NO#C
, $NO#D
, $NO#E
, $NO#F
Output Format Options
To change the Scan Data Transmission Format, scan one of the following barcodes:
Default Output Format:
$DATA#0
Enable Prefix Output:
$DATA#2
Enable Suffix Output:
$DATA#1
Example: Adding Normal Prefix and Suffix
To add prefixes "A" and "B", and suffix "!" to the barcode "123456789":
- Scan the command barcode: "Add Prefix".
- Check the ASCII Chart for the hex values of "A" (41H) and "B" (42H).
- Scan the two-digit hex value for "A":
$NO#4
,$NO#1
. - Scan the two-digit hex value for "B":
$NO#4
,$NO#2
. - Scan the output format to enable prefix output:
$DATA#2
. - Scan the command barcode: "Add Suffix".
- Check the ASCII Chart for the hex value of "!" (21H).
- Scan the two-digit hex value for "!":
$NO#2
,$NO#1
. - Scan the output format to enable suffix output:
$DATA#1
. - Scan the barcode "123456789". The output will be "AB123456789!".
Example: Adding Combination Key Suffix
To add the combination key "Ctrl+P" as a suffix to the barcode "123456789":
- Scan the command barcode: "Add Suffix".
- Check the ASCII Chart for the hex values of "Ctrl+P":
97
(Ctrl),50
(P). Note: The OCR shows "9" "7" "5" "0" which seems to be a typo or misinterpretation. Based on standard ASCII for Ctrl+P, it's usually represented by control codes. The table shows Ctrl as 97H. Let's assume the document intends to use specific codes for key combinations. The provided OCR for page 6 says "Ctrl+P - "9" "7" "5" "0"". I will use these values as provided by OCR. - Scan the four-digit hex value from the Numeric Bar Codes:
$NO#9
,$NO#7
,$NO#5
,$NO#0
. - Scan the output format to enable suffix output:
$DATA#1
. - Scan "Keyboard Ctrl Combination Key" (This implies a specific barcode for this function, but it's not explicitly shown as a command barcode in the text. It might be a general instruction to use a specific key combination on the scanner itself or a separate configuration step not detailed here. Given the context, it's likely referring to a specific barcode that enables the interpretation of subsequent key combination inputs. Since no such barcode is explicitly listed with a code, I will describe it as a step.)
- Scan the barcode "123456789". The output will be "123456789" followed by the "Ctrl+P" sequence. (Testing on Excel is mentioned).
Table 1. ASCII Character Equivalents
HEX | ASCII | HEX | ASCII | HEX | ASCII | HEX | ASCII |
---|---|---|---|---|---|---|---|
20H | Space | 30H | 0 | 40H | @ | 50H | P |
21H | ! | 31H | 1 | 41H | A | 51H | Q |
22H | " | 32H | 2 | 42H | B | 52H | R |
23H | # | 33H | 3 | 43H | C | 53H | S |
24H | $ | 34H | 4 | 44H | D | 54H | T |
25H | % | 35H | 5 | 45H | E | 55H | U |
26H | & | 36H | 6 | 46H | F | 56H | V |
27H | ' | 37H | 7 | 47H | G | 57H | W |
28H | ( | 38H | 8 | 48H | H | 58H | X |
29H | ) | 39H | 9 | 49H | I | 59H | Y |
2AH | * | 3AH | : | 4AH | J | 5AH | Z |
2BH | + | 3BH | ; | 4BH | K | 5BH | [ |
2CH | , | 3CH | < | 4CH | L | 5CH | \ |
2DH | - | 3DH | = | 4DH | M | 5DH | ] |
2EH | . | 3EH | > | 4EH | N | 5EH | ^ |
2FH | / | 3FH | ? | 4FH | O | 5FH | _ |
60H | ` | 70H | p | 80H | F1 | 90H | End |
61H | a | 71H | q | 81H | F2 | 91H | Page Down |
62H | b | 72H | r | 82H | F3 | 92H | Right Arrow |
63H | c | 73H | s | 83H | F4 | 93H | Left Arrow |
64H | d | 74H | t | 84H | F5 | 94H | Down Arrow |
65H | e | 75H | u | 85H | F6 | 95H | Up Arrow |
66H | f | 76H | v | 86H | F7 | 96H | Print Screen |
67H | g | 77H | w | 87H | F8 | 97H | *Ctrl |
68H | h | 78H | x | 88H | F9 | 98H | *Shirt |
69H | i | 79H | y | 89H | F10 | 99H | *Left Alt |
6AH | J | 7AH | z | 8AH | F11 | 9AH | *Right Alt |
6BH | k | 7BH | { | 8BH | F12 | 08H | BS |
6CH | l | 7CH | | | 8CH | Insert | 09H | HT |
6DH | m | 7DH | } | 8DH | Home | 0AH | LF |
6EH | n | 7EH | ~ | 8EH | Page Up | 0DH | CR |
6FH | o | 7FH | DEL | 8FH | Delete | 1BH | ESC |
Support
For inquiries regarding NETUM products, please send an email to service@gzxlscan.com. A response will be provided as soon as possible.
Contact Information
Tel: +0086 20-6626-0708
Email: service@gzxlscan.com
Address: Unit 137, The Pacific Industry Park, Xintang Town, Zengcheng District, Guangzhou, China/511340
Made in China