Creating Graphic Fields - Paxar Monarch 6015 Programmer's Manual

Paxar printer instruction manual
Hide thumbs Also See for Monarch 6015:
Table of Contents

Advertisement

C r e a t i n g G r a p h i c F i e l d s
You print data stream graphics one line at a time. To creat e a line, you
specify bits to turn off or on. Bits turned off represent white space, and bits
turned on represent part of the graphic. There is a .125 mm gap between
consecutive lines.
Command
ESC -'V' -01 hex-00 hex-
#data#
You do not directly specify the bits turned on or off.
You specify the bits in groups of eight by using hex
Example
This line of code prints a solid horizontal line of dots.
ESC -V-1-0-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Description
Prints a graphic line.
#data#
48 hex bytes, indicating the dots to turn on or
off. For example, if a specified byte is FF, all
the dots are on. If it is 01, only one dot is on,
and the other 7 are off.
If you accidentally specify less than 48 bytes,
the printer does not print the graphic. If you
specify more than 48 bytes, a fatal exception
occurs.
values.
5

Advertisement

Table of Contents
loading

Table of Contents