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 3: Code Quick Reference
“i” Programming Reference
3-11 PN: 9001158B
2D50
Data Matrix (ECC200). Specifies Data Matrix (ECC200) of 2D code.
a = Cell width in dots (01 to 16)
b = Cell height in dots (01 to 16)
c = Quantity of cells per roll (000, fixed)
d = Quantity of cell rows (000, fixed)
m = Quantity of binary data (1 to 3116)
n = Print data
7EH, 00H: when printing 00H
7EH, 7EH: when printing 7EH
2S
Two-Color Printing. Specifies printing in two colors - black and red.
a = 0: Black print
1: Red print
Vbbbb Vertical Position. Specifies a field’s vertical location down the length of the label from the
current base reference point. Units of measurement are dots.
WC Wireless LAN, EAP Authentification Specification. Specifies EAP.
a = 0: Not used
1: EAP-MD5
2: EAP-TLS
4: EAP-PEAP
WDHaaaaVbbbbXccccYddd
d
Copy Image Area (Partial Copy). To copy an image to another location of the label.
aaaa = Horizontal position of the top left corner of image area
bbbb = Vertical position of the top left corner of image area
cccc = Horizontal length of image area
dddd = Vertical length of image area
WE Wireless LAN Interface, Password Specification. Allows specification of an authorization
password.
a = Up to 32 characters possible.
WF Wireless LAN Interface, Secret Key Specification. Specifies the secret key.
a = Valid from 0 to 32 characters.
WG Wireless LAN Interface, Socket Port Number Settings. Specifies the socket port number.
aaaa = Four digit numeral fixed.
WH
Wireless LAN Interface, User Specification. Specifies username authentification.
a = Valid from 1 to 63 characters.
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION