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 4: Standard Command Codes
“i” Programming Reference
4-44 PN: 9001158B
BASE REFERENCE POINT
FUNCTION
To establish a new base reference point for the current label. The base reference point is the top left
corner or “origin” from where all print position commands are based. This command may be very
helpful when using labels less than two inches wide to place images on the printable label surface. It
may also be used to move images past preprinted fields on a label.
FORMAT
<ESC>A3H-aaaa-Vbbbb
- = This character is optional. When present, it specifies that The horizontal offset
is in the negative direction. If it is left out the offset direction is positive.
aaaa = Horizontal Print Offset (-Hmax to +Hmax)
bbbb = Vertical Print Offset (-Vmax to +Vmax)
Place preceding all images based on the new base reference point.
EXAMPLE
<ESC>A
<ESC>L0202
<ESC>H0025<ESC>V0025<ESC>WB0MNORMAL REFERENCE POINT
<ESC>A3H0300V0075
<ESC>H0100<ESC>V0050<ESC>WB0MNEW REFERENCE POINT
<ESC>Q1
<ESC>Z
OUTPUT
(4-28a)
NOTES
Use of this command will set the printer’s Vertical/Horizontal Offset configuration until a new Base
Reference Point command is issued or the setting is changed from the operator panel.
This command may be used more than once in a print job.
An alternative to using this command is to make changes to your current Horizontal and Vertical Print
Position commands.
Example: If the current base reference point is H=1, V=1 and you wish to move all the fields on your
label downward vertically by 150 dots. You could either, (1) add the Base Reference Point command or,
(2) change all the vertical position commands by an additional 150 dots.
For a more detailed example of the Base Reference Point command, refer to the Introduction unit.
The printer will not “wrap” if any part of a character or image extends beyond the last print dot position.
It will disappear and not be visible on any part of the label.