Entering data into both the Name and ID Code fields enables the Add button. Tap the Add button and the data is added to the next empty location in the Custom ID list.

Insert

Tap on an empty line in the Custom ID list. The Add button changes to Insert. Enter data into both the Name and ID Code fields and tap the Insert button. The data is added to the selected line in the Custom IDs list.

Edit

Double tap on the item to edit. Its values are copied to the text boxes for editing. The Add button changes to Replace. When Replace is tapped, the values for the current item in the list are updated.

Clear All

When no item in the Custom IDs list is selected, tapping the Clear All button clears the Custom ID list and any text written (and not yet added or inserted) in the Name and ID Code text boxes.

Remove

The Clear All button changes to a Remove button when an item in the Custom IDs list is selected. Tap the desired line item and then tap the Remove button to delete it. Line items are Removed one at a time. Contents of the text box fields are cleared at the same time.

Control Code Replacement Examples

Configuration

 

Example

Example

 

Translation

Control

Translated data

data

configuration

 

Character

 

 

 

 

 

 

 

 

 

 

Ignore(drop)

The control character is

ESCape

‘Ignore (drop)’

0x1B in the bar code is

 

discarded from the bar code

 

 

discarded.

 

data, prefix and suffix

 

 

 

 

 

 

 

 

Printable text

Text is substituted for Control

Start of TeXt

‘STX’

0x02 in a bar code is

 

Character.

 

 

converted to the text

 

 

 

 

‘STX’.

 

 

 

 

 

Hat-encoded

The hat-encoded text is

Carriage

‘^M’

Value 0x0d in a bar

text

translated to the equivalent hex

Return

 

code is converted to the

 

value.

 

 

value 0x0d.

 

 

 

 

 

Escaped hat-

The hat-encoding to pass thru to

Horizontal

‘\^I’

Value 0x09 in a bar

encoded text

the application.

Tab

 

code is converted to the

 

 

 

 

text ‘^I’.

 

 

 

 

 

Hex-encoded

The hex-encoded text is

Carriage

‘0x0A’

Value 0x0D in a bar

text

translated to the equivalent hex

Return

 

code is converted to a

 

value.

 

 

value 0x0A.

 

 

 

 

 

Escaped hex-

The hex-encoding to pass thru to

Vertical Tab

‘\0x0A’ or

Value 0x0C is a bar

encoded text

the application.

 

‘0\x0A’

code is converted to

 

 

 

 

text ‘0x0A’

 

 

 

 

 

8 - 33