3-32 BMP
®
61 Label Printer
User’s Manual
Serialization
You can combine letters and numbers in a single serialization. When the right-
most character in the Start Value reaches its maximum value (9, Z), the character
immediately to the left is incremented, and the right character cycles back to its
mimimum value (0, A)
Example:
Combined, single serialization:
Sequence #1
Start Value: A1
End Value: D4
Increment: 1
Produces: A1…A9, B0.. B9, C0.. C9, D0...D4
In a multi-sequence serialization, where the second set of values is NOT
dependent on the first set (i.e., Linked box NOT checked), the two sequences
increment sequentially, independent of each other.
Example:
Multiple serializations (where the second set of values is NOT
dependent on the first set of values):
In a multi-sequence “linked” serialization (i.e., Linked box checked), the second
set of values is dependent on the first set. The second sequence holds its initial
value until the first sequece completes, after which it moves to the next value.
Multiple linked serialization:
Sequence #1 Sequence #2
Start Value: 1 Start Value: A
End Value: 10 End Value: C
Increment: 1 Increment: 1
Produces: 1A, 2B, 3C, 4A, 5B, 6C, 7A, 8B, 9C, 10A
Sequence #1 Sequence #2
Start Value: 1 Start Value: A
End Value: 10 End Value: C
Increment: 1 Increment: 1
Produces: 1A..10A, 1B..10B, 1C..10C