Technical data
Table Of Contents
- 0. i Cover B
- 0. i Copyright B
- 0. i TOC B
- 1. i Introduction B
- 2. i Programming Concepts B
- 3. i Code Quick Reference B.backup
- 4. i Standard Command Codes B
- 5. i Optional Command Codes B
- 6. i Bi-Directional Communications B
- 7. i Appendix B
- 7
- appendix
- custom graphics
- CUSTOM GRAPHICS EXAMPLE
- 1. Determine the matrix size for the graphic. It must be in 8 dot by 8 dot blocks. The example here has six blocks horizontally and six blocks vertically (48 x 48).
- 2. Lay out a grid and draw the image on the grid.
- 3. Transfer the image into a bit map representation and then into hexadecimal format:
- 4. Using the hexadecimal data, send the following code to print the graphic image as designed.
- 5. To send the data in binary format, the software must convert the data into binary format before transmitting it to the printer. Using the BASIC programming language for example, this is done by notation “CHR$ (&HC0)” which sends the hexidecima...
- PCX GRAPHICS EXAMPLE
- CUSTOM GRAPHICS EXAMPLE
- printer configuration commands
- reference tables

Unit 7: Appendix
“i” Programming Reference
7-16 PN: 9001158B
TABLE 9: BARCODE TYPE (<ESC>BD)
A BARCODE DESCRIPTION RATIO
0 NW-7 (Codabar)
Set print data including the Start/Stop characters.
A, B, C, D, E, N, T, a, b, c, d, e, n, t. When the barcode print data is [123], specify
[A123A].
Barcode character pitch is enabled.
For print data, refer to the NW-7 code table.
2:5
1 CODE39
Set print data to include the Start/Stop Character [*]. When the barcode print data is
[12345], specify [*12345*].
Barcode character pitch is enabled.
For print data, refer to the CODE39 code table.
2:5
2 Interleaved 2 of 5
Specify the print data in even-numbered digits. If specifying an odd-numbered digit, “0” will
be added to the head of the print data.
For print data, refer to the Interleaved 2 of 5 code table.
2:5
3 JAN/EAN13
The barcode will not have a guard bar and human readable information.
For print data, refer to the JAN/EAN13 code table.
Fixed
4 JAN/EAN8
The barcode will not have a guard bar and human readable information.
For print data, refer to the JAN/EAN13 code table.
Fixed
5 Industrial 2 of 5 Not supported. This will be ignored if specified. ---
6 Matrix 2 of 5 Not supported. This will be ignored if specified. ---
H UPC-A
The barcode will not have a guard bar and human readable information.
For print data, refer to the UPC-A code table.
Fixed
NOTE: The model composition ratio may not be available for some barcode types.