User manual CITIZEN CBM-292

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual CITIZEN CBM-292. We hope that this CITIZEN CBM-292 user guide will be useful to you.


CITIZEN CBM-292 : Download the complete user guide (2086 Ko)

You may also download the following manuals related to this product:

   CITIZEN CBM-292 MANUAL 2 (862 ko)

Manual abstract: user guide CITIZEN CBM-292

Detailed instructions for use are in the User's Guide.

[. . . ] LINE THERMAL PRINTER MODEL CBM-292/293 User's Manual CBM-292/293 User's Manual Declaration of Conformity This printer conforms to the following Standards: Low Voltage Directive 73/23/EEC, 93/68/EEC and the EMC Directive 89/336/EEC, 92/31/EEC, 93/68/EEC. LVD : EN60950 EMC : EN55022 Class A EN61000-3-2 EN61000-3-3 EN55024 This declaration is applied only for 230V model. Warning: This is a Class A products. In a domestic environment this product may cause radio intereference in which case the user may be required to take adequate measures. CITIZEN is a registered trade mark of CITIZEN WATCH CO. , LTD. , Japan CITIZEN es una marca registrada de CITIZEN WATCH CO. , LTD. , Japón 2 CITIZEN CBM-292/293 User's Manual IMPORTANT SAFETY INSTRUCTIONS · · · · · · Read all of these instructions and save them for later reference. Slots and openings on the cabinet and the back or bottom are provided for ventilation. To ensure reliable operation of the product and to protect it from overheating, do not block or cover these openings. The openings should never be blocked by placing the product on a bed, sofa, rug of other similar surface. [. . . ] · The underline width is as having been specified by <ESC - >. ) · Specification with this command is invalid to Kanji, except specification and cancellation of highlighting · In case that double wide character and normal character exist in same one line, the layout of underline is consistent one. [Default] [See Also] n=0 ESC E, ESC - 44 CITIZEN CBM-292/293 User's Manual [Sample Program] LPRINT CHR$ (&H1B) + " !" + CHR$ (&H00) + "H" ; LPRINT CHR$ (&H1B) + " !" + CHR$ (&H01) + "H"; LPRINT CHR$ (&H1B) + " !" + CHR$ (&H08) + "H"; LPRINT CHR$ (&H1B) + " !" + CHR$ (&H10) + "H"; LPRINT CHR$ (&H1B) + " !" + CHR$ (&H20) + "H"; LPRINT CHR$ (&H1B) + " !" + CHR$ (&H80) + "H"; LPRINT CHR$ (&H1B) + " !" + CHR$ (&HB9) + "H"; LPRINT CHR$ (&HA) ; [Print Results] 45 CITIZEN CBM-292/293 User's Manual ESC % n Specifying/Canceling Download Character Set <1B>H<25>H<n> {0 n FF} data is described in Hex code. n0 0 1 Function Canceling download character set Specifying download character set [Function] [Code] [Range] [Outline] [Caution] [Default] [See Also] [Sample Program] Download characters and download bit images can not be defined simultaneously. n=0 ESC & GOSUB SETCHR LPRINT CHR$ (&H1B) + "%" + CHR$ (0) ; LPRINT "@A" + CHR$ (&HA) ; LPRINT CHR$ (&H1B) + "%" + CHR$ (1) ; LPRINT "@A" + CHR$ (&HA) ; END SETCHR : LPRINT CHR$ (&H1B) + "&" ; LPRINT CHR$ (3) + "@" + "A" ; FOR J=1 TO 2 READ REP LPRINT CHR$ (REP) ; FOR I=1 TO REP3 READ D LPRINTCHR$ (D) ; NEXT I NEXT J RETURN DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA DATA 6 &HFF, &H80, &H00 &H80, &H80, &H00 &H80, &H80, &H00 &H80, &H80, &H00 &HFF, &HFF, &HFF &HFF, &HFF, &HFF 12 &HFF, &HFF, &HFF &H80, &H07, &HF9 &H80, &HFF, &HF9 &H87, &HFE, &H01 &H9F, &H06, &H01 &HF8, &H06, &H01 &HF8, &H06, &H01 &H9F, &H06, &H01 &H87, &HFE, &H01 &H80, &HFF, &HF9 &H80, &H07, &HF9 &HFF, &HFF, &HFF [Print Results] 46 CITIZEN CBM-292/293 User's Manual ESC & s n m [ a [ p ] s × a] m ­ n +1 Defining Download Character <1B>H<26>H<s><n><m> [<a><p1><p2> · · <ps×a>]m-n+1 {s = 03} {20 (Hex) n m 7E (Hex)} {0 a 0C(Hex)} {0 a 0A(Hex)} (Font A) (Font B) [Function] [Code] [Range] [Outline] Defines the font of download characters of alphanumeric characters. · "s" indicates the number of bytes in vertical direction. · "n" indicates the start character code and m the end character code. · Character codes definable includes 95 ASCII codes in total between <20>H <7E>H. · "a" indicates the number of dots in horizontal direction for definition. · "p" is the data to be defined, which indicate a pattern equal to "a" dot in horizontal direction from the left end. · Download characters thus defined remain valid until redefinition, ESC @ execution, GS execution, or power OFF is practiced. [Caution] [Default] Download characters and download bit images can not be defined simultaneously. Same as the internal character set 47 CITIZEN CBM-292/293 User's Manual [Example] Create each data bit by setting "1" for a printed dot and "0" for an unprinted dot. [Sample Program] [Print Results] See Sample Program and Print Results for ESC % on Page 46. 48 CITIZEN CBM-292/293 User's Manual ESC m [Function] [Code] [Range] n1 n2 [d] k Specifying the Bit Image Mode <1B>H<2A>H<m><n1><n2> [ <d> ] k {m= 0, 1, 32, 33 {0 n1 FF(Hex)} {0 n2 03(Hex)} {0 d FF(Hex)} {k = n1 + FF(Hex) × n2 {k = (n1+ FF(Hex) × n2) × 3} (m = 0, 1) (m = 32, 33) bit image mode (See the table below. )} [Outline] According to the number of dots specified in n1, n2, specify the bit image of mode n. of dots printed is divided by 256, whose quotient is taken as n2 and residualas n1. · When bit image data have been input in excess of dot position of one line(448 dots) , the excess data are discarded. · d is bit image data, the bits subject to printing are taken as "1" and those not as "0". [. . . ] Nach dem Löschen der Signale startet das Gerät den Druckbetrieb oder wartet auf die Eingabe von Daten. Falls bei der Unterbrechung des Druckvorgangs noch Daten im Druckpuffer vorhanden waren, wird der Druckbetrieb bei Nachlegen von Papier fortgesetzt. 99 CITIZEN CBM-292/293 User's Manual 4. 9. 2 Alarm Wenn der automatische Papierschneider sperrt, der Druckkopf angehoben ist, die Druckkopftemperatur ansteigt oder bestimmte Störungen, wie z. B. ein Papierstau, auftreten, stoppt das Gerät den Druckbetrieb, unterbricht die Netzversorgung zu Motor und Druckkopf und schickt die Signale BUSY (DTR), ERROR und FAULT (nur parallel) an den Hauptrechner. · Fehler beim Einschalten Die folgende Störungen sind ebenfalls möglich, jedoch ist ein Speicherfehler aufgetreten. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN CBM-292




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual CITIZEN CBM-292 will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.