User manual CITIZEN CBM1000

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 CBM1000. We hope that this CITIZEN CBM1000 user guide will be useful to you.


CITIZEN CBM1000 : Download the complete user guide (1838 Ko)

Manual abstract: user guide CITIZEN CBM1000

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

[. . . ] Declaration of Conformity Manufacturer's Name : Japan CBM Corporation Manufacturer's Address : CBM Bldg. , 5-68-10, Nakano, Nakano-ku Tokyo, 164-0001, Japan Declare the Product Product Name Model Number(s) Line Thermal Printer CBM1000 Series (CBM1000RF/PF) (S. No. 9990001 - ) Conform to the following Standards LVD : EN60950 : A11: 1997 EMC : EN55022 : 1998 Class A : EN61000-3-2 : 1995 : EN61000-3-3 : 1995 : EN55024 : 1998 : EN61000-4-2 : 1995 ±4KV CD, ±8 KV AD : EN61000-4-3 : 1995 3 V/m, 80 MHz-1000 MHz AM 1 KHz 80 % : EN61000-4-4 : 1995 ±1. 0 KV(AC Mains), ±0. 5 KV(Signal Lines) : EN61000-4-5 : 1995 1 KV Normal mode, 2 KV Common mode : EN61000-4-6 : 1996 3 V, 0. 15 MHz-80 MHz AM 1 KHz 80 % : EN61000-4-8 : 1993 50 Hz, 3 A/m(Out of scope) : EN61000-4-11 : 1994 10ms/95%, 500ms/30%, 5000ms/100% Supplementary Information "The product complies with the requirements of the Low Voltage Directive 73/ 23/EEC, 93/68/EEC and the EMC Directive 89/336/EEC, 92/31/EEC, 93/68/EEC" Place Date Tokyo, Japan August 1999 Full Name : Mikio Moriya Position : General Manager R & D Department European Contact : Norco Declaration AB Box 7146 S-250 07 Helsingborg Sweden Signature Warning : This is a Class A product. In a domestic environment this product may cause radio interference in which case the user may be required to take adequate measures. This declaration is applied only for 230 V model. --i-- IMPORTANT SAFETY INSTRUCTIONS · Read all of these instructions and save them for future reference. · Do not place this product on an unstable cart, stand or table. [. . . ] (2) If the start point is the top right or bottom left, the command specifies the absolute position in the direction perpendicular to the paper feed (The character's top-bottom direction) using the horizontal basic calculation pitch (x). · Fractions resulting from calculations are corrected with the minimum pitch of the mechanism, and the remainder is omitted. [Caution] [See Also] ESC $, ESC T, ESC W, ESC \, GS P, GS \ -- 96 -- GS * n1 n2 [ d ] n1×n2×8 Defining the download bit image <1D>H<2A>H<n1><n2> [< d >] n1 × n2 × 8 1 1 0 n1 n2 d 255 48 1536 255 [Function] [Code] [Range] n1 × n2 [Outline] Defines download bit images of the number of dots specified by n1 and n2. · The numbers of dots are n1 × 8 in horizontal direction and n2 × 8 in vertical direction. · Once defined, the download bit image remains effective until redefinition, ESC @ execution, ESC &, or power OFF takes place. [Caution] · Relations between the bit image data and the dots defined are shown below. · A download character and a download bit image cannot be defined simultaneously. With this command executed, the defined content of a downloaded character is cleared. [See Also] GS / n1 × 8 dots d1 dn2 + 1 d2 dn2 + 2 n2 × 8 dots dn2 × 2 + 1 dn2 × 2 + 1 MSB LSB dn2 dn2 × 2 dn2 × n2 × 8 -- 97 -- [Sample Program] GOSUB IMG LPRINT CHR$(&H1D) + "/" + CHR$(0); LPRINT CHR$(&H1D) + "/" + CHR$(1); LPRINT CHR$(&H1D) + "/" + CHR$(2); LPRINT CHR$(&H1D) + "/" + CHR$(3); END IMG: n1=10 : n2=5 LPRINT CHR$(&H1D) + " "; LPRINT CHR$(n1) + CHR$(n2); FOR J=1 TO n1 8 FOR I=1 TO n2 LPRINT CHR$(J); NEXT I NEXT J RETURN * * [Print Results] NORMAL MODE DOUBLE WIDTH MODE DOUBLE HEIGHT MODE QUADRUPLE MODE -- 98 -- GS ( A pL pH n m [Function] [Code] [Definition] Execution of test printing <1D>H<28>H<41>H<pL><pH><n><m> (pL+(pH × 256))=2 (pL=2, pH=0) 0 1 [Outline] n m 2, 48 3, 49 n m 50 51 Specified test printing will be executed. · pL, pH will specify the number of subsequent parameters by (pL+(pH × 256))bytes. · n will specify the paper for test printing in the following table. n 0, 48 1, 49 2, 50 Category of paper Basic paper (Paper rolls) Paper rolls · m will specify the category of test printing in the following table. m 1, 49 2, 50 3, 51 Category of test printing Hexadecimal dump Printer's status printing Rolling pattern printing [Details] · This command is only valid when processed at the head of a line during the STANDARD MODE. · During macro definition, if this command is processed, the macro definition is suspended, and the command starts being processed. · Printer will reset its hard disk after finishing test printing. Therefore, the printer makes download characters, bit map images and macros undefined, clears the reception buffer/print buffer, and returns the various settings to defaults. · Printer will be BUSY when the processing of the command starts. -- 99 -- GS / m [Function] [Code] [Range] Printing the downloaded bit image <1D>H<2F>H<m> 0 48 [Outline] m m 3 51 Prints downloaded bit image in a mode specified by "m". Modes that can be selected by "m" are shown below. m 0, 48 1, 49 2, 50 3, 51 Dot Density in Vertical Direction NORMAL MODE 203 DPI DOUBLE WIDTH MODE 203 DPI DOUBLE HEIGHT MODE 101 DPI QUADRUPLE SIZE MODE 101 DPI Mode Name Dot Density in Horizontal Direction 203 DPI 101 DPI 203 DPI 101 DPI [Caution] · When data exist in the print buffer, this command is ignored. · When a downloaded bit image has not been defined, this command is ignored. · A portion of a downloaded bit image exceeding one line length is not printed. · A downloaded character and a downloaded bit image cannot be defined simultaneously. [See Also] GS * -- 100 -- GS : [Function] [Code] [Outline] Starting/Ending macro definition <1D>H<3A>H Specifying starting/ending macro definition. Reception of this command during macro definition signifies ending the macro definition. [Caution] Maximum content available for macro definition is 2048 bytes. · Even with ESC @ (Initialization of the printer) having been executed, defined content is not cleared. Therefore, it is possible to include ESC @ into the content of macro definition. · Normal printing operation is carried out even during macro definition. [Default] [See Also] [Sample Program] LPRINT CHR$(&H1D) + ":"; LPRINT "+------+" + CHR$(&HA); LPRINT "| |" + CHR$(&HA); LPRINT "+------+" + CHR$(&HA); LPRINT CHR$(&H1D) + ":"; LPRINT CHR$(&H1D) + "^"; LPRINT CHR$(2) + CHR$(10); END [Print Results] < Normal Printing during Macro Definition The initial value is not defined. [. . . ] Wenn die Pulsbreite des Signals 1 ms oder länger beträgt, wird eine Rücksetzungssignal übertragen. (5) INIT Dieses Signal kann als Rücksetzungssignal verwendet werden, nachdem Sie die Stellung des entsprechenden DIP-Schalters geändert haben (siehe 5. 2 "DIPSchaltertabelle"). Wenn die Pulsbreite des Signals im Leerzeichenzustand 1 ms oder länger beträgt, wird ein Rücksetzungssignal übertragen. -- 206 -- (6) FG Hierbei handelt es sich um ein Massesignal. (7) GND Hierbei handelt es sich um die gemeinsame Erde von Schaltkreisen. 7. 3. 2 Fehlererkennung Dieser Drucker kann Paritätsfehler, DÜ-Blockfehler und Überlauffehler erkennen. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN CBM1000




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

 

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