Printronix l7032 Verweishandbuch

Seite von 416
Plotting Bitmap Images
 127
Plotting Bitmap Images
Purpose
Creates and prints bitmap images
Mode
Graphics with an Extended Graphics Command selected
Format 
To create a bitmap image:
(cc) IPLOT, 
type, id, width, data (cc)G
(cc)
Represents the Special Function Control Code 
(SFCC). Enter the specific SFCC for your VGL con-
figuration.
IPLOT,
The bitmap image command. Enter IPLOT, (the 
comma is required).
type
The data type that is used to specify the bitmap. 
Enter 4 for 4 bit data, or 8 for 8 bit data. For 4 bit 
data, two bytes determine 8 bits of the image. For 8 
bit data, one byte determines 8 bits of the image.
id
The bitmap identification number. Enter a one digit 
number between and 9.
width
The width of the bitmap, in bytes. Enter a value 
between and 999. Leading zeros for values with 
less than 3 digits are not required.
data
The bitmap image data. The data may either be 
specified in its entirety, or represented in a com-
pressed format using the (cc)B, (cc)W, and (cc)D 
commands in any sequence and quantity.
(cc)B 
pattern, count
Byte repeat specifier. Allows you to repeat a 
desired byte pattern. Enter the SFCC, followed by 
B. Then enter a 2 character byte pattern, followed 
by a comma, followed by a value between 1 and 
999 for the number of times (count) to repeat the 
pattern. Leading zeros for values with less than 3 
digits are not required.
(cc)W 
count "White" byte (all bits "off") repetition. Enter the 
SFCC, followed by W, followed by a value between 
1 and 999 for the number of times (count) to repeat 
the pattern. Leading zeros for values with less than 
3 digits are not required.
(cc)D 
count
"Dark" byte (all bits "on") repetition. Enter the 
SFCC, followed by D followed by a value between 
1 and 999 for the number of times (count) to repeat 
the pattern. Leading zeros for values with less than 
3 digits are not required.
(cc)G
IPLOT command terminator. Enter the SFCC for 
your VGL configuration followed by G to end the 
IPLOT command sequence.