PrintekメーカーFormsMaster 8000se Seriesの使用説明書/サービス説明書
ページ先へ移動 of 166
FormsPro 4000se Series FormsMaster 8000se Series PrintMaster 850 Series Programmer’s Manual © Printek, Inc. 2003 1517 Townline Road Benton Harbor, MI 49022 269 - 925 - 3200 Printek Part Number 5640.
ii IBM and Proprinter are registered trademarks of International Business Machines Corporation, DEC is a registered trademark of Digital Equipment Corporation, Epson is a registered trademark of Seiko Epson, Code V is a trademark of QMS, Inc., QMS is a registered trademark of QMS, Inc.
iii TABLE OF CONTENTS INTRODUCTION 1 How to Use This Manual 1 Printer Model Descriptions and Key Features 2 Selecting Emulations 2 Changing Forms/Tractor Paths 3 ANSI X3.
iv Form Length and Form Feed 53 Horizontal Tabs 55 Vertical Tabs 55 Horizontal and Vertical Tabs 56 Horizontal Margins 56 Vertical Mar gins 57 Graphics 58 Printer Controls 59 Emulations 60 Control Cod.
v Horizontal Margins 101 Vertical Margins 102 Graphics 102 Printer Controls 104 Forms and Tractors 106 Emulations 107 Control Codes and Escape Sequences Sorted Alphabetically 108 GENICOM 3840 AND 341 .
.
1 INTROD UCTION This manual describes the software interfaces supported by the FormsPro 4000se, FormsMaster 8000se and PrintMaster 850 series printers. It is written for a programmer who will be developing software for the printer, and contains information not nor mally needed by a printer operator/user.
Introduction 2 Printer Model Descriptions and Key Features The Printek FormsPro 4000se, FormsMaster 8000se and PrintMaster 850 series printers are high speed, heavy duty serial dot matrix printers designed especially for print ing upon hard to print forms.
Introduction 3 Changing Form s/Tractor Paths As mentioned above, Printek FormsPro 4000se, FormsMaster 8000se and PrintMaster 850 series printers have ten complete sets of forms parameters. These different parameters, or forms, may be selected either from the front panel or with escap e sequences.
.
5 ANSI X3.64 EMULATION Introduction This section describes the control codes and escape sequences comprising ANSI X3.64 emulation. This emulation may be selected by setting “Emulation” to “ANSI X3.64” in the appro priate interface setup menu, or via software with the ESC ESC 1 sequence.
ANSI X3.64 Em ulation 6 This should clarify any ambiguity. The examples may al so be helpful when analyzing a hex dump (see Hex Dump chapter) printed by the printer. Some escape sequences refer to the active column or active line. The active column is the column where the next character will be printed.
ANSI X3.64 Emulation 7 Control Codes and Escape Sequences Grouped by F unction Communications End of Text ETX If “ETX/ACK” is set to “On” in the serial interface setup menu, then receipt of an ETX causes the printer to transmit an ACK to the host computer.
ANSI X3.64 Em ulation 8 Character Size and Line Spacing Set Character and Line Spacing ESC [ n1 ; n2 SP G Sets the character and line spacing in decipoints (1/720 of an inch). The first pa rameter, n1 , sets the line spacing. The second parameter, n2 , sets the character spacing.
ANSI X3.64 Emulation 9 Character Attributes Select Graphic Rendition ESC [ n m Selects the graphic rendition n from the following table. n Rendition 0 Normal 1 Emphasized 3 Italic 4 Underline For italic mode to work correctly, an Epson FX font must be selected (chec k the “Font” value in the forms setup menu).
ANSI X3.64 Em ulation 10 Absolute Horizontal Tab ESC [ n ` Sets the current print position to column n . The actual position will depend on the current character spacing. If n is less than the left margin, the active column will be set to the left margin.
ANSI X3.64 Emulation 11 Partial Line Down PLD (or) ESC K Performs a half line feed. Causes the current line to be printed, and then advances the paper one half line at the current line spacing. If “Auto CR” is set to “On” in the interfa ce setup menu, a carriage return will also be performed.
ANSI X3.64 Em ulation 12 Horizontal and Vertical Position New Line NEL (or) ESC E Causes the current line to be printed, and then sets th e current print position to the left margin and performs a line feed. Equivalent to a carriage return (CR) line feed (LF) combination.
ANSI X3.64 Emulation 13 Horizontal Tabs Horizontal tab stops are associated with columns, not absolute physical positions. Changing character spacing will change the physical position of the tab stops. Default tab stops are set at every eighth column, i.
ANSI X3.64 Em ulation 14 Escape Sequence: ESC [ 3 g Hexadecimal: 1B 5B 33 67 Vertical Tabs Vertical tab stops are associated with lines, not absolute physical positions.
ANSI X3.64 Emulation 15.
ANSI X3.64 Em ulation 16 Printer Controls Bell BEL Causes the printer's bell to sound. Control code: BEL Hexadecima l: 07 Select Automatic Carriage Return ESC [ 20 h Selects automatic carriage return mode.
ANSI X3.64 Emulation 17 Emulations Select Software Interface n ESC ESC n Selects the software interface n according to the table below. n Software Interface 0 Test (reserved for factory use) 1 ANSI X3.
ANSI X3.64 Em ulation 18 Control Code s and Escape Sequences Sorted Alphabetically BEL Bell BS Backspace CR Carriage Return CSI Control Sequence Introducer ESC D Line Feed ESC E New Line ESC ESC n Sel.
ANSI X3.64 Emulation 19.
ANSI X3.64 Em ulation 20 EPSON FX EMULATION Introduction This section describes the control codes and escape sequences comprising Epson FX emulation. This emulation may be selected by setting “Emulation” to “Epson” in the interface setup menu, or via software with the ESC ESC 2 sequence.
ANSI X3.64 Emulation 21 Control Codes and Escape Sequences Grouped by Function Communications Cancel Line CAN Cancels all printable text in the current print lin e. Does not affect any control codes or escape sequences. Control code: CAN Hexadecimal: 18 Delete Character DEL Deletes the last printable character from the current line.
ANSI X3.64 Em ulation 22 Set MSB to 0 ESC = Sets the MSB (most significant bit) of all following data to zero. Some computers always set the MSB to one, causing all characters to print in italic mode. This escape sequence can overcome the problem. The problem can also be avoided by setting “Data Bits” to “7” in the interface s etup menu.
ANSI X3.64 Emulation 23 Via software escape sequences, you can select any character pitch supported by the emulation you are using. All will print as expected, unless you select 10 cpi -- because 10 cpi really selects the default character pitch from setup.
ANSI X3.64 Em ulation 24 Cancel Condensed Mode DC2 Cancels condensed mode set by SI or ESC SI. Control code: DC2 Hexade cimal: 12 Select double - wide mode (one line) SO (or) ESC SO Selects double - wide mode for one line. Double - wide mode doubles the width of all characters, but does not affect character height.
ANSI X3.64 Emulation 25 Select Subscript or Superscript Mode ESC S n Selects subscript mode for n =1, or superscript mode for n =0. This will print characters about half the normal height, in the bottom or top half of t he normal character cell. Example: The following escape sequence will select superscript mode.
ANSI X3.64 Em ulation 26 Escape S equence: ESC H Hexadecimal: 1B 48 Underline Mode ESC - n Selects underline mode for n =1, or cancels for n =0. This mode provides continuous underlining for all characters, including spaces. Example: The following escape sequence will turn underlining on.
ANSI X3.64 Emulation 27 Master Print Mode Select ESC ! n Selects any valid combination of modes from the following table. The value of n is determined by adding together the values of the desired modes from the table.
ANSI X3.64 Em ulation 28 Select Font ESC k n Select font n accordi ng to the following table. n Font 0 Epson FX Draft 1 Epson FX Letter Quality 2 Proprinter PC Draft 3 Proprinter PC Letter Quality 10 .
ANSI X3.64 Emulation 29 Select International Character Set ESC R n Selects the internat ional character set as specified by the value of n in the following table.
ANSI X3.64 Em ulation 30 Enable Printing of High Symbols ESC 6 Enables printing of character values 128 through 159 decimal. If printing is not enabled, these characters will be treated as control codes. Overrides the “Characters” value in the interface setup menu.
ANSI X3.64 Emulation 31 Escape Sequence: ESC 2 Hexadecimal: 1B 32 Set Line Spacing to n /216” ESC 3 n Sets the line spacing to n /216 of an inch per line. 0 ≥ n ≥ 255. Overrides the “Lines/Inch” value in the forms menu. NOTE: The actual resolution of the printer's paper stepper motor is 1/288 of an inch.
ANSI X3.64 Em ulation 32 Backspace BS Causes the current line to be printed, and then moves the current print position one space to the left. The actual distance moved depends on the current character spacing. Backspacing can be done up to, but not beyond, the left margin.
ANSI X3.64 Emulation 33 on any printer wit hout requiring the correct form length to be set. However, the correct form length should always be set with the control panel setup. Even if the program does not use form feeds, the printer will automatically scroll a completed form up to the tear bar t o be torn off.
ANSI X3.64 Em ulation 34 Horizontal Tabs Default horizontal tab stops are set at every eighth column, i.e. column 8, 16, 24, 32, 40, etc. The default tab stops are associated with columns, not absolute physical positio ns. Changing character spacing will change the physical position of the default tab stops.
ANSI X3.64 Emulation 35 Set Horizontal Tab Stops ESC D n1 n2 ... nx NUL Clears all currently set horizontal tab stops, and sets new tab stops at column n1 , n2 , n3 , etc. 1 ≥ n ≥ 255. The tab stops must be presented in ascending order. The NUL character, or any tab stop value less than the preceding one, terminates the sequence.
ANSI X3.64 Em ulation 36 Horizontal Margins Printing is allo wed only within the left and right margins. Exceeding the right margin will cause line wrap, setting the current print position to the left margin and advancing the paper one line. Set Left Margin ESC l n Sets the left margin to column n at the current ch aracter spacing.
ANSI X3.64 Emulation 37 Set Perforation Skip ESC N n Sets the perforation skip distance to n lines at the current line spacing. 1 ≥ n ≥ 255. If line spacing is changed after setting the skip distance, the skip distance will not be changed.
ANSI X3.64 Em ulation 38 that is eight dots high , and n1 + ( n2 x 256) dots long. Be sure to provide the amount of graphics data that you specify, because the printer will not leave graphics mode until it has accepted the specified number of data bytes.
ANSI X3.64 Emulation 39 Example: The following escape sequence will print six bytes of graphics data at 240 dpi. The resulting figure will resemble a backslash character, “ ”.
ANSI X3.64 Em ulation 40 Example: The following escape sequence will force unidirectional printing. Escape Sequence: ESC U 1 Hexadecimal: 1B 55 31 Reset ESC @ Deletes all data on the current line and initializes the printer to the default settings for the current form.
ANSI X3.64 Emulation 41 Example: The following escape sequence will load form 2. Escape Sequence: ESC EM 2 Hexadecimal: 1B 19 32 Emulations Select Software Interface n ESC ESC n Selects the software interface n according to the table below. n Software Interface 0 Test (reserved for factory use) 1 ANSI X3.
ANSI X3.64 Em ulation 42 Sorted Alphabetically BEL Bell BS Backspace CAN Cancel L ine CR Carriage Return DC2 Cancel Condensed Mode DC3 Deselect Printer DC4 Cancel Double - Wide Mode (one line) DEL Del.
ANSI X3.64 Emulation 43 ESC S n Select Subscript or Superscript Mode ESC SI Select Condensed Mode ESC SO Select Double - Wide Mode (one line) ESC T Cancel Subscript and Superscript Mode ESC U n Unidir.
.
45 IBM PROPRINTER EMULA TION Introduction This section describes the control codes and escape sequences comprising IBM Proprinter emulation. This emulation may be selected by setting “Emulation” to “Proprinter” in the interf ace setup menu, or via software with the ESC ESC 4 sequence.
IBM Proprinter Emulation 46 Control Codes and Escape Sequences Grouped by Function Communications Cancel Line CAN Cancels all printable text in the current print line.
IBM Proprinter Emulation 47 Character Size The FormsPro, FormsMaster and PrintMaster series printers are capable of supporting 10, 12, 13.3, 15, 16.7, 17.14, and 20 cpi, but most emulations support only a subset of these. IBM Proprinter emulation s upports 10, 12, 17.
IBM Proprinter Emulation 48 Select Double - Wide Mode (one line) SO (or) ESC SO Selects double - wide mode for one line. Double - wide mode doubles the width of all characters, but does not affect character height. This mode is cancelled by a carriage return or DC4.
IBM Proprinter Emulation 49 m3 hex character height and line spacing 0 00 no change 1 01 line feeds unchanged, single - high chara cters 2 02 line feeds unchanged, double - high characters 16 10 singl.
IBM Proprinter Emulation 50 Cancel Emphasized Mode ESC F Cancels emphasized mode . Overrides the “Impact Force” value in the forms menu. Escape Sequence: ESC F Hexadecimal: 1B 46 Select Double - Strike Mode ESC G Selects double - strike mode. This makes text bolder by printing it twice.
IBM Proprinter Emulation 51 Escape Sequence: ESC 6 Hexadecimal: 1B 36 Print Single Character ESC ^ n Prints the character n from the all characters chart. This sequence may be used to prin t a character that is normally treated as a control code. Example: The following escape sequence will print a left arrow.
IBM Proprinter Emulation 52 Set Line Spacing to 7/72” ESC 1 Sets the line spacing to 7/72 of an inch per line. Since the di stance between print head wires is 1/72 of an inch, this is equivalent to setting seven wire spacing. This is not particularly useful for text, but may be useful for graphics if 7 - bit graphics data is being sent.
IBM Proprinter Emulation 53 Control code: CR Hexadecimal: 0D Backspace BS Causes the current line to be printed, and then moves the current print position one space to the left. The a ctual distance moved depends on the current character spacing. Backspacing can be done up to, but not beyond, the left margin.
IBM Proprinter Emulation 54 Set Form Length in Lines ESC C n Sets the form length to n lines at the current line spacing. 1 ≥ n ≥ 255. Maximum form length is 37.9 inches. Invalid form lengths will be ignored. Overrides the “Form Length” value in the forms menu.
IBM Proprinter Emulation 55 Horizontal Tabs Default horizontal tab stops are set at every eighth column, i.e. co lumn 9, 17, 25, 33, 41, etc. The default tab stops are associated with columns, not absolute physical positions. Changing character spacing will change the physical position of the default tab stops.
IBM Proprinter Emulation 56 Vertical Tab VT Causes the current line to be printed, and then advances the paper to the next vertical tab stop. If no vertical tab stops are set, then a line feed is done instead. If “Auto CR” is set to “On” in the interface setup menu, a carriage return will also be performed.
IBM Proprinter Emulation 57 The left margin is inclusive, but the right margin is exclusive. For example, a left margin at column 11 still allows a character to be printed in column 11. A right margin at column 76 allows a character to be pr inted in column 75, but not in column 76.
IBM Proprinter Emulation 58 Graphics Graphics mode gives the user complete control over every dot positio n on the paper. Graphics may be printed with various horizontal densities from 60 to 240 dpi, and a vertical density of 72 dpi.
IBM Proprinter Emulation 59 120 DPI Graphics ESC L n1 n2 data Selects eight wire double density (120 dpi) graphics for n1 + ( n2 x 256) columns data. Example: The following escape sequence will print six bytes of graphics data at 120 dpi. The resulting figure will resemble a backslash character, “ ”.
IBM Proprinter Emulation 60 Escape Sequence: ESC U 1 Hexadecimal: 1B 55 31 Automatic Line Feed ESC 5 n Selects automatic line feed mode for n =1, or cancels for n =0. Automatic line feed mode causes the printer to automatically perform a line feed (LF) for each carriage return (CR) it receives.
IBM Proprinter Emulation 61 This chapter describes IBM Proprinter emulation. If a different interface is selected, the control codes and escape sequences described in this chapter will no longer be applicable. Example: The following escape sequences will select Printek emulation, load form one, and then return to the previous emulation.
IBM Proprinter Emulation 62 Control Codes and Escape Sequences Sorted Alphabetically BEL Bell BS Backspace CAN Cancel Line CR Carriage Return DC2 Select 10 CPI DC 4 Cancel Double - Wide Mode (one line.
IBM Proprinter Emulation 63 FF Form Feed HT Horizontal Tab LF Line Feed SI Select Condensed Mode SO Select Double - Wide Mode (one line) VT Vertical Tab.
.
65 DEC LA120/210 EMULAT ION I ntroduction This section describes the control codes and escape sequences comprising DEC LA120/210 emulation. This emulation may be selected by setting “Emulation” to “LA120/210” in the interface setup menu, or via software with the ESC ESC 5 sequence.
DEC LA120/210 Emulation 66 Some escape sequences refer to the active column or active line. The active column is the column wh ere the next character will be printed. Printing a character or a space will increment the active column. The active line is the line where the next character will be printed.
DEC LA120/210 Emulation 67 Control Codes and Escape Sequences Grouped by Function Communications Null NUL This control code is ignored by the printer. Control code: NUL Hexadecimal: 00 Delete DEL This control c ode is ignored by the printer.
DEC LA120/210 Emulation 68 Character Size The FormsPro, FormsMaster and PrintMaster series printers are capable of supporting 10, 12, 13.3, 15, 16.7, 17.14, and 20 cpi, but most emulations support only a subset of these. LA120/210 emulation supports 10, 12, 13.
DEC LA120/210 Emulation 69 Character Attributes Select Graphic Rendition ESC [ n m Selects the graphic rendition n from the following table. n Rendition 0 Normal 1 Emphasized 3 Italic 4 Underline For italic mode to work correctly, a n Epson FX font must be selected (check the “Font” value in the forms menu).
DEC LA120/210 Emulation 70 35 36 64 91 92 93 94 96 123 124 125 126 USA # $ @ [ ] ^ ` { ¦ } ˜ France # $ à ° ç § ^ ` é ù è ¨ Germany # $ § Ä Ö Ü ^ ` ä ö ü ß England £ $ @ [ ] ^ ` {.
DEC LA120/210 Emulation 71 Horizontal Position Carriage Return CR Causes the current line to be printed, and then sets the current print position to the left margin. If “Auto LF” is set to “On” in the interface setup menu, a line feed will also be performed.
DEC LA120/210 Emulation 72 Control code: LF Hexadecimal: 0A Control code: IND Hexadecimal: 84 Escape Sequence: ESC D Hexadecimal: 1B 44 Absolute Vertical Tab ESC [ n d Sets the current line to line n of the current form. The actual position will depend on the current line spacing.
DEC LA120/210 Emulation 73 Horizontal and Vertical Position New Line NEL (or) ESC E Causes the current line to be printed, and then sets the current print position to the left margin and performs a line feed. Equivalent to a carriage return (CR) line feed (L F) combination.
DEC LA120/210 Emulation 74 Form Feed FF Causes the current line to be printed, and then advances the paper to the top of the next form. If a top margin is set, printing will co ntinue at the top margin. Setting “Host FF at TOF” to “No” in the interface setup menu allows a form feed to be ignored if the paper is already at top of form.
DEC LA120/210 Emulation 75 Default tab stops are set at every eighth column, i.e. column 9, 17, 25, 33, 41, etc. The tab stops set by this escape sequence will be added to previously set tab stops, including the default tab stops. If this is not desired, the old tab stops should first be cleared.
DEC LA120/210 Emulation 76 Vertical Tabs Vertical tab stops are associated with lines, not absolute physical positions. Changing line spacing will change the physical position of the tab stops. Vertical Tab V T Causes the current line to be printed, and then advances the paper to the next vertical tab stop.
DEC LA120/210 Emulation 77 Example: The following escape sequence will set a vertical tab stop at line seven. Escape Sequence: ESC [ 7 v Hexadecimal: 1B 5B 37 76 Clear Vertical Tab Stop ESC [ 1 g Clears the vertical tab stop at the current line.
DEC LA120/210 Emulation 78 Horizontal Margins Printing is allowed only within the left and right margins. Exceeding the right margin will cause line wrap, setting the c urrent print position to the left margin and advancing the paper one line.
DEC LA120/210 Emulation 79 Vertical Margins Printing is allowed only within the top and bottom margins. Exceeding the bottom margin will set the current line to the t op margin of the next form. Set Top and Bottom Margins ESC [ n1 ; n2 r Sets the top margin to line n1 and the bottom margin to line n2 at the current line spacing.
DEC LA120/210 Emulation 80 Printer Controls Bell BEL Causes the printer's bell to sound. Control code: BEL Hexadecimal: 07 Select Automatic Carriage Return ESC [ 20 h Selects aut omatic carriage return mode.
DEC LA120/210 Emulation 81 Graphics Graphics mode gives the user complete control over every dot position on the paper. Graphics may be printed with 132 dpi horizontal density and 72 dpi vertical density.
DEC LA120/210 Emulation 82 Emulations Select Software Interface n ESC ESC n Selects the software interface n according to the table below. n Software Interface 0 Test (reserved for factory use) 1 ANSI X3.
DEC LA120/210 Emulation 83 Control Codes and Escape Sequences Sorted Alphabetically BEL Bell BS Backspace CR Carriage Return CSI Control Sequence Introducer DEL Delete ESC ( a Select Inter national Ch.
.
85 SIMPLE TTY EMULATION Introduction This section describes the control codes and escape sequences comprising simple TTY emulation. This emulation may be selected by setting “Emulation” to “TTY” in the interface setup menu, or vi a software with the ESC ESC 6 sequence.
Simple TTY Emulatio n 86 Control Codes and Escape Sequences Grouped by Function Communications End of Text ETX If “ETX/ACK” is set to “On” in the interface setup menu, then receipt of an ETX causes the printer to transm it an ACK to the host computer.
Simple TTY Emulation 87 Vertical Position Line Fee d LF Causes the current line to be printed, and then advances the paper one line at the current line spacing. If “Auto CR” is set to “On” in the interface setup menu, a carriage return will also be performed.
Simple TTY Emulatio n 88 Horizontal Tabs Default horizontal tab stops are set at every eighth column, i.e. column 8, 16, 24, 32, 40, etc. (The first column is column zero.) The default tab stops are associated with columns, not absolute physical positions.
Simple TTY Emulation 89 Emulations Select Software Interface n ESC ESC n Selects the software interface n according to the table below. n Software Interface 0 Test (reserved for factory use) 1 ANSI X3.
Simple TTY Emulatio n 90 Control Codes and Escape Sequences Sorted Alphabetically BEL Bell BS Backspace CR Carriage Return ESC ESC n Select Software Interface n ETX En d of Text FF Form Feed HT Horizo.
91 PRINTEK EMULATION Introduction This section describes the control codes and escape sequences comprising Printek emulation. This emulation may be selected by setting “Emulati on” to “Printek” in the interface setup menu, or via software with the ESC ESC 7 sequence.
Printek Emulation 92 in the printer. We encourage yo u to take full advantage of all the unique features available in Printek emulation. After all, these features are the reason you purchased your Printek printer. The most common reason for using Printek emulation is to select a different form setup (and th us change tractors).
Printek Emulation 93 Control Codes and Escape Sequences Grouped by Function Communications End of Text ETX If “ETX/ACK” is set to “On” in the interface set up menu, then receipt of an ETX causes the printer to transmit an ACK to the host computer.
Printek Emulation 94 Character Size Set Characte r Spacing ESC SP n Sets character spacing in decipoints ( n /720 of an inch). Overrides the”Characters/Inch” value in the forms menu. Supported values are shown in the following table. n Character Size 72 10 cpi 60 12 cpi 54 13.
Printek Emulation 95 Example: The following escape sequence will select double - high mode. Escape Sequence: ESC S 3 Hexadecimal: 1B 53 03 Character Attributes Emphasized Mode ESC E n Selects emphasized mode for n =1, or cancels for n =0.
Printek Emulation 96 Character Sets Select Font ESC F n Select font n according to the following table. n Font 0 Epson FX Draft 1 Epson FX Letter Quality 2 Proprinter PC Draft 3 Proprinter PC Letter Q.
Printek Emulation 97 Escape Sequence: ESC ESC Hexadecimal: 1B 5C 1B Line Pitch Set Line S pacing to n /288” ESC LF n Sets the line spacing to n /288 of an inch per line. 0 ≥ n ≥ 255. Overrides the “Lines/Inch” value in the forms menu. Example: The following escape sequence will set line spacing to 1/6 of an inch per line (6 lpi).
Printek Emulation 98 Reverse Line Feed ESC ^ Causes the current line to be printed, and then retracts the paper one line at the current line spacing. If “Auto CR” is set to “On” in the interface setup menu, a carriage return will also be performed.
Printek Emulation 99 Horizontal Tabs Default horizontal tab stops are set at every eighth column, i.e. column 8, 16, 24, 32, 40, etc. The default tab stops are associated with columns, not absolute physical positions. Changing character spacing will change the physical position of the default tab stops.
Printek Emulation 100 Vertical Tabs Vertical tab stops are associated with absolute physic al positions, not with lines. The tab stops are set relative to the current line spacing, but subsequent changes in line spacing will not affect the physical position of the tab stops.
Printek Emulation 101 Horizontal Margins Printing is allowed only within the left and right margins. Exceeding the right margin will cause line wrap, setting the current print position to the left marg in and advancing the paper one line.
Printek Emulation 102 Vertical Margins Printing is allowed only within the top and bottom margins. Exceeding the bottom margin will set the current line to the top margin of the next form. Set Top and Bottom Margins ESC V n1 n2 Sets the top margin to line n1 and the bottom m argin to line n2 at the current line spacing.
Printek Emulation 103 Each graphics sequence contains two bytes ( n1 and n2 ) that specify how many bytes of graphics data follow. N2 can specify values up to 255. If that is sufficient, then n1 is just set to zero. For values greater than 255, n1 comes into play.
Printek Emulation 104 Example: The following escape sequence will print four bytes of graphics data at 72 x 72 dpi. The resulting figure will resemble a square, si nce the horizontal and vertical density are the same. If some other density is chosen, the figure will resemble a rectangle.
Printek Emulation 105 Automatic Modes ESC A n Selects automatic modes according to the following table. n Mode 0 Automatic modes off 1 Automatic carriage return 2 Automatic line feed 3 Both (1 and 2) .
Printek Emulation 106 Escape Sequence: ESC @ Hexadecimal: 1B 40 Forms and Tractors The FormsPro 4503se and FormsMaster 8003se contains three sets of paper tractors (front, center, and rear). It is possible, via software, to change to a different form that is set up to use any set of tractors.
Printek Emulation 107 Emulations Select Software Interface n ESC ESC n Selects the software interface n according to the table below. n Software Interface 0 Test (reserved f or factory use) 1 ANSI X3.
Printek Emulation 108 Control Codes and Escape Sequences Sorted Alphabetically BEL Bell BS Backspace CR Carriage Return DC3 Deselect Printer ESC # m n1 n2 data m DPI Graphics ESC % Line Feed Boundary .
109 GENICOM 3840 AND 341 0 ANSI EMULATION Introduction This section describes the control codes and escape sequences comprising Genicom 3840 and 3410 ANSI emulation.
Genicom 3840 and 3410 ANSI Emulation 110 This should clarify any ambiguity. The examples may also be helpful when analyzing a hex dump (see Hex Dump chapter) printed by the printer. Some escape sequences refer to the active column or active line. The active column is the column where the next character will be printed.
Genicom 3840 and 3410 ANSI Emulation 111 Control Codes and Escape Sequences Grouped by Function Communications End of Text EXT If “ETX/ACK” is set to “On” in the serial interface setup menu, then receipt of an ETX causes the printer to transmi t an ACK to the host computer.
Genicom 3840 and 3410 ANSI Emulation 112 Sets the vertical and horizontal pitch in decipoints. Parameter (p1) is the spacing between lines and (p2) is the spacing between characters. Unspecified parameters remain at their current values. This command does not affect oversized printing selected by ESC [1t.
Genicom 3840 and 3410 ANSI Emulation 113 Escape Sequence: ESC K Hexadecimal: 1B 4B Superscript Printing PLU Moves paper ½ line above the current line for superscript printing.
Genicom 3840 and 3410 ANSI Emulation 114 Control Code: ESC [ 2 0 h Hexadecimal: 1B 5B 32 30 68 Reset Auto CR ON LF ESC [(p)l Resets mode set by ESC [20h.
Genicom 3840 and 3410 ANSI Emulation 115 Vertical Position Line Feed ESC D Causes the current line to be printed a nd then advances the paper one line at the current line spacing. If “Auto CR” is set to “On” in the interface setup menu, a carriage return will also be performed.
Genicom 3840 and 3410 ANSI Emulation 116 Vertical And Horiztonal Position Absolute ESC [(p1);(p2)f Moves the print position to any coordinate on the page. Coordinates are measured in decipoints. Parameter p1 is the vertical coordinate, which is measured from the top print reference.
Genicom 3840 and 3410 ANSI Emulation 117 Escape Sequence: ESC H Hexadecimal: 1B 48 Set Horiztonal Tab Stop HTS If 8 - bit control code processing is enabled then.
Genicom 3840 and 3410 ANSI Emulation 118 Set Vetical Tab Stop VTS If 8 - bit control code processing is enabled then Control Code: VTS Hexadecim al: 8A Set Vetical Tabs At Specified Positions ESC [(p1);(p2)..(p12)v Sets vertical tabs at positions p1, p2, p3, etc.
Genicom 3840 and 3410 ANSI Emulation 119 Hexidemical: 1B 5B 32 38 38 3B 34 39 36 38 73 Form Feed FF Advances the paper to the top margin on the next form. Control Code: FF Hexidemical 0C Graphics Graphics Mode ESC P(graphics) ESC Graphics mode gives the user complete control over every dot position on the paper.
Genicom 3840 and 3410 ANSI Emulation 120 Graphics Density ESC [(p1)q Sets the graphics density. The printer powers up with a graphics density of 72 x 72 dpi; changes are not stored in NVRAM.
Genicom 3840 and 3410 ANSI Emulation 121 Paper Shear Paper Shear ESC [(p1);(p2);<SP>{ Parameter p1 = 1 selects the paper shear. Parameter p2 = 1 executes a cutting sequence: If the vertical position is not at top - of - form, then a form feed is executed.
Genicom 3840 and 3410 ANSI Emulation 122 Software Options That Affect Barcodes Software Options are selected under the FM8 000se's front panel Setup feature.
Genicom 3840 and 3410 ANSI Emulation 123 Paper Path Paper Path ESC [(p1)p p1 selects 10 unload current path and load rear path 12 unload current path and load front path 14 unload current path and load middle path If you send a command to change paper paths and the target path is the cu rrent path, then the printer executes a form feed.
Genicom 3840 and 3410 ANSI Emulation 124 Emulations Select Software Interface n ESC ESC n Selects the software interface n acc ording to the table below.
Genicom 3840 and 3410 ANSI Emulation 125 Control Codes and Escape Sequences Sorted Alphabetically BEL Bell BS Backspace CR Carriage Return CSI Control Sequence Introducer ESC D Line Feed ESC E New Lin.
Genicom 3840 and 3410 ANSI Emulation 126.
127 CONFIGURATION DOWNLO AD The FormsPro 4000se, FormsMaster 8000se and PM850 Series printers may be completely configured for operation by using the front panel buttons to access the printer s etup menus.
Configuration Download 128 Remote Setup Line Definitions [BeginPrintekSetup] AlignPrint=FactoryDefaults Forms=FactoryDefaults Interfaces=FactoryDefaults Options=FactoryDefaults Security=FactoryDefaults [Form0] ... [Form9] MovePrintLeft=0.00 ... 9.99 MovePrintRight=0.
Configuratio n Download 129 [ParallelInterface] Emulation=ANSI_X3.64,Epson,IBM_Proprinter,DEC_LA120,TTY,Printek AutoCR=Off,On AutoLF=Off,On HostFFatTOF=No,Yes Characters=Control,Printable MinimumBuffer=No,Yes [Options] MaxFormAllowed=0 ... 9 AutoScroll=Off,1 .
Configuration Download 130 Remote Setup Example File The following example will set up three forms. Before the forms are set up, “AlignPrint” and all “Forms” will be reset to their factory default values so that only “non - default” values have to be set.
131 HEX DUMP MODE Hex Dump mode provides a way to print, in a readable form, all the data received by the print er. This tool is useful to programmers for diagnosing problems with control codes and escape sequences sent to the printer.
.
133 PRINTING BASIC BAR C ODES Introduction This section describes the control codes and escape sequences comprising bar code emulation. This emulation may be selected via software with the ESC ESC 3 seq uence. While this emulation is selected, control codes and escape sequences from other emulations are not available.
Printing Basic Bar Codes 134 These bar codes can be automatically printed with the use of a few simple bar code sequences. The height of the bar codes is easily varied. Additionally, the dimensions of the bars and spaces may be varied to produce bar c odes of different widths and ratios.
Printing Basic Bar Codes 135 Bar Code Sequences To print bar codes, the following s equences are used in bar code mode: BAR CODE SEQUENCE FUNCTION BEL Sound the Bell. ESC ESC n Change Emulation Mode ETX ETX/ACK Software Handshake. FF Form Feed. LF Fractional Line Feed (to next line boundary) ^BNxccc.
Printing Basic Bar Codes 136 The Bar Code Control Cha racter Except for a few ASCII control characters supported by bar code mode, all bar code sequences are introduced by the “bar code control character”. The “bar code control character” is the printable ASCII caret character “^” (94 decimal, 5E hex).
Printing Basic Bar Codes 137 Bar Code Definition The sequence used to define a horizontal bar code is ^BNxccc...c^G ^B Two Chara cter Sequence Identifier for Horizontal Bar Code Definition.
Printing Basic Bar Codes 138 ^BNf12345^G^ -.
Printing Basic Bar Codes 139 Variable Width Bar Code Definition The sequence used to define a variable width, horizontal bar code is ^BN9xddddccc...c^G ^B Two Character Sequence Identifier for Horizontal Bar Code Definition. N Reserved Pa rameter. 9 Flags Variable Width.
Printing Basic Bar Codes 140 ^BNa12345^G^ -.
Printing Basic Bar Codes 141 The following sequence will print the same bar code, except the bar code will be four times as wide. ^BN9a448812345^G^ - Example: Note that when choosing the bar code type off which th e variable width bar code will be based, ratio is irrelevant.
Printing Basic Bar Codes 142 Example: To print a bar code that is on ly 0.1 inch high. ^H01^BNe12345^G^ - It would generally not be desireable to print a bar code with such a short height, because scanning of the bar code would be difficult.
Printing Basic Bar Codes 143 Relative Vertical Tab The sequence used to skip vertical space is ^Jttd ^J Two Character Sequence Ident ifier for Relative Vertical Tab. ttd Vertical Distance, in Tenth Inches plus Dots. Range of tt is 00 to 99 (0.0 to 9.9 inches).
Printing Basic Bar Codes 144 ^H02^BNd01^G^T0200^BNd02^G^T0400^BNd03^G^ -.
Printing Basic Bar Codes 145 Bar Code Pass Terminator The sequence used to terminate a bar code pass is ^ - . A bar code pass may cont ain vertical tabs (should precede all bar code definitions), height specification, bar code definitions, horizontal tabs, etc.
Printing Basic Bar Codes 146 Mixing Bar Codes and Text By combining the capabilities of text mode and bar code mode, it is possible to print text above, below, and alon g side bar codes. Example: To print a human - readable interpretation beneath a bar code.
Printing Basic Bar Codes 147 Description of Supported Bar Code Types Code 39 The Code 39 character set contains 43 characters: 0 - 9, A - Z, - , ., $, /, +, %, an d space. A maximum bar code density of approximately 5.5 characters per inch (using type “a”) may be obtained.
.
149 ASCII CHARACTER TABL ES ASCII Control Code Definitions The following table is provided as a reference to the control character descriptions as provided by the ASCII definition. Not all of these definitions are supp orted by the FormsPro 4000se, FormsMaster 8000se or the PrintMaster 850 series printers and some are emulation dependent.
ASCII Character Tables 150 Epson FX Fast Draft Epson FX Draft Epson FX Letter Quality.
ASCII Character Tables 151 PC Fast Draft PC Draft PC Letter Quality.
ASCII Character Tables 152 EBCDIC Fast Draft EBCDIC Draft EBCDIC Letter Quality.
ASCII Character Tables 153 Latin 2 (Slavic) Fast Draft Latin 2 (Slavic) Draft Latin 2 (Slavic) Letter Quality.
ASCII Character Tables 154 OCR A OCR B ML Euro (8 58).
ASCII Character Tables 155 ML Euro (850).
ASCII Character Tables 156 Decimal to Octal to Hexadecimal Conversion Table Dec Oct Hex ASCII 0 000 00 NUL 1 001 01 SOH 2 002 02 STX 3 003 03 ETX 4 004 04 EOT 5 005 05 ENQ 6 006 06 ACK 7 007 07 BEL 8 .
157 PRINTER RESET CONDIT IONS The following list describ es what conditions are assumed whenever the printer is powered on, the SETUP mode is exited, or a reset escape sequence is received when the printer is operating in an emulation mode which supports such a sequence.
.
159 GLOSSARY ANSI American National Standards Institute ASCII Ameri can Standard Code for Information Interchange. baud rate The rate at which characters are transmitted over a serial interface. This is usually the same as bits per second. binary Base two numbering system.
Glossary 160 LQ Letter Quality. MSB Most significant bit. In a character, this refers to bit seven (of 0 to 7). octal Base eight numbering system. Digits are represented by the characters 0 through 7.
デバイスPrintek FormsMaster 8000se Seriesの購入後に(又は購入する前であっても)重要なポイントは、説明書をよく読むことです。その単純な理由はいくつかあります:
Printek FormsMaster 8000se Seriesをまだ購入していないなら、この製品の基本情報を理解する良い機会です。まずは上にある説明書の最初のページをご覧ください。そこにはPrintek FormsMaster 8000se Seriesの技術情報の概要が記載されているはずです。デバイスがあなたのニーズを満たすかどうかは、ここで確認しましょう。Printek FormsMaster 8000se Seriesの取扱説明書の次のページをよく読むことにより、製品の全機能やその取り扱いに関する情報を知ることができます。Printek FormsMaster 8000se Seriesで得られた情報は、きっとあなたの購入の決断を手助けしてくれることでしょう。
Printek FormsMaster 8000se Seriesを既にお持ちだが、まだ読んでいない場合は、上記の理由によりそれを行うべきです。そうすることにより機能を適切に使用しているか、又はPrintek FormsMaster 8000se Seriesの不適切な取り扱いによりその寿命を短くする危険を犯していないかどうかを知ることができます。
ですが、ユーザガイドが果たす重要な役割の一つは、Printek FormsMaster 8000se Seriesに関する問題の解決を支援することです。そこにはほとんどの場合、トラブルシューティング、すなわちPrintek FormsMaster 8000se Seriesデバイスで最もよく起こりうる故障・不良とそれらの対処法についてのアドバイスを見つけることができるはずです。たとえ問題を解決できなかった場合でも、説明書にはカスタマー・サービスセンター又は最寄りのサービスセンターへの問い合わせ先等、次の対処法についての指示があるはずです。