13
EA KIT160-6
ESC
J
n1
Switch tone on/off manually
Switches the tone off (
n1
=0), on for an undefined period (
n1
=1) or on for n1/10 seconds (
n1
=2..255). (This only
applies to versions with EA KIT160-6LEDTP touch panel.)
Example: $1B
$4A $0A
The tone sounds for 1 second after this command.
ESC
K
A
add
Assign address
Assigns an address to the EA KIT160 (
add
=0..254). The best place for this command is in the power-on macro.
Example: $1B
$4B $41 $01
The EA KIT160 is assigned the address $01 with immediate effect.
ESC
K
S/Dadd
(De)select KIT160
Selects (
S
) or deselects (
D
) the EA KIT160 with the address
add
(0..254); the address 255=$FF is a master
address for all EA KIT160 units.
Example: $1B
$4B $44 $01
All commands for the EA KIT160 with the address $01 are ignored with immediate effect.
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