13
EA KIT129-6
ESC
L
n1 pat
Set text mode
Sets the link mode (
n1
) and pattern (
pat)
for the string
output text function (
ESC Z
).
Example: $1B
$4C $03
$03
Sets the link mode for all subsequent text functions to
gray characters (pattern 3 = 50% gray) inverted with the
background.
Link mode n1:
1 = set: black pixels irrespective of the previous value (OR)
2 = delete: white pixels irrespective of the previous value
3 = inverse: changes black pixels to white pixels and vice versa (EXOR)
4 = replace: deletes the background and sets black pixels
5 = inverse replace: fills the background and sets white pixels
ESC
M
N
n1
Call macro
Calls the normal macro with the number
n1
(0..255).
Example: $1B
$4D $4E
$0F
The (normal) macro with the number 15 is executed.
ESC
M
T
n1
Call touch macro
Calls the touch macro with the number
n1
(0..255).
Example: $1B
$4D $54
$03
The (normal) macro with the number 3 is executed.
ESC
M
P
n1
Call port macro
Calls the port macro with the number
n1
(0..255).
Example: $1B
$4D $50
$01
The (normal) macro with the number 1 is executed.
ESC
M
A/J n1
n2 n3
Execute macros automatically
Calls the normal macros with the numbers
n1
to
n2
automatically every
n3
/10 seconds.
A
=cyclical call (e.g.
1,2,3,4,1,2,3,4, etc.);
J
=ping-pong call (e.g. 1,2,3,4,3,2,1,2,3,4, etc.).
Automatic execution is terminated:
- When a character is received from the RS-232 interface
- When a touch automatically executes a touch macro
- When an input change executes a port macro
Example: $1B
$4D $41
$01
$03
$05
The macros with the numbers 1, 2 and 3 are executed automatically with a break of 1/2 second.