Plot mode graphics density commands – Genicom GEK 00031B User Manual

Page 102

Advertising
background image

Chapter 4. Printronix P Series Emulation

GEK-00029B

102

PLOT MODE GRAPHICS DENSITY COMMANDS

High Horizontal

Prints dots at the even

Density Graphics

numbered dot columns.
Formats

<EOT>

or

<SFCC> d

Decimal:

<EOT>

or

<SFCC> 100

Hex

:

04

or

<SFCC> 64

BASIC:

CHR$(<SFCC>);”d”;

The even dot plot code is used for programming high density graphics
and must be used in conjunction with the Odd Dot Plot code (05
hex). Refer to the Graphics section for detailed plot mode information.

High Vertical

Modifies the paper motion for a

Density Graphics

plot mode line to 1/144 inch rather than 1/72 inch. The ENQ (plot
mode code) should precede the DLE. See the discussion in the section
on dot graphics for more information. When not preceded by a plot
mode code, DLE acts as a VFU channel command.
Format

<DLE>

Decimal:

16

Hex:

10

BASIC:

CHR$(10);

Notes

GENICOM private code (not part of the target printers control codes).

Advertising