100 Chapter 4: Programming Commands | Revision D 12/09 |
Values:
First variation: String terminated with NUL character. Length k is not specified in command string; it depends on the bar code being printed.
m | Bar code | d1...dk | length |
|
|
|
|
0 | Fixed length: 11, 12 | ||
1 | Fixed length: 11, 12 | ||
2 | JAN13 (EAN) | Fixed length: 12, 13 | |
3 | JAN8 (EAN) | Fixed length: 7, 8 | |
4 | Code 39 | 48- 57, 65- 90 (ASCII alphabet), 32, 36, 37, | Variable length |
|
| 43, 45, 46, 47 (ASCII special characters) |
|
|
| d1 = dk = 42 (start/stop code is supplied |
|
|
| by printer if necessary) |
|
5 | Interleaved 2 of 5 | Variable length (even number) | |
6 | Codabar | Variable length | |
10 | PDF 417 | Variable length, maximum 1000 characters |
Second variation: Length n specified at beginning of string. Except as noted, 0 < n < 256.
m | Bar code | d1...dn | length |
65 | Fixed length: 11, 12 | ||
66 | Fixed length: 11, 12 | ||
67 | JAN13 (EAN) | Fixed length: 12, 13 | |
68 | JAN8 (EAN) | Fixed length: 7, 8 | |
69 | CODE39 | Variable length | |
|
| 43, 45, 46, 47 (ASCII special characters) |
|
|
| d1 = dk = 42 (start/stop code is supplied |
|
|
| by printer if necessary) |
|
70 | Interleaved 2 of 5 (ITF) | Variable length (even number) | |
71 | CODABAR | Variable length | |
72 | Code 93 | Variable length | |
73 | Code 128 | Variable length | |
|
| d2 = |
|
|
| by the printer) |
|
74 | Code 128 auto compress | Variable length | |
|
|
| |
75 | PDF 417 | Variable length | |
|
|
| |
78 | Code EAN 128 auto compress | Variable length | |
|
|
| |
79 | PDF 417 | Variable length | |
|
| 0 < n < 2800 | |
|
| data length specified via |
|
|
| integer n = nH:nL 1D 6B m nL nH d1 . . . dn |
|
The value of m selects the bar code system as described in the table.
The variable d indicates the character code to be encoded into the specified bar code system. If character code d cannot be encoded, the printer prints the bar code data processed so far, and the following data is treated as normal data.
Exceptions
Code 93 and PDF 417 are only available in A799 native mode.