Output sequence editor, Require output sequence, Require outpu sequence – Baracoda BCM 2604 User Manual

Page 11

Advertising
background image

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 41 start 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 42 start character match for
Code 128, 42h = “B” FF termination string for second code
69 code identifier for Code 93
9999 code 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

To program the previous example using specific lengths, you would have to count any
programmed prefixes, suffixes, or formatted characters as part of the length. If you use the
example on the previous, assume a <CR> suffix and

specific code lengths, you would use the following command line:

SEQBLK62001141FF6A001242FF69001143FF

The breakdown of the command line is shown below:
SEQBLK sequence editor start command 62 code identifier for
Code 39
0011

Code 39 code length (9) plus CR suffix (2) = 11

41

start character match for Code 39, 41h = “A”

FF

termination string for first code

6A code

identifier

for

Code 128

0012

Code 128 code length (10) plus CR suffix (2) = 12

42

start character match for Code 128, 42h = “B”

FF

termination string for second code

69 code

identifier

for

Code 93

0011

Code 93 code length (9) plus CR suffix (2) = 11

43

start character match for Code 93, 43h = “C”

FF

termination string for third code

2.11.1 Output Sequence Editor

2.11.2 Require Output Sequence


When an output sequence is Required, all output data must conform to an edited sequence or
the imager will not transmit the output data to the host device. When it’s On/Not Required, the
imager will attempt to get the output data to conform to an edited sequence, but if it cannot, the
imager transmits all output data to the host device as is.

When the output sequence is Off, the bar code data is output to the host as the imager decodes
it. Note: This selection is unavailable when the Multiple Symbols Selection is turned on.

10

Enter Sequence

Default Sequence

Advertising