Avery Dennison Monarch 9864 Description of Commands User Manual
Page 101

10/07 Rev. AA
MANUAL EASY PLUG
Commands
All
devices
A = TTX 600 --TLX 604 – Eagle B = TTX 300 Offline -- Cobra Offline D = TTX 300 Online –TTX 207 -- Cobra Online – Da Capo
E = TTX 450/650/674/675/950/1050 – Puma/Puma plus/Lion/Lion plus/Tiger/Tiger XXL -- S45/65/95/105 -- TDI/STDI/XXTREME
G = TTX 350 – Ocelot – TTK – Texxtile H = 64-xx –Chess x –TT4 – DPM – PEM – ALX 92x – AP 4.4/5.4
101
Dot-Line
The actual data of a dot line is contained in pairs of hex numbers between
the start and end code. The first hex number of the pair gives the number of
consecutive zeros, the second hex number gives the number of
consecutive ones.
Example: 05FC (05 zeros, 252 ones)
If the number of zeros or ones in the binary code exceeds 253, a new pair
of hex numbers must be started (the correspondences of the numbers 254
and 255 are the start codes FE and FF).
Example: Binary code: 262 ones, 3 zeros, 1 one
RLE code: FE00FD00090301
(start code FE, 00 zeros, FD ones, 00 zeros, 09 ones, 03 zeros,
01 ones)
The 262 ones are divided into two value pairs because there are more than
253: 00FD and 0009. As the binary code does not have any zeros at the
beginning, the first byte in the first and second value pair is a zero.
Line length
RLE lines can be of any length.
Blank lines
A single blank line has the form FE0000.
Several blank lines are represented as follows: start code FF, followed by
the number of required blank lines.
Example: FF04 (04 blank lines in sequence); FF01 = FE0000 (one blank
line)
No zeros are required after FFxx (with xx blank lines). The start code for
the next line can follow directly afterwards.
Notes about creating a logo can be found in the section
Example
#YIR7/FE03040207FE00FD00090301FE0000FF0402030405FE
With this command 7 lines are written directly into the image buffer.
Line 7: 00111000011111
Line 6: 00111000011111
Line 5: 00111000011111
Line 4: 00111000011111
Line 3: blank line
Line 2: 111...(262 times)...1110001
Line 1: 0001111001111111