Panasonic KXP7200 Instrucciones de operaciones

Busca en linea o descarga Instrucciones de operaciones para Impresión y escaneo Panasonic KXP7200. Panasonic KXP7200 Operating Instructions Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 408
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente

Indice de contenidos

Pagina 1 - Table of Contents

PanasonicSoftware Commands Manualfor KX-P7200 Table of ContentsPrinting DescriptionPCL CommandsHP-GL/2 CommandPJL CommandsAppendix A Ch

Pagina 2 - PCL Commands

Paper Type Envelope #10 MonarchPaper Size 4.13"x9.5"(104.9x241.3 mm)3. 88"x7.5"(98.5x190.5 mm)Portrait/ Landscape P L P LA(dots) 2

Pagina 3 - PJL Commands

Bit Value313029282726252423222, 1, 00:7 bit ASCII character sets1:the others0:ISO 8859/1 Latin 1 character sets1:the others0:ISO 8859/2 Latin 2 charac

Pagina 4 - Printing Description

GLOBAL Intellifont DATA SIZE:Refer to the FAIS document issued by AGFA Compugraphic.GLOBAL Intellifont DATA:Refer to the FAIS document issued by AGFA

Pagina 5

TrueType Scalable FontByte0 FONT DESCRIPTOR SIZE (minimum 72)2 DESCRIPTOR FORMAT (15) FONT TYPE4 STYLE MSB RESERVED6 BASELINE POSITION8 CELL WIDTH10 C

Pagina 6

Byte44 to 47 FONT NUMBER48 to 63 FONT NAME64 SCALE FACTOR66 MASTER UNDERLINE POSITION68 MASTER UNDERLINE THICKNESS (HEIGHT)70 FONT SCALING TECHNOLOGY

Pagina 7 - Printable Area

TrueType Scalable FontFONT DESCRIPTOR SIZE:These two bytes specify the number of bytes for the font descriptor.DESCRIPTOR FORMAT:This 1 byte specifies

Pagina 8

BASELINE POSITION:The baseline position must be set to 0.CELL WIDTH:The cell must have enough space in width for the widest character.The range is fro

Pagina 9

WIDTH TYPE, STYLE LSB, STROKE WEIGHT,TYPEFACE LSB, TYPEFACE MSB:See WIDTH TYPE, STYLE LSB, STROKE WEIGHT, TYPEFACE LSB andTYPEFACE MSB in the case of

Pagina 10

PITCH EXTENDED, HEIGHT EXTENDED, CAP HEIGHT,FONT NUMBER, FONT NAME, SCALE FACTOR, MASTER UNDERLINEPOSITION, MASTER UNDERLINE THICKNESS (HEIGHT):See PI

Pagina 11

These two bytes consist of SEGMENT IDENTIFIER, SEGMENT SIZE andDATA SEGMENT, and is terminated by Null Segment.SEGMENT IDENTIFIER; Each item in the se

Pagina 12 - Coordinate System

Deciding the Character CodeSetting:ESC “*c#E”#=Decimal value of the character code (0 to 65535)This command replaces the ASCII character designated in

Pagina 13 - Built-in Fonts

Paper Type CustomPaper Size maximum215.9x355.6 mm(8.5"x14")Portrait/ Landscape P LA(dots) 4,200 2,550B(dots) 2,550 4,200C(dots) 50 50D(dots)

Pagina 14

Bitmap FontByte0 FORMAT (4) CONTINUATION (0)2 DESCRIPTOR SIZE (14) CLASS (1)4 ORIENTATION RESERVED (0)6 LEFT OFFSET8 TOP OFFSET10 CHARACTER WIDTH12 CH

Pagina 15

Intellifont Scalable FontByte0 FORMAT (10) CONTINUATION (0)2 DESCRIPTOR SIZE (2) CLASS (3)4 CONTOUR CHARACTER DATA (in bytes) (Refer to Figure 3.13.)#

Pagina 16 - Terms for Bitmap Font

Byte0 FORMAT (10) CONTINUATION (0)2 DESCRIPTOR SIZE (2) CLASS (4)4 COMPOUND CHARACTER ESCAPEMENT6 NUMBER OF COMPONENTS8 CHARACTER CODEX OFFSETY OFFSET

Pagina 17 - Figure 2.5 Character cell

TrueType Scalable FontByte0 FORMAT (15) CONTINUATION (0)2 DESCRIPTOR SIZE CLASS (15)4 (for insertion of additional descriptor data)2+Desc Size CHARACT

Pagina 18 - Fixed Pitch Characters

FORMAT:This 1 byte decides the format of the character data;Bitmap Font by 4,Intellifont Scalable Font by 10, and TrueType Scalable Font by 15.CONTINU

Pagina 19 - Paper Formatting

DESCRIPTOR SIZE:The value is fixed by 14 for the Bitmap Font. For Intellifont Scalable Font,the value is fixed by 2. For TrueType Scalable Font, the v

Pagina 20 - Portrait Printing Mode

Bitmap FontORIENTATION:This 1 byte decides the orientation of the character; portrait by 0, landscapeby 1, reverse portrait by 2 and reverse landscape

Pagina 21 - Landscape Printing Mode

CHARACTER DATA:The following bytes indicate the character pattern. This data is grouped inthe vertical direction and padded by the byte boundary in th

Pagina 22 - Print Start Conditions

Intellifont Scalable FontCLASS:Class 3; Intellifont Scalable FontThis character is for the character data of Intellifont ScalableFont.Class 4;Compound

Pagina 23

COMPOUND CHARACTER ESCAPEMENT:For COMPOUND CHARACTER ESCAPEMENT, refer to the FAIS documentissued by AGFA Compugraphic.NUMBER OF COMPONENTS:This indic

Pagina 24 - Compression Mode

Coordinate SystemA coordinate system should be set up as a standard for deciding the locationwhere texts or figures are printed. The origin of the coo

Pagina 25

TrueType Scalable FontCHARACTER DATA SIZE:The value must be equal to the sum of character Data Size, Glyph ID andTrueType Glyph Data file size.GLYPH I

Pagina 26

203040501020 3010BaselineCharacter width=27Topoffset=22Characterheight=33Delta X=30Left offset=2Figure 3.22 Character descriptor information-portrait

Pagina 27

2030405010203010BaselineCharacterheight=27Left offset=-22Character width=33DeltaX=30Topoffset=28Figure 3.23 Character descriptor information-landscape

Pagina 28 - Orientation

A program example for the "q" character in portrait mode is as follows:100 WIDTH "lpt1:" , 255110 OPEN "lpt1:" FOR RANDO

Pagina 29 - Print Direction

420 PRINT #1, CHR$(0) ;430 PRINT #1, CHR$(0) ;440 PRINT #1, CHR$(0) ; CHR$(0) ;450 PRINT #1, CHR$(0) ; CHR$(0) ;460 PRINT #1, CHR$(0) ; CHR$(0) ;470 P

Pagina 30 - Top Margin

760 DATA &H7F, &HFF, &HFE, &H00, &H7F, &HFF, &HFE, &H00, &H3F, &HFF, &HFE, &H00770 DATA &H3F, &

Pagina 31 - Text Length, Bottom Margin

A program example for the "q" character in landscape mode is as follows:100 WIDTH "1pt1:", 255110 OPEN "lpt1:" FOR RANDO

Pagina 32 - Left Margin

420 PRINT #1, CHR$(0) ;430 PRINT #1, CHR$(0) ;440 PRINT #1, CHR$(0) ; CHR$(0) ;450 PRINT #1, CHR$(0) ; CHR$(0) ;460 PRINT #1, CHR$(0) ; CHR$(0) ;470 P

Pagina 33 - Vertical Motion Amount

760 DATA &H7F, &HFF, &HFC, &H03, &H80, &H7F, &HFF, &HFC, &H03, &H80770 DATA &HFF, &HFF, &HFE, &

Pagina 34

The output of previous programs is as follows:ResidentFont:DownloadedFont:Landscape modePortrait modeq q q qFigure 3.26 Output of previous programs

Pagina 35 - Horizontal Motion Amount

Built-in FontsThe fonts except Line Printer are all scalable fonts. Proportional spacing for ascalable font can be set from 4 to 999.75 points. The va

Pagina 36 - Font Selection

Temporary/Permanent Font AttributeThere are two additional attributes which can be given to downloaded fonts;temporary and permanent. Only one of the

Pagina 37 - Symbol Set

• Controlling font/characterSetting:ESC “*c#F”This command controls the font in accordance with the value in the value field #.#=0: All the fonts unde

Pagina 38

User-Defined Symbol SetThe user can gather the characters of high frequency from a symbol set anddownload them as user-defined symbol set. The followi

Pagina 39

HEADER SIZE:These two bytes specify the number of bytes from Header Size (byte 0) toSymbol Map. The value is 18 or more.ENCODED SYMBOL SET DESIGNATOR:

Pagina 40 - Character Height

LAST CODE:These two bytes specify the last character code of symbol set.First Code and Last Code determine the range of character codes to bemapped to

Pagina 41 - Character Style

Bit ASCII3029282726252423222, 1, 0West Europe extensionsEast Europe extensionsTurkishDeskTopAccent extensionsPCL extensionsMacintosh extensionsPostScr

Pagina 42 - Stroke Weight

Assigning ID CodeSetting:ESC “*c#R”#=Symbol Set ID Code (0 to 32767)This command is used to assign a symbol set ID code to a user-defined symbolset. A

Pagina 43 - Typeface

MacrosA macro is a function that enables efficient operation of the system byshortening the time to send data from the computer to the printer. A prog

Pagina 44

Downloading Macro DataSend the text or ESC sequence to be registered as the macro from thecomputer.Ending the MacroSetting:ESC “&f1X”This command

Pagina 45 - Default Font Selection

• Call macroSetting:ESC “&f3X”This is a mode to restore an executing circumstance of a program afterexecution.On receiving this command, the print

Pagina 46 - Moving the Printing Position

Font Pitch Style Stroke WeightClarendon Condensed ps Condensed BoldCoronet ps Italic MediumUprightMediumBoldItalicMediumBoldGaramond Antiqua ps Uprigh

Pagina 47 - Horizontal Movement

• Overlay macro automaticallySetting:ESC “&f4X”Release:ESC “&f5X”This mode automatically executes the macro on every page.On receiving this co

Pagina 48 - Vertical Movement

Listed below are the overlay circumstances:Page length currentOrientation currentInput control currentCopy count currentTop margin 0.5 inchesBottom ma

Pagina 49 - Raster Graphics

Controlling a MacroThe macro has temporary and permanent attributes.The temporary attribute must be given to the macro upon storing it. These twoattri

Pagina 50 - Portrait mode 0 & 3

Print ModelPrint Model is a printing function that draws images and characters filledwith anyof the printer's shading or hatch patterns pre-defin

Pagina 51 - Raster Width

Pattern Source image Destination resultSource transparency mode=0 (transparent)Pattern transparency mode=0 (

Pagina 52 - Raster Y Offset

Pattern Source image Destination resultSource transparency mode=1 (opaque)Pattern transparency mode=0 (trans

Pagina 53 - Set Compression Mode

Select Current PatternSetting:ESC “*v#T”#=0: Printed black1: Printed white2: Gray scale pattern3: Hatch pattern4: User-defined patternThis command spe

Pagina 54

Logical OperationSetting:ESC “*l#O”#=0 to 255This command specifies a logical operation of destination, source and patternmade on RGB color space to m

Pagina 55

case 1 Source transparency=1 (opaque)Pattern transparency=1 (opaque)Return=ROP3 (Dest, Src, Pat)Dest=DestinationSrc=SourcePat=Patterncase 2 Source tra

Pagina 56

Value Boolean Function Value Boolean Function0123456789101112131415161718192021220DPSoonDPSonaPsonSDPonaDponPDSxnonPDSaonSDPnaaPDSxonDpnaPSDnaonSpnaPD

Pagina 57

Font Pitch Style Stroke WeightUprightMediumBoldItalicMediumBoldCondensedMediumBoldCondensedItalicMediumBoldWingdings ps Upright MediumTable 2.2 Built-

Pagina 58

Value Boolean Function Value Boolean Function4647484950515253545556575859606162636465666768PSDPxoxPSDnoanPsnaSDPnaonSDPSooxSnSPDSaoxSPDSxnoxSDPoxSDPoa

Pagina 59

Value Boolean Function Value Boolean Function9293949596979899100101102103104105106107108109110111112113114DPSDxoxDPSnoanDPSDnaoxDpanPDSxaDSPDSaoxxnDSP

Pagina 60

Value Boolean Function Value Boolean Function138139140141142143144145146147148149150151152153154155156157158159160DSPnoaDSPDxoxnSDPnoaSDPSxoxnSSDxPdxa

Pagina 61

Value Boolean Function Value Boolean Function184185186187188189190191192193194195196197198199200201202203204205206PSDPxaxDSPDaoxnDPSnaoDsnoSPDSanaxSDx

Pagina 62

Value Boolean Function Value Boolean Function230231232233234235236237238239240241242SDPSanaxSPxPDxanSSPxDSxaxDSPDSanaxxnDPSaoDPSxnoSDPaoSDPxnoDsoSDPno

Pagina 63

Pixel Placement CommandSetting:ESC “*l#R”#=0: Grid intersection1: Grid centeredThis command decides how the pixels in image are printed. The default i

Pagina 64

Advanced GraphicsAdvanced Graphics is a printing function that draws a designated pattern bydefining the height and the width of the area.This is perf

Pagina 65

Designating the Graphics PatternSetting:ESC “*c#G”#=Gray scale pattern, hatch pattern or user-defined pattern valueThis command designates the graphic

Pagina 66

• • Gray scale pattern (combining with ESC “*c2P”)The following 8 patterns are available in accordance with the value in the valuefield #.#=1 to 2

Pagina 67

• • Defined hatch pattern (combining with ESC “*c3P”)The following 6 patterns are available in accordance with the value in the valuefield #.#=1

Pagina 68 - End Raster Graphics Mode

Terms for Bitmap FontCellThe term “cell” refers to the frame of the character which decides the size ofbitmap when designing a font. The horizontal li

Pagina 69

User-Defined Pattern GraphicsThe user can designate user-defined pattern graphics (area fill) and downloadthem in the printer. The pattern graphics ca

Pagina 70

Downloading Pattern DataSetting:ESC “*c#W” [pattern data]#=Number of Pattern data byteThis command provides you with the method to download the binary

Pagina 71 - Font Downloading

FORMAT:This 1 byte must be set to 0.CONTINUATION:This 1 byte must be set to 0.PIXEL ENCODING:This 1 byte must be set to 1.RESERVED:This field is not u

Pagina 72 - Bitmap Font

Tiling the PatternSetting:ESC “*p#R”#=0: rotates a pattern in accordance with printing direction1: fixed patternThis command tiles the pattern related

Pagina 73

Status ReadbackYou can gain information on available printer (user) memory, available currentfont, available symbol set or available user-defined patt

Pagina 74

Status ResponseWhen the printer receives the status request command, the printer processesthe request of the command and stores response data in the I

Pagina 75

Set Status Readback Location Unit CommandSetting:ESC “*s#U”Location Type Location Unit (#)0 *:invalid location1 *:current selection2 *:all locations3

Pagina 76 - CELL WIDTH:

Entity Status ResponsesThe status response to the inquire status readback entity command is varied.The status response depends on the type of the requ

Pagina 77 - CELL HEIGHT:

• Macro ResponseWhen the value of the inquire entity is 1 (macro), the macro status responsesends all the macro ID in the specified location.Response

Pagina 78 - SYMBOL SET:

• User-Defined Pattern ResponseWhen the value of the inquire entity is 2 (user-defined pattern), the user-definedpattern response sends all the ID num

Pagina 79

Cell widthCell heightLeftoffsetRight offsetBaselineFigure 2.5 Character cell

Pagina 80

• Symbol Set ResponseWhen the value of the inquire entity is 3 (symbol set), the symbol set responsesends all the ID numbers of the symbol sets which

Pagina 81 - STYLE LSB:

• Font Extended ResponseWhen the value of the inquire entity is 4 (font extended response), the fontextended response sends back font name and interna

Pagina 82 - STROKE WEIGHT:

Entity Error CodeThe printer will send one of the following four error codes, when an errorcondition occurs.• ERROR=INVALID ENTITYThis code is sent wh

Pagina 83 - TYPEFACE LSB,TYPEFACE MSB:

Free Space CommandSetting:ESC “*s1M”This command sends back user available memory.The response sends back two values; total of available memory and th

Pagina 84 - SERIF STYLE:

Flush All Pages CommandSetting:ESC “&r#F”#=0: flushes all complete pages1: flushes all pagesThis command intermits receiving data until all the pr

Pagina 85 - PLACEMENT:

MiscellaneousDisplay FunctionsSetting:ESC “Y”Release:ESC “Z”When the display function mode is set, the original control code functionsareignored and c

Pagina 86 - TEXT WIDTH:

Automatic UnderliningSetting:ESC “&d#D”#=0: Fixed underline3: Floating underlineRelease:ESC “&d@”These commands control the automatic underlin

Pagina 87 - PITCH EXTENDED:

BackspaceCode:BSThis code moves the printing position by one column in the opposite direction ofthe current print direction. The backspacing amount de

Pagina 88 - Y RESOLUTION:

Half Line FeedSetting:ESC “=”This command advances the printing position by half of VMICR/LF/FF ActionSetting:ESC “&k#G”This printer has the abili

Pagina 89

Select Number of CopiesSetting:ESC “&l#X”#= Number of copies (1 to 99)This command repeatedly prints the same data by setting the desired number o

Pagina 90

Fixed Pitch CharactersThe cell width is constant for fixed pitch characters.HMIBaselineFigure 2.6 Fixed character pitchProportional Spacing Characters

Pagina 91

Duplex Page Side SelectionThe Duplex Page Side Selection command instructs the printer to feed papersand which side of the paper to print.The function

Pagina 92

Simplex / Duplex PrintThis command instructs a duplex printer to print simplex or Duplex.In Simplex mode, printer prints on one side of a paper. In Du

Pagina 93

ResetSetting:ESC “E”This command causes the printer to print any partial pages of data which havebeen received, and returns all functions under softwa

Pagina 94

• Set the horizontal rule size to 0,• Set the vertical rule size to 0.• Set the pattern ID to 0.• Clear the push/pop stack.• Set Left Offset Registrat

Pagina 95

Top Offset RegistrationSetting:ESC “&l#Z”#=Number of decipoints (1/720 inch)This command sets the position of the logical page along the length (l

Pagina 96

Universal Exit Language CommandSetting:ESC “%-12345X”This command is effective in any language mode, and terminates the processing inthe current langu

Pagina 97

PCL Picture FrameThis section shows the following:• Defining the frames in PCL and GL modes• Specifying the picture frame (ESC “*c#X”, ESC “*c#Y”)• Sp

Pagina 98 - CHARACTER COMPLEMENT:

AnchorpointPictureframePCL logical page(PCL mode in default)PictureframeAnchorpointAnchorpoint8"4"Settingplotsize(GLmode)SettingPCLpicturefr

Pagina 99

Horizontal Size of Picture FrameSetting:ESC “*c#X”#= Horizontal size (1/720 inch)This command designates the horizontal size of the picture frame, whi

Pagina 100

Vertical Size of Picture FrameSetting:ESC “*c#Y”#=Vertical size (1/720 inch)The command designates the vertical size of the picture frame, which is us

Pagina 101 - CHECKSUM:

Paper FormattingThe printer has the following paper formatting requirements:• Page width is the distance from the left edge to the right margin of the

Pagina 102 - TrueType Scalable Font

P1 and P2 positions are defaulted when executing the command ESC “*c#Y”.P1 is defaulted on the lower-left corner of picture frame, and P2 is defaulted

Pagina 103

Anchor Point LocationSetting:ESC “*c#T”#=0This command designates the location of the PCL picture frame anchor pointand sets the picture frame anchor

Pagina 104 - DESCRIPTOR FORMAT:

Horizontal Plot Size of GLSetting:ESC “*c#K”#= Horizontal size in inchesThis command designates the horizontal plot size of the GL image. Thiscommand

Pagina 105

Vertical Plot Size of GLSetting:ESC “*c#L”#= Vertical size in inchesThis command designates the GL vertical plot size of the GL image. Thiscommand spe

Pagina 106

Entering PCL modeSetting:ESC “%#A”#=0: To specify the predefine PCL cursor position.#=1: To specify the current pen position in the GL modeThis comman

Pagina 107

Entering GL modeSetting:ESC “%#B”#=0: To specify the redefined pen position in the GL mode.#=1: To specify the current cursor posiion in the PCL mode.

Pagina 108

HP-GL/2 CommandCommand Group Function NameConfiguration andStatus GroupCommentDefaulting valuesInitializingInputting P1 and P2Inputting relative P1 an

Pagina 109 - Deciding the Character Code

Command Group Function NameVector GroupArc absoluteArc relativeAbsolute arc three pointBezier curve relativeBezier curve absoluteCirclePlotting absolu

Pagina 110

Command Group Function NameCharacter GroupAlternate font definitionCharacter fill modeCharacter plotAbsolute directionRelative directionDefining label

Pagina 111 - Intellifont Scalable Font

HP-GL/2 CommandsGL (Graphics Language) CommandsIntroduction to GL GraphicsThis printer gives you access to two modes: PCL (Printer Control Language)mo

Pagina 112

PCL CommandsPage FormattingFont SelectionMoving the Printing PositionRaster GraphicsMacrosPrint ModelAdvanced GraphicsStatus ReadbackMiscellaneousHP-G

Pagina 113

Portrait Printing Mode TMBMTM: Top marginBM: Bottom marginLM: Left marginRM: Right marginSingle pageOriginPage widthPagelengthPagelength

Pagina 114 - CONTINUATION:

• The commands need to be terminated by a semicolon, which is called a“terminator”, or by the next mnemonic like PA100,200;PR; or PA100,200PR; .The la

Pagina 115 - DESCRIPTOR SIZE:

Parameter RangeParameters must be given the format needed by each GL command.Please refer to the parameter description of each command.Integer paramet

Pagina 116

For example, the Fill Type (FT) command:FT3,100,1; Indicates that this example has three optional parameters:fill type=3 (hatching), spacing lines=10

Pagina 117 - CHARACTER DATA:

Program100 WIDTH “LPT1:”,255110 OPEN “LPT1:” AS #1120 PRINT #1,CHR$(27);“E”;130 PRINT #1,CHR$(27);“%0B”;140 ’150 PRINT #1,“IN;”;160 PRINT #1,“SP1;”;17

Pagina 118 - XY DATA OFFSET:

270 PRINT #1,“ER2000,2000;”;280 PRINT #1,“RR2000,2000;”;290 ’300 PRINT #1,CHR$(27);“%0A”;310 PRINT #1,CHR$(12);320 ENDDraws a rectangle; the current p

Pagina 119 - X OFFSET, Y OFFSET:

Figure 3.38 Output of previous programs

Pagina 120 - TrueType GLYPH DATA:

Adjusting the GL ImageWhen making the image in the GL mode, the image is enlarged or reduced to fitthe size of the PCL picture frame before printing o

Pagina 121

GL Coordinate SystemThe default GL coordinate system is distinct from the PCL coordinate system. Inthe GL mode, the printer adjusts the Cartesian coor

Pagina 122

You can move the GL coordinate system to any point within the PCL pictureframe by designating the number of units called a coordinate.The default loca

Pagina 123

GL & PCL Orientation InteractionsThis section shows the relationship between the GL orientation and PCL logicalpage orientation.The origin of the

Pagina 124 - ´Top Offset

Landscape Printing ModeLMSingle pagePage widthOriginPagelengthPagelengthTMBMRMPaper widthTM: Top marginBM: Bottom marginLM: Left marginRM: Right m

Pagina 125

Plotting UnitsIn the GL mode, the X and Y axes can be expressed in two ways plotter unitsand user units.The plotter units are used to convert the numb

Pagina 126

Pen Status and LocationPen StatusPen status means “pen” up or down. The terms “pen” and “pen position” indicatethe imaginary cursor and the current ac

Pagina 127 - 'Top Offset

Command PageEAEPEREWFPRARRWGCISMLBEdging rectangle absoluteEdging polygonEdging rectangle relativeEdging wedgeFilling polygonFilling rectangle absolut

Pagina 128

ScalingThe default units in the GL mode is 1016 plots/inch in plotter units, and you candefine your own plotting units by the Scaling (SC) command.You

Pagina 129 - Portrait mode

Example:IP10,10,20,20; Sets up the scaling point in the plotter units so that P1 is(10,10) and P2 is (20,20).SC0,5,0,5; Sets up user scaling so

Pagina 130 - Font Control

Pen MovementThe Plot Absolute (PA) and Plot Relative (PR) allow users to move the pen tothe specified coordinates in two ways: absolute pen move and r

Pagina 131

The Cofiguration and Status GroupThis section shows the configuration and status group commands functioningfor:• Setting up default conditions and val

Pagina 132 - User-Defined Symbol Set

When you are using the GL mode or the PCL mode, you should reset the printerat the beginning of each print job to avoid any trouble caused by data lef

Pagina 133 - FIRST CODE:

CommentSetting:CO(“comment”;)The words in the double quotation is interpreted as a comment. The comment isignored by the printer.Defaulting ValuesSett

Pagina 134 - CHARACTER REQUIREMENTS:

Line Type (LT): Solid line, relative mode, pattern length is4% of diagonal distance between P1 andP2Plotting Mode (PA): Absolute plottingPolygon Mode

Pagina 135 - SYMBOL MAP:

Print Start ConditionsThis printer is a page printer. As such it will only begin printing when print startconditions are satisfied, that is, after the

Pagina 136 - Controlling Symbol Set

InitializingSetting:IN(;)This command returns all the GL functions to the factory default settings.ESC “E” executes automatically this command.This co

Pagina 137 - Starting to Download a Macro

Inputting P1 and P2Setting:IPP1X,P1Y(,P2X,P2Y;)orIP(;)Parameter : P1X, P1Y (,P2X, P2Y)Format : integerRange : -230 to 230-1Default :P1  lower-left co

Pagina 138 - Executing a Macro

DefaultP2P1P1P1P1P2P2P2Figure 3.43 Using IPcommand

Pagina 139 - Call macro

Inputting Relative P1 and P2Setting:IRP1X,P1Y(,P2X,P2Y;)orIR(;)Parameter : P1x, P1Y (, P2X, P2Y)Format : clamped realRange : 0 to 100%Default : 0,0,10

Pagina 140

Example: IR20,20,50,50;PCL picture frameNew P220% 50%Figure 3.44 Establishing new locations for P1 and P2If P2 is not specified, the distance

Pagina 141

Inputting WindowSetting:IWXLL, YLL,XUR, YUR(;)orIW(;)Parameter : XLL, YLL, XUR, YUR(LL=Lower-Left, UR=Upper-Right)Format : current unitsRange : -230 t

Pagina 142 - Controlling a Macro

Hard-cliplimitLogical pagePicture frameUser-defindwindow(IW command)Printable areaSoft-clip limitFigure 3.45 The effective windowThe hard-clip limit s

Pagina 143 - Print Model

Rotating Coordinate SystemSetting:ROangle(;)orRO(;)Parameter : angleFormat : clamped integerRange : 0°, 90°, 180° or 270°Default : 0°This command rota

Pagina 144

ABCABCABCABC270 180090OOOOFigure 3.46 Using the RO command

Pagina 145

ScalingSetting:SCXMIN,XMAX,YMIN,YMAX,[,type,(,left,bottom;)]orSCXMIN,XFACTOR,YMIN,YFACTOR,type(;)orSC(;)Parameter : XMIN,XMAXYMIN,YMAXtypeFormat : rea

Pagina 146 - Select Current Pattern

PCL CommandsCommand Group Function NamePage FormattingOrientationPage SizePrint DirectionTop MarginText LengthSkip PerforationLeft MarginRight MarginM

Pagina 147 - Logical Operation

• X,Y coordinatesThe parameters represent the user-units range on the X,Y axesExample:SC0,20,0,30; Indicates 20 user units along the X-axis and 30 use

Pagina 148

• TypeSpecifies anisotropic or isotropic scaling.Type=0: Anisotropic scalingEnables user units along the X-axis to be a different size than user units

Pagina 149

P2 P2(20,20) (40,20)Figure 3.48 The left and bo

Pagina 150

• XMIN, XFACTOR, YMIN, YFACTOREstablishes the P1 user unit coordinates and a ratio of plotter units to user units.XMIN,YMIN indicates the coordinate v

Pagina 151

The Polygon GroupThis section shows the function of the polygon commands.The Polygon stores the original units (point units) in the polygon buffer and

Pagina 152

Function Command DescriptionEdging rectangleabsoluteEADraws an outline of a rectangle defined usingabsolute coordinates.Edging polygonEPDraws an outli

Pagina 153

The polygon data (in point units) remains in the polygon buffer until anotherpolygon command is set or the printer is initialized.The total buffer cap

Pagina 154

To draw an outline on the point in the polygon buffer, use the EP after finishingthe polygon mode. The line type depends on the LT command.To fill an

Pagina 155 - Pixel Placement Command

Edging Rectangle AbsoluteSetting:EAX, Y(;)Parameter : X, Y coordinatesFormat : current unitsRange : -230 to 230-1Default : no defaultThis command draw

Pagina 156 - Advanced Graphics

Edging PolygonSetting:EP(;)This command outlines the polygon stored in the current polygon buffer by thePM command.This command also outlines wedges a

Pagina 157 - Start Printing

Command Group Function NameMoving the Printing PositionHorizontalVerticalESC “&a#C”ESC “*p#X”ESC “&a#H”ESC “&a#R”ESC “*p#Y”ESC “&a#V”

Pagina 158

Edging Rectangle RelativeSetting:ERX, Y(;)Parameter : X, Y incrementsFormat : current unitsRange : -230 to 230-1Default : no defaultThis command draws

Pagina 159

Edging WedgeSetting:EW radius, start angle, sweep angle(,chord angle;)Parameter : radius start angleFormat : current units clamped realRange : -230 to

Pagina 160 - User-Defined Pattern Graphics

90°180°270°0°Positive startangleCurrent penlocationZero-degreePositive radiusPositive radius180°270°90°0°Current penlocationNegative startangleZero-de

Pagina 161 - Downloading Pattern Data

• Sweep AngleSpecifies the angle of the arc in the number of degrees.positive sweep angle  sets the angle counterclockwise.negative sweep angle  set

Pagina 162

This command uses the distance which is specified with a radius parameterfrom the current pen location as a radius for a wedge and draws a wedge using

Pagina 163 - Controlling the Pattern

Filling PolygonSetting:FP fill method(;)orFP(;)Parameter: fill methodFormat: clamped integerRange: 0 or 1Default: 0This command fills the polygon stor

Pagina 164 - Status Readback

Method=1: Non-Zero fill algorithmThis method determines the area to be filled as follows:1. Draws a line from a starting point inside the polygon to

Pagina 165 - Status Response

Polygon Mode CommandSetting:PM polygon definition(;)orPM(;)Parameter : polygon definitionFormat : clamped integerRange : 0, 1 and 2Default : 0This com

Pagina 166

Example:PA1000,2000; Stores (1000,2000) as the first point of polygon in the polygonbuffer.PM0; Enters the polygon mode.Subsequent spe

Pagina 167 - Entity Status Responses

Pixel Placement CommandSetting:PP mode(;)orPP(;)Parameter: modeFormat: Clamped integerRange: 0 or 1Default: 1This command controls how the pixel is po

Pagina 168

Command Group Function NameMacros Macro IDMacro ControlESC “&f#Y”ESC “&f#X”Print Model Pattern Transparency ModeSource Transparency ModeCurren

Pagina 169

Filling Rectangle AbsoluteSetting:RAX,Y(;)Parameter : X, Y coordinatesFormat : current unitsRange : -230 to 230-1Default : no defaultThis command fill

Pagina 170

Filling Rectangle RelativeSetting: RRX, Y(;)Parameter : X, Y incrementsFormat : current unitsRange : -230 to 230-1Default : no defaultThis command fil

Pagina 171

Filling WedgeSetting: WG radius, start angle, sweep angle(,chord angle;)Parameter : radius start angleFormat : current units clamped realRange : -230

Pagina 172 - Entity Error Code

• Start AngleSpecifies the starting point for the arc in the number of degrees from the zerodegree point.positive start angle  positions a radius cou

Pagina 173 - Free Space Command

The Vector GroupThis section shows the vector group commands for:• Positioning absolute and relative coordinates when plotting• Drawing lines, arcs an

Pagina 174 - Echo Command

Function Command DescriptionArc absoluteAAShapes an arc using absolute coordinates.Arc relativeARShapes an arc using relative coordinates.Absolute arc

Pagina 175 - Miscellaneous

The PA and PR commands are used to move the pen to the specified position.You should specify the X,Y values to set the coordinates. The multiple setti

Pagina 176 - Push/Pop Printing Position

Arc AbsoluteSetting:AA Xcenter,Ycenter,sweep angle(,chord angle;)Parameter : Xcenter, Ycentersweep angle chord angleFormat : current units clamped rea

Pagina 177 - Horizontal Tab

• Chord AngleSpecifies the chord angle for drawing an arc. The chord angle determines thesmoothness of a curve.Chord angle specifies an angle of a cho

Pagina 178 - Automatic Wrap Around

Arc RelativeSetting:AR Xincrement,Yincrement, sweep angle(,chord angle;)Parameter : Xincrement,Yincrementsweep angle chord angleFormat : current units

Pagina 179 - Paper Input Control

Command Group Function NameMiscellaneousDisplay FunctionTransparent PrintUnderlining  Setting  ReleasePush/Pop Printing PositionHa

Pagina 180 - Duplex Page Side Selection

This command uses the specified relative distance from the current pen locationas a radius, and makes the relative location a center position, the cur

Pagina 181 - Simplex / Duplex Print

• Chord AngleSpecifies the chord angle for drawing an arc. The chord angle determines thesmoothness of a curve.Chord angle specifies an angle of a cho

Pagina 182

Bezier Curve RelativeSetting:BR X1, Y1, X2, Y2, X3, Y3…(X1, Y1, X2, Y2, X3, Y3)Parameter: X, Y incrementsFormat: current unitsRange: -223 to 223-1Defa

Pagina 183 - Left Offset Registration

Œ(0,-3072)•(2560,-2816)•(3840,2048)Ž(3072,-512)•(-768,-2560)‘(2560,5120) Starting Point(1st Control Point) Points 1, 2, and 3relative to this point(

Pagina 184 - Top Offset Registration

Bezier Curve AbsoluteSetting:BZ X1, Y1, X2, Y2, X3, Y3…(X1, Y1, X2, Y2, X3, Y3)Parameter: X, Y coordinatesFormat: current unitsRange: -223 to 223-1Def

Pagina 185 - Deciding PCL Units

Œ(1024,1024)•(4864,6144)Ž(4096,3584)•(3328,1024)•(6656,768)‘(6656,8704) Starting Point(1st Control Point)(1024,4096)BZ1024,1024,4864,6144,4096,3584,

Pagina 186 - PCL Picture Frame

CircleSetting:CI radius(,chord angle;)Parameter : radius chord angleFormat : current units clamped realRange : -230 to 230-1 0.5° to 180°Default : no

Pagina 187

=ChordangleChord0°Chord angle180°••œœ œœChord180°Chordangle360°Setstheangletothevalue(360°-)••œœœœFigure 3.56 Setting the chord angleThis command uses

Pagina 188

Plotting AbsoluteSetting:PAX,Y(,...;)orPA(;)Parameter : X, Y coordinatesFormat : current unitsRange : -230 to 230-1Default : no defaultThis command mo

Pagina 189

Pen DownSetting:PDX,Y(,...;)orPD(;)Parameter : X, Y coordinates/incrementsFormat : current unitsRange : -230 to 230-1Default : no defaultThis command

Pagina 190

PCL CommandsPage FormattingPage formatting is executed by setting the following: orientation, page size,page length, top margin, text length, skip per

Pagina 191 - Anchor Point Location

Polyline EncodedSetting:PE(flag)(value) coord pair...(flag)(value) coord pair;orPE(;)Parameter : flag value coordinate pairFormat : character charac

Pagina 192 - Horizontal Plot Size of GL

• FlagSpecifies the way to interpret subsequent values.ASCII characters are used for flags and are not encoded. The eighth bit of a flagis ignored.Exa

Pagina 193 - Vertical Plot Size of GL

• valueSpecifies value set by a flag.There are three types of flags:pen number  0 or 1number of fractional bits  -26 to 26X,Y coordinates  realTher

Pagina 194 - Entering PCL mode

The printer ignores in Base 64 or 32 the following: space, delete character,control character in parameters, 128 to 160 and 255 in ASCII.The convertin

Pagina 195 - Entering GL mode

Plotting RelativeSetting:PRX, Y(,...;)orPR(;)Parameter : X, Y incrementsFormat : current unitsRange : -230 to 230-1Default : no defaultThis command mo

Pagina 196 - HP-GL/2 Command

The data is used in edging or filling the polygon.When using this command, the command only moves the pen location when thepen is up, and moves the pe

Pagina 197

Pen UpSetting:PUX,Y(, ... ;)orPU(;)Parameter : X, Y coordinates/incrementsFormat : current unitsRange : -230 to 230-1Default : no defaultThis command

Pagina 198

Relative Arc Three PointSetting:RT Xincr inter, Yincr inter,Xincr end, Yincr end(,chord angle;)Parameter : Xincr inter, Yincr interXincr end, Yincr en

Pagina 199 - HP-GL/2 Commands

• Chord AngleSpecifies chord angle for drawing an arc. The chord angle determines thesmoothness of a curve.Chord angle specifies an angle of a chord,

Pagina 200

The Line and Fill Attributes GroupThis section shows the line and fill attribute group commands for:• Enhancing your drawings with various line types•

Pagina 201 - Parameter Range

OrientationSetting:ESC “&l#O”#=0: Portrait printing mode1: Landscape printing mode2: Reverse portrait printing mode3: Reverse landscape printing m

Pagina 202

Function Command DescriptionAnchor cornerACDetermines the starting point for fill patterns.Filling typeFTSelects the pattern to fill polygons.Line att

Pagina 203

The command selects the line type in plotting a line using the LT command. Thecommand specifies line type in the specified length of patterns.The comm

Pagina 204

The FT command selects one of the pattern types for filling a specified area withpatterns: black, hatching, cross-hatching, shading, user-pattern, hat

Pagina 205

Anchor CornerSetting:ACX,Y(;)orAC(;)Parameter : X, Y coordinatesFormat : current unitsRange : -230 to 230-1Default : no defaultThis command determines

Pagina 206 - Adjusting the GL Image

• Fill TypeSelects one of the fill patterns.Fill Type=1 or 2: Solid blackOption1  ignoredOption2  ignoredFill Type=3: HatchOption1  Line spaceOptio

Pagina 207 - GL Coordinate System

Fill Type 3 and 4:• Option 1 sets the distance between lines in fill type. The distance is set in thecurrent units along the X-axis. If 0 is set in op

Pagina 208

Fill Type 10:• The fill type 10 indicates gray scale level with the option 1.• The gray scale level is indicated in 0 to 100% and eight levels are sel

Pagina 209

Line AttributesSetting:LA kind,value[,kind,value(,kind,value;)]orLA(;)Parameter : kindFormat : clamped integerRange : 1 to 3Default : 1Parameter : val

Pagina 210 - Plotting Units

Kind=2: Specifies the line join.Value=1: Mitered join• Miter length > New miter lengthMiter is cut by the excess of a new miter.• Miter length œ Ne

Pagina 211 - Pen Status and Location

Example: when miter limit is 10 and the pen width is 5mm, a new miter limit is50mm.Line ends (kind 1)Value=1

Pagina 212 - Pen Location

Page SizeSetting:ESC “&l#A”#= 1: Executive (71/4x101/2 inch)3: Legal (81/2x14 inch)2: Letter (81/2x11 inch)6: Ledger (11x17 inch)26: A4 (210x297

Pagina 213

Line joins (kind 2)Value=5Value=2Value=3Value=4Value=1Value=2miter length>miter limit½ pen widthmiter lengthœmiter limitmiter lengthArc joinBeveled

Pagina 214

No join (kind 2,value 6)No join butt endNo join semicircle endNo join triangle endNo join rectangle endFigure 3.59 No join

Pagina 215 - Pen Movement

Miter limitmiter length¥miter limitmiter limitMiter limit =Miter length/Pen widthClipped mitered joinMaximum clipped mitered join (be

Pagina 216

Line TypeSetting:LT line type[,pattern length(,mode;)]orLT(;)orLT 99(;)Parameter : line typeFormat : clamped integerRange : -8 to 8 99Default : solid

Pagina 217

• Line TypeSelects a line pattern.Line Type = 1 to 8: Fixed line typeA line type uses the specified pattern length. Thepattern length specified is set

Pagina 218 - Defaulting Values

8 • • • • • • • •7 • • •

Pagina 219

• Pattern LengthSpecifies the pattern length which contains one complete line pattern.The length units is millimeters or a percentage of the diagonal

Pagina 220 - Initializing

The pattern specified using this command is used with AA, AR, AT, CI, EA, EP,ER, FP, PA, PD, PE, PR, RA, RR, RT, WG commands.You should not use a line

Pagina 221 - Inputting P1 and P2

Merge ControlSetting:MC mode, (opcode)(;)orMC(;)Parameter : mode opcodeFormat : clamped integer clamped integerRange : 0 or 1 0 to 255Default : 0 (ROP

Pagina 222 - Figure 3.43 Using IPcommand

Pen WidthSetting:PW width(,pen;)orPW(;)Parameter : width penFormat : clamped real integerRange : -32768 to 32767 0 or 1Default : dependent 1 (black)Th

Pagina 223 - Inputting Relative P1 and P2

PJL CommandsIntroductionPJL Command Syntax and FormatPrint Environment CompositionPJL Reset ConditionsEnvironment VariablesStatus MessageUsage of Comm

Pagina 224

Top MarginSetting:ESC “&l#E”#=Number of linesThis command sets the top margin. The top margin indicates the margin on theupper end of the printing

Pagina 225 - Inputting Window

• PenSpecifies the pen number to which the new width is applied.0  white1  blackUnless the pen parameter is specified, the currently selected pen wi

Pagina 226

Raster Fill DefinitionSetting:RF index, width, height, pen number(,.. pen number;)orRF index(;)orRF(;)Parameter : index widthFormat : clamped integer

Pagina 227 - Rotating Coordinate System

• Pen NumberMeans a pixel in the defined pattern and specifies its color.0  white1  blackThis command specifies the dot data by dot widthdot height,

Pagina 228

Symbol ModeSetting:SM character(;)orSM(;)Parameter : characterFormat : labelRange : most printing characters(decimal codes 33 to 58,60 to 126, 161 and

Pagina 229

Selecting PenSetting:SP pen number(;)orSP(;)Parameter : pen numberFormat : integerRange : 0 or 1Default : 0 (no pen)This command selects the pen used

Pagina 230

Screened VectorsSetting:SV{screen type [,option1(,option2)]}(;)orSV(;)Parameter : screen type option1, option2Format : clamped integer clamped integer

Pagina 231

Screen Type=2: User-defined raster fillOption 1  specifies the user-defined pattern indexmade by the RF command.Option 2  specifies the pen number 1

Pagina 232

Transparency ModeSetting:TR(mode)(;)orTR(;)Parameter : modeFormat : clamped integerRange : 0 or 1Default : 1 (on)This command determines whether or no

Pagina 233

Figure 3.62 Transparency mode ON/OFFThis command is reset by ESC “E”, IN, DF or another TR command.SourceSourceSourceOriginal destinationOriginal dest

Pagina 234 - The Polygon Group

User-Defined Line TypeSetting:UL index(,gap1,...gap20;)orUL(;)Parameter : index gapsFormat : clamped integer clamped realRange : 1 to 8 0 to 32767Defa

Pagina 235

Text Length, Bottom MarginSetting:ESC “&l#F”#=Number of linesThis command sets the text length. Text length refers to the number of lines tobe pri

Pagina 236

Pen Width Unit SelectionSetting:WU type(;)orWU(;)Parameter : typeFormat : clamped integerRange : 0 to 1Default : 0 (metric)This command specifies the

Pagina 237 - Chord Angle (degrees)

The Character GroupYou can add text to the image in the PCL mode or you can print text from the GLmode, when you wish to add text.“Label” used in this

Pagina 238 - Edging Rectangle Absolute

Function Command DescriptionExtra spaceESRaise or reduce the space between labelcharacters and linesSelectingprimary fontFISelects a font previously a

Pagina 239 - Edging Polygon

The LB command labels characters and positions the text you want to print afterthe LB command.You should use the terminator at the end of the command,

Pagina 240 - Edging Rectangle Relative

Command Command NameAAARATBRBZDFDIDRDVINLOPAPEPRRORTArc absoluteArc relativeAblosute arc three pointBezier curve relativeBezier curve absoluteDefaulti

Pagina 241 - Edging Wedge

When the printer is reset, the following label conditions are defaulted.Symbol Set(Character Set): Roman-8 font, fixed spacingPitch: 9 characters per

Pagina 242 -  sets a remainder of: (

The SI and SR commands specify the size of characters: the SI commandspecifies the height and width in centimeters, and the SR command specifies thesi

Pagina 243 -  sets a wedge angle to 360°

DI DRor commandLabel angleStick or Scalable fontsBitmap fontsFigure 3.63 Label orientationThe SL command slants characters.SL commandFigure 3.64 Chara

Pagina 244

The SL command is invalid for bitmap fonts.In each character, the basis for each character or space is the character cell.CharacterwidthCharacter plot

Pagina 245 - Filling Polygon

Baseline: the imagenary line on which a text line is placed. Adescender of a character stretches below thebaseline.Line feed: the vertical distance be

Pagina 246

Skip PerforationSetting:ESC “&l1L”Release:ESC “&l0L”The bottom margin is controlled by the skip perforation mode command.When the skip perfora

Pagina 247 - Polygon Mode Command

There are three types of fonts which you can change using the command:• Scalable fonts• Bitmap fonts• Stick fontsProportional-spacing fonts do not hav

Pagina 248

Alternate Font DefinitionSetting:AD kind, value...(,kind,value;)orAD(;)Parameter : kind valueFormat : clamped integer clamped realRange : 1 to7 depend

Pagina 249

Kind=4: Selects the point size for the proportional spacing by the height ofthe character cell.Default value=11.5Kind=5: Selects the character's

Pagina 250 - Filling Rectangle Absolute

Character Fill ModeSetting:CF fill mode[,edge pen(;)]orCF(;)Parameter : fill mode edge penFormat : clamped integer integerRange : 0, 1, 2, or 3 -230 t

Pagina 251 - Filling Rectangle Relative

• Edge PenSpecifies whether the pen used for edging the characters is white or black.0  white edging1  black edgingThis command specifies fill patte

Pagina 252 - Filling Wedge

Character PlotSetting:CP spaces,lines(;)orCP(;)Parameter : spaces linesFormat : clamped real clamped realRange : -32768 to 32767 -32768 to 32767Defaul

Pagina 253

• LinesSpecifies the number of lines the pen will move vertically.The number is indicated by the cell height (of the current specified fonts) × thenum

Pagina 254 - The Vector Group

Absolute DirectionSetting:DI run,rise(;)orDI(;)Parameter : run (or cos ) rise (or sin )Format : clamped real clamped realRange : -32768 to 32767 -3276

Pagina 255

• RiseSets a move along the Y-axis of the label directionpositive value  specifies the upper direction.negative value  specifies the lower direction

Pagina 256

You should specify both run and rise parameters.Run=0, Rise≠0  plotted in vertical mode.Run≠0, Rise=0  plotted in horizontal mode.AARun=0Rise=0Run=0

Pagina 257 - Arc Absolute

Right MarginSetting:ESC “&a#M”#=Column numberRelease:ESC “9”This command defines the right margin. Enter the desired number of columnsfrom the ori

Pagina 258 - Chord angle

BitmapfontsOtherfontsFigure 3.68 Label direction comparison between bitmap and other fontsThis command is effective until another DI or DR command is

Pagina 259 - Arc Relative

Relative DirectionSetting:DR run,rise(;)orDR(;)Parameter : run riseFormat : clamped real clamped realRange : -32768 to 32767 -32768 to 32767Default :

Pagina 260 - Absolute Arc Three Point

This command specifies the label direction by the relative distance between P1and P2 using the run and rise parameters.The line feed depends on the ch

Pagina 261

• Label TerminatorSets the label terminator using this command.ESC (1bHEX), ENQ (05HEX), “;” (3bHEX) are invalid as terminators.• ModeDetermines wheth

Pagina 262 - Bezier Curve Relative

Defining Variable Text Pathsetting:DV path(,line;)orDV(;)Prameter : path lineFormat : clamped integer clamped integerRange : 0,1,2 or 3 0 or 1Default

Pagina 263 - Figure 3.54

Path=0 (0°) Path=1 (-90°) Path=2 (-180°) Path=3 (270°)Figure 3.69 Text path example• LineSpecifies the direction of line feeding.Line=0

Pagina 264 - Bezier Curve Absolute

Path=0 (0°) Path=1 (-90°) Path=2 (-180°) Path=3 (-270°)Line=1Path=0 (0°) Path=1 (-90°) Path=2 (-180°)

Pagina 265 - (1st Control Point)

Extra SpaceSetting:ES width(,height;)orES(;)Parameter : width heightFormat : clamped real clamped realRange : -32768 to 32767 -32768 to 32767Default :

Pagina 266

Selecting Primary FontSetting:FI font ID(;)Parameter : font IDFormat : integerRange : 0 to 32767Default : no defaultThis command assigns fonts for the

Pagina 267

LabelingSetting:LB text.. text label terminatorParameter : text ... textFormat : characterRange : any charactersDefault : no defaultThis command labe

Pagina 268 - Plotting Absolute

• By the number of lines per inchSetting:ESC “&l#D”#= 1: 1 lpi2: 2 lpi3: 3 lpi4: 4 lpi6: 6 lpi8: 8 lpi12: 12 lpi16: 16 lpi24: 24 lpi48: 48 lpiEnte

Pagina 269 - Pen Down

Labeling OriginSetting:LO position(;)orLO(;)Parameter : positionFormat : clamped integerRange : 1 to 9, 11 to 19 and 21Default : 1This command changes

Pagina 270 - Polyline Encoded

Position=1 Position=4 Position=7Position=2 Position=5 Posi

Pagina 271

For stick fonts, the label is offset by an amount equal to one half of the specifiedcharacter's width.This command selects one of 18 printing pos

Pagina 272

Selecting Alternate FontSetting:SA(;)This command selects the alternate font.This command selects and uses alternate font defined by the AD command. I

Pagina 273 - ¥ 0 m=2x × 2

• nDetermines whether bitmap font is valid or invalid0  bitmap font is invalid.1  bitmap font is valid.For a standard font or an alternate font, thi

Pagina 274 - Plotting Relative

Example: The following command represents the default setting.SD 1,277,2, 0,3,9,4,11.5,5,0,6,0,7,48Symbol

Pagina 275

Symbol Set Value Description39442645818540173205269621147817419831803082153277309341373405501565629MC TextVentura InternationalVentura USWingdingsPS M

Pagina 276

Kind=2: Selects the spacing.Value = 0: Fixed spacing (default)Value = 1: Proportional spacingKind=3: Specifies the number of characters per inch for t

Pagina 277 - Relative Arc Three Point

Kind=6: Selects the line thickness used in the font's design.Value =-7: Ultra thinValue =-6: Extra thinValue =-5: ThinValue =-4: Extra lightValue

Pagina 278

Kind=7:Selects the typeface.TypefaceFamilyValue (#)TypefaceBaseValue (#)Typeface4096409941014102411341164140414441484168419742974314436243984613682603

Pagina 279

Horizontal Motion AmountHorizontal motion amount is the amount of horizontal space between charactersand is a unit of the left and right margins in th

Pagina 280

This command specifies the value required to select a standard font.The SS; enables you to select the specified font using this command.The kind and v

Pagina 281 - Arc join

Absolute Character SizeSetting:SI width,height(;)orSI(;)Parameter : width heightFormat : clamped real clamped realRange : - 32768 to 32767 - 32768 to

Pagina 282

1cm1cmSI1,1;1cm1cmSI-1,1;Label direction1cm1cmSI1,-1;1cm1cmSI-1,-1;Figure 3.73 Label in positive and negative parameters

Pagina 283 - Filling Type

This command sets the width and height in centimeters for the current specifiedfont.The parameters for width and height must be specified together. If

Pagina 284

Designates the slant of characters with tangent of angle.tanPositive slantθtanθNegative slantFigure 3.74 Positive and negative slantThis command slant

Pagina 285

Relative Character SizeSetting:SR width height(;)orSR(;)Parameter : width heightFormat : clamped real clamped realRange : -32768 to 32767 -32768 to 32

Pagina 286

Example:G2.45cm1.225cmP2 (5000,5000)P1 (100,100)width=(5000-100)×10%=490 plotter unitsor1.225cmheight=(5000-100)×20%=980 plotter unitsor2.45 cmIP100,1

Pagina 287 - Line Attributes

omitted or set to 0, this command is ignored.If this command is executed using the SB1; after a bitmap font, the bitmap fontis changed to a stick font

Pagina 288 - > New miter length

Transparent DataSetting:TD mode(;)orTD(;)Parameter : modeFormat : clamped integerRange : 0 to1Default : 0 (normal)This command allows a control code t

Pagina 289

PJL CommandsIntroductionPJL (Printer Job Language) commands are a group of the commandswhich has the following functions:•Initializes or sets the pri

Pagina 290

Font SelectionCommands that set font characteristic enable font selection of internal ordownload fonts, and fonts from external font cards.The printer

Pagina 291 - Figure 3.59 No join

PJL Command Syntax and FormatWe are showing a PJL command example including the PJL SET command.PJL prefix PJL command Command modifier Parameter@P

Pagina 292 - Miter limit

<HT>:Tab (ASCII 9) <ESC>:Escape (ASCII 27)<LF>:Line feed (ASCII 10) <FF>:Form feed (ASCII 12)<CR>:Carriage return (ASCII

Pagina 293 - Line Type

Print Environment CompositionThe print environment consists of the following four environments.Figure 3.75 Print environmentModified Print Environment

Pagina 294

Factory Default EnvironmentThe Factory Default Environment is a group of the settings storedpermanently in the printer. It's impossible to change

Pagina 295

The following figure shows how the print environment settings are changedby PJL commands, PCL commands or PJL reset condition.Figure 3.76 Paper size s

Pagina 296 -  Absolute Mode

Figure 3.77 Paper size setting exampleEXECUTIVEA4A4A4LEGALLEGALLEGALLEGALLEGALLETTERLETTERLETTERWhen the PJL resetcondition occurs, theSetting returns

Pagina 297

PJL Reset ConditionsThe print environment resets to the User Default Environment in thefollowing cases;•when the UEL command is sent•when “@PJL RESET”

Pagina 298 - Merge Control

Status MessageThe PJL USTATUS command makes the printer send automatically statusmessage to the printer, when the printer's status is changed, a

Pagina 299 - Pen Width

Usage of Command¬ Send the UEL (<ESC>%-12345X) command followed with @PJL prefixto enter into the PJL mode. The print environment returns to the

Pagina 300

Commands/Responses Comments(Commands from Computer to Printer)<ESC>%-12345X@PJL<CR><LF>@PJL SET COPIES=2<CR><LF>@PJL SET

Pagina 301 - Raster Fill Definition

Primary/Secondary Font AttributeFont characteristics are set on both primary and secondary fonts, therefore twofonts can be selected.Only one of thes

Pagina 302

Commands/Responses Comments(Commands from Computer to Printer)@PJL ENTER LANGUAGE=PCL<CR><LF><ESC>Edata...<ESC>%-12345Xenters

Pagina 303 - Symbol Mode

PJL CommandsPJL CommandsFunction Command Line PageUEL commandCommentEnter the PCL modeSet User DefaultInquire User DefaultECHOSend informationInitiali

Pagina 304 - Selecting Pen

Entering the PJL modeSetting:<ESC>%-12345XResponse: (no response)Parameter: (no parameter)This command is effective in any language mode, and te

Pagina 305 - Screened Vectors

Entering from PJL mode to PCL modeSetting:@PJL ENTER LANGUAGE=PCL[<CR>]<LF>Response: (no response)Parameter: (no parameter)This command ch

Pagina 306

Inquiring User DefaultSetting:@PJL DINQUIRE [LPARM:PCL] variable[<CR>]<LF>Response: @PJL DINQUIRE [LPARM:PCL] variable<CR><LF>

Pagina 307 - Transparency Mode

ECHO CommandSetting:@PJL ECHO words[<CR>]<LF>Response: @PJL ECHO words<CR><LF><FF>Parameter: words•wordsEnter characters

Pagina 308

•categoryID printer model numberCONFIG information on configurationMEMORY total of user available memoryPAGECOUNT he total number of pages printed out

Pagina 309 - User-Defined Line Type

Inquiring PJL Current DefaultSetting:@PJL INQUIRE [LPARM:PCL] variable[<CR>]<LF>Response: @PJL INQUIRE [LPARM:PCL] variable<CR><L

Pagina 310 - Pen Width Unit Selection

ResettingSetting:@PJL RESET[<CR>]<LF>Response: (no response)Parameter: (no parameter)This command resets all the environment variables to

Pagina 311 - The Character Group

USTATUS CommandSetting:@PJL USTATUS variable=value[<CR>]<LF>Response: (no response)Parameter: variable valueVariable Value FunctionDEVICE

Pagina 312

Symbol Set IDISO 60 Norwegian V1ISO 4 United KingdomWindows 3.1 Latin 2ISO 69 FrenchISO 21 GermanISO 15 ItalianMicrosoft PublishingDeskTopPS TextMC Te

Pagina 313

This command does not return a response to the computer. The printerautomatically sends a message in the following format, depending on thesetting by

Pagina 314

•variable=PAGE value=ON@PJL USTATUS PAGE<CR><LF>the total number of pages printed in the current jobè<CR><LF><FF>•vari

Pagina 315

USTATUSOFF CommandSetting:@PJL USTATUSOFF[<CR>]<LF>Response: (no response)Parameter: (no parameter)This command sets the printer not to se

Pagina 316

JOB CommandSetting:@PJL JOB [NAME=“job name”][START=first page]èè[END=last page][<CR>]<LF>Response: (no response)Parameter: job namefirst

Pagina 317 - command

EOJ CommandSetting:@PJL EOJ [NAME=“job name”][<CR>]<LF>Response: (no response)Parameter: job name•job nameEnter a line of characters (maxi

Pagina 318 - Figure 3.65 Cell

(Commands sent from the computer)<ESC>%-12345X@PJL@PJL USTATUS DEVICE=ON@PJL USTATUS JOB=ON@PJL USTATUS PAGE=ON@PJL USTATUS TIMED=10@PJL JOB NAM

Pagina 319

@PJL USTATUS TIMED<CR><LF>CODE=10001<CR><LF>DISPLAY="PRINTER READY"<CR><LF>ONLINE=TRUE<CR><LF&g

Pagina 320

(Output)This is the first page of example ofUSTATUS Command.This is the second page.

Pagina 321 - Alternate Font Definition

Environment variables and ValuesEnvironment Value DetailsAUTOCONT (OFF)ONThe auto continue feature.BINDING (LONGEDGE)SHORTEDGEThe default relationship

Pagina 322

Environment Value DetailsFORMLINES 5 to 128 The number of line per page. The change ofPAPER and ORIENTATION settings mayoverride this setting. If one

Pagina 323 - Character Fill Mode

Symbol Set IDISO 6 ASCIILegalRoman-8Windows 3.0 Latin 1PC-8PC-8 Danish/NorwegianPC-850 MultilingualPi FontPC-852 Latin 2Windows 3.1 Latin 10U1U8U9U10U

Pagina 324 -  black edging

Environment Value DetailsINTRAY1SIZE * (LETTER)LEGAL(A4)EXECUTIVELEDGERA3CUSTOMCOM10MONARCHC5DLB5The paper size in Multi Purpose Tray.INTRAY2SIZE * (L

Pagina 325 - Character Plot

Environment Value DetailsIOBUFFER ON(AUTO)I/O Buffer size of the printer. When Auto isselected, I/O Buffer size is automaticallydecided for the printe

Pagina 326 -  stops a vertical move

Environment Value DetailsORIENTATION (PORTRAIT)LANDSCAPEThe paper orientation, Portrait or Landscape.PAGEPROTECT(PAGEPROTECTION)ON(AUTO)The Page prote

Pagina 327

Environment Value DetailsPAPER (LETTER)LEGAL(A4)LEDGERA3EXECUTIVECOM10MONARCHC5DLB5CUSTOMThe paper size.PASSWORD (0) TO 65535 The password for PJL sec

Pagina 328

Environment Value DetailsRET(EET)OFFLIGHTMEDIUMDARKWith EET turned on, the printer will smooth thejagged edges of text and line art, and improvesthe p

Pagina 329

Environment Value DetailsFONTNUMBER 0 (or 1) to n The value for Font number. This value dependson the current font source. If the font sourceincludes

Pagina 330

Environment Value DetailsPITCH 0.44 to 99.99(10.00)The pitch of default font in number of charactersper inch. (The default font has to be fixed-pitchs

Pagina 331 - Relative Direction

Status CodeIF DEVICE,JOB or PAGE parameter of the PJL USTATUS command are set toON (and verbose for DEVICE) or TIMED parameter is set to time interval

Pagina 332 - Defining Label Terminator

Informational MessageStatus Code Display String Status10001 ON LINE The printer is in the online state andready to print.10003 WARM UP The printer is

Pagina 333 -  prints the label terminator

Paper Tray Status (12xyy)Paper Tray status message occur when a tray is empty, low or medium. Papertray status message are in format 12xyy. The follow

Pagina 334 - Defining Variable Text Path

Printing DescriptionIntroductionThe items discussed in the following sections are listed below:• Page Orientation, Paper Length, Paper Width• Printabl

Pagina 335

Print Pitch• Case 1Setting/Primary:ESC“(s#H”Setting/Secondary:ESC “)s#H”#=Number of characters per inchThis command sets the print pitch by entering t

Pagina 336

PJL Parser Errors (20xxx)These status codes denote PJL parser errors. The entire PJL command line isignored.Status Code Meaning20001 General Syntax er

Pagina 337 - Extra Space

Status Code Meaning20017 Order of LPARM:PCL and option in command line is notcorrect.20018 Alphanumeric command is not sent.20019 Numerical values hav

Pagina 338 - Selecting Secondary Font

PJL Parser Warnings (25xxx)This group of status codes denote PJL parser warnings, which indicates thatpats of the PJL command is ignored.Status Code M

Pagina 339 - Labeling

PJL Semantic Errors (27xxx)This group of status codes denote PJL semantic error. As much of thecommand is executed as possible, depending on the curre

Pagina 340 - Labeling Origin

Auto-Continuable Conditions (30xxx)This list specifies the set of PJL error codes and corresponding control paneldisplay strings for auto-continuable

Pagina 341

Potential Operator Intervention Conditions (35xxx)This list specifies the set of PJL error codes and corresponding control paneldisplay strings for co

Pagina 342

Operator Intervention Conditions (40xxx)This list specifies the set of PJL error codes and corresponding control paneldisplay strings for conditions w

Pagina 343 - Scalable or Bitmap Fonts

Paper Loading (41xyy)Paper loading message are send when one of the paper input sources is put ofpaper and there is no other input source available an

Pagina 344 - Standard Font Definition

Paper Jam Message (421xx)yy = Jam Location Tray or Cassette02 PAPER JAM 0104 PAPER JAM 0206 PAPER JAM 0308 DUPLEX ERROR10 DUPLEX JAMTable 3.54 Paper J

Pagina 345

Character StyleSetting/Primary:ESC “(s#S”Setting/Secondary:ESC “)s#S”#=Character style valueValue (#) Character Style01458243264128160Upright, SolidIt

Pagina 346

Stroke WeightSetting/Primary:ESC “(s#B”Setting/Secondary:ESC “)s#B”#=Thickness valueValue (#) Typeface-7-6-5-4-3-2-101234567Ultra ThinExtra ThinThinEx

Pagina 347

TypefaceSetting/Primary:ESC “(s#T”Setting/Secondary:ESC “)s#T”#=Typeface valueThis command selects the design of characters.Typeface FamilyValue (#)Ty

Pagina 348

Typeface SelectionCommandPrinter FontOne-Byte/Two-ByteTypeface DescriptorYour PrinterTwo-Byte Two-Byte Typeface selected.Two-Byte One-ByteTypeface for

Pagina 349

Default Font SelectionThe default font command sets the font to default value.• To make the primary font default.Setting:ESC “(#@”#=3: To select all c

Pagina 350

Moving the Printing PositionThe printing position can be moved horizontally or vertically by commands thatchange the location of printing data.Two met

Pagina 351 - Absolute Character Size

Horizontal Movement• By columnsSetting:ESC “&a#C”#=Number of columnsThis command moves the current printing position to a new column position.The

Pagina 352

Vertical Movement• • By linesSetting:ESC “&a#R”#=Number of linesThis command moves the current printing position to the same position on a newline

Pagina 353 - Character Slant

Raster GraphicsRaster Graphics is a printing function that prints graphic patterns by sending dotimage data by raster units (scanning line) from the c

Pagina 354 - Negative slant

Page Orientation, Paper Length, Paper WidthOnly single sheet paper can be used with this printer. The size of the paper isdetermined by the paper leng

Pagina 355 - Relative Character Size

Raster Graphics Presentation ModeSetting:ESC “*r#F”#=0: To print raster image in orientation of logical page#=3: To print raster image along the width

Pagina 356

Raster WidthSetting:ESC “*r#S”#=Width in pixels of the specified resolutionThis command sets the width in pixels of the raster areas denoted when the

Pagina 357 - Selecting Standard Font

Start the Raster Graphics ModeSetting:ESC “*r#A”#=0 or 1This command directs the printer to start raster graphics printing as well asdeciding the star

Pagina 358 - Transparent Data

Set Compression ModeSetting:ESC “*b#M”#=0: Unencoded1: Run-length encoding2: Tagged imaged file format (TIFF) rev. 4.03: Delta row compression5: Adapt

Pagina 359

• Tagged Image File Format EncodingThis format has features of Unencoded and Run-length encoding.A control byte in the raster data determines whether

Pagina 360 - PJL Command Syntax and Format

• Delta Row CompressionWhen a part of bytes in a row are different from those of the preceding row, thisformat identifies the difference and sends onl

Pagina 361

Example: Indicates 2 bytes Delta row Command byte compression mode SC “*b3m2W”(00000000)2(01111111)2

Pagina 362 - Print Environment Composition

An offset byte is added to the command byte.If 255 is set for additional offset bytes, offset bytes must be added until therequired offset value is en

Pagina 363

• Adaptive CompressionThis code can be used with the other modes (#=0, 1, 2 and 3).Example:ESC “*b5m16W”03(h)00(h)0a(h)ff(h)...ff(h)04(h)00(h)05(h)

Pagina 364

Four program samples to print the raster graphics are shown:Program sample 1: Unencoded10 OPEN "lPt1:" FOR RANDOM AS #120 WIDTH #1, 25530 PR

Pagina 365

Portrait printing mode Landscape printing modePaper lengthPaper widthABCDEFGPaperlengthPaperwidthABCDEFGFigure2.1 Portrait and landscape orientation

Pagina 366 - Environment Variables

290 PRINT #1, CHR$(&H0);CHR$(&H7);CHR$(&HFF);CHR$(&HFF);CHR$(&HC0);CHR$(&H0);300 PRINT #1, CHR$(27); "*b0m6W";310 PR

Pagina 367 - Status Message

40 PRINT #1, CHR$(27); "*r0F" ;50 PRINT #1, CHR$(27); "*r0A" ;60 PRINT #1, CHR$(27); "*b1m2W";70 PRINT #1, CHR$(5); CHR$

Pagina 368 - Usage of Command

310 PRINT #1, CHR$(&HFF);CHR$(&H0);CHR$(&HC0);CHR$(&H0);CHR$(&H0);320 PRINT #1, CHR$(27); "*b1m10W";330 PRINT #1r CHR$(&

Pagina 369

Program sample 3: Tagged imaged file format (TIFF) rev. 4.010 OPEN "lpt1:" FOR RANDOM AS #120 WIDTH #1, 25530 PRINT #1, CHR$(27); "*t75

Pagina 370

340 PRINT #1, CHR$(27); "*b2m8W";350 PRINT #1, CHR$(1);CHR$(&H0);CHR$(&H3F);CHR$(&HFF);CHR$(&HFF);CHR$(1);CHR$(&HF8);CHR

Pagina 371

80 PRINT #1, CHR$(27); "*b3m2W";90 PRINT #1, CHR$(&H2);CHR$(&H1);100 PRINT #1, CHR$(27); "*b3m3W";110 PRINT #1, CHR$(&

Pagina 372 - Entering the PJL mode

430 PRINT #1, CHR$(&H0);CHR$(&H3);CHR$(&H4);CHR$(&H80);440 PRINT #1, CHR$(27); "*b3m4W";450 PRINT #1, CHR$(&H0);CHR$(&am

Pagina 373 - Setting User Default

Sending the Raster Graphics DataSetting:ESC “*b#W”#= Number of bytes of bit image dataThis command is used to send raster graphics data. Send the bit

Pagina 374 - Inquiring User Default

End Raster Graphics ModeVersion BSetting:ESC “*rB”This command designates the end of raster graphics.In addition, when this command is received,• comp

Pagina 375 - ECHO Command

100 WIDTH "lpt1:",255110 OPEN "lptl:" AS #1120 ’130 PRINT #1,CHRS(27);"*t75R"; '75 dpi140 PRINT #1,

Pagina 376

Printable AreaThe printable area refers to the area where texts and figures can be printed.There exists an unprintable area on the margins of the pape

Pagina 377 - Inquiring PJL Current Default

450 PRINT #1,CHR$(12);460 ENDRASTER GRAPHICS ( 75 DPI)RASTER GRAPHICS (100 DPI)RASTER GRAPHICS (150 DPI)RASTER GRAPHICS (300 DPI)Figure 3.5 Raster gra

Pagina 378 - Resetting

Font DownloadingThe user can select a desired font from the built-in fonts.Additionally, the printer permits the user to download fonts in HP compatib

Pagina 379 - USTATUS Command

Bitmap FontByte0 FONT DESCRIPTOR SIZE (64)2 DESCRIPTOR FORMAT (0) FONT TYPE4 STYLE MSB (0) RESERVED6 BASELINE POSITION8 CELL WIDTH10 CELL HEIGHT12 ORI

Pagina 380 - •variable=JOB value=ON

Byte0 FONT DESCRIPTOR SIZE (68)2 DESCRIPTOR FORMAT (20) FONT TYPE4 STYLE MSB (0) RESERVED6 BASELINE POSITION8 CELL WIDTH10 CELL HEIGHT12 ORIENTATION F

Pagina 381 - •variable=PAGE value=ON

Bitmap FontFONT DESCRIPTOR SIZE:These two bytes specify the number of bytes for the font descriptor.DESCRIPTOR FORMAT:This 1 byte specifies the format

Pagina 382 - USTATUSOFF Command

STYLE MSB:This 1 byte is used as style word by combining with Style LSB. Style word iscomposed as follows:Style Word = Posture + ( 4 × Width ) + ( 32

Pagina 383 - JOB Command

Value (#) Structure (Multiply by 32 for Style Word partial sum)012345678 to 1112 to 15161718 to 3031SolidOutlineInlineContourSolid with ShadowOutline

Pagina 384 - EOJ Command

CELL HEIGHT:The cell must have enough space in height for the highest character.The range is from 1 to 65535.The cell height is decided in PCL coordin

Pagina 385

ORIENTATION:This 1 byte specifies the font orientation (direction of printing); portrait isselected by 0, landscape by 1, reverse portrait by 2 and re

Pagina 386

Symbol SetValue FieldNumberUppercaseLetterValueISO 60 Norwegian V1ISO 4 United KingdomWindows 3.1 Latin 2ISO 69 FrenchISO 21 GermanISO 15 ItalianMicro

Pagina 387 - (Output)

BA DA DPortrait

Pagina 388 - Environment Value Details

Symbol SetValue FieldNumberUppercaseLetterValueWindows 3.1 Latin 5PC-TurkishISO 6 ASCIILegalRoman-8Windows 3.0 Latin 1PC-8PC-8 Danish/NorwegianPC-850

Pagina 389

WIDTH TYPE:This 1 byte specifies the width type of the font.Value (#) Width Type-5-4-3-2023Ultra CompressedExtra CompressedCompressed or Extra Condens

Pagina 390

STROKE WEIGHT:This 1 byte specifies the thickness of the font. The value must be within -7to 7; the plus value shows the font is thicker (Bold) while

Pagina 391

TYPEFACE LSB,TYPEFACE MSB:These two bytes specify the typeface family value whose components arevendor and typeface family.Typeface family value 15

Pagina 392

Typeface FamilyValue (#)Typeface BaseValue (#)Typeface409640994101410241134116414041484168419742974314436243984613682603561720445272101201218266302517

Pagina 393

QUALITY:This 1 byte specifies the quality of the font.Value (#) Quality012Data processing (draft)Near Letter QualityLetter QualityTable 3.16 Quality v

Pagina 394

UNDERLINE THICKNESS (HEIGHT):This 1 byte specifies the thickness of the underline in font design dots.The underline is printed with the 3 dots thickne

Pagina 395

LAST CODE:These two bytes determine the last code of the font.PITCH EXTENDED:An extra 1 byte is added to the pitch field for precise pitch information

Pagina 396

CAP HEIGHT:The cap height is a percentage of the Em of a font. And the cap height isused to calculate the distance from the cap line (the unaccented t

Pagina 397 - Status Code

Intellifont Scalable FontByte0 FONT DESCRIPTOR SIZE (minimum 80)2 DESCRIPTOR FORMAT (10) FONT TYPE4 STYLE MSB RESERVED6 BASELINE POSITION8 CELL WIDTH1

Pagina 398 - Informational Message

Paper Type Letter LegalPaper Size 8. 5"x11"(215.9x279.4 mm)8. 5"x14"(215.9x355.6 mm)Portrait/ Landscape P L P LA(dots) 3,300 2,550

Pagina 399 - Paper Tray Status (12xyy)

Byte44 to 47 FONT NUMBER48 to 63 FONT NAME64 SCALE FACTOR66 X RESOLUTION68 Y RESOLUTION70 MASTER UNDERLINE POSITION72 MASTER UNDERLINE THICKNESS (HEIG

Pagina 400 - PJL Parser Errors (20xxx)

Byte0 FONT DESCRIPTOR SIZE (minimum 88)2 DESCRIPTOR FORMAT (11) FONT TYPE (10)4 STYLE MSB RESERVED6 BASELINE POSITION8 CELL WIDTH10 CELL HEIGHT12 ORIE

Pagina 401

Byte48 to 63 FONT NAME64 SCALE FACTOR66 X RESOLUTION68 Y RESOLUTION70 MASTER UNDERLINE POSITION72 MASTER UNDERLINE THICKNESS (HEIGHT)74 OR THRESHOLD76

Pagina 402 - PJL Parser Warnings (25xxx)

Intellifont Scalable FontFONT DESCRIPTOR SIZE:These two bytes specify the number of bytes for the font descriptor.DESCRIPTOR FORMAT:This 1 byte specif

Pagina 403 - PJL Semantic Errors (27xxx)

STYLE MSB:See STYLE MSB in the case of Bitmap Font.BASELINE POSITION:These two bytes specify a Y-coordinate in the design window.CELL WIDTH:The cell m

Pagina 404

HEIGHT:The height depends on the master design height.The height is typically set to 2000.x-HEIGHT:These two bytes determine the distance from the bas

Pagina 405

UNDERLINE THICKNESS (HEIGHT):This 1 byte must be set to 0. The Master Underline Thickness is recognizedas the information on the scalable fonts.TEXT H

Pagina 406

CAP HEIGHT:These two bytes specify the cap height in design units.FONT NUMBER:The font number field is composed with four bytes; the lower three bytes

Pagina 407 - Paper Loading (41xyy)

MASTER UNDERLINE THICKNESS (HEIGHT):This field decides the thickness of floating underline in design units.OR THRESHOLD:These two bytes are the pixel

Pagina 408 - Hardware Errors (50xxx)

Bit Value6362613433322, 1, 00:Standard Latin character sets1:the others0:East European Latin character sets1:the others0:Turkish character sets1:the o

Comentarios a estos manuales

Sin comentarios