Data Editing#

Prefix/Suffix and Hidden Character Settings#

You can add up to 10 prefixes and/or 10 suffixes to the output data. To configure them, scan the two-digit hexadecimal numeric setup codes that correspond to the required ASCII value (that is, two barcodes per character).

See also

For character values, please refer to ASCII Function Key Character Reference Table and ASCII Character Reference Table; for parameters that require input of numerical values, please scan Numeric Setup Codes; for specific procedures, see Add a Prefix or Suffix.

Can be set to hide the first, middle or last characters of the barcode. After scanning the corresponding hidden setting barcode, scan the two-digit hexadecimal setting barcode corresponding to the length of the characters to be hidden (00~FF, for example, scan 0 and 4 in sequence when hiding 4 characters).

See also

See Steps to Hide the First/Middle/Tail Characters of a Barcode for the hidden character process.

Operation Code#

../../_shared/_images/wireless-rf-bt/24SCAN232.png

Add Prefix#

../../_shared/_images/wireless-rf-bt/24SCAN231.png

Add Suffix#

../../_shared/_images/wireless-rf-bt/24SCAN234.png

Clear all prefixes#

../../_shared/_images/wireless-rf-bt/24SCAN233.png

Clear all suffixes#

../../_shared/_images/wireless-rf-bt/24SCAN235.png

Hide Leading Characters#

../../_shared/_images/wireless-rf-bt/24SCAN236.png

Hide Middle Section Start Position#

../../_shared/_images/wireless-rf-bt/24SCAN237.png

Hide Middle Section Length#

../../_shared/_images/wireless-rf-bt/24SCAN238.png

Hide Trailing Characters#

Numeric Setup Codes#

For parameters that require a numeric value, scan the corresponding numeric setup codes.

../../_shared/_images/wireless-rf-bt/24NO230.png

Numeric Setup Code 0#

../../_shared/_images/wireless-rf-bt/24NO231.png

Numeric Setup Code 1#

../../_shared/_images/wireless-rf-bt/24NO232.png

Numeric Setup Code 2#

../../_shared/_images/wireless-rf-bt/24NO233.png

Numeric Setup Code 3#

../../_shared/_images/wireless-rf-bt/24NO234.png

Numeric Setup Code 4#

../../_shared/_images/wireless-rf-bt/24NO235.png

Numeric Setup Code 5#

../../_shared/_images/wireless-rf-bt/24NO236.png

Numeric Setup Code 6#

../../_shared/_images/wireless-rf-bt/24NO237.png

Numeric Setup Code 7#

../../_shared/_images/wireless-rf-bt/24NO238.png

Numeric Setup Code 8#

../../_shared/_images/wireless-rf-bt/24NO239.png

Numeric Setup Code 9#

../../_shared/_images/wireless-rf-bt/24NO23A.png

Numeric Setup Code A#

../../_shared/_images/wireless-rf-bt/24NO23B.png

Numeric Setup Code B#

../../_shared/_images/wireless-rf-bt/24NO23C.png

Numeric Setup Code C#

../../_shared/_images/wireless-rf-bt/24NO23D.png

Numeric Setup Code D#

../../_shared/_images/wireless-rf-bt/24NO23E.png

Numeric Setup Code E#

../../_shared/_images/wireless-rf-bt/24NO23F.png

Numeric Setup Code F#

Output Format Settings#

To change the output data format, scan the corresponding setup barcode below.

../../_shared/_images/wireless-rf-bt/24DATA230.png

Default Output Format#

../../_shared/_images/wireless-rf-bt/24DATA231.png

Allow Suffix Output#

../../_shared/_images/wireless-rf-bt/24DATA232.png

Allow Prefix Output#

../../_shared/_images/wireless-rf-bt/24DATA235.png

Allow Hiding Leading Data#

../../_shared/_images/wireless-rf-bt/24DATA234.png

Allow Hiding Middle Data#

../../_shared/_images/wireless-rf-bt/24DATA233.png

Allow Hiding Trailing Data#

Procedure Examples#

Add a Prefix or Suffix#

  1. If prefix and suffix output has not been enabled, please scan the corresponding output formatting code first.

  2. The new characters will be appended to the existing suffixes; if you want to abandon the original suffixes, please scan “Clear all prefixes/suffixes” and then reset them.

  3. Scan the “Add Prefix” or “Add Suffix” setting barcode.

  4. Determines the hexadecimal value of the prefix or suffix to be entered based on ASCII Function Key Character Reference Table or ASCII Character Reference Table.

  5. Scan the corresponding two-digit hexadecimal setting barcode.

  6. To continue adding characters, repeat steps 4 and 5.

Example

If you need to add Ctrl+A as a prefix, scan “Add Prefix” “9” “7” “4” “1” in sequence.

Example

If you need to add Ctrl+Alt+A as a suffix, scan “Add suffix” “9” “7” “9” “9” “4” “1” in sequence.

Steps to Hide the First/Middle/Tail Characters of a Barcode#

  1. Scan the setting barcode that hides the header, middle starting bit, middle length or trailing characters of the barcode.

  2. Determine the hexadecimal value corresponding to the character length to be hidden (for example, hide 4 characters scan 0, 4; hide 12 characters scan 0, C).

  3. Scan the corresponding two-digit hexadecimal setting barcode.

  4. Enable or disable the hidden character function through the output formatting code.

Example of one code setting for suffixes, suffixes and hidden characters#

Note

In this section, you edit the format, set it by generating a barcode and scanning it, or send it through a serial command.

Online One-Code Setup Generator#

Edit format:

$DATA#ncllxx#
n

1 suffix; 2 prefix; 3 hides the tail content of the barcode; 4 hides the middle content of the barcode; 5 hides the first content of the barcode; 7 replaces characters.

c

Code ID currently supports only 0, which indicates all symbologies.

ll

Length, hexadecimal value: 01~0A, hide 01~FF, replace 01~05.

xx

ASCII value. Hexadecimal can be represented by \x plus two characters, and the character range is 0~9, A~F.

One-Code Setup Examples#

Command

Description

$DATA#1005abcd\x03#

Add 0x05 suffixes: abcd + 0x03.

$DATA#200ANETUM12345#

Add 0x0A prefix NETUM12345.

$DATA#3008#

Hide the last 0x08 characters of the barcode.

$DATA#40050A#

Hides the 0x0A characters after the 0x05 character in the barcode.

$DATA#5011#

Hide barcode header 0x11 bytes.

$DATA#7001\x1D02GS#

Replace GS (0x1D) characters with GS.

$DATA#7002NT01Z#

Replace NT with Z.

Character replacement operation#

Format: $DATA#70 + replaced character length + replaced characters + replacement data length + replacement data #

The sum of the lengths of the replaced characters and the replacement characters is <= 6, supporting 1~6 characters being replaced by 5~0 characters.

../../_shared/_images/wireless-rf-bt/24DATA23700A23.png

Read replacement settings#

../../_shared/_images/wireless-rf-bt/24DATA23700023.png

Clear replacement settings#

Example

$DATA#7001\x1D02GS# means replacing the non-displayable character GS (0x1D) with GS for display.

../../_shared/_images/wireless-rf-bt/24DATA2370015Cx1D02GS23.png

Character replacement operation: GS to text GS#

Example

$DATA#7001\x0A01\x0D# means replacing LF (0x0A) with CR (0x0D).

../../_shared/_images/wireless-rf-bt/24DATA2370010A010D23.png

Character replacement operation: LF to CR#

Example

$DATA#7006ABCDEF00# means replacing the string ABCDEF with an empty string, that is, not displaying it.

Terminal character settings#

Note

This terminal character is independent of the scan engine suffix and wireless suffix, which facilitates quick setting when the scan engine has no suffix.

../../_shared/_images/wireless-rf-bt/24TERM230.png

None (Default)#

../../_shared/_images/wireless-rf-bt/24TERM231.png

Carriage Return CR#

../../_shared/_images/wireless-rf-bt/24TERM232.png

Tab TAB#

../../_shared/_images/wireless-rf-bt/24TERM233.png

Carriage Return + Line Feed CRLF#

../../_shared/_images/wireless-rf-bt/24TERM234.png

Line Feed LF#

GS1 AI field bracket settings#

Note

Only some AI fields are applicable and require special version support.

../../_shared/_images/wireless-rf-bt/24DATA23AI0.png

Raw Format (Default)#

../../_shared/_images/wireless-rf-bt/24DATA23AI1.png

Add Parentheses#

../../_shared/_images/wireless-rf-bt/24DATA23AI10D23.png

Add brackets and separate with CR#

../../_shared/_images/wireless-rf-bt/24DATA23AI10923.png

Add brackets and separate them with TAB#