Appendix
199
_________________________________________________________________________________________
_________________________________________________________________________________________
Microplex
logiJET TC8
Edition 1.2
12.4. Color Support by several Emulations
Characteristics of the logiJET TC8:
The rear print unit prints the first color (standard: black)
The front print unit prints the second color
Hint:
12.4.1. IDOL
The Microplex programming language IDOL provides commands for print
color switch over.
The syntax of the command is as follows:
Function:
This function selects the print color. The chosen color is used for
all print elements (text and graphics).
Parameters: <nnn> = 001 ... 007 : current print color
<nnn> = 001 : 1st color (Default: black)
<nnn> = 002 : yellow
<nnn> = 003 : cyan
<nnn> = 004 : magenta
<nnn> = 005 : red
<nnn> = 006 : green
<nnn> = 007 : blue
Note: The printer ignores this command if color printing is not available.
Example:
The word 'MICROPLEX' is to be printed in red. The text following is
to be printed in black.
& % & % 18 005MICROPLEX& % & % 18 001
MICROPLEX
Syntax:
<ESC><ESC>
18
<nnn>
(27)(27)(49)(56)...