Determining N/60 Inch Line Spacing - Tally T5023+ Programming Manual

Multi-functional flat bed printer
Table of Contents

Advertisement

Standard commands

Determining n/60 inch line spacing

ESC
27
1B
Function:
ESC A (n) sets the line spacing to n/ 60 inch for the subsequent line feed commands.
A value between 0 and 127 inclusive must be given for n (0 = no feed)
Example:
A demonstration of the printout using four n- values (0, 3, 5, 18) with a measuring unit
of n/ 60 inch line spacing. 6 lines are printed for each n.
BEGIN
SET loop = 0
REPEAT
SET loop = loop + 1
SET N = 0
N = 3
N = 5
N = 18
CASE OF loop
PRINT( char(27),"A", char(N)) <-- N = spacing
SET line = 0
REPEAT
SET line = line + 1
PRINTLF( N,"/60 inch line spacing")
UNTIL line = 6
UNTIL loop = 4
PRINT( char(27),"@")
PRINTLF()
END
A
(n)
65
n
41
n
T5023/5023+ - Programming Guide
ASCII character
Decimal
Hexadecimal
<-Initializing the printer
Line feed commands
.
61

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

T5023

Table of Contents