Page 1
P/N. 920-010512-02 Edition 2 April 02 EZ-4206/EZ-4216/EZ-4304 Programmer’s Manual PDF created with FinePrint pdfFactory trial version http://www.fineprint.com...
EZ-4206/EZ-4216/EZ-4304 PROGRAMMER’S MANUAL ...0 1. C ... 2 OMMANDS 1-1. EZPL ..2 1-2. Language Description..3 1-3. Barcode..12 2. E XAMPLES ... 20 PPENDIX A. Barcode Details ..20 PDF created with FinePrint pdfFactory trial version ...
1. Commands 1-1. EZPL The EZPL (EZ Programming Language) is a high-level label definition and printer control language. The features are: 1. The data fields are stored and processed until the printing instruction is received. 2. All the data can be rotated.
Label formatting commands Define field data, such as Line, Rectangle, Barcode, Text and image. Description 1. Define date layout 2. Serial number setting 3. Terminate label formatting mode and print label E 4. Graphic command 5. Line command 6. Rectangle 7.
Page 5
4. Number of pages printed Syntax : ^Px Parameter : x = 1 ~ 32767 Description : Set how many labels to print; and it will initiate the program. 5. Label length Syntax : ^Qx,y(,z ) Die cut label: (See fig. 1) x = Label length (unit : mm) y = Gap length (mm) Parameter...
Page 6
: Download label format into memory. After the download is finished, the printer will beep once (refer page 19). Same name inspection : If you use the same file name, the printer will print ”REPEAT FILE NAME”, and the download will be not be accepted.
3. Graphic mode Syntax : ~G Parameter : None Decription : Printer is in the image-receiving mode. Image data is directly sent from host to the printing buffer (refer page 17) 4. Print last label Syntax : ~Px Parameter : x = 1 ~ 32767 Description : This command will repeatedly print the indicated copies of the last label format.
Page 8
: If the printing doed not appear in the same place on every label, this command instructs the printer to print label formats +n increments above the position the format specifies, and –n decrements below the position the format specifies.
Page 9
AC,5,5,1,1,1,0,^C0^C1^C2 3. Terminate label formatting mode and print label Syntax Parameter : None Description : End of formatting command; printer will print label after receiving this command. 4. Graphic command Syntax : Gwxxx Parameter : wxxx... w : byte number of image data (xxx...) Description : This command is a sub-command of ~G It is sent by binary data.
Page 10
: Vert. Pos. of left-upper of graphics (dots) name : Name of graphics download Description : This command is print a graphic that has been previously stored in printer memory (refer page Example: A graphic in printer named “Graphic1”,...
Page 11
10. Text Syntax : At, x, y, x_mul, y_mul, gap, rotation, data Parameter : t :Font(A~H for Code page 850; I for ASCII) Font 16x26 dots for US ASCII 8 bit t = Zn Asia font from 1 to 4 x : Hori of left-bottom position of text (unit : dot, 1 mm = 8 dots) y : Vert of left-bottom position of text (unit : dot, 1 mm = 8 dots) x_mul : Horizontally magnified up to 8 times as large...
Page 12
: Height (y dimension) of each barcode row in the symbol. r : number of barcode rows, from 3 to 90. If you key in 0, printer will count all the rows. c : number of barcode columns, from 1 ~ 30. If you key in 0, printer will count the all columns.
1-3. Barcode CODE Code 39 EAN 8 EAN 8 Add on 2 EAN 8 Add on 5 EAN 13 EAN 13 Add on 2 EAN 13 Add on 5 UPC A UPC A Add on 2 UPC A Add on 5 PDF created with FinePrint pdfFactory trial version SAMPLE CODE...
2. Examples How to construct a label using EZ-Series command To create a label, it must be an order command combination. Control command Setup up command Label format command ** Control or setup commands to be used in the label command area will be ineffective. Example: The following program example is printing a label with EAN8.
Page 15
1. Text Example ^Q50,0,2 ^W50 ^H10 ^R10 ~D8,27,00,8,39,36 AC,10,10,1,1,1,0,PRINTER AC,10,50,1,1,1,0,^D AC,10,100,1,1,1,0,^T Adjusting the character spacing ^Q30,0,0 ^W50 ^H10 AC,10,10,1,1,10,0,PRINTER AC,10,100,1,1,1,0,PRINTER The data output is a default setting and user can change it with ~D command (refer page8). The time output format is a default setting and user can change it with T command.
Page 16
4. Line printing Example ^Q50,3 ^W100 ^E32 LO,212,45,311,53 LO,244,11,252,128 LE,34,43,149,51 LE,72,8,80,121 5. Rectangle printing Example ^H10 ^Q50,2 ^W70 R20,20,120,120,8,8 6. PDF417 Example ^Q50,0,3 ^W70 ^H10 P30,20,3,3,3,3,1,100 12345678 12345678 12345678 12345678 12345678 12345678 12345678 12345678 12345678 12345678 7. Maxicode Example ^Q50,0,0 ^W70 ^H10 M30,20,1,1,2,840,068107317,8,0,123456...
Page 17
8. Stripper setting Example ^Q50,2 ^W50 ^E10 ^H10 AD,20,20,1,1,3,0,Stripper Function 9. Cutter setting Example ^Q20,0,0 ^P10 R10,10,120,90,2,2 C0,001,+1,A1 AC,20,30,1,1,1,0,a^C0 PDF created with FinePrint pdfFactory trial version ; Label height= 50mm, gap= 2mm ; Label width= 50mm ; Speed =2 inch/second ;...
Page 18
10. Serial number Example 1 ^Q10,0,0 ^W30 ^H10 ^P10 C0,0000,+2,A1 AB,10,10,1,1,2,0,^C0 Example 3 ^Q10,0,0 ^W30 ^H10 C0,0000,+2,A1 AB,10,10,1,1,2,0,^C0 Barcode with serial number ^H10 ^Q20,0,2 ^W50 ^P10 C0,000,-1,A3 BE,20,100,3,3,100,0,1,111111^C0111 11. Graphic driver format ^Q20,2 ^W50 ^R20 G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...
Page 19
BB,20,45,2,5,50,0,1,1234567 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).
Page 20
V02 = 100.00 Changing the size Changing speed to 6”/sec Changing darkness to 10 Printing the last label twice Result # # # EZ-4206 # # # # # # VER. X.XX # # # http://www.fineprint.com Result S/N.0000 book $200.00 Result S/N.1111...
Appendix. A. Barcode Details 1. Code 128 BQ2,X,Y,NARROW,WIDE,HEIGHT,RTATION,READABLE,DATA Code 128 Subset A: Included the standard uppercase alphanumeric keyboard characters, control and special characters. Code 128 Subset B: Includes the standard uppercase, lowercase alphanumeric keyboard characters and special characters. Code 128 Subset C: Used for double density encoding of numeric data (the set of 100 digit pairs from 00 through 99).
Need help?
Do you have a question about the EZ-4206 and is the answer not in the manual?
Questions and answers