Home > Kyocera > Printer > Kyocera FS 1028DP User Manual

Kyocera FS 1028DP User Manual

    Download as PDF Print this page Share this page

    Have a look at the manual Kyocera FS 1028DP User Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 73 Kyocera manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							IBM Proprinter X24E Emulation (Mode 1)
    7-9
    IBM Symbol Sets IBM PC-8 (341)IBM PC-8 (D/N) (373)
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Chapter 7 Emulation
    7-10
    IBM PC-850 (405)IBM PC-860 (30)
    Downloaded From ManualsPrinter.com Manuals 
    						
    							IBM Proprinter X24E Emulation (Mode 1)
    7-11
    IBM PC-863 (62) IBM PC-865 (94)  
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Chapter 7 Emulation
    7-12
    Diablo 630 Emulation (Mode 2) 
    To set the power-up emulation for Diablo 630, send the printing system the following 
    PRESCRIBE command sequence: !R! FRPO P1, 2; FRPO P3, 1; EXIT; 
    The Diablo uses ten symbol sets as shown belo w. To select one of these symbol sets, use 
    the INTL command or the operat or panel keys. Permanent setting of the symbol set is 
    made with the FRPO U6 and U7 parameters.
    The factory setting for the sy mbol set at power-up is IBM PC-8 for all emulation modes.
    The U0—U3 parameters of the FRPO command will be ignored in the Diablo emulation. 
    The line and character spacing are always 6 li nes and 10 characters per inch at power-up 
    and after a reset. 
    In Diablo emulation, the printing system supports the embedded commands of word-pro-
    cessing software essentially the same way as the Diablo 630 printer does for the follow-
    ing features: 
    • Margins 
    • Horizontal and vertical tabulation 
    • Line and character spacing,  including proportional spacing 
    • Half line feed, reverse line f eed, and reverse half line feed 
    • Backspace and fine backspace 
    • Bold (shadow), double-strike, and underlining 
    • Graphics mode 
    Note
    If you attempt to print beyond the right margin, the characters will not be printed. 
    A feature the printing system ha s that the Diablo does not is the landscape orientation. To 
    print in landscape orientation, send the co mmand SPO L; and select a landscape font. 
    Example : 
    To print in landscape, send the following command: 
    !R! SPO L; EXIT; 
    The automatic centering, justification and Hyplot mode of the Diablo printer are not sup-
    ported.  Table 7.7.  Diablo 630 Emulation Symbol Sets
    Symbol set Message display FRPO commands 
    US DIABLO US FRPO U6, 0; FRPO U7, 2; 
    France DIABLO France FRPO U6, 1; FRPO U7, 2; 
    Germany DIABLO Germany FRPO U6, 2; FRPO U7, 2; 
    UK DIABLO U.K. FRPO U6, 3; FRPO U7, 2; 
    Denmark DIABLO Denmark FRPO U6, 4; FRPO U7, 2; 
    Sweden DIABLO Sweden FRPO U6, 5; FRPO U7, 2; 
    Italy DIABLO Italy FRPO U6, 6; FRPO U7, 2; 
    Spain DIABLO Spain FRPO U6, 7; FRPO U7, 2; 
    Japan DIABLO Japan FRPO U6, 8; FRPO U7, 2; 
    US Legal US Legal FRPO U6, 9; FRPO U7, 2;
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Diablo 630 Emulation (Mode 2)
    7-13
    Fonts can be selected by placing font commands in the file to be printed, or using SETF 
    (set alternate font) and ALTF (change to alternate font) commands. To substitute scalable 
    fonts for the embedded fonts using SETF  command, employ the FSET command to 
    apply the appropriate font number for that scalable font. The default font mode (FTMD) 
    is 0, so the printing system will not adjust  character spacing, line spacing, or page orien-
    tation. 
    The red/black ribbon feature of  the Diablo 630 printer is implemented in an interesting 
    way. The printing system translates the black  ribbon command internally into an ALTF 0 
    command, and the red ribbon command into an ALTF 1 command. It also uses two pairs 
    of SETF default values: 
    Accordingly, if you use the embedded command that asks for red ribbon, you will get 
    bitmap font 2, Dutch801BM10-Roman, which the printing system emulates using a resi-
    dent scalable font. This font is proportiona lly spaced, so you should also specify propor-
    tional spacing with an embedded  command. When you change back to black ribbon, the 
    printing system changes to bitmap font 1, CourierBM12-Roman, also emulated using a 
    scalable font. 
    With SETF commands you can select any two fonts you like which correspond to the 
    black and red ribbons. For example, you can have black mean normal CGTimes and red 
    mean CGTimes italicized. The ap propriate setup is shown below, together with a short 
    file and the printed result. 
    !R! 
    SFNT ’CGTimes’, 10, 3000;
    SFNT ’CGTimes-It’, 10, 3001;
    SETF 1, 3000; CMNT Red: 10-point CGTimes;
    SETF 0, 3001; CMNT Black: 10-point CGTimes Italic;
    EXIT;
    ^[A10,000 Maniacs: ^[BOur Time in Eden ^[A(Elektra)
    ^[AGarth Brooks: ^[BThe Chase ^[A(Liberty)
    ^[ARed Hot Chill Peppers: ^[BWhat Hits!? ^[A(EMI)
    For red-ribbon, put ESC A (^[A in binary nota tion) at the point you would start to print 
    in normal CGTimes, and put ESC B (^[B in binary notation) at the point to end using the 
    font. 
    Figure 7. 8.  Diablo Font Printout 
       Ribbon color Simulated bitmap font  SETF default value
    Black CourierBM12-Roman SETF 0, 1; 
    Red Dutch 801BM10-Roman SETF 1, 2;
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Chapter 7 Emulation
    7-14
    Diablo 630 Control Codes 
    Table 7.9.  Diablo 630 Control Codes  (Sheet 1 of 2)
    Command FunctionCode (hex) Supported 
    NUL Buffer code 00 Yes
    ETX End of text 03 Yes
    ACK Acknowledge 06 Yes
    BEL Sound bell 07 –
    BS Backspace 08 Yes
    HT Horizontal tab 09 Yes
    LF Line feed 0A Yes
    VT Vertical tab 0B Yes
    FF Form feed 0C Yes
    CR Carriage return 0D Yes
    SO Supplementary extended character set 0E –
    SI Primary extended character set 0F –
    DC1 XON 11 Yes
    DC2 Enter printwheel table download mode 12 –
    DC3 XOFF 13 Yes
    DC4 Exit printwheel table download mode 14 –
    NAK Printer error condition 15 Yes
    EM Access supplementary character set 19 –
    DEL Same as NUL 7F Yes
    ESC BS Backspace  1
    /
    120  inch
    1B 08 Yes
    ESC HT n Absolute horizontal tab to column n 1B 09 n Yes
    ESC LF Reverse line feed 1B 0A Yes
    ESC VT n Absolute vertical tab to line n 1B 0B n Yes
    ESC FF n Set n lines per page 1B 0C n Yes
    ESC CR P Remote reset 1B 0D 50 Yes
    ESC SO DC2 Enter printwheel table download mode 1B 0E 12 –
    ESC SO M Enter program mode 1B 0E 4D –
    ESC DC1 n Set offset to n 1B 11 n Yes
    ESC SYN n Select printwheel type 1B 16 n –
    ESC EM 1 Upper cassette (for sheet 1) 1B 19 31 Yes
    ESC EM 2 Lower cassette (for sheet 2) 1B 19 32 Yes
    ESC EM E Manual paper feed (for envelope) 1B 19 45 Yes
    ESC EM R Eject page 1B 19 52 Yes
    ESC SUB SO Memory test 1B 1A 0E –
    ESC SUB 1 Request status byte 1 1B 1A 31 –
    ESC SUB 3 Request status byte 3 1B 1A 33 –
    ESC SUB I Initialize printer 1B 1A 49 Yes
    ESC SUB R Remote error reset 1B 1A 52 –
    ESC GS A Disable NAK error resp onse from printer1B 1D 41 –
    ESC GS B Reenable NAK error re sponse from printer1B 1D 42 –
    ESC RS n Set (n-1)/48-inch line spacing 1B 1E n Yes
    ESC US n Set (n-1)/120-inch  character spacing 1B 1F n Yes
    ESC % Increase carriage setting time  1B 25  –
    ESC & Bold and shadow printing OFF 1B 26 Yes
    ESC , Set plot precision 1B 2C –
    ESC - Set vertical tab at current position 1B 2D Yes
    ESC . n Change plot character 1B 2E n –
    ESC / Auto backward printing ON 1B 2F –
    ESC \ Auto backward printing OFF 1B 5C –
    ESC 0 Set right margin at current position 1B 30 Yes
    ESC 1 Set horizontal tab at  current position 1B 31 Yes
    ESC 2 Clear all vertical and horizontal tabs 1B 32 Yes
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Diablo 630 Emulation (Mode 2)
    7-15
    ESC 3Graphics mode ON 1B 33 Yes
    ESC 4 Graphics mode OFF 1B 34 Yes
    ESC 5 Forward printing mode 1B 35 Yes
    ESC 6 Backward printing mode 1B 36 Yes
    ESC 7 Print suppression 1B 37 –
    ESC 8 Clear horizontal tab at current position 1B 38 Yes
    ESC 9 Set left margin at current position 1B 39 Yes
    ESC < Reverse printing mode ON 1B 3C –
    ESC > Reverse printing mode OFF 1B 3E –
    ESC = Auto-center 1B 3D –
    ESC ? Auto carriage return ON 1B 3F Yes
    ESC ! Auto carriage return OFF 1B 21 Yes
    ESC A Alternate font 1 (for red ribbon) 1B 41 Yes
    ESC B Alternate font 0 (for black ribbon) 1B 42 Yes
    ESC C Clear top and bottom margins 1B 43 Yes
    ESC D Reverse half linefeed 1B 44 Yes
    ESC E Underline ON 1B 45 Yes
    ESC G Hyplot ON–absolute move 1B 47 –
    ESC G BEL Hyplot ON–absolute plot 1B 47 07 –
    ESC L Set bottom margin at current position 1B 4C Yes
    ESC M Auto-justify 1B 4D –
    ESC N Restore normal carriage settling time 1B 4E –
    ESC O Bold printing ON 1B 4F Yes
    ESC P Proportional spacing ON 1B 50 Yes
    ESC Q Proportional spacing OFF 1B 51 Yes
    ESC R Underline OFF 1B 52 Yes
    ESC S Reset character spacing 1B 53 Yes
    ESC T Set top margin at current position 1B 54 Yes
    ESC U Half linefeed 1B 55 Yes
    ESC V Hyplot ON–relative move 1B 56 –
    ESC V BEL Hyplot–relative plot 1B 56 07 –
    ESC W Shadow printing ON 1B 57 Yes
    ESC X Bold, shadow, and underline OFF 1B 58 Yes
    ESC Y Printwheel spoke-0 character 1B 59 –
    ESC Z  Printwheel spoke-95 character  1B 5A  –
    Table 7.9.  Diablo 630 Control Codes  (Sheet 2 of 2)
    Command Function Code (hex) Supported 
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Chapter 7 Emulation
    7-16
    Diablo 630 Symbol Sets DIABLO US (29)Diablo France (61)   
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Diablo 630 Emulation (Mode 2)
    7-17
    Diablo Germany (93)Diablo U. K. (125)
    Downloaded From ManualsPrinter.com Manuals 
    						
    							Chapter 7 Emulation
    7-18
    Diablo Denmark (157)Diablo Sweden (189)
    Downloaded From ManualsPrinter.com Manuals 
    						
    All Kyocera manuals Comments (1)

    Related Manuals for Kyocera FS 1028DP User Manual