Epson LQ-870 Product Support Bulletin

Add to my manuals
20 Pages

advertisement

Epson LQ-870 Product Support Bulletin | Manualzz

EPSON AMeRIc& INC.

EPSON

Product Support Bulletin

Subject: Understanding and Using ESCP/2 Commands and Syntax

Date: 12/4/91

Page(s): 1 of 14

PSB No: P-0082

Originator: JW

This bulletin provides detailed explainations and illustrations for some of the more commonly used printer commands used in ESC/P2 Listed below are the commands discussed in this bulletin.

Command Command Name

ESC X m n1 n2 Select Pitch and Point Size

ESC ( C m1 m2 n1 n1 Set Page Length in Defined Units

ESC(v m1 m2 n1 n2 Set Relative Vertical Position

ESC(V m1 m2 n1 n2 Set Absolute Vertical Position

ESCtn Select Character Table

ESC ( t n1 n2 d1 d2 d3 Assign Character Table

ESC( A nln2d,. . .& Print Data as Characters

PSB Page

2

5

6

8

9

10

14

PSB No: P-0082

Page: 2 of 14

ESC X m n1 n2 (Select Pitch and Point Size)

C X m n1 a is the command for selecting pitch and point size where m, nl and n2 are variables. The vadable W is used to select the pitch, which is the character spa&g. The variable W” selects the point size and the variable “n2”, at this time, will always be 0 (zero). The variables In” and 91’ ate explained below.

Thevaluesusedfor’m’ateO,l,18,21,24,30,36,4248,60,and72 tf’o”is usedasthevaluefor”m”,therewillbenochangeinpit~. lf”lVsusedasthe value far W, the character pitch will be proportional spacing. To determine the character pit& for all other values of %I”, divide 360 by “m”. For example, if rn=W then 360 divided by 60 equals 6 and the character pitch is 6 characters per inch. If m=30, the character pitch is 12 characters per inch.

FortheRomanandSansSerifforrts,thevaiueausedfor’nimare0,16,20,TI,24,

28,3238,40,42,44,48,5238,8Oand84. ForaUotbrfonts,Utevaluesusedfor

“nlmare0,21,and42 l’heactualpaintsbthatwillprintisnl didedby2 For example, if nl=20, the point size is 10. tf nl=48, the point size is 24. NOTE:

When selectina a Doirft size laraer than 24 (the value for nl is treater than 4& select twof3ortional wacina tm=ll for the character me&.

In the Basic programming language, the command would look like this.

LPRlf+lT cHR$(n);*xll;CHRS(l);CHR$(48);~~~(o);”~his is 24 point proportional spaced”

Ch6(27) is ESC, cW(l) selects proportional spacing, chr$(48) selects 24 point character size. At this time, n2 is m zero (0).

PSB No: P-0082

Page: 3 of 14

10 INPUT “Point Siie”;A$

20 B=VAL(A$)*2

21 RESTORE 70

22FORX=l TO16

23READY

24 IF B=Y THEN GOT0 30

25NMTX

26CLS

27 PRINT A$ ” is not a valid point size choice.”

28 GOT0 10

30 C=VAL(A$)

40 LPRM CHR$(27);“X”;CHR$(l);CHR$(B);CHR$(O);”n‘lese are “;A$;” point characters”

50 LPRtNT CHR$(27);“(V”;CHR$(2);CHR$(O);CHR$(C);CHR$(o)

60 GOT0 10

70 DATA 0,16,20,21,24,28,32,36,40,4~44,48,52,56,60,64

Line 10 - allows you to specify the point size desired.

Line 20 - computes the value for “nl” in the ESC X command.

tine 21 - check to ensure that a valid point size was input tf the point size is valid, the program jumps to line 30. tf the point size is not valid, the program prints a message on the screen and starts over again.

Line 30 - computes the value for “nl ” for advancing paper using the ESC ( v command.

Line 40 - sends the “Set Pitch and Point Size” command to the printer. (Note: The pitch is set for proportional spacing for ail point sizes to ensure proper character spacing regardless of the point size.)

Line 50 - sends the “Set Relative Vertical Position” command to the printer. This command advances the paper in preparation for printing the next line.

Line60causes the program to start again at the beginning.

NOTE: To hatt the program, hold down the “CM key and press the “c” key.

PSB No: P-0082

Page: 4 of 14

T h e s e a r e 8 p o i n t c h a r a c t e r s

These are 10 point characters

These are 10.5 point characters

These are 12 point characters

These are

14

point characters

These are 16 point characters

These

are

18

point

characters

These are 20 point characters

These are 21 point characters

These are 22 point characters

These are 24 point characters

These are 26 point characters

These are 28 point characters

These are 30 point characters

These are 32 point characters

PSB No: P-0082

Page: 5 of 14

ESC ( C m1 m2 n1 n2 (Set Page Length in Defined Units

II

ESC ( C ml m2 nl n2 is the command for setting the page length in units where ml, m2, nl and n2 are variables. The “uniV’ is usually l/380 of an inch unless defined othenwise by the “ESC ( l.Y command. Currently, the values for ml and m2 MUST be ml =2 and m2=0.

To determine the values for n1 and n2 perform the following steps.

1.

Determine the desired page length in inches.

2 Multiply the page length by 380.

3.

Divide the result by 256 using long division.

4.

The remainder in the quotient from step 3 is the value for n1.

5.

The whole number in the quotient from step 3 is the value for n2.

EXAMPLE

1.

The page length is 8.5 inches.

2 8.5 x 380 = 3060

3.

3080 divided by 258 = 11 with a remainder of 244.

4.

nl=244

5.

n2=11

In the Basic programming language, the command would look like this.

This command, as listed in the line above, will set the page length to 8.5 inches.

NOTE: The current line becomes the top of form. This command cancels any previously set top and bottom margin settings. If you wish to set the top and bottom margins via software command, the commands must be issued AFTER the “Set Page

Length in Defined Units” command. The proper page length setting can be confirmed by issuing a “Form Feed” command, chr$(l2), or by pressing the “FF button on the control panel while the printer is “Cff Line”.

PSB No: P-0082

Page: 6 of 14

1 ESC ( v m1 m2 n1 n2 (Set Relative Verticai~~~

ESC l v ml m2 nl a is the command for advancing the print position verticaiiy in unitswhereml,m2nl andn2arevariables. The5nCisusually1/36Oofaninch unless defined otherwise by the “ESC ( U command. Currently, the values for ml and IT@ MUST be ml =2 and m2=0.

To determine the values for nl and n2 perform the following steps.

1. Determine the desired vertical motion dii in inches.

2 Multiply the distance by 360.

3. Divide the result by 256 using long division.

4. The remainder in the quotient from step 3 is the value for n1.

5. The whole number in the quotient from step 3 is the value for n2

EXAMPLE

1. The desired distance is 1 inch.

2 1x360=360

3.

36Odiidedby256=1witharemainderofl04.

4.

nl=lO4

5.

n2=1

In the Basic programming language, the command would look like thii.

Thiscommand,aslistedintheiineabove,willfeedthepaperuplinchfromthe ament line. The current print column (horizontal position) IS NOT changed.

‘Reverse” paper feed less than l/2 inch can be performed with this command. To accompliih Wvers# paper feeding requires the following steps.

1. Determine the desired vertical motion dice in inches.

2 Multiply the distance by 360.

3. Divide the result by 256 using long division.

4. Subtract the remainder in the quotient computed in step 3 from 256.

5. The result from step 4 is the value for n1.

6.

Thevaluefofn2willahnfaysbe255.

PSB No: P-0082

Page: 7 of 14

EXAMPLE

1. The desired distance is l/4 inch.

2.

1/4x 360 = 90

3. 90 divided by 256 = 0 with a remainder of 90.

4.

2%90=166

5. n1=166

6.

n2=255

In the Basic programming language, the command would look like this.

LPRlNT CHR$(27);“(v”;CHR$(2);CHR$(O);CHR$(166);CHR$(255)

This command, as listed in the line above, will feed the reverse feed the paper 1/4 inch from the current line. The current print column (horizontal position) IS NOT changed.

PSB No: P-0082

Page: 8 of 14

C f V m1 m2 n1 a is the command for changing the print position vertically (with respect to the Top of Form position) in units where ml, m2, nl and n2 are variables.

TheZlnit”isuswllyl/~afaninchunlessdefinedatherwisebythe”ESC(U command. Currently, the values for ml and m2 MUST be ml =2 ‘and m2=0.

To determine the values for nl and n2 perform the following steps.

1.

Determine the desired vertical dice from the Top of Form in inches.

2 Muttiplythe d i c e by380.

~

3.

Divide the resutt by 258 using long division.

4.

The remainder in the quotient from step 3 is the value for nl.

5.

The whole number in the quotient from step 3 is the value for n2

EXAMPLE

1.

The desired dice from the Top of Form is 1 inch.

2 1x380=380

3.

36Odiidedby258== 1 witharemainderof104.

4.

nl=lO4

5.

n2=1

In the Basic programming language, the command would look like this.

Thiscommand,as~~~brthelineabwg.willpositionthepaperl inchfromthe current Top of Form setting. For example, if the Top of Form setting is the top edge of the paper, the paper will be positioned so that the printer is ready to print 1 inch down from the top edge of the paper.

PSB No: P-0082

Page: 9 of 14

ESC t n is the command for selecting a character table to be used for printing where n is a variable. The following table lists the values for n and the character table associated with the value.

II

n

I

T a b l e

II

II

3 I PC437 (US)

Table 1

II

NOTE: 1. Character tables other than those listed above can be assigned by using the ESC ( t command (Assign Character Table).

2 The value used for n can be either the ASCII value OR the ASCII character

(i.e. chr$(l) or “1”).

In the Basic programming language, the command would look like this.

Lf’RlNT CHR$(n);Y:CHR$(O);

CHR$(27) is ESC and CHR$(O) selects table 4% (italic).

PSB No: P-0082

Page: 10 of 14

ESC ( t nl n2 dl .d2 d3 (Assign Character Tabie)

ESC f t nl n7 dl d2 d3 is the command for assigning character tables where n1, n2, dl,d2,andd3arevariables. CurrenUy,variabknl,n2andd3MlJSTbenl=3, n2=0, and d3=0. Variable dl is a number corresponding to one of the four tables selectable with the ESC t n command. This is the table that will be replaced. Valid valuesford areO,1,2,and3(seeTabtel below). Variabled2isanurnbar corresponding to a registered table. lhii is the table that will replace the table indicated by Variable d1. Valid Values for d2 are 0, 1,3,7,8, and 9 (see Table 2

MOW).

I

1 dl t SeIectabIeTabIe #

0 -1 Italic

1 IO Iwic

I 3 IPC95O(Intemationa0 I

Table 1

II 9 I I

Table2

After using the ESC ( t command, the ESC t n command MUST be sent to select the table before printing from the new table. For example, the command ESC ( t 3 0 1 3

0 is sent (assign Registered Table 3 (PC950) to Selectable Table 1 (PC437). In order to print the Q character (ASCII 245), the command ESC t 1 must be sent. In the Basic programming language, the sequence would be as follows: t.PRtNT CHR$(27);“CT);CHR$(3);CHR$(O);CHR$(l);CHR$(3);CHR$(O);

LPRINT CHR$(27);7’;CHR$(l);

LPRINT CHR$(245)

Some ESC/P2 documentation may illustrate as many as 22 different Registered

Tables. The Registered Tables are a part of the character set, therefore, they are contained in the Character Generator ROM. The CG ROM differs based upon the destination country. For thii reason, only the above Registered Tables are available on LQ-570, LQ-1070, LQ-870 and LQ-1170 printers sold for the U.S. market. Foreign

Character Generator ROMs ARE NOT available in the United States. The following

PSB No: P-0082

Page: 11 of 14 page contains a print sample of the Registered Tables available in printers sold in the

U.S. In order to print the first 31 characters in Tables 1 through 9, the ESC ( h command must be sent.

Listed below is a Basic language program and an explanation of the program that will print the output illustrated on page 13 of this bulletin.

10 FOR Z=l TO 6

20 READ Y,Y$

30 LPRINT “Table”;Y;” “;Y$

40 LPRINT CHR$(27);“(t”;CHR$(3);CHR$(O);CHR$(O);CHR$(Y);CHR$(O);

50 LPRINT CHR$(27);“t”;CHR$(O)

60 IF Y=O THEN GOT0 100

70 LPRINT CHR$(27);“( h “;CHR$(31);CHR$(O);

80 FOR X=1 TO 255:LPRlNT CHR$(X);:NEXT X

90 GOT0 120

100 FOR X=33 TO 126:LPRINT CHR$(X);:NMT X

110 FOR X=161 TO 254:LPRlNT CHR$(X);:NEXT X

120 LPRINT CHR$(lO):LPRINT CHR$(lO)

13ONEXTZ

140 DATA O,ttalic,l ,PC437 (US),3,PC850 (Intemational),7,PC860 (Portugal)

150 DATA 8, PC863 (Canada-French),S,PC865 (Norway)

Program Description

10

20

30

40

50

60

Begin loop to print the 6 Registered Tables

Read Registered Table number and Table Name

Print Registered Table number and Table Name

Send the Assign Character Table command to the printer assigning the

Registered Character Table read in line 20 to Selectable Character Table 0.

Send the Select Character Table command to the printer selecting Selectable

Table number 0 as the current Character Table for printing.

If the Registered Character Table number is 0, do not execute commands in lines

70 through 90. This is because the Italic Character Table duplicates control codes and non-displayable characters in ASCII values 127 through 160. Program lines 100 and 110 prevent the attempted printing of this range of ASCII values.

Note: tines 70 through 90 will execute ONLY if the Registered Character Table to be printed is NOT table number 0. Refer to the conditional command in line 60.

70 tf the Registered Character Table number is not 0, send the Print Data as

Characters command to the printer. Speckally, this command, as listed, tells the printer to print the next 31 bytes as data, not control codes.

PSB No: P-0082

Page: 12 of 14

60 If the Registered Character Table number is not 0, print ASCII values 1 through

255 inclusive. Remember, line 70 allows the first 31 ASCII values to print as characters, not control codas.

90 If the Registered Character Table number is ndt 0, do not exacute commands in lines 100 and 110.

100 If ths Ragiierad Character Table number is 0, sand ASCII values 33 through 126 to the printer.

110 If ths Registered Character Table number is 0, send ASCII values 161 through

254 to the printer.

120 Sand 2 line feed commands ?o the printer to provide separation between tables.

130 If program lines 20 through 120 have not exacuted 6 times, return to line 20 and start again.

140 Data that is read by line 20. This line and line 150 contain the Registered Table number and name that will be used by this program.

PSB No: P-0082

Page: 13 of 14 able 0 I t a l i c

‘#$X& ()*+,- ./0123456789:;c=>?~ABCDEFGHIJKLMNOPQRSTU~YZ~\~n-fabcdefghijklm

>pqrstuvwxyz( :}‘!“#$X&‘()*+,-./0123456789:; e=> ?BABCDEFGHI JKLMNOPQRSTUVRXYZ[ \ J ^, nbcdefghijklmnopqrstuvwxyz{,‘}sble 1 P C 4 3 7 ( u s )

D~~~~*no08~bOnu,4I?(~-~tl~~~~A !“#SX&‘()*+,-./0123456789:;*=*?gABCDEFGHIJKLMNOP

=TUVWXYZ[\]--’ abcdefghijklmno

Irstuvwxyz{ : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ yt--fttLPfmLLr+fJ rly raBrxZoCrr~BQ60D9Enr~rlrJt=‘= .Jn2fi

-:.x4111714 ll”“l r b l e 8 PC863 (Canada-French)

D~,+~*~o~~~pRU.4:!!~[g,~tl~t~oA !“#$%C’()*+,-./Or23456789 :;<=*?@ABCDEFGHIJKLMNOP

XSTUWXYZ[\]--’ a b c d e f g h i j k l m n o

~rstuvwxyz{I)~~~b~Alt~EBbii~~E~~~~X~iiO~6U~fbOf~‘66”.3-f~~~~~a:.,~~~~~~~~~~)~JJJ~ kt-fttL+nLLrrt+l w raprxCalrr~BQG~B~nnfLIFJ9=‘..Jn2r

pble 9 PC865 (Norway) b~~~**no~~bORU,4:"~~-~tl~t~~A !“#SX&‘()*+,-./0123456789 :;<=>?QABCDEFGHIJKLMNOP

RSTUWYCYZ[\I--’ abcdefghijklmno qrstuvwxyz( I}CU~~~AA~oe~iiiXAB~b;~ij~a~~a~0f0Ptfbi6ri~RPo;~~f?;~n-:-~~.~)~i111~)lJJJ~ fH-ttLpTw+LLr+jJ rly raPrxCa~+~BQ6~8EnifL~rJ~~.*.~a2~

PSB No: P-0082

Page: 14 of 14

C l h n1 n2 d, . . . dk is the command for printing control codes as data where nl and n2 are variables and d, . ..d,representthedat&atistobeprintedas characbrs. The variables nl and n2 tell the printer Yhe next xx ASCII codes are to be interpreted as characters instead of control codes”. Thii command is used primarily to print displayable characters such as ASCII values 0 through 31 in Registered Tables

1 through 9 which are normally used as control codes (LF, FF, ESC, etc.)

T O determine the values for nl and n2 perform the following steps.

1. Determine how many ASCII codes will be sent sequentially immediately following nl and n2

2 Using long division, divide the quantity of ASCII codes that will be sent sequentially immediately following nl and n2 by 255.

3. The remainder in the quotient is the value for n1.

4. The whoie number in the quotient is the value for n2

EXAMPLE

1. The symbols for the different suits of a card deck (hearts, diamonds, clubs, and spades - V’, +, 4, and 4) are to be printed. These are each separate

ASCII codes (ASCII codes 2 3.4, and 5 when using the PC437 Character table).

2 4dividedby255= 0 with a remainder of 4.

3. nl =4

4.n2=0

In the Basic programming language, the command would look like this.

Thii command, as listed in the line above, will cause the printer to print the symbols for the different suits of a card deck (hearts, diamonds, clubs, and spades V’, +, 4, and 4). Another example of using the ESC ( * command is illustrated in the explanation of the ESC ( t (Assign Character Table) command.

EPSON AMERICA, INC.

EPSON

Product Support Bulletin

Subject: LQ-870/1170 Questions and Answers

Date: 10/9/91

Page(s): 1 of 4

PSB No: P-0081

Originator: SDS

This bulletin answers some commonly asked questions about the LQ-870/1170 printers. The questions and answers are listed below.

QUESTIONS AND ANSWERS ON THE LQ-870/1170 PRINTERS

Q1. What are the LQ-870 and LQ-1170 printers?

Al. The LQ-870 and LQ-1170 printers are the direct replacement of the LQ-850 and

LQ-1050 printers.

Q2. What is ESC/P2?

A2. ESC/P2 stands for Epson Standard Code for Printers version Two. ESC/P2 is the newest version of Epson’s printer control language.

Q3. What features does ESC/P2 offer?

A3. ESC/P2 offers two scalable fonts and enhanced, sharper 360 DPI (Dots Per

Inch) graphics.

Q4. What are the paper paths on the LQ-870 and LQ-1170 printers?

A4. The LQ-870 and LQ-1170 printers have 4 paper paths. The different paper paths are as follows: a l

0

0

Top Feed

Bottom Feed

Rear Feed

Front Feed

PSB No: P-0081

Page: 2 of 4

Q5. Are there different tractors available for the LQ-870 and LQ-1170 printer?

A5. The LQ-870 and LQ-1170 printers come with one tractor, this tractor can be positioned for three different purposes. The purposes are as follows: l Front Feed Push Tractor a Rear Feed Push Tractor

0 Top Mounted Pull Tractor

Additional tractors are available for use in any of the above positions, The

Product Codes for these additional tractor are:

0 LQ-870

0 LQ-1170

C800201

C800211

Q6. What are the print speeds of the LQ-870 and LQ-1170 printers?

A6. The print speeds are shown below.

High Speed Draft:

Draft:

Letter Quality:

300 cps (10 cpi)

413 cps (15 cpi)

330 cps (12 cpi)

275 cps (10 cpi)

138 cps (15 cpi)

110 cps (12 cpi)

92 cps (10 cpi)

Q7. What fonts are scalable and what sizes can be printed?

A7. The two scalable fonts are Roman and San Serif. Both fonts can be printed from 8 point to 32 point in 2 point increments.

Q8. What other fonts are supported by the printers?

A8 Below is a table showing the fonts available and the pitch sizes supported by each font.

PSB No: P-0081

Page: 3 of 4

Font

Epson Draft

Epson Roman

Epson Sans Serif

Epson Courier

Epson Prestige

Epson Script

OCR-B

Epson Script C

Epson Orator

Epson Orator-S

I

10 cpi

0

0

I l l

12 cpi

0

0

I

15 cpi

I l a

PS

0

Q9. There was a diskette included in the box with my printer, what is it for?

A9. The diskette contains Epson Printer Drivers for use with some of the most popular software programs. Below is a list of these software programs.

0 Microsoft Word Version 5.5

0 Microsoft Windows Version 3.0

0 DrawPerfect Version 1.1

l l

LetterPerfect Version 1.0

PlanPerfect Version 5.1

0 WordPerfect Version 5.1

a WordStar Version 6.0

For instructions on how to install each of the drivers, print the README files on the diskette and follow the directions listed on each print out. To access a

README file, first change to the appropriate subdirectory. For example, to change to the WordPerfect subdirectory, type the following command:

A:

CD \WP

<To access the diskette>

<To access the WP subdirectory>

PRINT README <To print the WP README file>

PSB No: P-0081

Page: 4 of 4

Q10. What printers are supported by the printer drivers on the diskette?

A10. All drivers on the diskette support the following Epson printers:

0

LQ-570

0 LQ-1070

0 LQ-870

0 LQ-1170

0 AP-5000

0 AP-5500

Q11. What are the available accessories for the LQ-870 and LQ-1170 printers?

A11. Below is a list of all the accessories available for the LQ-870 and LQ-1170 printer.

Accessories LQ-870

Product Codes

C800201

C806371

C806381

7753

7768

7755

C823051

C823071

C823101

C1-93-A

LQ-1170

Product Codes

C800211

C806391

C806401

7754

7770

7755

C823051

C823071

C823101

C1-9E-A

Additional Tractor

Standard Capacity Cut Sheet Feeder

High Capacity Cut Sheet Feeder

Fabric Ribbon

Film Ribbon

Fabric Ribbon Only Replacement

Pack

II

II

Serial Interface Board

32K Serial interface Board

32K Parallel Interface Board

Parallel Printer Cable

EPSON AMERICA INC.

Product Support Bulletin

Subject: Quick Reference for Current Dot-Matrix Printer Print Speeds

Date: 10/9/92

Page(s): 1 of 1

PSB No: P-0030C

Originator: SLS

9-PIN PRINTERS

EPSON

AP-2250 200 CPS 240 CPS n/a 40 CPS 48 CPS

LX-810 200 CPS 240 CPS n/a 40 CPS 48 CPS

FX-870/1170 11 285 CPS 1 342 CPS 1 380 CPS 1 57 CPS I 68 CPS II

11 DFX-5000 400 CPS 480 CPS 533 CPS 80 CPS 1 96 CPS 1)

DFX-8000 11 800 CPS 1 960 CPS I 1066 CPS 1 160 CPS 11921

Model

AP-3250

LQ-570/1070

LQ-870/1170

24-PIN PRINTERS

Draft

10 CPI

Draft

12 CPI

High-Speed

Draft 10 CPI 1 1ZPI / IEPI

167 CPS 1 200 CPS

210 CPS 252 CPS

246 CPS 295 CPS

275 CPS 1 330 CPS

333 CPS I 400 CPS

~ n/a

225 CPS

300 CPS

1 60 CPS 1 72 CPS

70 CPS 84 CPS

82 CPS 98 CPS

300CPS 1 92 CPS 1 IIOCPS n/a 1 Ill CPS

I

133CPS

GLOSSARY OF TERMS

CPI: Characters Per Inch

CPS: Characters Per Second

Draft: Draft uses a minimum number of dots per character for high-speed printing.

Elite: 12 Characters Per Inch (12 CPI)

Pica: 10 Characters Per Inch (10 CPI)

LQ: Letter Quality reduces the print speed and increases the number of dots per character to increase the print quality. (24-pin printers only)

N W : Near Letter Quality reduces the print speed and increase the number of dots per character to increase the print quality. NLQ printing requires two passes per character. (Q-pin printers only)

EPSON AMERICA, I NC.

Product Support Bulletin

EPSON

Subject: Quick Reference for 9/24 Pin Printer Paper Specifications

Date: 10/9/92

Page(s): 1 of 1

PSB No: P-0022D

Originator: SLS

This PSB provides a quick reference for the paper specifications on Epson’s current line of 9-pin and 24-pin dot-matrix printers when using continuous paper. The

‘Maximum No. of Copies” is the maximum allowable number of copies when using continuous multi-part carbonless paper. The “Total” number is the maximum allowable number of copies including the original. The ‘Maximum Total Thickness” is the maximum allowable total thickness including the original plus any copies.

Model

AP-2250 l

LX-810

FX-870/1170

DFX-5000

(Front Tractor)

(Rear Tractor)

DFX-8000

(Front Tractor)

(Rear Tractor)

9-PIN PRINTERS

Orig. + Maximum No.

of Copies

Total

1

1

1

2

2

3

3

3

4

Maximum Total

Thickness

I 0.0098” (0.25mm)

I 0.0098” (0.25mm)

I 0.0126” (0.32mm)

1

1

1

1

5

3

5

3

6

4

6

4

0.018’ (0.46mm)

0.012” (0.30mm)

0.018’ (0.46mm)

0.012” (0.30mm)

Model

AP-3250 *

LQ-570/1070

LQ-860

LQ-870/1170

LQ-2550

24-PIN PRINTERS

I

I 1

I

I

1

1

I 1

1

Orig. + Maximum No.

Total of Copies

1

3

3

3

5

I 2

I

4

I 4

I

I 4

6

Maximum Total

Thickness

0.0071” (0.18mm)

0.0126” (0.32mm)

0.0126” (0.32mm)

0.0126” (0.32mm)

0.018’ (0.46mm)

* Note: The AP-2250 and AP-3250 require an optional push tractor to use continuous paper.

advertisement

Was this manual useful for you? Yes No
Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Related manuals

Download PDF

advertisement