User manual CITIZEN SLD-100

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

Lastmanuals help download the user guide CITIZEN SLD-100.


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

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

[. . . ] 1. 95) Revised GS ) Added Chapter 5 to Chapter 10 1. SLD-100 COMMAND SET 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Code BEL HT LF CR ESC RS ESC SP ESC !ESC $ ESC % ESC & ESC * ESC + ESC ­ ESC . ESC @ ESC D ESC E ESC G ESC J ESC R ESC S ESC T ESC V ESC Y ESC Z ESC \ ESC _ ESC ` ESC a ESC c5 ESC d ESC v ESC x ESC { GS ) GS * GS / GS : Command Function Sounds the Buzzer Horizontal Tab Command Printing and Paper Feed Command Print one line Command Sounds the Buzzer Setting the right space amount of the character Collective Specifying Printing Mode Specifying the Absolute Positions Specifying/Canceling Download Character Set Define user characters Specifying the Bit Image Mode Switch OFF the printer Specifying/ Canceling Underline Printer self test Specifying 1/6-inch line feed rate Setting line feed rate of minimum pitch Data Input Control Saving current setting Reading magnetic stripe reader Initializing the Printer Setting Horizontal Tab Position Specifying/canceling highlighting Specifying/canceling Double Printing Printing and feeding paper n/203 inch Selecting Code table Setting serial interface communication speed Printing Diagnostic information Specifying/Canceling 90°-right- turned Characters Specifying print density Returning diagnostic information Specifying the relative positions Setting the printer in default state Returning the battery voltage and Printer Head temperature Aligning the characters Enabling/Disabling Panel Switches Printing and Feeding the paper by n lines Transmitting the printer status Selecting the time interval for automatically switching Off the printer Specifying/Canceling the Inverted Characters Setting of printer flags Defining the Download Bit Image (LOGO) Printing the Download, Bit Image Starting/Ending Macro Definition --1-- Page 4 5 6 7 7 8 9 11 12 13 14 17 17 18 18 19 20 21 22 23 24 25 26 27 27 28 28 29 30 31 34 34 35 36 37 38 39 * * * * * * * * * * * * * * 40 41 42 43 44 45 * * 44 45 46 47 48 49 50 51 52 53 54 Code GS H GS L GS W GS ^ GS a GS f GS h GS k GS w ESC l FF Command Function Selecting of Printing Position of HRI Code Setting the left margin Setting the print area width Executing the Macro Enabling/Disabling ASB (Automatic Status Back) Selecting the font of HRI characters Selecting the height of the Bar Code Printing the bar code Selecting the horizontal size (Scale factor) of the Bar Code Specify/canceling black mark function Printing and paper feeding to the black mark position Page 46 47 48 49 50 53 54 55 60 62 62 * indicates a unique command or a non-compatible command. --2-- 2. [. . . ] · The initial value of n is "0". [Sample Program] PRINT #1, CHR$ (&H1B) + "a" + CHR$ (0); PRINT #1, "AAAAA" + CHR$ (&HA); PRINT #1, CHR$ (&H1B) + "a" + CHR$ (1); PRINT #1, "AAAAA" + CHR$ (&HA); PRINT #1, CHR$ (&H1B) + "a" + CHR$ (2); PRINT #1, "AAAAA" + CHR$ (&HA); [Print Results] > AAAAA AAAAA AAAAA Left-justified Centered Righ-justified Paper Feed Direction -- 36 -- ESC c5 n [Function] [Code] [Range] [Outline] Enabling/Disabling Panel Switches <1B>H<63>H<35>H<n> {0 =< n =< FF(Hex)} Selecting the LF switch valid/invalid. · "n" is valid only in the lowest bit (n0). n (Hex) 0 1 [Caution] Condition LFSW valid. LFSW invalid. · When the panel switch is disabled with this command, the LF switch is disabled. Therefore, the paper cannot be fed by operating the LF switch. · When LF switch is set to Invalid, it cannot be cleared by the Initialize command (ESC @) but is cleared by turning power off. The initial value of n is "0". [Default] [Sample Program] PRINT #1, CHR$ (&H1B) + "c5" + CHR$ (0); . . . . . . When enabling the LF switch PRINT #1, CHR$ (&H1B) + "c5" + CHR$ (1); . . . . . . When disabling the LF switch -- 37 -- ESC d n [Function] [Code] [Range] [Outline] Printing and Feeding the paper by n lines <1B>H<64>H<n> {0 =< n =< FF(Hex)} Prints data inside the buffer and feeds paper by n lines. The beginning of the line is to be considered as the next printing start position. The initial value is not defined. [Default] [Sample Program] PRINT #1, "AAAAA" PRINT #1, CHR$ (&H1B) + "d" + CHR$ (2); PRINT #1, "AAAAA" + CHR$ (&HA); [Print Results] AAAAA > > 2/6-inch line feed AAAAA -- 38 -- ESC v [Function] [Code] [Outline] Transmitting the printer status <1B>H<76>H Current printer status is transmitted. Status sent out consists of 1 byte whose content is as in the table below. Bit 0 1 2 3 4 5 6 7 [Caution] [Sample Program] OPEN "COM1:N81NN" AS #1 ; PRINT #1, CHR$ (&H1B) ; "v" ; A$ = INPUT$ (1, #1) ; CLOSE #1 END Function Not defined Not defined Paper or paper cover Not defined Not used Not defined Not defined Not defined Value 0 1 With paper and cover closed Fixed to 0 No paper or cover open ­ In paper end status, this command may be unreceptible state due to BUSY state. -- 39 -- ESC x n [Function] [Code] [Range] [Outline] Selecting the time interval for automatically switching Off the printer. · This downloaded bit image is also printed at the self-test printing. · The maximum size of the Bit image cannot exceed 16 KB. · Relations between the bit image data and the dot defined are shown below. When n1 = 30 (1E Hex) 30 × 8 dot = 240 dot 1 31 61 2 32 62 3 33 63 . . . . . . . . 28 58 88 29 59 89 30 60 90 30*n2 [Outline] [Caution] n2 LSB 1 2 3 4 5 6 7 8 MSB [See Also] [Sample Program] GS / GOSUB IMG PRINT #1, CHR$ (&H1D) + "/" + CHR$ (0); PRINT #1, CHR$ (&H1D) + "/" + CHR$ (1); PRINT #1, CHR$ (&H1D) + "/" + CHR$ (2); PRINT #1, CHR$ (&H1D) + "/" + CHR$ (3); END IMG: n 1 = 10 : n 2= 50 PRINT #1, CHR$ (&H1D) + "*"; PRINT #1, CHR$ (n1) + CHR$ (n2); FOR I=1 TO n2 FOR J=1 TO n1 PRINT #1, CHR$ (J); NEXT I NEXT J RETURN -- 43 -- [Print Results] GS / m [Function] [Code] [Range] [Outline] Printing the Download, Bit Image <1D>H<2F>H<m> {0 =< m =< 03(Hex)} Prints download bit image in a mode specified by m. · Modes can be selected by m are shown below. m (Hex) 0 1 2 3 Name Normal mode Double wide mode Double high mode Double wide/ double high mode Dot Density in Vertical Direction 203 DPI 203 DPI 101 DPI 101 DPI Dot Density in Horizontal Direction 203 DPI 101 DPI 203 DPI 101 DPI [Caution] · When data exist inside the print buffer, this command is ignored. · When a download bit image has not been defined, this command is ignored. · A portion of a download bit image exceeding one line length is not printed. GS * Refer to the programming example and print result of GS *. [See Also] [Sample Program] -- 44 -- GS : [Function] [Code] [Outline] Starting/Ending Macro Definition <1D>H<3A>H Specifying starting/ending macro definition. Means termination when received while defining a macro. · Maximum content available for macro definition is 3328 bytes. [. . . ] The black mark size and position should be as follows. A B C A = 4 - 6 mm B = 15 mm or more C = 20 ­ 360 mm The distance from PE sensor and print head is approx. 7. 5 mm. -- 63 -- Printing direction 3. CHARACTER CODES TABLE WPC1252 -- 64 -- 4. PROGRAMMING CONSIDERATIONS 4. 1 Notes at Lowered Battery Voltage When battery is low, highly loaded printing such as printing of graphics with much black area may cause power off during printing. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CITIZEN SLD-100

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-100 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