beautypg.com

Genicom GEK 00031B User Manual

Page 95

background image

GEK-00029B

5000 Series Programmer’s Manual

95

Set Line Spacing

There are two formats for this

(1/8 Inch)

command.

The SFCC 0 command specifies continuous line spacing at 1/8-inch
increments (8 lpi).

In the SFCC LPI ; n command, the value of n can be 6 or 8 only. If n
= 8, this command sets line spacing to 1/8 inch. Values of n other
than 6 or 8 are ignored.
Formats

0

or

L P I ;

Decimal:

0

or

76 80 73 59

Hex:

30

or

4C 50 49 3B

BASIC:

CHR$();”0”;

or

CHR$();”LPI;”;

Details

When the 1/8-inch line spacing control code is received, all lines
print at 8 lpi until a new line spacing is selected or power is reset.

The control code line spacing selection overrides the control panel
line spacing setting.

Single Line Spacing Selects line spacing of 8 or 10.3 lpi for the current line only.

Formats

or

f

Decimal:

6

or

102

Hex:

06

or

66

BASIC:

CHR$(6);

or

CHR$();CHR$(6);

Details

The default line spacing is reselected automatically after the current
line terminates.

If the alternate line spacing selected from the control panel is 8 lpi,

the ACK control code sets the line spacing to 8 lpi. If 10.3 lpi was
selected from the control panel, the ACK control code sets the line
spacing to 10.3 lpi (7/72 inch).