User manual
Voyager 1250g User Guide 57
FFtermination string for first code
6Acode identifier for Code 128
9999code length that must match for Code 128, 9999 = all lengths
42start character match for Code 128, 42h = “B”
FFtermination string for second code
69code identifier for Code 93
9999code length that must match for Code 93, 9999 = all lengths
43start character match for Code 93, 43h = “C”
FFtermination 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 page 56, but assume a <CR> suffix and specific code
lengths, you would use the following command line:
SEQBLK62001241FF6A001342FF69001243FF
The breakdown of the command line is shown below:
SEQBLKsequence editor start command
62code identifier for Code 39
0012A - Code 39 sample length (11) plus CR suffix (1) = 12
41start character match for Code 39, 41h = “A”
FFtermination string for first code
6Acode identifier for Code 128
0013B - Code 128 sample length (12) plus CR suffix (1) = 13
42start character match for Code 128, 42h = “B”
FFtermination string for second code
69code identifier for Code 93
0012C - Code 93 sample length (11) plus CR suffix (1) = 12
43start character match for Code 93, 43h = “C”
FFtermination string for third code