Print modes Standard commands
102
T5023/5023+ - Programming Guide
Switchingoncondensedprint
Function:
SI switches condensed print on. The character size in condensed print is appro-
ximately 40% smaller than in normal print.
Example:
Result:
SI
15
0F
ASCII character
Decimal
Hexadecimal
– The command SI has the same effect as the command ESC SI.
– Condensed print is switched off again using DC2.
– Condensed and elongated print can be combined.
– 10 cpi and 12 cpi characters can be printed condensed. 15 cpi cha-
racters cannot be printed condensed.
– Condensed print can be set in the emulation menu.
BEGIN
PRINTLF("standard print")
PRINT(char(15)) <-- Condensed print on
PRINTLF("condensed print")
PRINT(char(18)) <-- Condensed print off
PRINTLF("standard print")
END
i