Parameters | Details |
---|---|
a = mask string | The mask string sets the serialization scheme. The length of the string mask defines the number of characters (or in firmware version x.14 and later, combining semantic clusters) in the current ^FD string to be serialized. The mask is aligned to the characters (or in firmware version x.14 and later, combining semantic clusters) in the ^FD string starting with the right-most (or in firmware x.14 and later, last) in the backing store position. Mask String placeholders: D or d – Decimal numeric 0–9H or h – Hexadecimal 0–9 plus a-f or A-FO or o – Octal 0–7A or a – Alphabetic A–Z or a–zN or n – Alphanumeric 0–9 plus A–Z or a–z% – Ignore character or skip |
b = increment string | The increment string is the value to be added to the field on each label. The default value is equivalent to a decimal value of one. The string is composed of any characters (or in firmware version x.14 and later, combining semantic clusters) defined in the serial string. Invalid characters (or in firmware version x.14 and later, combining semantic clusters) are assumed to be equal to a value of zero in that characters (or in firmware version x.14 and later, combining semantic clusters) position. The increment value for alphabetic strings starts with ‘ A ’ or ‘a ’ as the zero placeholder. This means to increment an alphabetic character (or in firmware version x.14 and later, combining semantic cluster) by one, a value of ‘B ’ or ‘b ’ must be in the increment string. |
^FDBL0000^SFAAdddd,1
BL0000, BL0001,...BL0009, BL0010,... BL0099, BL0100,...BL9999, BM0000...
^FDBL00-0^SFAAdd%d,1%1
BL00-0, BL01-1, BL02-2,...BL09-9, BL11-0, BL12-1...