Genicom GEK 00031B Printer User Manual


 
GEK-00029A 5000 Series Programmer’s Manual
177
SSU Select Size Unit:
When PUM is set, Select Size Unit selects either
decipoints or pixels as the spacing unit, depending on the parameter
settings defined below.
If the printer receives an SSU while PUM is reset, the selected unit
will take effect when PUM is set and will then remain in effect until
the printer receives another SSU or a reset sequence. Default value at
power-up or reset is decipoints. The printer will ignore all Ps values
other than 2 or 7.
General Command Syntax
ESC [ Ps SP I
Decimal: 27 91
Ps
32 73
Hex: 1B 5B
Ps
20 49
BASIC: CHR$(27);”[“;
Ps
;” I”;
Ps Spacing Unit
2 Decipoint (1/720 inch)
7 Pixel (1/600 inch)
SHS Select Horizontal Spacing:
Ps selects the horizontal pitch.
General Command Syntax
ESC [ Ps SP K
Ps Horizontal Pitch
0 10 characters per inch
1 12 characters per inch
2 15 characters per inch
3 6 characters per inch
Decimal: 27 91
Ps
32 75
Hex: 1B 5B
Ps
20 4B
BASIC: CHR$(27);”[“;
Ps
;” K”;
SVS Select Vertical Spacing:
Ps selects the vertical spacing between
lines that is used by all fonts.
General Command Syntax
ESC [ Ps SP L
Ps Vertical Pitch
0 6 lines per inch
1 4 lines per inch
2 3 lines per inch
3 12 lines per inch
4 8 lines per inch
5 5 lines per 30 inches
9 2 lines per inch
1 10 lines per inch
Decimal: 27 91
Ps
32 76
Hex: 1B 5B
Ps
20 4C
BASIC: CHR$(27);”[“;
Ps
;” L”;