beautypg.com

Directly into image buffer – Avery Dennison Monarch 9864 Description of Commands User Manual

Page 99

background image

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

99

Line 1: 1100 0000 0011 0101

(/C035)

#YIB

Write logo with binary data directly into image buffer

.

Definition

Command #YIB writes the following binary data directly into the image
buffer in a predefined position. The data is represented directly by the 256
ASCII characters, i.e. 8 dots correspond to a byte which is to be
transmitted.

Only for group G:

Status printouts or print checks may not be started during the print job.

Command must stand between #ER and #Q!

Syntax

#YIBc/d/bbb...b

Groups

G,

H

c = int

Number of dot lines in the logo matrix. Maximum number of lines: 65535.

d = int

Number of bytes per line. Maximum: 65535.

All the lines must be of the same length.

b = bin

Parameter for one byte. Each byte encodes eight dots.

Assignment for binary coding:
1 = dot is printed, 0 = dot is not printed.
All the lines must be of the same length.

Notes about creating a logo can be found in the section "

Structure of a

logo

“.

Example

#YIB3/4/zܦ+{ø+_|£+_

This command is used to write 3 lines each with 4 bytes (corresponding
to 4 * 8 = 32 dots per line) directly into the image buffer.

Line 3: 01111100 10011100 10111100 11011100
Line 2: 01111011 10011011 10111011 11011011
Line 1: 01111010 10011010 10111010 11011010