Tally T5023+ Programming Manual page 48

Multi-functional flat bed printer
Table of Contents

Advertisement

Notes about command description
The following values occur as arguments of PRINT and PRINTLF
Argument
"x"
character (x)
character (a, b,..., n)
"text"
A, B, C,..., N
or counter, page,
pass, etc.
On 'x':
For example, C as printable character can be specified directly by means of 'C'
in the sequence ESC C NUL (n) or by means of char (67), whereby 67 is the
decimal ASCII encryption of C.
Examples on char( x):
char( 27) with 27 = decimal encryption of ESC
char( 4) with 4 = value of n
for example, from the sequence ESC C NUL (n)
The procedure GET (arguments) should symbolize the data transmis-
8
sion from the document printer to the program. This procedure is only
relevant for the description of certain CSI sequences in the "Additional
commands" chapter, with which responses from the printer can be eva-
luated.
Examples:
The command for line feed is LF and is encrypted decimally according to the ASCII
coding by '10'. Equivalent to this are the pseudo code instructions:
PRINT("This is a line", char(10))
PRINTLF("This is a line")
38
Meaning
Code of a printable character x from the sequence
... x ...
x :=
decimal encryption of an ASCII value
or x := value of a parameter n, m, etc., which is to be
coded binarily
char( a), char( b), ..., char( n)
string of text/character chain
numeric or alphanumeric variables in the form of
capital letters or speaking names such as "counter",
"page", etc.
T5023/5023+ - Programming Guide
Standard commands
:
ESC

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

T5023

Table of Contents