Godex EZ-4TKP Programing Manual
Godex EZ-4TKP Programing Manual

Godex EZ-4TKP Programing Manual

Output solutions ez-4tkp: reference guide
Hide thumbs Also See for EZ-4TKP:

Advertisement

P/N. 920-010612-02
Edition 2
November 00
EZ-4TTP/4TKP Programming Manual

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EZ-4TKP and is the answer not in the manual?

Questions and answers

Summary of Contents for Godex EZ-4TKP

  • Page 1 P/N. 920-010612-02 Edition 2 November 00 EZ-4TTP/4TKP Programming Manual...
  • Page 2: Table Of Contents

    EZ-4TTP/4TKP PROGRAMMING MANUAL ...0 1. C ...2 OMMANDS 1-1. EZPL...2 1-2. Language Description ...4 1-3. Barcode ...13 2. E ...14 XAMPLES ..21 PPENDIX A. Barcode Details ...21 B. The New Commands ...22...
  • Page 3: Commands

    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.
  • Page 4 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 4. Graphic command 5. Line command Rectangle 7. Table 8.
  • Page 5: Language Description

    1-2. Language Description Rules and syntax EZPL commands have parameter strings associated with them; The commands begin with a letter as ID for each function. The comma (,) is the delimiter to separate each parameter. The CR [Carriage Return: decimal (13), hex (oD) signifies the end of every command. Control and Setup commands use the tilde (~) and caret (^) prefix.
  • Page 6 : Name = name of label form at (up to 20 characters) Data = the data containing the label formatting command for this stored format Description : Download label format into memory. After the download is finished, the printer will beep once (refer page 19). data Same name inspection : If you use the same file name, the printer will print ”REPEAT FILE...
  • Page 7 ^Kname 12. Label width setting Syntax : ^Wxx Parameter : x=label width (mm) Description : Label width setting 13. Number of labels per cut Syntax : ^Dx Parameter : X = 0 , disable cutting. X = 1 ~ 32767 , number of label per cut. Description : Number of labels per cut (refer page 17) 14.
  • Page 8: Control Command

    Description : Download monochrome image onto memory. Printer will beep 1 time after completely downloaded. If you use the same file name, the printer will show ”REPEAT FILE NAME”, and the download will be not be accepted (refer page 19).
  • Page 9 : none Description : 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 10 C2,CZYY,+1,CC 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 11 : 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 19) Example: A graphic in printer named “Graphic1”, command Y20,40,Graphic1 graphic into label at position (20,40).
  • 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.
  • Page 13 mode : mode of maxicode 2, 3, 4 or 6. digits country code. Ccode : 3 zip : postal code 9 digits for US style postal code. If there is a 5 digits zip code, 4 zeros must be padded 6 digits alphanumeric zip code for non-US style postal code.
  • Page 14: Barcode

    1-3. Barcode CODE SAMPLE 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 CODE SAMPLE UPC E...
  • Page 15: Examples

    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 ^L is precedent for the beginning of label format Label format command Label format command must be included between the ^L and E command E is ending of label format ** Control or setup commands to be used in the label command area will be ineffective.
  • Page 16 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 page9). The time output format is a default setting and user can change it with T command.
  • Page 17 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 8. Stripper setting Example ^Q50,2 ^W50 ^E10 ^H10 AD,20,20,1,1,3,0,Stripper Function Descripton ;...
  • Page 18 9. Cutter setting Example ^Q20,0,0 Plain paper length:20mm Feed label length :0mm ^P10 Print 10 labels 2 labels per cut R10,10,120,90,2,2 C0,001,+1,A1 AC,20,30,1,1,1,0,a^C0 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...
  • Page 19 11. Graphic driver format Example ^Q20,2 ^W50 ^R20 G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA G(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 12. Pattern command setting Example ^Q,20,0,0 ^W40 Q40,10,2,8 GGGGGGGGGGGGGGGG 0100011101000111 0100011101000111 0100011101000111 0100011101000111 0100011101000111 0100011101000111 0100011101000111 0100011101000111 1 BYTE 1 BYTE...
  • Page 20 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 21 17. Print head test & Version list Example Result # # # EZ-4TT Plus # # # # # # VER. X.XX # # #...
  • Page 22: Appendix

    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).
  • Page 23: Th|M|S

    (G: Graphic; F: Label; E: Font) name: the name of the graphic, label or font Description Row Offset Adjustment Print out the Asia fonts in printer Feed back the total printed length through the printer’s Serial port CODE39 with check digit...

This manual is also suitable for:

Ez-4ttp

Table of Contents