User's Guide

HH1800 User Guide 45
In this example, you are scanning the same three barcodes, but you want <> brackets and a
carriage return and line feed to separate your output.
The sequence editor would use the same command line as shown in Output Sequence
Example 1 - Three Symbologies (page 43):
SEQBLK
62
9999
43
FF
6A
9999
54
FF
72
9999
4D
FF
sequence editor start command
code identifier for Code 39
code length that must match for Code 39, 9999 = all lengths
start character match for Code 39, 43h = "C"
termination string for first code
code identifier for Code 128
code length that must match for Code 128, 9999 = all lengths
start character match for Code 128, 54h = “T
termination string for first code
code identifier for PDF417
code length that must match for PDF417, 9999 = all lengths
start character match for PDF417, 4Dh = “M”
termination string for third code
But you would add your <> separators for each sequence:
SEQSEP99
3C
3E
separator for each sequence, 99 = all symbologies
left bracket (<)
right bracket (>)
And add the carriage return and line feed as a suffix:
SEQSUF99
0D
separator for suffixes, 99 = all symbologies
carriage return