19
14. Download graphic to printer’s memory
Following the below steps to download graphic to printer.
1. Be prepared a graphic file (file name: TREE.PCX, file size: 922 bytes).
2. Be prepared two text files (TEST1.TXTand TEST2.TXT, see the following contents).
TEST1.TXT
TEST2.TXT
Print Result
~EP,TREE,922
^Q30,0,0
^W50
^S2
^H5
^L
Y30,50,TREE
E
3. In DOS mode, running the following commands.
COPY TEST1.TXT PRN
?
COPY TREE.PCX PRN/B
?
COPY TEST2.TXT PRN
?
15. Download label and variable settings
Example
Description
^Ftest
^Q50,0,15
^W70
^H10
^S3
^E12
^L
; Download label to memory card and the label name is “test”.
C0,0000,+1,serial no.
; Setting serial number is C0
V00,10,name
V01,8,barcode
V02,6,price
; Setting three variables V00, V01, V02
AE,108,306,1,1,1,0,$^V02
AC,39,27,1,1,1,0,S/N.^C0
AD,126,78,1,1,1,0,^V00
BA,108,135,2,5,100,0,1,^V01
E
16. Recall label format from memory
Example 1
Description
Result
^Ktest
0000
Recall label format without changing
the label format
Book
C0 = 0000
12345678
V00 = book
200.00
V01 = 12345678
E
V02 = 200.00
~P1
S/N.0000
book
$200.00
Example 2
Description
Result
^Ktest
1111
Pencil
12345678
100.00
E
Recall label format and change label
format
C0 = 1111
V00 = pencil
V01 = 12345678
V02 = 100.00
^Q35,0,0
Changing the size
^S3
Changing speed to 6”/sec
^H10
Changing darkness to 10
~P2
Printing the last label twice
S/N.1111
Pencil
$100.00
S/N.1112
Pencil
$100.00
Each time you change variable data or label format, repeat to send command from ^Kname to ~Px.