2 - 44 IMAGETEAM™ 4410/4710 User’s Guide

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

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
9999code length that must match for Code 39, 9999 = all lengths
41 start character match for Code 39, 41h = “A”
FF termination string for first code
6A code identifier for Code 128
9999code length that must match for Code 128, 9999 = all lengths
42 start character match for Code 128, 42h = “B”
FF termination string for second code
69 code identifier for Code 93
9999code length that must match for Code 93, 9999 = all lengths
43 start character match for Code 93, 43h = “C”
FF termination string for third code
Require Output Sequence
When an output sequence is

Required

, all output data must conform to an edited
sequence or the scanner will not transmit the output data to the host device.
When it’s

On/Not Required

, the scanner will attempt to get the output data to
conform to an edited sequence, but if it cannot, the scanner transmits all output
data to the host device as is.
A - Code 39
B - Code 128
C - Code 93