Epson SQ-2000 Especificaciones

Busca en linea o descarga Especificaciones para Impresión y escaneo Epson SQ-2000. Epson SQ-2000 Specifications Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 181
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente

Indice de contenidos

Pagina 1 - SQ-2000

EPSONSQ-2000 PrinterOperating Manual

Pagina 2 - FOR AMERICAN USERS

IntroductionThe Epson SQ-2000 Ink Jet Printer gives you the versatility,speed, and graphics capability of a dot matrix printer, togetherwith print qua

Pagina 3 - Contents

The program explained here is an overly simplified plottingprogram. It is not efficient in its use of memory, nor is it very fast.In fact, the BASIC l

Pagina 4

Line 250 starts a loop to calculate the points on the curve. SinceBASIC uses radian measure for angles, the value of ANGLE goesfrom 0 to just over 360

Pagina 5

After the entire figure is created in the array in memory it issent to the printer. Since we are using a 24-dot graphics optionthe procedure is slight

Pagina 6 - Appendixes

The program uses three nested FOR-NEXT loops to print thegraphics image. The first loop starts in line 540. It steps throughthe horizontal rows of the

Pagina 7

Individual Graphics Options CommandsAs previously mentioned, Epson printers are upward compati-ble. Therefore the SQ-2000 responds to commands that ar

Pagina 8

Chapter 7Using the Hex Dump FeatureThe SQ-2000 has the ability to print the hexadecimal numberof each code that it receives, instead of interpreting t

Pagina 9

Review the hex dump for missing codes or codes that havebeen changed or added to. Typical things to look for include: an<LF> (ASCII 0AH) added a

Pagina 10 - Introduction

Chapter 8Programming HintsThe SQ-2000 printer can be used with many different compu-ters. However, almost all computers have some built-in quirksthat

Pagina 11 - About the Manual

Apple ComputersThe Apple II computers present two problems when usingthem with a printer like the SQ-2000. First, they can only sendseven bits of data

Pagina 12 - Chapter 1

TRS-80 ComputersThe TRS-80 computers are not without their own set of quirks.The TRS-80 Model I computer, for instance, does not correctlysend ASCII d

Pagina 13 - Installing the inferface card

About the ManualThis manual contains all the information you need to operatethe SQ-2000. In the first section, you’ll find the necessary detailsto get

Pagina 14

The program uses a machine language printer driver routine(line 10), then tells the system where the new driver is located.When you RUN the program, a

Pagina 15 - Selecting the Right Location

2.Write a file on diskette and then use the DOS COPY commandwith the /B option to send it to the printer (i.e. COPYPRNTFILE/B PRN). Open the file for

Pagina 16 - Unpacking the Printer

There is another way of circumventing the ASCII 9. The OUTcommand sends information directly to the printer withoutgoing through the MBASIC operating

Pagina 17

Appendix ASQ-2000 Command SummaryThis appendix gives a brief summary of the SQ-2000 com-mands (control codes). While this is a complete list of the co

Pagina 18 - Installing the Ink Cartridge

Vertical Spacing CommandsFunction:Line feedFormat:Symbol<LF>Decimal10Hexadecimal 0ARemarks:Returns the print head to the left margin and advance

Pagina 19

Vertical Spacing Commands (continued)Function:Select l/6-inch line spacingFormat:Symbol<ESC> “2”Decimal27 50Hexadecimal 1B 32Remarks:Sets the li

Pagina 20 - Installing the Interface Card

Vertical Spacing Commands (continued)Function:Form FeedFormat:Symbol<FF>Decimal12Hexadecimal 0CRemarks:Advances the paper to the top of the next

Pagina 21

Vertical Spacing Commands (continued)Function:Cancel bottom marginFormat:ASCII<ESC>“0”Decimal27 79Hexadecimal 1B 4FRemarks:Sets the bottom margi

Pagina 22

Vertical Spacing Commands (continued)Function:Select a vertical tab channelFormat:ASCII<ESC> “/” cDecimal2747 cHexadecimal 1B 2F cRemarks:This c

Pagina 23 - Customizing the Printer

Horizontal Spacing CommandsFunction:Carriage returnFormat:ASCII<CR>Decimal13Hexadecimal ODRemarks:Returns the print head to the left margin. If

Pagina 24 - Loading Single-Sheet Paper

Chapter 110 steps to PrintingSetting up your SQ-2000 is simple and straightforward, even ifyou’ve never used a printer before. In this chapter, you’ll

Pagina 25

Horizontal Spacing Commands (continued)Function:Horizontal tabFormat:ASCII<HT>Decimal9Hexadecimal 09Remarks:This code advances the print head to

Pagina 26 - Self-Testing the Printer

Horizontal Spacing Commands (continued)Function:Absolute dot positionFormat:ASCII<ESC> “$” n1 n2Decimal2736 n1 n2Hexadecimal 1B 24 n1 n2Remarks:

Pagina 27 - A Word About Selecting Paper

Print Style CommandsFunction:Select print modeFormat:ASCII<ESC> "x” nDecimal27120 nHexadecimal 1B 78 nRemarks:Selects between the draft mod

Pagina 28 - Testing your paper

Print Style Commands (continued)Function:Cancel elite width printFormat:ASCII<ESC>“P”Decimal27 80Hexadecimal 1B 50Remarks:Cancels elite width pr

Pagina 29 - Printing Your First Document

Print Style Commands (continued)Function:One-line expanded width printFormat:ASCII<ESC> <SO>Decimal2714Hexadecimal 1B 0ERemarks:This comma

Pagina 30 - Donnison

Print Style Commands (continued)Function:Select compressed width printFormat:ASCII<ESC> <SI>Decimal2715Hexadecimal 1BOFFunction:Cancel com

Pagina 31 - Operation

Print Style Commands (continued)Function:Cancel italic printFormat:ASCII<ESC> “5”Decimal2753Hexadecimal 1B 35Remarks:This command cancels italic

Pagina 32 - Control Panel Buttons

Character Set CommandsFunction:User-defined character set on/offFormat:ASCII<ESC> “%” nDecimal2737 nHexadecimal 1B25 nRemarks:This command eithe

Pagina 33 - SHEET FEED button

Character Set Commands (continued)Function:Select international character setFormat:ASCII<ESC>“R” nDecimal2782 nHexadecimal 1B 52 nRemarks:Selec

Pagina 34 - Indicators

Graphics CommandsFunction:Single-density dot graphicsFormat:ASCII<ESC>“K” n1 n2Decimal2775 n1 n2Hexadecimal 1B 4B n1 n2Remarks:datadatadataPrint

Pagina 35 - Paper-end detector

12Unpacking the printerPuttingon the paper feed knob3 Installing the ink cartridge4 Setting up the paper guide5Installing the inferface card4

Pagina 36 - Initialization

Graphics Commands (continued)Function:High-speed, double-density dot graphicsFormat:ASCII<ESC>“Y" n1 n2dataDecimal2789 n1 n2dataHexadecimal

Pagina 37 - Chapter 3

Graphics Commands (continued)Function:Selected density dot graphicsFormat:ASCII<ESC>“*" n1n2Decimal2742 n1 n2Hexadecimal 1B 2A n1 n2Remarks

Pagina 38 - Programming with the SQ-2000

Miscellaneous CommandsFunction:Delete lineFormat:ASCII<CAN>Decimal24Hexadecimal 18Remarks:Clears the current line from the printer’s data buffer

Pagina 39 - ASCII codes

Miscellaneous Commands (continued)Function:Select printerFormat:ASCII<DCl>Decimal17Hexadecimal 11Remarks:Returns the SQ-2000 to an on-line state

Pagina 40 - ESCape Sequences

Miscellaneous Commands (continued)Function:Clear eighth-bitFormat:ASCII<ESC> "="Decimal2761Hexadecimal 1B 3DRemarks:Sets the eighth da

Pagina 41

Miscellaneous Commands (continued)Function:BackspaceFormat:ASCII<BS>Decimal8Hexadecimal8Remarks:Moves the print head one character to the left.

Pagina 42 - EMPHASIZED PRINTING

Miscellaneous Commands (continued)Function:Unidirectional printing on/offFormat:ASCII<ESC>“U” nDecimal2785 nHexadecimal 1B55 nRemarks:Selects un

Pagina 43 - Using Master Select Command

Appendix BASCII Code Conversion ChartThis chart can be used to convert between the different namesfor ASCII codes. The codes from 0 to 32 have both de

Pagina 44

DecimalHexadecimal332134223523362437253826392740284129422A432B442C452D462E472F4830493150325133523453355436553756385739583A593B603C613D623E633F64406541

Pagina 45 - Expanded

Decimal Hexadecimal CharacterDecimal1277F<DEL>14412880<NUL>14512981<SOH>14613082<STX>14713183<ETX>14813284<EOT>149

Pagina 46

6Connecting the printer7Customizing the printer8Loading the paper9Self-testing the printerABCDEFGHIJKLMNOPQRSTUVWXYZ[\]BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^CD

Pagina 47

DecimalHexadecimal214D6215 D7216D8217D9218 DA219DB220DC221 DD222DE223 DF224E0225El226 E2227E3228 E4229 E5230E6231 E7232E8233E9234EACharacterVWxYz[\]^&

Pagina 48 - MISwiy 36

Appendix CWidths of theProportional CharactersThis table lists the widths of the SQ-2000’s proportional char-acters. The values given are in 360ths of

Pagina 49 - MISwiy 229

Total widthRight-spaceBodyLeft-spaceFigure C-l. Character Q and its widthsProportional (normal)c-2

Pagina 50 - Chapter3

Proportional (normal) (continued)C-3

Pagina 51

Proportional (normal) (continued)C-4

Pagina 52

Proportional (normal) (continued)C-5

Pagina 53

Proportional (superscript/subscript)C-6

Pagina 54

Proportional (superscript/subscript) (continued)C-7

Pagina 55

Proportional (superscript/subscript) (continued)C-8

Pagina 56

Appendix DSetting the DIP SwitchesThe SQ-2000 is provided with two sets, or panels, of dualin-line package (DIP) switches.When these switches are pres

Pagina 57

Figure 1-1. Continuous paper feedingSelecting the Right LocationTo make sure you’ve picked a satisfactory location for yourSQ-2000, keep the following

Pagina 58

Figure D-1. Location of column DIP switch panelThe second set of switches, consisting of two or more groups,is located on the interface card at the ba

Pagina 59

Before You Change the Switch SettingsFor DIP switch changes to have effect, you must first turn offthe printer.Be sure to treat the switches gently. A

Pagina 60

Table D-l. Column DIP switch setting for printing areaSwitchNumber of WidthSW-1 SW-2 SW-3 columns* (inch)Paper shape and sizeOFFOFF OFF6571/8OFFOFF ON

Pagina 61

SW1-1Set this switch to OFF if you want to use the print buffer.This switch controls the 2K-byte print buffer. When it is OFFthe buffer is used. This

Pagina 62

Interface DIP switch Panel 2The second interface DIP switch panel has eight switches thatselect print characteristics when the SQ-2000 is turned on. M

Pagina 63 - Printer Care and Maintenance

Table D-4. International character setsDraft QualityLetter QualityTable D-5. DIP switch settings for international charactersSW2-1SW2-2SW2-3CountyONON

Pagina 64 - Caution:

SW2-4Set the form length with this switch. ON is 12 inches; OFF is11 inches.When a form feed character is sent by the computer, the papermoves to the

Pagina 65 - Special cleaning

Appendix EUsing the Optional Tractor UnitWith the optional tractor unit, your printer can use continuouspaper with pin feed holes along the sides. The

Pagina 66 - Troubleshooting Guide

Figure E-2. Continuous paper stacked behind printerInstalling the Tractor UnitTo install the removable tractor unit, first pull the printer’sfriction

Pagina 67 - See Page

Installing the Paper SeparatorNow assemble and install the paper separator as shown inFigure E-4, inserting the separator into the slots on the back o

Pagina 68

Single-sheet paper guideManualFigure l-2. Printer parts1Unpacking the PrinterCarefully lift the SQ-2000 from the carton. Remove the protec-tive shippi

Pagina 69

Figure E-S. Tractor release leversLoading Continuous PaperOnce you have installed the tractor and separator, the printeris ready to accept continuous

Pagina 70 - User-Defined Characters

Figure E-6, Location of parts for tractor unitThe two wheels, or sprockets, on the tractor unit must bemoved to match the width of the paper you use.

Pagina 71 - The print matrix

Figure E-7. Feeding the paper into the printerNext, pull the paper up until the top is above the pin-feedholders. Fit the holes on the left side of th

Pagina 72 - Defining Your Own Characters

Figure E-8. Top-of-page positionWhen you turn on your SQ-2000 it will remember this top-of-page position and will use it when any program tells it to

Pagina 73

Appendix FSpecificationsPrintingPrinting method. . . . . . . . . . . . .On-demand ink-jet, with 24-nozzleprint headPrinting speed... . ...D

Pagina 74

PrinterDimensions. . . . . . . . . . . . . . . . . . . .Height: 6.5 inches (165mm)11.7 inches (296mm) withsheet guide7.5 inches (188mm) withoptional t

Pagina 75

INDEXAApple II computers 90eighth bit control90, A-21American Standard Code for Information Interchange (ASCII)codes, conversion 31, B-lApplications p

Pagina 76

Cleaning 44,46Codecompatibility 31conversion, ASCII B-lproblems 89Column DIP switch panelD-l, D-3Column width F-lCommand codesformat A-lgraphics 70, A

Pagina 77 - Copying ROM to RAM

D<DCl>. Select printer A-21<DC2>. Cancel compressed widthA-13<DC3>. Deselect printer A-20<DC4>. Cancel one-line expanded print

Pagina 78

EEighth-bit controlcancel A-22clear A-22set A-21Elite print style A-10cancel 36, A-10Emphasized print A-13cancel A-13Environment, specifications for F

Pagina 79 - Letter quality characters

Figure 1-4. Installing the paper feed knob2Putting on the Paper Feed KnobSlip the paper feed knob into place as shown above, aligning theknob so that

Pagina 80 - Mixing Print Styles

<ESC> “Q”.Set right marginA-7<ESC> “R”.Select international character setA-16<ESC> “S”.Select superscripts or subscriptsA-14<ESC&

Pagina 81

HHexdump 87Horizontal spacing commands A-17Horizontal tabs A-8absolute A-9problems 93<HT>. Horizontal tab A-8IIBM Personal Computer 92Indicators

Pagina 82

Line spacingtypes F-ll/6-inch A-3l/8-inch A-2n/180-inch A-3n/60-inch A-2variable A-2Loading paper 16, E-4LQ-1500 User’s Manual A-lMMaintenance 43Margi

Pagina 83

PPage lengthsetting D-6setting by inches A-4, D-6setting by lines A-4Paperabsorbency 18feeding E-lloading 15position E-lselection 18separator E-3test

Pagina 84

Printerdriver 30interface card 7location 6MTBF F-2parts 7requirements 6self-test 17type 29Printingarea D-3continuous D-8dot-matrix 51line overflow A-2

Pagina 85

RRepeat printing A-21Restrictions, draft style user-defined characters56, 60Master Select 36RAM 58, 61ROM 58, D-4SSelectingpaper 18printer location 6S

Pagina 86 - Dot Graphics

UUnderline control A-14Unidirectional printing A-24one-line A-23User-defined characters 53calculating data 53character matrix 54control of A-15copying

Pagina 88 - Assigned nozzle

Using SQ-2000 Commands with BASICMaster Select CodesMost versions of BASIC use the LPRINT command and the CHR$(n) functionto send codes to the printer

Pagina 89 - Dots to print

Decimal Hexadecimal Abbreviation Control key000<NUL>101<SOH>202<STX>303<ETX>404<EOT>505<ENQ>6 06<ACK>707<

Pagina 90

Figure 1-5. The ink cartridge3Installing the Ink CartridgeCaution:Under no circumstances should the power be switched ONwhen the ink cartridge has bee

Pagina 92

EPSON AMERICA, INC.LIMITED WARRANTYEpson America, Inc. hereby warrants that it will repair or replace, at its option, anypart of the Epson product wit

Pagina 93 - 30 ‘Set line spacing 24/180

Figure 1-6. Installing the single-sheet paperguide4Setting Up the Single-Sheet Paper GuideYou’ll use the single-sheet paper guide to feed individual s

Pagina 94

FCC COMPLIANCE STATEMENTFOR AMERICAN USERSThis equipment generates and uses radio frequency energy and if notinstalled and used properly, that is, in

Pagina 95 - Print head

5Figure 1-7. Removing the protective plateInstalling the Interface CardIf your printer already has the interface card installed, go aheadto Step 6. (L

Pagina 96

Figure l-9. Snapping the interface card into placeUse both thumbs as shown above to push the card into place.You should feel a slight resistance when

Pagina 97

Figure l-10. Connecting the printer and computer6 Connecting the Printer to Your ComputerTo connect the SQ-2000 to your computer, you’ll need either a

Pagina 98

olumnDIP switch panelInterface DIP switch panelFigure l-21. Locating the DIP switches7Customizing the PrinterThere are two DIP switch panels on the SQ

Pagina 99

Figure l-12. Loading single-sheet paper8Loading Single-Sheet PaperBefore beginning the paper-loading procedure, plug in theSQ-2000 and turn it on.When

Pagina 100

Now you’re ready to load paper.1. Press the ON LINE button. The ON LINE and READY lightsgo out, indicating that the printer is off-line-the power is o

Pagina 101

ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghBCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghiCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijDEFGHIJKLMNOPQR

Pagina 102

A Word About Selecting PaperWith an ink jet printer, paper absorbency is an important com-ponent for good print quality. Paper which is either too abs

Pagina 103

Testing your paperTo test a supply of paper, take the top sheet from the packageand load it in the printer. Have your printer perform its self-testas

Pagina 104 - Function

10Printing Your First DocumentNow you’re ready to print out your first document.Simply follow the normal procedure for your word processor.Additional

Pagina 105 - Using the Hex Dump Feature

ContentsIntroduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Pagina 106

MEMO-----From:Don Donnison. PresidentTo:All employeesASyou all know,we have just entered anexcitingnewfield inthe sensingdeviceindustry,“Smart”infrare

Pagina 107 - Programming Hints

Chapter 2OperationThis chapter covers the switches that control the operation ofthe SQ-2000, the panel indicators, and initialization sequences.Power

Pagina 108 - Apple Computers

Figure 2-l. Power switch and control panelControl Panel ButtonsThe control panel buttons are on the front of the printer. Youshould familiarize yourse

Pagina 109 - TRS-80 Computers

FF (Form Feed) buttonThis button is effective only when the SQ-2000 is in the off-line state. When you press the FF button in the off-line state, thep

Pagina 110 - IBM Personal Computers

IndicatorsThe control panel has a number of lights that indicate the stateof the printer. The meanings of the indicators are as follows.Figure 2-3. Co

Pagina 111 - QX-10 Computers

Paper-end detectorThe printer is equipped with a paper-end detector that warnsyou when the printer runs out of paper. When the printer detectsthat the

Pagina 112

InitializationThe SQ-2000 is initialized (i.e., set to a fixed set of conditions) inthe following cases:l When you turn the power switch on.l (When yo

Pagina 113 - SQ-2000 Command Summary

Chapter 3Using the SQ-2000This chapter tells you how to set up your word processor orother applications software to work with the SQ-2000. If you are

Pagina 114 - Vertical Spacing Commands

What type of interface Parallel or serial (this will depend on theare you using?interface board in the SQ-2000, yourcomputer, and the type of cable y

Pagina 115 - Set n/60-inch line spacing

Computer-to-printer communicationsA computer and printer communicate by means of numberedcodes. If you press the letter A on the keyboard, it is trans

Pagina 116 - Set bottom margin

3Using the SQ-2000...Using the SQ-2000 with Word Processors...Using the SQ-2000 with other applicationprograms...

Pagina 117 - Set vertical tabs

Control codesMost of the time you don’t give this code system a thought. Ifyou press A on the keyboard, the computer sends the code to theprinter and

Pagina 118 - Select a vertical tab channel

Translating the ASCII codeYou may also find that different manuals and programs usedifferent terms for the same characters or functions. For example,y

Pagina 119 - Horizontal Spacing Commands

3. Next type:20 LPRINT CHR$(27) "4" "ITALIC PRINTING";4. Now press RETURN, type RUN, and press RETURN again.The SQ-2000 prints:NOR

Pagina 120 - Set intercharacter space

The “p” 1 in line 40 turns on the proportional printing, and the“p” 0 in line 50 turns it off.9. Next type:60 LPRINT CHR$(27) “E”“EMPHASIZED PRINTING”

Pagina 121

This command would select italic proportional print. InBASIC, the same command would look like this:LPRINT CHR$(27) “!” CHR$(66);You can make up your

Pagina 122 - Print Style Commands

The Select Print Quality command will select either the letterquality or the draft set. The select print quality command lookslike this:<ESC> “x

Pagina 123 - One-line expanded width print

Table 3-2. Draft pica print stylesPicaCompressedExpandedCompressedExpandedPrintMasterPrintMasterSelectPrintMasterSampleSelectSampleNumberSampleSampleM

Pagina 124 - Select compressed width print

Table 3-3. Draft elite print stylesRegularEmphasizedItalicRegularEmphasizedUnderlinedRegularEmphasizedItalic underlinedRegularEmphasizedElitePrintMast

Pagina 125

Table 3-4. Letter quality pica print stylesPica CompressedExpandedCompressedExpandedPrintSampleMasterSelectNumberRegularEmphasizedItalicRegularEmphasi

Pagina 126

Table 3-5. Letter quality elite print stylesEliteCompressedExpandedCompressedExpandedMasterPrintMasterMasterMasterSampleSelect SelectPrintSelectPrintN

Pagina 127 - Character Set Commands

6DotGraphics...How the SQ-2000 Prints Dot Graphics...Syntax of the Graphics Command...Using Hand-Calculated D

Pagina 128

Chapter3Using the SQ-2000This chapter tells you how to set up your word processor orother applications software to work with the SQ-2000. If you arei

Pagina 129 - Graphics Commands

What type of interface Parallel or serial (this will depend on theare you using?interface board in the SQ-2000, yourcomputer, and the type of cable yo

Pagina 130

Computer-to-printer communicationsA computer and printer communicate by means of numberedcodes. If you press the letter A on the keyboard, it is trans

Pagina 131 - “*" n1

Control codesMost of the time you don’t give this code system a thought. Ifyou press A on the keyboard, the computer sends the code to theprinter and

Pagina 132 - Miscellaneous Commands

Translating the ASCII codeYou may also find that different manuals and programs usedifferent terms for the same characters or functions. For example,y

Pagina 133 - Set eighth-bit

3. Next type:20 LPRINT CHR$(27) "4" "ITALIC PRINTING";4. Now press RETURN, type RUN, and press RETURN again.The SQ-2000 prints:NOR

Pagina 134 - Cancel eighth-bit control

The “p” 1 in line 40 turns on the proportional printing, and the“p” 0 in line 50 turns it off.9. Next type:60 LPRINT CHR$(27) “E”“EMPHASIZED PRINTING”

Pagina 135 - Initialize printer

This command would select italic proportional print. InBASIC, the same command would look like this:LPRINT CHR$(27) “!” CHR$(66);You can make up your

Pagina 136

The Select Print Quality command will select either the letterquality or the draft set. The select print quality command lookslike this:<ESC> “x

Pagina 137 - ASCII Code Conversion Chart

Table 3-2. Draft pica print stylesPicaCompressedExpandedCompressedExpandedPrintMasterMasterSelectPrint SelectPrintMasterSampleNumberSample NumberSamp

Pagina 138

AppendixesASQ-2000 Command Summary...Vertical Spacing Commands...Horizontal Spacing Commands...Print Style Commands...

Pagina 139

Table 3-3. Draft elite print stylesRegularEmphasizedItalicRegularEmphasizedUnderlinedRegularEmphasizedItalic underlinedRegularEmphasizedElitePrintMast

Pagina 140

Table 3-4. Letter quality pica print stylesPica CompressedExpandedCompressedExpandedPrintSampleMasterSelectNumberRegularEmphasizedItalicRegularEmphasi

Pagina 141 - Proportional Characters

Table 3-5. Letter quality elite print stylesEliteCompressedExpandedCompressedExpandedMasterPrintMasterMasterMasterSampleSelect SelectPrintSelectPrintN

Pagina 142 - Proportional (normal)

Chapter 4Printer Care and MaintenanceIn this chapter, you’ll learn about the self-cleaning feature andother operating aspects of the printer. There’s

Pagina 143

How Automatic Print Head Cleaning WorksEach time you turn on the printer it goes through a briefcleaning cycle in which cleaning solvent is sprayed th

Pagina 144

Figure 4-Z. Buttons for cleaning during printingThis time the print head did something different. It performedthe cleaning action, but first it stoppe

Pagina 145

ton. This special cleaning also takes about two minutes.Be careful not to unplug the printer too quickly. As with theother extended cleaning cycle, th

Pagina 146

Troubleshooting GuideProblemCheckPrinter will not operate atPrinter is not on-line withall after being turned on. computer.Print head will not moveor

Pagina 147

Problem Possible Cause Check To Solve ItSee PageDots still missing afterDirty print head.l Do extended cleaning.45normal cleaning cycle.Ink cartridge

Pagina 148

ProblemPossible CausePaper has ink stains orsplotches.Continuous paper feedsirregularly: tension onpaper is uneven.Paper setting method iswrong.Ink ha

Pagina 149 - Setting the DIP Switches

Figures1-11-21-31-41-51-61-71-81-9Printer location...Printerparts...Interface card installedInstal

Pagina 150

Chapter 5User-Defined CharactersWith the SQ-2000, it is possible to define and print charactersof your own design. This can be useful if you want to d

Pagina 151 - Column DIP Switch Panel

As the print head moves across the page, electrical impulsescause the appropriate nozzles to release ink against the the paper,causing a single dot to

Pagina 152 - Interface DIP Switch Panels

Figure 5-2 shows two of the character matrixes with the dotsused to print the letter H. All of the SQ-2000’s characters arestored in thesame manner.Dr

Pagina 153

Fig. 5-3. User-defined characterNext, you translate the dot pattern you’ve created on paper to anumeric format so you can send the information to the

Pagina 154 - SW2-1, SW2-2, and SW2-3

MSBLSBMSBLSBMSBLSB 00011001 -25:D 01010101 - 85:D2 01010000 - 8O:D3MSB= Most significant bitLSB = Least significant bitFigure 5-4. Data bytes for-he

Pagina 155 - Letter Quality

Note:The entire range of ASCII decimal codes (from 0 to 127) can beused for user-defined characters, but a caution is in order. Char-acters with ASCII

Pagina 156

An example character definition should make this clear:10 ‘*** User-defined character: Capital A ***20 ’30 ‘Select draft40 LPRINT CHR$(27) “x’ CHR$(O)

Pagina 157 - Appendix E

Printing User-Defined CharactersIf you entered the example program above, you defined acapital A and placed it in the RAM location for ASCII decimal 6

Pagina 158 - Installing the Tractor Unit

Therefore, the SQ-2000 has a command which allows you tocopy all of the standard characters from ROM to the user-definedcharacter set. The command for

Pagina 159

Table 5-1. User-defined character design gridsDraftLetter QualityProportionaldl(maximum)91537dO+d1+d2(maximum)1218Draft mode charactersAs you have see

Pagina 160 - Loading Continuous Paper

6-66-76-8Map of 24-dot graphics...Data layout for 24-dot graphics...Eight-dot (top) and 24-dot (bottom) versions ofthe den

Pagina 161

Unlike draft characters, there are no restrictions on which dotscan print. You can print a solid box of 360 (15x24) dots if youwish. This, coupled wit

Pagina 162

Other considerationsKeep in mind that user-defined characters are stored in RAM,which is volatile in nature. Whenever the printer power is turnedoff,

Pagina 163

230,240'Select download250 LPRINT CHR$(27) "%" CHR$(1);260'270 'Print character 50 times280FOR I=1 TO 50290LPRINT "=&quo

Pagina 164 - Specifications

Figure 5-5. Character design grid for border charactersHere’s how the program works. Line 40 selects letter qualitycharacters; this will be the attrib

Pagina 165

Characters that connect verticallyBecause the SQ-2000’s vertical spacing can be changed, youcan also create characters that connect vertically. All yo

Pagina 166

410DATA0,0,0,0,0,0,0,0,24,0,0,0,0,0,60,0,0,0,0,0,24420DATA0,0,0,0,0,16,0,0,0,0,0,32,0,0,0,255,255,192430DATA0,0,0,255,252, 0, 0, 0, 0, 0, 0, 0, 0, 0,

Pagina 167

Chapter 6Dot GraphicsThe SQ-2000 has all the dot graphics capabilities of the otherEpson printers as well as the ability to produce dot graphicsusing

Pagina 168

When the SQ-2000 produces 8-dot graphics options, it printswith every third nozzle.Each byte of data received controls the nozzles for only onevertica

Pagina 169

Assigned nozzlevaluesUsablenozzlesFigure 6-2. Values assigned to the print nozzlesIt is not a coincidence that the values that are assigned to thepins

Pagina 170

Dots to printNozzle values128 - ¡¡64 - ¡32 - ¡16 - ¡ 8 - ¡4- ¡2 - ¡1 - ¡Sum of nozzle values73226255Figure 6-3. Value of thegraphics data byteSyntax o

Pagina 171

Tables2-1 Messages of panel indicator lights...3-1Proportional print styles...3-2 Draft pica print styles...

Pagina 172

The SQ-2000 uses the formula n1 + n2 X 256 to determine howmany bytes of graphics data to expect. To determine the values ofn1 and n2, given the numbe

Pagina 173

Figure 6-4. Design sketch and sum of nozzle valuesWrite the assigned values of the nozzles next to your designand then total the values for each colum

Pagina 174

To break the previous design (Figure 6-4) into three lines of8-dot graphics, triple the number of dots in each column andbreak the design into what wi

Pagina 175

Now total the values for each column of dots. These totals arethe values that are sent to the printer as graphics data for theprint design. And here i

Pagina 176

Lines 50 and 140 set a FOR-NEXT loop which will includeselecting the graphics option and printing the graphics data foreach of the three (8-bit) lines

Pagina 177

Graphics data bytesFirst byteSecond byte Third bytePrint headMSB = Most significant bit LSB = Least significant bitFigure 6-6. Map of 24-dot graphics

Pagina 178 - DIP Switch Settings

Here is the BASIC program adapted for 24-dot graphics.10 WIDTH "LPT1:",25520 LPRINT CHR$(27) "*" CHR$(39) CHR$(42) CHR$(0);30 FOR

Pagina 179

Figure 6-8 shows the design modified to take advantage of thehigher resolution of 24-dot graphics. Notice that the curves aresmoother and the edges ar

Pagina 180

100 ' *** SQ-2000 Plotter Program: 5-Point Star ***110 '120' Initialize130 '140 DIM BUFFER%(360,45)150 FOR BIT = 0 TO 7 : DOT%(7 -

Pagina 181 - LIMITED WARRANTY

460 BUFFER% (COLUMN, ROW)= BUFFER% (COLUMN, ROW)OR DOT% (I)470NEXT COUNT480NEXT ANGLE490'500 ' Print curve510'520 OPEN "LPT:1"

Comentarios a estos manuales

Sin comentarios