Zebra EPL2 User Manual Page 1

Browse online or download User Manual for Print & Scan Zebra EPL2. Zebra EPL2 User`s manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 82
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
Line Mode
Programmer’s
Manual
Manual No. 980353-001 Rev. B
©2001 Zebra Technologies Corporation
Page view 0
1 2 3 4 5 6 ... 81 82

Summary of Contents

Page 1 - Programmer’s

Line ModeProgrammer’sManualManual No. 980353-001 Rev. B©2001 Zebra Technologies Corporation

Page 2 - 2 980353-001 Rev.B

Limitations Line Mode has limited support for the EPL1command language set. See the CommandReference table on page 3-1 for a list of com-mands.❏The Li

Page 3 - REVISION HISTORY

Configuration Zebra EPL flash based printers are, by default,configured for Page (EPL2) mode operations.The operator must convert the printer to LineM

Page 4

Printer Settings The Line Mode printer configuration and set-tings can be displayed by sending a Print Con-figuration Label (EPL?) command or byprefor

Page 5 - Contents

Sample of Dump Mode Printout980353-001 Rev.B 1-7

Page 6

Printer Defaults The Line mode printer defaults into the configu-ration shown below. Some settings are printerspecific, such as default print width.•F

Page 7 - INTRODUCTION

Basic PrintingLine Mode operation allows printing of simpletext (data) without using coded or programmeddata strings. The text that the user types can

Page 8 - 1-2 980353-001 Rev.B

Example of DefaultFont Character DotMapPrinting Example2-2 980353-001 Rev.BInter-character Space (actually white dots)24Dots26Dots16 Dots (2mm)14 Dots

Page 9 - 980353-001 Rev.B 1-3

Printer Commands The printer utilizes "Escape" sequence data tonotify the printer that the following data is acommand. Printer commands for

Page 10 - 1-4 980353-001 Rev.B

CommandConventionsThe manual uses the following typographicconventions to describe commands.ExampleDescription¬ or EscEscapeCharacter,ASCII value 27d

Page 11 - 980353-001 Rev.B 1-5

CharacterNumberingCharacter map positions are referred to by theASCII decimal numbers 0 - 255 and are desig-nated with a trailing d. The programmer wi

Page 12 - 980353-001 Rev.B

2 980353-001 Rev.B

Page 13 - Sample of Dump Mode Printout

CommandConcatenationMost commands can be concatenated togetherto print several objects on the same line. Refer tofollowing for an example command conc

Page 14

Basic Line ModeGuidelinesThe following are basic line mode programmingand operation guidelines.❏Printing is from right to left and from top tobottom.❏

Page 15 - Basic Printing

2-8 980353-001 Rev.B

Page 16 - Font Character Dot

LINE MODE COMMAND REFERENCEThis section contains a complete listing of allcommands in alphabetical order.980353-001 Rev.B 3-1

Page 17 - 980353-001 Rev.B 2-3

Command Description PageAText/Bar Code Size 3-3A0Small Text 3-6BBegin Command Buffer 3-7CRCarriage Return (e)3-8DDensity 3-9DATAText Data 3-10{DATA}Pr

Page 18 - Text/Bar Code Size

A Command - Text/Bar Code SizeDescription Use this command to set character and bar codeheight, as well as, character width. This com-mand controls th

Page 19 - 980353-001 Rev.B 2-5

A Command - Text/Bar Code Sizep2= Vertical size (multiplier).Sets Text and Bar Code height.Values: 1, 2, 3, 4, 5, 6, 7 & 8Default: 1FontPerCharact

Page 20 - Bar Code Data

A Command - Text/Bar Code SizeExample:¬A11SIZE 11¿¬A12SIZE 12¿¬A13SIZE 13¿¬A14SIZE 14¿¬A21SIZE 21¿¬A22SIZE 22¿¬A23SIZE 23¿¬A24SIZE 24¿¬A31SIZE 31¿¬A32

Page 21 - 980353-001 Rev.B 2-7

A0 Command - Small TextDescription Use this command to set the small font charac-ter height and width. This command does notaffect bar code height.Out

Page 22 - 2-8 980353-001 Rev.B

B Command - Begin Command BufferDescription Use this command to batch print labels or mini-mize the affects of host system delays.Command buffering al

Page 23 - LINE MODE COMMAND REFERENCE

FOREWORDThis manual provides programming information for the Zebra Technologies printers, featuringLine Mode and the EPL2 command language, which are

Page 24 - 3-2 980353-001 Rev.B

CR - Carriage ReturnDescription Use this command to print a line of data (textand bar codes) and move to the next line.This command may be used in con

Page 25 - 980326-001 Rev.A 3-3

D Command - DensityDescription Use this command to set print density. Thiscommand controls the amount of heat appliedto the media by the print head.Sy

Page 26 - 3-4 980326-001 Rev.A

DATA - Text for PrintDescription Data is standard ASCII text characters. Text(DATA) does not require special commands oridentifiers (i.e. Esc) to prin

Page 27 - Will Produce:

{DATA} Command - Print Bar Code (with Human Readable)Description Use this command to write the bar code datafield with human readable code.Example:¬{D

Page 28 - A0 Command - Small Text

|DATA} Command - Print Bar Code (w/o Human Readable)Description Use this command to write the bar code datafield as a bar code without human readable

Page 29 - 980353-001 Rev.B 3-7

E Command - End Command BufferDescription Use this command to finish (terminate) com-mand buffering.Syntax¬EParametersNoneDefault: Command Buffering O

Page 30 - CR - Carriage Return

EPL? Command - Print Configuration LabelDescription This command is used to print the currentprinter configuration. This is the same DumpMode status p

Page 31 - D Command - Density

EPL2 Command - Switch To Page ModeDescription This command is used to switch the printer fromLine Mode to Page Mode (EPL2).This command can not be con

Page 32 - DATA - Text for Print

FF - Form FeedDescription Use this command to feed to the top of the nextform (label).When in continuous media mode, the printerwill advance the print

Page 33

G Command - Draw GraphicsDescription Use this command to draw single line of a bitmapped graphic. The bit map data pattern canbe repeated automaticall

Page 34

iv 980353-001 Rev.B

Page 35 - 980353-001 Rev.B 3-13

g Command - Draw GraphicsDescription Use this command to draw single line of a bitmapped graphic. The bit map data pattern canbe repeated automaticall

Page 36

H Command - Graphic Line HeightDescription Use this command to set the number of times(up to eight) that a graphic (line) of bit map datawill be repea

Page 37 - 980353-001 Rev.B 3-15

I Command - Country Code Character SetDescription Use this command to select the appropriatecharacter set for printing.Syntax Ip1Parameters p1= Select

Page 38 - FF - Form Feed

LF - Line FeedDescription Use this command to print a line of data (textand bar codes) and move to the next line.This command may be used in conjuncti

Page 39 - G Command - Draw Graphics

M Command - Left MarginDescription Use this command to adjust the Left Margin.By default, the Line Mode printer's outside mar-gins are set to mat

Page 40

N Command - Form Feed ControlDescription Use this command to disable automatic formfeed (N) or set the form feed length (Nxx) whenusing continuous med

Page 41 - 980353-001 Rev.B 3-19

oR Command - Enable Euro CharacterDescription This command allows the advanced program-mer to substitute the Euro currency characterfor any ASCII char

Page 42 - = Select 0- 8 Default = 0

oR Command - Enable Euro CharacterExample:¬oRE¿ : Places the Euro character into character: map position 213 decimal: (D5 hexadecimal)¬oRE,128¿ : Plac

Page 43 - LF - Line Feed

P Command - Print Buffer 1-99 timesDescription Use this command to print 1 to 99 batch formsor labels from commands and data previouslystored in the p

Page 44 - M Command - Left Margin

p Command - Print Buffer 1-999 timesDescription Use this command to print 1 to 999 batch formsor labels from commands and data previouslystored in the

Page 45 - N Command - Form Feed Control

ContentsINTRODUCTIONFeatures . . . . . . . . . . . . . . . . . . . . . . . . 1-3Limitations. . . . . . . . . . . .

Page 46 - 3-24 980353-001 Rev.B

P00 Command - Reprint BufferDescription Use this command to print and repeat print abatch form or label programmed fromcommands and data previously st

Page 47

Q? Command - Auto Detect Label ParametersDescription Use this command to printer automatically de-tect the label and gap length and set the sensorleve

Page 48 - 3-26 980353-001 Rev.B

R Command - Backupescription Use this command to control the print position-ing. This command's positioning functions can:•Reposition the print p

Page 49 - 980353-001 Rev.B 3-27

S Command - Speed SelectDescription Use this command to select media print speed.Syntax¬Sp1Parameters p1= Speed select value.Model Value Speed27220121

Page 50 - P00 Command - Reprint Buffer

U Command - MaxiCode - 2D Bar CodeDescription Use this command to print a MaxiCode barcode symbol. The printer will automatically in-terpret and encod

Page 51 - 980353-001 Rev.B 3-29

U Command - MaxiCode - 2D Bar Code2. If p2value is “m2 or m3”, the printer will usethe following rules to format the “Data” param-eter:•In Mode 2 - If

Page 52 - R Command - Backup

U Command - MaxiCode - 2D Bar CodeUsing AIM SpecifiedMaxiCode DataFormattingThe line mode printer can use and automati-cally decode the AIM ITS (Inter

Page 53 - S Command - Speed Select

V Command - Enable Reverse PrintDescription This command is used to enable reversed(white on black) printing.Syntax¬VParameters Default Condition - Di

Page 54

v Command - Disable Reverse PrintDescription Use this command to disable reversed printing.Syntax¬v3-36980353-001 Rev.B

Page 55 - (3 digits required)

X Command - Bar WidthDescriptionUse this command to set the "X" dimension (ornarrow bar width) of a bar code.Syntax¬Xp1Parameters p1= Width

Page 56

Q? . . . . . . . . . . . . . . . . . . . . . . . . . 3-29R . . . . . . . . . . . . . . . . . . . . . . .

Page 57 - 980353-001 Rev.B 3-35

x Command - Bar Width RatioDescription Use this command to set ratio of the narrow barwidth to the wide bar width for applicable barcode types.Support

Page 58

? Command - Bar Code SelectDescription Use this command to select the bar code type.Syntax¬?p1Parameters p1= Bar Code type.Default = 2 (I 2 of 5).Valu

Page 59 - X Command - Bar Width

3-40 980353-001 Rev.B

Page 60

Appendix A - Character ReferencesThis section has character reference.Default Character MapCode Page - 850980353-001 Rev.B A-1

Page 61 - ? Command - Bar Code Select

Dump Mode Character MapA-2 980353-001 Rev.B0123456789ABCDEF0123456789ABCDEFHexidecimal - Most Significant DigitHexidecimal - Least Significant Digit!!

Page 63 - Code Page - 850

A-4 980353-001 Rev.B

Page 67 - 980353-001 Rev.B A-5

INTRODUCTIONThis section contains information about thebasic features, command syntax andterminology of the Line Mode programminglanguage.Line mode pr

Page 70 - A-8 980353-001 Rev.B

A-10 980353-001 Rev.B

Page 71 - 980353-001 Rev.B A-9

980353-001 Rev.B A-11

Page 72 - A-10 980353-001 Rev.B

A-12 980353-001 Rev.B

Page 73 - 980353-001 Rev.B A-11

Appendix BSystem CompatibilityFeaturesMany computer operating systems have uniquecharacter values assigned to the basic printercontrol functions of es

Page 74 - A-12 980353-001 Rev.B

The table below describes the unique,non-printing data characters that are used bythe line mode printer to reprogram these basicprinter control functi

Page 75 - Appendix B

Resetting the ControlFunction CharactersUse this command string to reset (or return)the basic printer control function charac-ter codes to their defau

Page 76

B-4 980353-001 Rev.B

Page 77 - 980353-001 Rev.B B-3

Appendix CModifying YourPrinter For EPL1CompatibilityThe Line Mode printing language is designed tobe command compatible with EPL1 program-ming langua

Page 78 - B-4 980353-001 Rev.B

The Line Mode printer can print:❏Receipts❏Labels❏Tags❏Support chemical and water proof media❏UPC (Universal Product Code) bar codes❏Postal bar codes❏S

Page 79 - Appendix C

Loading ELP1 FontSets1. Set the reconfigure the printer for Page(EPL2) Mode. Send a EPL2 command to theprinter.2. Send the EPL2 U command to the print

Page 80 - C-2 980353-001 Rev.B

Deactivating theEPL1 Fonts1. 1. Set the reconfigure the printer for Page(EPL2) Mode. Send a EPL2 command to theprinter.2. Send the EPL2 U command to t

Page 81 - 980353-001 Rev.B C-3

EPL1 LP20XXConversion toLN20XX PrinterModelsThe LN20XX EPL1 printer had unique ControlFunction Characters (see Appendix B) prepro-grammed into the pri

Page 82 - C-4 980353-001 Rev.B

Features Line Mode in flash based printers is similar inoperation to the early model LP Series printerwhich used the EPL1 programming language.Line mo

Comments to this Manuals

No comments