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
<SFCC> 0 or
<SFCC> L P I ; <n>
Decimal: <SFCC> 0 or
<SFCC> 76 80 73 59 <n>
Hex: <SFCC> 30 or
<SFCC> 4C 50 49 3B <nH>
BASIC: CHR$(<SFCC>);”0”; or
CHR$(<SFCC>);”LPI;<n>”;
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
<ACK> or
<SFCC> f
Decimal: 6 or
<SFCC> 102
Hex: 06 or
<SFCC> 66
BASIC: CHR$(6); or
CHR$(<SFCC>);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).