Printronix P5000LJ Reference Manual

Page of 304
 98
Chapter
3
Configuring the P-Series Emulation with Control Codes
Plot, Even Dot (P-Series High Density Graphics)
ASCII Code EOT
SFCC d
Hex Code
04
SFCC 64
Dec Code
04
SFCC 100
Purpose
Prints dots at the even numbered dot columns. 
Discussion The even dot plot code is used for programming high density 
graphics and must be used in conjunction with the Odd Dot Plot 
code (hex 05). Refer to the Plot Mode section in Chapter 6 for 
detailed plot mode information.
Example
Print two high density plot boxes using odd and even dot plot for 
high density graphics. Compare the example below to the 
normal density odd dot plot example.
Plot, Odd Dot (P-Series Normal Density Graphics)
ASCII Code ENQ
SFCC e
Hex Code
05
SFCC 65
Dec Code
05
SFCC 101
Purpose
Prints dots at the odd numbered dot columns. 
Discussion This is the P-Series programming normal density graphics 
control code. The ENQ code should occur before any printable 
data in the data stream. For high density graphics, the Even Dot 
Plot code (04 hex) must be used in conjunction with (and 
precede) the Odd Dot Plot code. Refer to the P-Series 
Compatible Plot mode section in Chapter 6 for detailed plot 
mode information.
Example
Print two normal density plot boxes using odd dot plot. Compare 
the odd dot plot example below to the high density Even Dot Plot 
example.