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

Multi-functional flat bed printer
Table of Contents

Advertisement

Line feed commands

Determining n/180 inch line spacing

ESC
27
1B
Function:
ESC 3 (n) sets the line spacing to n/ 180 inch for the subsequent line feed com-
mands. A value between 0 and 255 inclusive must be given for n.
The 3 is the ASCII character for the figure three and not the ASCII code 3.
Example:
A demonstration of the printout for n = 1 to 20 with a measuring unit of
.
line spacing
BEGIN
SET N = 0
REPEAT
SET N = N + 1
PRINT( char(27),"3", char(N))
PRINTLF( N,"/180 inch line spacing")
UNTIL N = 20
END
Result:
60
3
(n)
51
n
33
n
T5023/5023+ - Programming Guide
ASCII character
Decimal
Hexadecimal
Standard commands
n/ 180 inch

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

T5023

Table of Contents