User manual CITIZEN CBM-272

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


CITIZEN CBM-272 : Download the complete user guide (1878 Ko)

Manual abstract: user guide CITIZEN CBM-272

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

[. . . ] CBM-272 --1-- 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 CBM-272 Series (CBM-272R, CBM-272P) (S. No. 0190001 ~ ) Conform to the following Standards LVD : EN60950 : A4: 1997, A11: 1997 EMC : EN55022 : 1998 Class A : EN61000-3-2 : 1995 +A1:1998+A2:1998 : EN61000-3-3 : 1995 : EN55024 : 1998 : EN61000-4-2 : 1995 ±4KV CD, ±8 KV AD : EN61000-4-3 : 1996 4. 5 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 : EN61000-4-11 : 1994 0%, 5000ms/70%, 500ms/0%, 10ms 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 2001 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 the product on an unstable cart, stand or table. [. . . ] Represents the command. [Range] [Outline] [Caution] [Default] [See Also] [Sample Program] [Print Result] XXXX -- 46 -- 10. 2. 2 Command Details HT [Function] [Code] [Outline] Horizontal tab <09> H Shifts the printing position to the next horizontal tab position. · Ignored when the next horizontal tab position has not been set. Initial setting of the horizontal tab position is each 8 characters in 9th, 17th, 25th, 33rd, columns. ESC D LPRINT "0123456789012345678901" ; LPRINT CHR$ (&HA) ; LPRINT CHR$ (&H9) ; "AAA" ; LPRINT CHR$ (&H9) ; "BBB" ; LPRINT CHR$ (&HA); LPRINT CHR$ (&H1B) ; "D" ; LPRINT CHR$ (3) ; CHR$ (7) ; CHR$ (14) ; CHR$ (0) ; LPRINT CHR$ (&H9) ; "AAA" ; LPRINT CHR$ (&H9) ; "BBB" ; LPRINT CHR$ (&H9) ; "CCC" ; CHR$ (&HA) ; END [Caution] [Default] [See Also] [Sample Program] [Print Results] 0123456789012345678901 AAA BBB < < AAA BBB CCC Initially set horizontal tab When set to the 4th, 8th, and 15th columns -- 47 -- LF [Function] [Code] [Outline] Printing and Paper Feed <0A>H Prints data inside the input buffer and feeds lines based on the line feed amount having been set. ESC 2, ESC 3 LPRINT "AAA" ; CHR$ (&HA) ; LPRINT "BBB" ; CHR$ (&HA) ; LPRINT CHR$ (&HA) ; LPRINT "CCC" ; CHR$ (&HA) ; END AAA BBB CCC < < < < Print and line feed Print and line feed Line feed only Print and line feed [Caution] [See Also] [Sample Program] [Print Results] -- 48 -- CR [Function] [Code] [Outline] Print <0D>H 1) When DS1-2 is OFF: This command is ignored. 2) When DS1-2 is ON: With data held inside the internal print buffer, printing and line feed are performed. Without data inside the internal print buffer, however, no printing is performed. LF LPRINT "AAA" ; CHR$ (&HD) ; LPRINT "BBB" ; CHR$ (&HD) ; LPRINT CHR$ (&HD) ; LPRINT "CCC" ; CHR$ (&HD) ; END When DS1-2 is OFF AAA BBB CCC < When DS1-2 is ON AAA BBB CCC < < < < Print and line feed Print and line feed Line feed only Print and line feed [See Also] [Sample Program] [Print Results] Print and line feed -- 49 -- ESC SP n [Function] [Code] [Range] [Outline] [Caution] Setting the right spacing of the character <1B> H <20> H <n> 0 n 32 The rightward space amount is set in dot unit (1/203 inch unit). · The rightward space amount in double wide mode is made double of the set volume. n=0 LPRINT CHR$ (&H1B) ; " " ; CHR$ (0) ; LPRINT "AAAAA" ; CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; " " ; CHR$ (1) ; LPRINT "AAAAA" ; CHR$ (&HA) ; LPRINT CHR$ (&H1B) ; " " ; CHR$ (12) ; LPRINT "AAAAA" ; CHR$ (&HA) END AAAAA < AAAAA < AAAAA< 0-dot space 1-dot space 12-dot space [Default] [Sample Program] [Print Results] -- 50 -- ESC !n [Function] [Code] [Range] [Outline] Collective specifying the printing mode <1B> H <21> H <n> 0 n 255 Printing mode is assigned. Each n bit indicates the following: Bit 0 1 2 3 4 5 6 7 Function Character Font Undefined Undefined High-lighting Double height Double width Undefined Underline Value 0 Font A -- -- Cancelled Cancelled Cancelled -- Cancelled 1 Font B -- -- Specified Specified Specified -- Specified [Caution] · With double height and double width being specified simultaneously, double wide and double high characters are consisted. · An underline is attached to the full character width, which, however, is not attached to the part having been skipped by the horizontal tab. · 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. " ; 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) ; END [Default] [See Also] [Sample Program] -- 51 -- [Print Results] Font A Font B Font A + Emphasis Font B + Emphasis + Quadruple + Underline Font A + Underline Font A + Double Width Font A + Double Height -- 52 -- ESC % n [Function] [Code] [Range] [Outline] Specifying/Canceling download character set <1B> H <25> H <n> 0 n 255 Specifying/canceling download characters. [. . . ] Auf Rot basiertes zweifarbiges Thermalpapier (PB670: MITSUBISHI PAPER) Rotdruck (Niedrigenergie) Schwarzdruck (Hochenergie) 2. Auf Schwarz basiertes zweifarbiges Thermalpapier (735FA: RICOH) Schwarzdruck (Niedrigenergie) Rotdruck (Hochenergie) (2) Hochenergie-Druckrate Hochenergiedruck (Schwarzdruck auf rot-basiertem Papier oder Rotdruck auf schwarz-basiertem Papier) erfordert die Anwendung von hoher Energie am Thermalkopf. Zum Schutz der Lebensdauer des Thermalkopfes verwenden Sie bitte die folgenden Druckraten als Richtlinie. Gemischter kontinuierlicher Druck mit niedriger und hoher Energie : 30% oder weniger der Standarddruckrate von 12. 5% 3. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN CBM-272




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

 

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