Output Sequence Editor

Enter Sequence

Default Sequence

Output Sequence Example

In this example, you are scanning Code 93, Code 128, and Code 39 barcodes, but you want the image scanner to output Code 39 1st, Code 128 2nd, and Code 93 3rd, as shown below.

Note: Code 93 must be enabled to use this example.

A - Code 39

B - Code 128

C - Code 93

You would set up the sequence editor with the following command line:

SEQBLK62999941FF6A999942FF69999943FF

The breakdown of the command line is shown below:

SEQBLKsequence editor start command 62 code identifier for Code 39

9999 code length that must match for Code 39, 9999 = all lengths

41start character match for Code 39, 41h = “A” FF termination string for first code

6A code identifier for Code 128

9999 code length that must match for Code 128, 9999 = all lengths

3 - 11