A794 Owner’s Guide | Chapter 6: Programming Information |
Print Bar Code (continued)
Second Variation Length of Byte Specified at Beginning of String
The value of m selects the bar code system as described in the table. When details present in the print buffer, the printer processes the data following m as normal data.
The variable d indicates the character code to be encoded into the specified bar code system. See the table. 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.
m | Bar Code | d | n, Length |
65 | 48- 57 (ASCII numerals) | Fixed Length: 11, 12 | |
66 | 48- 57 | Fixed Length: 11, 12 | |
67 | JAN13 (EAN) | 48- 57 | Fixed Length: 12, 13 |
68 | JAN8 (EAN) | 48- 57 | Fixed Length: 7, 8 |
69 | CODE39 | 48- 57, | Variable |
|
| 65- 90 (ASCII alphabet), |
|
|
| 32, 36, 37, 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) | 48- 57 | Variable (Even Number) |
71 | CODABAR | 65- 68, start code | Variable |
|
| 48- 57, |
|
|
| 36, 43, 45, 46, 47, 58 |
|
72 | Code 93 | 48- 57, 65- 90 (ASCII alphabet), | Variable |
|
| 32, 36, 37, 43, 45, 46, 47 (ASCII special |
|
|
| characters) |
|
|
| d1 = dn = 42 (start/stop code is |
|
|
| supplied by printer if necessary) |
|
73 | Code 128* | Variable | |
|
| d1 = |
|
|
| d2 = |
|
|
| (Stop code is provided by the printer) |
|
75 | PDF 417 | Variable Length |
Exceptions: Code 93 and PDF 417 are only available in A794 Native Mode.
Select Bar Code Width
ASCII | GS w n |
Hexadecimal | 1D 77 n |
Decimal | 29 119 n |
Value of n: | 2, 3, 4, 5, 6 |
Default: | n=3 |
Sets the bar code width to n dots.
Formulas
n+1/8 mm (n+1/203 inch).
December 1999 | 123 |