Tally T5023+ Programming Manual page 153

Multi-functional flat bed printer
Table of Contents

Advertisement

Character set commands
Example of the definition of a draft character
The example shows the following steps:
Definition of a draft character under the character code of the letter A (left
space two dot columns, character width nine dot columns, right space one
dot column).
Printing of the newly defined character in normal, elongated and italic print.
BEGIN
PRINT(char(27),"&",char(0),"AA")
PRINT(char(2,9,1))
PRINT(table )
PRINTLF("AAAABCDEFG")
PRINT(char(27),"%",char(1))
PRINTLF("AAAABCDEFG")
PRINT(char(14))
PRINTLF("AAAABCDEFG")
PRINT(char(27),"4")
PRINTLF("AAAABCDEFG")
END
BEGIN table
char(8,0,0,16,0,0,32,0,0)
char(64,0,0,255,255,255,64,0,0) <- Charcter width 9,
char(32,0,0,16,0,0,8,0,0)
END table
Result:
T5023/5023+ - Programming Guide
Definition of characters
New definition of
<- character A
<- Character width
9 dot columns
<- B to G not newly
defined
i.e. 27 data bytes
143

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

T5023

Table of Contents