Esc ixa2 specify non-printed text strings, Esc ixa2, Specify non-printed text strings – Brother QL-720NW User Manual

Page 59

Advertising
background image

P-touch Template Command Reference

- 54 -

7. Control Command Details

ESC iXa2 Specify non-printed text strings

ASCII:

ESC

i X a 2 n1 n2 n3 data

Decimal:

27 105

88 97 50 n1 n2 n3 data

Hexadecimal:

1B 69 58 61 32 n1 n2 n3 data

Parameters

01h≤n1≤15h

n2: 00h (Fixed)

n3: 01h (Fixed)

00h≤data≤FFh

Description

Specifies the non-printed text string.

n1+(n2*256):

Length of the text string (0 to 20) + 1

data:

Text string (The maximum number of characters that can be set is 20 characters
(bytes).)

This command is a static command.

Remarks

Invalid if more than 20 characters have been specified

Example

To specify the non-printed text string as “ABCD”:

Since the text string contains four characters, n1=05h and n2=00h. Therefore, the command will be as

follows.

ESC i X a 2 05h 00h 01h A B C D

(1Bh 69h 58h 61h 32h 05h 00h 01h 41h 42h 43h 44h)

Advertising