Genicom GEK 00031B Printer User Manual


 
GEK-00029B 5000 Series Programmer’s Manual
97
Set Line Spacing
Specifies the line spacing at n/216
n/216 Inch
inch increments.
Format
<SFCC> 3 <n>
Decimal: <SFCC> 3 <n>
Hex: <SFCC> 33 <nH>
BASIC: CHR$(<SFCC>);”3<n>”
n = 1 to 255
When the n/216 inch line spacing control code is received, all line
feeds following are at n/216 inch line spacing until a new line
spacing is selected or power is reset.
The vertical character position moves only in multiples of the current
dot row spacing. If the distance to move is other than a multiple of
the current dot row spacing, the remainder is added to the next paper
motion command.
Indeterminate Conditions
Caution should be used when combining this control code with other
print attributes such as Elongated (Double High), Superscript, or
Subscript; overlapping lines may occur.
Vertical Tab Vertical Tab <VT>:
Prints the data in the buffer and
advances the paper to the next vertical tab position.
Format
<VT>
Decimal: 11
Hex: 0B
BASIC: CHR$(11);
Details
If a vertical tab format is defined in the EVFU (channel 12) and the
VFU is enabled, the paper is moved to the next vertical tab position.
If a vertical tab format is not defined, the paper is advanced to the
next line at the current line spacing.