User manual CITIZEN SLD-7706

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... 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. Lastmanuals provides you a fast and easy access to the user manual CITIZEN SLD-7706. We hope that this CITIZEN SLD-7706 user guide will be useful to you.

Lastmanuals help download the user guide CITIZEN SLD-7706.


Mode d'emploi CITIZEN SLD-7706
Download
Manual abstract: user guide CITIZEN SLD-7706

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

[. . . ] PRINT CONTROL FUNCTIONS 1. 1 Command List No. 1 2 3 4 5 6 7 Command Function HT Horizontal tab LF Printing and paper feed CR Back to printing Printing in PAGE MODE and returning to STANDARD MODE FF Printing and paper feeding to the top of the Label (Black mark position) CAN Canceling print data in PAGE MODE DLE EOT Sending status in real-time DLE ENQ Real-time request to printer Mode Code S. P. <0D>H P <0C>H S 10 11 14 15 16 16 17 19 21 23 24 9 Page 6 7 8 P <18>H S. P. <10>H<05>H<n> <10>H<14>H<n> 8 DLE DC4 Outputting specified pulse in real-time S. P. [. . . ] · The basic calculation pitch is set by GS P. · 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 \ -- 57 -- 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. · "d" indicates bit image data. · 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 -- 58 -- [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 -- 59 -- 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. · The command will be ignored in PAGE MODE. · During macro definition, if this command is processed, the macro definition is suspended, and the command starts being processed. · This command does not affect the bit image, downloaded bit image, bar code, HRI characters, or the skip area specified by HT, ESC $, or ESC \. · This command does not affect the space between lines. · Black/white inversion specification takes precedence over underline specification. Underline printing specified is, therefore, nullified if black/white inversion is specified; the underline setting, however, remains unchanged. [Default] n=0 -- 63 -- GS H n [Function] [Code] [Range] Selecting of printing position of HRI characters <1D>H<48>H<n> 0 48 [Outline] n n 3 51 Selecting printing position of HRI characters in printing bar codes. · "n" means the followings. n 0, 48 1, 49 2, 50 3, 51 Printing Position No printing Above the bar code Below the bar code Both above and below the bar code [Caution] · The HRI characters refer to the bar code-turned characters so that you can read them. · The HRI characters are printed in the font selected with GS f. · Specify before the GS k command. [Default] [See Also] [Sample Program] n=0 GS f, GS k LPRINT CHR$(&H1B) + "3" + CHR$(5); LPRINT CHR$(&H1D) + "h" + CHR$(50); LPRINT CHR$(&H1D) + "H" + CHR$(0); GOSUB BC LPRINT CHR$(&H1D) + "H" + CHR$(1); GOSUB BC LPRINT CHR$(&H1D) + "H" + CHR$(2); GOSUB BC LPRINT CHR$(&H1D) + "H" + CHR$(3); GOSUB BC END BC: LPRINT CHR$(&H1D) + "k"; LPRINT CHR$(4); LPRINT "12" + CHR$(0); LPRINT CHR$(&HA); RETURN -- 64 -- [Print Results] No HRI characters Printed above Printed below Printed above and below -- 65 -- GS I n [Function] [Code] [Range] [Outline] Sending the printer ID <1D>H<49>H<n> 1 n 4 , 49 n 52 Sends the specified printer ID. n 1, 49 2, 50 3, 51 4, 52 Type of printer ID Model ID Type ID ROM version ID Label Length Specification Value (Hex. ) CBM1000 30 Refer to table "Type ID" below As per ROM version Depends on label sheet (mm) Type ID If n=2, 50 is specified: Bit 0 1 2 3 4 5 6 7 Meaning Equipped for 2 byte code support Equipped with autocutter Thermosensitive paper Label Label paper(when "Label" is selected) Undefined Unused Undefined Undefined Unused Hex. 01 02 -- -- -- 00 -- -- 00 Label Paper Decimal 1 2 -- -- -- 0 -- -- 0 Black Mark Paper n = 4, 52 specified (only for label specs) The label length and label gap currently used are returned in 4-byte code. All fractional parts in millimeters are rounded off. Byte 1 + Byte 2 x 256 = Label length (between black mark paper)1 Byte 3 + Byte 4 x 256 = Label gap (black mark paper length)2 [Caution] 1 2 2 1 · Under DTR/DSR control, the printer sends the printer ID after verifying that the host is ready to receive. If the host is not ready to receive, the printer waits for the host to become ready to receive. [. . . ] m=1 to 5 Indicates the maximum number of columns to be printed. If a counter value is larger than this the number of columns set with this command, the printer will the lower m-columns of the counter value. n specifies a printing position within the printing columns. The blank columns are filled with "0". [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN SLD-7706

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets...
In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service.

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

Search for a user manual

 

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

flag